/**
 * @category   design
 * @package    woofersetc_default
 * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body {
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #2f2f2f;
    text-align: left;
    min-width: 1030px;
}

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
}
h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 15px;
}
h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 15px;
}
h4 {
    font-size: 13px;
    font-weight: 600;
}
h5 {
    font-size: 12px;
    font-weight: 600;
}
h6 {
    font-size: 11px;
    font-weight: 600;
}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight: 600; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
    width: 1030px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.page {}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
.col-left {
    float: left;
    width: 196px;
    padding: 0;
}
.col-main {
    float: left;
    width: 736px;
}
.col-right {
    float: right;
    width: 230px;
    padding: 0;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */


button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required {
    font-size: 10px;
    text-align: left;
    color: #f00;
}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }


/* BreadCrumbs */
.breadcrumbs {
    padding: 0 0 30px;
    margin: 0;
    font-size: 13px;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li strong{
    font-weight: normal;
    color: #444;
}

/* Page Heading */
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { 
    clear:both;
    font-weight: 600;
    margin: 0 0 20px;
}


/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}


/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }


/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight: 600; color:#f00; }
.link-wishlist { font-weight: 600; }
.link-reorder { font-weight: 600; }
.link-compare { font-weight: 600; }
.link-print { background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left;
    margin-top: 7px;}
.header-container {}
.header {}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight: 600; }
.header .welcome-msg a {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */



/* Sidebar =============================================================================== */
.block .block-content{
    margin: 0 0 25px;
}
.block .block-title {
    padding: 0;
    font-size: 24px;
    color: #222;
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0 20px;
}
.block .block-title strong{
    font-weight: 600;
}
.block .block-subtitle { font-size:13px; font-weight: 600; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}


/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight: 600; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight: 600; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight: 600; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight: 600; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box {
    width: 115px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 20px;
    background: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/bkg_rating.png) 0 100% repeat-x;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight: 600; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight: 600; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight: 600; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight: 600; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight: 600; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight: 600; white-space:nowrap; }
.special-price .price { font-weight: 600; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight: 600; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight: 600; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight: 600; white-space:nowrap; }
.configured-price .price { font-weight: 600; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight: 600; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight: 600; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight: 600; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight: 600; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight: 600; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight: 600; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */


/* Product Shop */

/* Product Options */


/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .main-container {
    padding: 0 0 20px;
}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight: 600; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }


/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}


/* Options Tool Tip */
.item-options dt { font-weight: 600; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight: 600; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:600; }
.sp-methods .price { font-weight:600; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:4em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight: 600; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-message-link { display:block; background:url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight: 600; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {  background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */



/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight: 600; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight: 600; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight: 600; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight: 600; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight: 600; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearfix:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 * * variables
 */
/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.well {
  padding: 15px 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  color: black; }

input.input-text,
select,
textarea {
  background: white;
  box-shadow: 0 3px 8px -8px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 5px; }

  .input-box input[type="password"],
  .input-box input[type="text"],
  .input-box input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; }

input.input-text {
  height: 35px;
  line-height: 16px;
  padding: 4px 10px;
  box-sizing: border-box; }

textarea {
  padding: 10px; }

select {
  padding: 7px 5px 8px; }

  .input-box select {
    box-sizing: border-box;
    width: 100%; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #dddddd;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

input.radio {
  margin-right: 3px; }

input.checkbox {
  margin-right: 3px; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*
 * FF Fix
 */
button.button {
  -webkit-border-fit: lines; }

/*
 * <- Safari & Google Chrome Fix
 */
button.button {
  border: 1px solid;
  border-color: #8bbf1c #73b412 #4a9b01;
  border-radius: 4px;
  padding: 0 9px;
  cursor: pointer;
  background-color: #8bbf1c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
  background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  button.button:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    border-color: #4a9b01 #73b412 #8bbf1c; }
  button.button span {
    background: none !important;
    padding: 0;
    float: none;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase; }
    button.button span span {
      padding: 0 15px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 600; }



  .form-add li,
  .form-list li {
    margin: 0 0 13px; }
  .form-add label,
  .form-list label {
    float: left;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 0; }
    .form-add label.required em,
    .form-list label.required em {
      float: right;
      font-style: normal;
      color: #eb340a;
      position: absolute;
      top: 0;
      right: -12px; }
  .form-add .input-box,
  .form-list .input-box {
    display: block;
    clear: both;
    width: 370px; }
  .form-add .field,
  .form-list .field {
    float: right; }
    .form-add .field:first-child,
    .form-list .field:first-child {
      float: left; }
  .form-add input[type="checkbox"],
  .form-list input[type="checkbox"] {
    position: relative;
    top: -2px; }


.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

/*
 * .form-list li.fields { margin-right:-15px; }
 */
/*
 * Customer
 */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .name-middlename {
  width: 70px; }

.form-list .name-middlename input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

.buttons-set .back-link {
  float: left; }

.buttons-set button.button {
  float: right; }

.buttons-set p.required {
  margin: 0 0 5px; }




.form-add {
  background: #f6f6f6;
  padding: 50px 125px; }
  .form-add h2 {
    color: black;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * Data Table
 */
.data-table {
  width: 100%; }
  .data-table th {
    padding: 5px;
    border: solid #dddddd;
    border-width: 1px 0;
    font-weight: 600;
    white-space: nowrap;
    padding: 4px 20px 3px; }
  .data-table td {
    padding: 5px;
    border: solid #dddddd;
    border-width: 1px 0;
    padding: 10px 20px; }
  .data-table thead {
    background-color: #eaeef5; }
    .data-table thead th {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      color: #6d7582;
      border-color: #d8dbe2; }
    .data-table tfoot th,
    .data-table tfoot td {
      border: 0;
      font-size: 16px;
      padding: 3px 20px;
      background: #f7f7f7;
      color: #444444; }
        .data-table tfoot tr:first-child td,
        .data-table tfoot tr:first-child th {
          padding-top: 25px; }

#checkout-review-submit {
  background: #f7f7f7;
  padding: 20px 20px 40px; }

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal; }

.data-table td.label,
.data-table th.label {
  font-weight: 600;
  background-color: #f6f6f6; }


/*
 * Shopping cart total summary row expandable to details
 */
tr.summary-total {
  cursor: pointer; }


tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -53px; }


tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * Global Messages
 */
.success {
  color: #3d6611;
  font-weight: 600; }

.error {
  color: red;
  font-weight: 600; }

.notice {
  color: #cccccc; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden; }

.messages li {
  margin: 0 0 10px;
  line-height: 18px; }

.messages li li {
  margin: 0 0 3px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  font-size: 11px !important;
  font-weight: 600; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_msg-error.gif);
  color: #df280a; }

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_msg-success.gif);
  color: #3d6611; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(https://www.woofersetc.com/skin/frontend/woofersetc/default/images/i_msg-note.gif);
  color: #3d6611; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * Pager
 */
.pager .amount {
  float: left; }

.pager .limiter {
  float: right; }

.pager .pages {
  margin: 0 135px; }


  .pager .pages {
    padding: 15px 0 0;
    margin-bottom: 30px;
    text-align: center; }
  .pager select {
    padding: 1px 5px;
    width: auto; }
  .pager ol {
    display: block;
    text-align: center; }
  .pager li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px; }
    .pager li.current {
      background: #3261b6;
      border: 1px solid #3261b6;
      border-radius: 3px;
      color: white;
      width: 21px;
      height: 21px;
      text-align: center; }
    .pager li a {
      border: 1px solid #ececec;
      border-radius: 2px;
      display: block;
      width: 21px;
      height: 21px;
      text-align: center;
      color: #444444; }
      .pager li a:hover {
        text-decoration: none; }
      .pager li a.previous,
      .pager li a.next {
        border: 0;
        margin: 1px;
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -341px; }
        .pager li a.previous img,
        .pager li a.next img {
          display: none; }
      .pager li a.previous {
        background-position: -21px -341px; }

/*
 * Sorter
 */
.sorter {
  margin: 0;
  background: whitesmoke;
  padding: 7px 10px;
  font-weight: 600; }
  .sorter label {
    font-size: 13px; }
  .sorter select {
    padding: 1px 5px; }
  .sorter .limiter {
    float: right;
    font-size: 13px; }
  .sorter .sort-by {
    float: right;
    margin: 0 10px 0 0; }
    .sorter .sort-by > a {
      border: 1px solid #838383;
      line-height: 20px;
      border-radius: 2px;
            /*
       * width: 21px;
       */
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin: 3px 0 0;
      padding: 0 2px; }
      .sorter .sort-by > a img {
        vertical-align: top;
        margin: 4px 0 0; }
  .sorter .amount {
    float: left;
    font-size: 13px; }

.sorter .view-mode {
  float: left; }

.sorter .sort-by {
  float: right; }


/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * My Account =============================================================================
 */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/*
 * ********* < Dashboard
 */
  .dashboard p {
    margin: 0 0 10px; }


/*
 * Block: Recent Orders
 */
.dashboard .box-recent {
  margin: 10px 0; }

/*
 * Block: Account Information
 */

/*
 * Block: Reviews
 */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: white;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #dddddd; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

/*
 * Block: Tags
 */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: white;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #dddddd; }

.dashboard .box-tags .details {
  margin-left: 20px; }

/*
 * ********* Dashboard >
 */
/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
/*
 * Class: std - styles for admin-controlled content
 */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: 600; }

.std dl dd {
  margin: 0 0 20px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: disc outside;
  padding-left: 1.5em; }

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul ul {
  list-style-type: circle; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0.5em 0; }

.std dt {
  font-weight: 600; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: 600; }

.std i,
.std em {
  font-style: italic; }

  .std h3 {
    font-size: 15px; }
  .std h4 {
    font-size: 14px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
  .header .header-container {
    padding: 11px 20px 6px; }
  .header .quick-access {
    float: right; }
    .header .quick-access .holder {
      float: right; }
    .header .quick-access .links {
      float: left;
      margin: 4px 0 11px 10px; }
      .header .quick-access .links li {
        float: left;
        line-height: 16px;
        margin-right: 10px; }
        .header .quick-access .links li:last-child {
          margin-right: 0; }
        .header .quick-access .links li:before {
          content: '|';
          display: block;
          float: left;
          color: #dadada;
          margin: 0 10px 0 0; }
        .header .quick-access .links li a {
          color: #1050b1;
          font-weight: bold;
          font-size: 12px;
          font-family: Arial, Helvetica, sans-serif;
          text-decoration: none; }
          .header .quick-access .links li a:hover {
            text-decoration: underline; }
  .header #search_mini_form {
    float: left; }
    .header #search_mini_form label {
      display: none; }
  .header .search-autocomplete {
    background: white;
    border: 1px solid #dfdfdf;
    -moz-box-sizing: border-box;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 14px;
    z-index: 999; }
    .header .search-autocomplete li {
      padding: 4px 10px;
      cursor: pointer; }
      .header .search-autocomplete li:hover {
        background: #f6f6f6; }
    .header .search-autocomplete .ajaxsearch .preview a {
      line-height: 18px; }
      .header .search-autocomplete .ajaxsearch .preview a img {
        margin: 0 6px 0 0; }
      .header .search-autocomplete .ajaxsearch .preview a:hover {
        text-decoration: none; }
  .header #search {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    width: 342px;
    position: relative;
    z-index: 900;
    display: inline-block;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 3px 8px -8px rgba(0, 0, 0, 0.3) inset;
    height: 35px;
    line-height: 16px;
    padding: 4px 10px;
    box-sizing: border-box; }
    .header #search .placeholder {
      color: #666666;
      opacity: 0.99; }
    .header #search ::-webkit-input-placeholder {
      color: #999999;
      opacity: 0.8; }
    .header #search :-moz-placeholder {
      color: #999999;
      opacity: 0.8; }
    .header #search ::-moz-placeholder {
      color: #999999;
      opacity: 0.8; }
    .header #search :-ms-input-placeholder {
      color: #b8b8b8;
      opacity: 0.4; }
  .header .form-search .button {
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat;
    width: 39px;
    height: 35px;
    display: inline-block;
    border-color: #d2d2d2;
    margin: 0 0 0 -6px;
    border: 0;
    border-radius: 0; }
    .header .form-search .button span {
      display: none; }
  .header .block-cart {
    margin: 0 0 0 20px;
    float: left; }
    .header .block-cart .basket {
      float: left;
      width: 38px;
      margin: 0 5px 0 0;
      height: 34px;
      background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/ico-basket.png") no-repeat;
      position: relative;
      text-decoration: none; }
      .header .block-cart .basket span {
        font-size: 14px;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #2f2f2f;
        position: absolute;
        top: -3px;
        left: 11px;
        width: 25px;
        text-align: center; }
    .header .block-cart .cart-link {
      font-weight: 600;
      font-size: 15px;
      float: left;
      margin: 3px 0 0;
      color: #1050b1;
      text-decoration: none; }
      .header .block-cart .cart-link:before {
        float: right;
        content: '';
        margin: 9px 0 0 7px;
        display: block;
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -79px;
        width: 6px;
        height: 9px; }
  .header .welcome-msg {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    float: left;
    margin-top: 1px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.nav-container {
  background-color: #3669bc;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3669bc), to(#2a53aa));
  background: -webkit-linear-gradient(top, #3669bc, #2a53aa);
  background: -moz-linear-gradient(top, #3669bc, #2a53aa);
  background: -ms-linear-gradient(top, #3669bc, #2a53aa);
  background: -o-linear-gradient(top, #3669bc, #2a53aa); }

#nav {
  width: 1030px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  display: table; }
    #nav li.level-top {
      display: table-cell;
      min-width: 88px;
      border-left: 1px solid #436ab7;
      border-right: 1px solid #163a88;
      text-align: center; }
      #nav li.level-top > .drop-holder {
        top: 38px;
        padding-top: 6px; }
        #nav li.level-top > .drop-holder ul {
          box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.3); }
        #nav li.level-top > .drop-holder:before {
          content: "";
          position: absolute;
          display: block;
          top: -5px;
          left: 18px;
          background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -88px;
          width: 22px;
          height: 13px; }
        #nav li.level-top > .drop-holder .drop-holder {
          display: none; }
        #nav li.level-top > .drop-holder .drop-holder.shown-sub {
          left: 99%;
          top: -9px;
          display: block; }
          #nav li.level-top > .drop-holder .drop-holder.shown-sub.left-position {
            right: 97%;
            left: auto; }
      #nav li.level-top:first-child {
        border-left: 0; }
      #nav li.level-top:last-child {
        border-right: 0; }
        #nav li.level-top:hover a.level-top {
          background-color: #2a53aa;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a53aa), to(#3669bc));
          background: -webkit-linear-gradient(top, #2a53aa, #3669bc);
          background: -moz-linear-gradient(top, #2a53aa, #3669bc);
          background: -ms-linear-gradient(top, #2a53aa, #3669bc);
          background: -o-linear-gradient(top, #2a53aa, #3669bc); }
        #nav li.level-top.active > a.level-top {
          background-color: #2c57ad;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c57ad), to(#0b3690));
          background: -webkit-linear-gradient(top, #2c57ad, #0b3690);
          background: -moz-linear-gradient(top, #2c57ad, #0b3690);
          background: -ms-linear-gradient(top, #2c57ad, #0b3690);
          background: -o-linear-gradient(top, #2c57ad, #0b3690); }
    #nav li a.level-top {
      font-weight: 700;
      font-size: 12px;
      display: block;
      text-align: center;
      padding: 7px 5px 8px;
      width: 100%;
      box-sizing: border-box;
      color: white;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
      #nav li a.level-top:hover {
        color: white;
        background-color: #2a53aa;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a53aa), to(#3669bc));
        background: -webkit-linear-gradient(top, #2a53aa, #3669bc);
        background: -moz-linear-gradient(top, #2a53aa, #3669bc);
        background: -ms-linear-gradient(top, #2a53aa, #3669bc);
        background: -o-linear-gradient(top, #2a53aa, #3669bc); }
        #nav li.parent a.level-top span {
          display: inline-block; }
        #nav li.parent a.level-top:after {
          display: inline-block;
          content: '';
          width: 9px;
          height: 6px;
          margin: 0 0 0 6px;
          background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -7px -79px; }
        #nav li.parent li.parent > a {
          position: relative; }
        #nav li.parent li.parent:hover > a:before,
        #nav li.parent li.parent > a:before {
          content: "";
          display: block;
          float: right;
          background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -18px -79px;
          width: 5px;
          height: 7px;
          margin-top: 10px; }
      #nav li.level1 > .drop-holder {
        top: 35px; }
    #nav li ul {
      padding: 8px 0 15px; }
          #nav li ul li:hover > a {
            background-color: #ebf2fa;
            color: #1050b1; }
      #nav li ul a {
        line-height: 26px;
        color: #444444;
        font-size: 13px; }

/*
 * All Levels
 */
#nav li {
  text-align: left;
  position: relative; }

#nav li.over {
  z-index: 998; }


#nav li a {
  display: block;
  text-decoration: none; }

#nav li a:hover {
  text-decoration: none; }

#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer; }

#nav li ul a span {
  white-space: normal; }

/*
 * 1st Level
 */
#nav li {
  float: left; }

#nav li a {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  color: #888888; }

/*
 * 2nd Level
 */
#nav ul,
#nav div {
  position: absolute;
  width: 160px;
  top: -36px;
  left: -10000px; }

#nav ul {
  border: 1px solid #cccccc;
  background: white;
  border-radius: 4px; }

#nav div ul {
  position: static;
  width: auto; }

/*
 * 3rd+ leven
 */
#nav ul ul,
#nav ul div {
  top: 7px; }

#nav ul li {
  float: none;
  border-bottom: 1px solid #dddddd; }

#nav ul li.last {
  border-bottom: 0; }

#nav ul li a {
  float: none;
  padding: 0 13px;
  font-weight: normal; }

/*
 * Show menu
 */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999; }


/*
 * =======================================================================================
 */
/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.footer-info {
  background: #f6f6f6;
  padding: 26px 0 29px; }
  .footer-info .box-holder {
    display: table;
    width: 100%; }
    .footer-info .box-holder .box {
      display: table-cell;
      padding: 0 30px;
      font-size: 12px;
      vertical-align: top;
      line-height: 18px;
      color: #444444;
      max-width: 214px; }
      .footer-info .box-holder .box:first-child {
        padding-left: 0; }
      .footer-info .box-holder .box:last-child {
        padding-right: 0; }
      .footer-info .box-holder .box .title-box {
        color: #2f2f2f;
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 7px; }
    .footer-info .box-holder .box2 {
      display: table-cell;
      vertical-align: top;
      border-left: 1px solid #ebebe1;
      padding: 0 25px; }
      .footer-info .box-holder .box2:first-child {
        border: 0; }
  .footer-info .footer-title {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px; }

.footer-frame {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 24px; }
  .footer-frame .wrapper {
    padding: 0;
    position: relative;
    left: -13px; }

.footer-subscribe {
  width: 402px;
  overflow: hidden; }
  .footer-subscribe:before {
    content: '';
    width: 59px;
    height: 60px;
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -101px;
    display: block;
    float: left;
    margin: 6px 18px 0 0; }
  .footer-subscribe button.button {
    border: 1px solid lightgrey;
    border-radius: 2px;
    padding: 0 9px;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -webkit-linear-gradient(top, #f8f8f8, #e9e9e9);
    background: -moz-linear-gradient(top, #f8f8f8, #e9e9e9);
    background: -ms-linear-gradient(top, #f8f8f8, #e9e9e9);
    background: -o-linear-gradient(top, #f8f8f8, #e9e9e9);
    float: left; }
  .footer-subscribe button.button:hover {
    background-color: #e9e9e9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -moz-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -ms-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -o-linear-gradient(top, #e9e9e9, #f8f8f8);
    border: 1px solid lightgrey; }
  .footer-subscribe button.button span span,
  .footer-subscribe button.button span {
    background: none !important;
    padding: 0;
    height: auto;
    float: none;
    color: #444444;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    line-height: 30px;
    text-transform: uppercase; }
  .footer-subscribe input[type='text'] {
    border: 1px solid #dddddd;
    color: #777777;
    font-size: 12px;
    line-height: 30px;
    height: 32px;
    box-sizing: border-box;
    background: white;
    width: 226px;
    padding: 0 7px;
    border-radius: 2px;
    float: left; }
  .footer-subscribe .input-box {
    float: left;
    margin: 0 5px 0 0; }

.footer-social {
  margin: 7px 0 0; }
  .footer-social li {
    float: left;
    margin: 0 7px; }
    .footer-social li a {
      float: left;
      color: #444444;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 10px;
      cursor: pointer;
      text-decoration: none; }
      .footer-social li a:before {
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -161px;
        width: 32px;
        height: 32px;
        content: '';
        display: block;
        margin: 0 auto; }
    .footer-social li.facebook a:before {
      background-position: -32px -161px; }
    .footer-social li.google a:before {
      background-position: -64px -161px; }

.footer-container {
  margin: 7px 0 10px; }
  .footer-container .wrapper {
    overflow: hidden; }
  .footer-container .copyright {
    float: left;
    font-size: 12px;
    color: #444444;
    margin: 6px 10px 0 0; }
  .footer-container .footer-bottom-links {
    float: left;
    margin: 6px 0 0; }
    .footer-container .footer-bottom-links ul {
      overflow: hidden; }
    .footer-container .footer-bottom-links li {
      float: left;
      margin: 0 9px 0 0; }
      .footer-container .footer-bottom-links li:before {
        content: "|";
        display: block;
        float: left;
        margin: 0 8px 0 0;
        font-size: 12px;
        color: lightgrey; }
      .footer-container .footer-bottom-links li a {
        font-size: 12px;
        color: #444444;
        text-decoration: none; }
        .footer-container .footer-bottom-links li a:hover {
          text-decoration: underline; }
    .footer-container .pull-right ul {
      overflow: hidden; }
      .footer-container .pull-right ul li {
        float: left;
        margin: 0 0 0 11px; }

.brands-nav {
  background: #3769bc;
  padding: 30px 0; }
  .brands-nav .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin: 0 0 20px; }
  .brands-nav ul {
    float: left;
    width: 166px;
    margin: 0 5px 0 0;
    line-height: 14px; }
    .brands-nav ul li {
      margin: 0 0 8px; }
    .brands-nav ul a {
      text-decoration: none;
      color: white;
      font-size: 14px; }
      .brands-nav ul a:hover {
        text-decoration: underline; }

.homepage-info {
  display: table;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%; }
  .homepage-info .box {
    display: table-cell;
    padding: 16px 0 0;
    border-left: 1px solid #ebebeb;
    vertical-align: top; }
    .homepage-info .box:first-child {
      border: 0; }
    .homepage-info .box > img {
      float: left; }
    .homepage-info .box .text-holder {
      float: left;
      font-size: 11px;
      line-height: 16px; }
      .homepage-info .box .text-holder p {
        margin: 0 0 1px; }
    .homepage-info .box .title {
      text-transform: uppercase;
      font-size: 13px;
      color: #2f2f2f;
      font-weight: 600;
      margin: 0 0 2px; }

.home-category-box {
  background: #f7f7f7;
  padding: 16px 20px 0 19px;
  margin: 0;
  overflow: hidden;
  vertical-align: top; }
  .home-category-box .title {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
    float: left;
    margin: 0 0 15px; }
  .home-category-box .more {
    color: #1050b1;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    float: right;
    text-decoration: none;
    margin: 8px 2px 0 0; }
    .home-category-box .more:hover {
      text-decoration: underline; }
  .home-category-box .products-grid {
    margin: 0 0 17px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.slideshow-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px; }
  .slideshow-container .slideshow {
    list-style: none;
    margin: 0;
    padding: 0;
        /*
     * width: 9999px;
     */ }
    .slideshow-container .slideshow li {
      float: left;
      position: relative;
      list-style: none; }
  .slideshow-container a.button {
    border-radius: 4px;
    border: 1px solid;
    border-color: #8bbf1c #73b412 #4a9b01;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase;
    min-width: 90px;
    padding: 0 15px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    background-color: #8bbf1c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
    background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
    padding: 0 25px;
    position: absolute;
    bottom: 45px;
    left: 100px; }
  .slideshow-container a.button:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    text-decoration: none;
    border-color: #4a9b01 #73b412 #8bbf1c; }
  .slideshow-container .slideshow-prev,
  .slideshow-container .slideshow-next {
    width: 14px;
    height: 22px;
    display: block;
    position: absolute;
    top: 140px;
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    z-index: 200; }
  .slideshow-container .slideshow-prev {
    left: 0;
    background-position: -42px -193px; }
    .slideshow-container .slideshow-prev.disabled {
      background-position: -28px -193px; }
  .slideshow-container .slideshow-next {
    right: 0;
    background-position: 0 -193px; }
    .slideshow-container .slideshow-next.disabled {
      background-position: -14px -193px; }
  .slideshow-container .slideshow-pager {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 200; }
  .slideshow-container .pager-box {
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    float: left;
    margin: 0 0 0 10px;
    text-align: center;
    color: #cecece;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif; }
    .slideshow-container .pager-box.cycle-pager-active {
      background: transparent;
      border-color: #606060;
      color: #606060; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.products-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border-bottom: 0;
  width: 100%;
  display: table; }
  .products-grid .actions {
    position: static; }
  .products-grid > li {
    list-style: none;
    display: table-cell;
    float: none;
    background: white;
    border: solid #bbbbbb;
    border-width: 0 1px 0 0;
    width: 199px;
    box-sizing: border-box;
    padding: 15px 13px; }
    .products-grid > li:last-child {
      border: 0; }
  .products-grid .product-image {
    width: 100%;
    height: auto;
    display: block;
    text-align: center; }
    .products-grid .product-image img {
      max-width: 100%;
      display: inline-block; }
  .products-grid .price-box {
    margin: 0 0 7px;
    line-height: 16px;
    font-size: 15px; }
    .products-grid .price-box p {
      margin: 0;
      font-size: 15px; }
    .products-grid .price-box .special-price {
      color: #c90000;
      margin: 0 0 3px;
      line-height: 18px; }
      .products-grid .price-box .special-price .price {
        font-size: 17px; }
      .products-grid .price-box .special-price .price-label {
        display: none; }
    .products-grid .price-box .old-price {
      color: #888888;
      font-size: 12px;
      position: relative;
      top: -4px;
      line-height: 14px; }
  .products-grid .product-name {
    margin: 0 0 3px;
    font-size: 13px; }
    .products-grid .product-name a {
      font-weight: 600; }
  .products-grid .manufacured {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 3px; }
  .products-grid button.button {
    border: 1px solid;
    border-color: #8bbf1c #73b412 #4a9b01;
    border-radius: 4px;
    padding: 0 9px;
    cursor: pointer;
    background-color: #8bbf1c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
    background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
    padding: 0; }
  .products-grid button.button:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    border-color: #4a9b01 #73b412 #8bbf1c; }
  .products-grid button.button span {
    background: none !important;
    padding: 0;
    float: none;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase; }
    .products-grid button.button span span {
      padding: 0 15px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 600; }
  .products-grid button.button span {
    height: 26px;
    line-height: 26px; }
    .products-grid button.button span span {
      line-height: 26px;
      padding: 0 12px;
      font-size: 14px;
      font-weight: 700; }
  .products-grid .free-shipping {
    color: #c90000;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 8px; }
  .products-grid .free-shipping:before {
    content: "";
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -64px -102px;
    width: 18px;
    height: 13px;
    display: block;
    float: left;
    margin: 0 6px 0 0; }
  .products-grid .free-shipping.free-shipping-empty:before {
    display: none; }

  .col-main .block-related,
  .col-main .box-up-sell,
  .col-main .recently-viewed-items {
    overflow: hidden;
    margin: 0;
    width: 1030px; }
    .col-main .block-related .products-grid,
    .col-main .box-up-sell .products-grid,
    .col-main .recently-viewed-items .products-grid {
      overflow: hidden;
      margin: 0 0 40px -1px; }
      .col-main .block-related .products-grid > li,
      .col-main .box-up-sell .products-grid > li,
      .col-main .recently-viewed-items .products-grid > li {
        border-width: 0 0 0 1px;
        margin: 0 0 0 -1px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top; }
        .col-main .block-related .products-grid > li:last-child,
        .col-main .box-up-sell .products-grid > li:last-child,
        .col-main .recently-viewed-items .products-grid > li:last-child {
          border-width: 0 1px 0 1px; }
      .col-main .block-related .products-grid .manufacured,
      .col-main .box-up-sell .products-grid .manufacured,
      .col-main .recently-viewed-items .products-grid .manufacured {
        margin: 0 0 7px; }
    .col-main .block-related .product-name,
    .col-main .box-up-sell .product-name,
    .col-main .recently-viewed-items .product-name {
      margin: 0 0 3px;
      font-size: 13px;
      line-height: 16px; }
      .col-main .block-related .product-name a,
      .col-main .box-up-sell .product-name a,
      .col-main .recently-viewed-items .product-name a {
        font-weight: 600; }

  .crosssell h2,
  .box-up-sell h2 {
    padding: 0;
    font-size: 24px;
    color: #222222;
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0 20px;
    font-weight: 600; }

  .block-related input.checkbox {
    float: left;
    margin-right: -20px;
    margin-top: 140px; }
  .block-related .product {
    margin-left: 20px; }
    .block-related .products-grid > li {
      margin-bottom: 15px;
      padding-top: 0; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35; }

.products-list .desc .link-learn {
  font-size: 11px; }

.products-list .add-to-links {
  clear: both; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px; }

  .products-list .desc.std {
    font-size: 13px;
    line-height: 18px; }
  .products-list li.item {
    border-bottom: 1px solid #e3e3e3;
    padding: 21px 0; }
    .products-list li.item.last {
      border-bottom: 0; }
  .products-list .product-image {
    border: 1px solid #eaeaea;
    width: 175px;
    text-align: center;
    float: left;
    margin: 0 17px 0 0; }
    .products-list .product-image img {
      max-width: 100%; }
  .products-list .product-shop {
    float: left;
    width: 400px; }
    .products-list .product-shop .product-name {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      margin: 0 0 4px; }
      .products-list .product-shop .product-name a {
        color: #3262b6; }
    .products-list .product-shop .price-box {
      display: block;
      margin: 0 0 6px;
      padding: 0; }
      .products-list .product-shop .price-box .special-price {
        line-height: 18px; }
        .products-list .product-shop .price-box .special-price .price {
          font-size: 17px; }
    .products-list .product-shop .sku {
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      color: #2f2f2f;
      margin: 0 0 5px; }
  .products-list .sale-labels {
    float: right; }
    .products-list .sale-labels li {
      position: relative;
      overflow: visible;
      padding: 0 20px 0 5px; }
      .products-list .sale-labels li:after {
        width: 100%;
        display: block;
        content: '';
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        height: 25px;
        background: #f1f1f1;
        border-radius: 9px;
        z-index: -1;
        position: absolute;
        top: 5px;
        left: 0; }

    .col2-right-layout .products-list .product-shop,
    .col2-left-layout .products-list .product-shop {
      width: 460px; }

    .col1-layout .products-list .product-shop {
      width: 650px; }

  .sidebar .block-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 13px 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
    background-color: white;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(whitesmoke));
    background: -webkit-linear-gradient(top, white, whitesmoke);
    background: -moz-linear-gradient(top, white, whitesmoke);
    background: -ms-linear-gradient(top, white, whitesmoke);
    background: -o-linear-gradient(top, white, whitesmoke);
    margin: 0; }
    .sidebar .block-layered-nav .block-title {
      font-size: 14px;
      border-color: #3669bc #305eb3 #2b54ab;
      background-color: #3669bc;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3669bc), to(#2b54ab));
      background: -webkit-linear-gradient(top, #3669bc, #2b54ab);
      background: -moz-linear-gradient(top, #3669bc, #2b54ab);
      background: -ms-linear-gradient(top, #3669bc, #2b54ab);
      background: -o-linear-gradient(top, #3669bc, #2b54ab);
      color: white; }
  .sidebar .block-content {
    border: solid #dddddd;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px; }
  .sidebar .products-grid {
    display: block; }
    .sidebar .products-grid > li {
      display: inline-block;
      border: 0;
      width: 100%; }
    .sidebar .products-grid .product-name {
      line-height: 14px; }
      .sidebar .products-grid .product-name a {
        font-size: 12px; }

  .narrow-by-list .show,
  .narrow-by-list .hide {
    color: #3262b6;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 0 10px; }
    .narrow-by-list .show:hover,
    .narrow-by-list .hide:hover {
      text-decoration: underline; }
  .narrow-by-list > dt {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 13px 6px;
    background: #f7f7f7;
    border: solid #e7e7e7;
    border-width: 1px 0; }
    .narrow-by-list > dt:first-child {
      border-top: 0; }
  .narrow-by-list >dd {
    padding: 0 0 13px; }
    .narrow-by-list >dd li {
      font-size: 12px;
      line-height: 16px;
      color: #2f2f2f;
      padding: 5px 12px 3px; }
      .narrow-by-list >dd li input[type="checkbox"] {
        margin: -2px 3px 0 0;
        position: relative; }
      .narrow-by-list >dd li a {
        color: #2f2f2f; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
  .product-view .product-name h1,
  .product-view .product-name {
    color: #2f2f2f;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal; }
    .product-view .product-name h1 .sku-list,
    .product-view .product-name .sku-list {
      color: #2f2f2f;
      font-size: 13px;
      line-height: 15px;
      display: block;
      padding: 7px 0 0; }
      .product-view .product-name h1 .sku-list li,
      .product-view .product-name .sku-list li {
        display: inline-block;
        margin: 0 25px 0 0; }
  .product-view .product-name {
    margin: 0 0 25px; }
  .product-view button.edit {
    float: right;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    padding: 0;
    height: 28px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 3px 8px -8px rgba(0, 0, 0, 0.3); }
  .product-view button.edit:hover {
    background: gainsboro; }
  .product-view button.edit span {
    height: 28px;
    line-height: 24px;
    padding: 0 11px;
    display: block;
    vertical-align: top;
    text-transform: uppercase; }
    .product-view button.edit span span {
      padding: 0;
      overflow: hidden;
      font-size: 12px;
      font-weight: 600;
      color: #1050b1; }
      .product-view button.edit span span:before {
        content: '';
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -64px -119px;
        width: 16px;
        height: 12px;
        display: inline-block;
        margin: 6px 6px 0 0; }
  .product-view .product-img-box {
    float: left;
    width: 550px; }
    .product-view .product-img-box .product-image {
      width: 100%;
      cursor: pointer;
      position: relative; }
      .product-view .product-img-box .product-image:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 38px;
        height: 38px;
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -247px;
        z-index: 200; }
      .product-view .product-img-box .product-image img {
        max-width: 100%;
        width: 100%; }
  .product-view .more-img {
    padding: 22px 0 23px;
    text-align: center;
    font-size: 12px; }
    .product-view .more-views li {
      float: left;
      margin: 0 8px 8px 0;
      border: 1px solid #dddddd; }
      .product-view .more-views li.active {
        border-color: #3262b6; }
  .product-view .product-shop {
    float: right;
    width: 450px; }
  .product-view .addthis_native_toolbox {
    float: left; }
  .product-view .email-friend {
    float: right;
    font-weight: 600;
    font-size: 13px; }
    .product-view .product-options-bottom .price-box {
      display: none; }
    .product-view .product-options dl {
      width: 100%;
      overflow: hidden; }
      .product-view .product-options dl dt {
        float: left;
        margin: 0 10px 0 0;
        min-width: 75px;
        text-align: right; }
        .product-view .product-options dl dt em {
          min-width: 5px !important; }
      .product-view .product-options dl dd {
        clear: right; }
    .product-view .product-options dt,
    .product-view .product-options dt label {
      font-size: 13px;
      line-height: 20px;
      margin: 0 0 3px;
      font-weight: normal;
      color: #444444;
      line-height: 23px; }
  .product-view .product-options dt em,
  .product-view .product-options dt label em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
    .product-view .product-options p.required {
      text-align: left; }
  .product-view .sold-as,
  .product-view .condition {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 3px;
    font-weight: normal;
    color: #444444; }
  .product-view .sold-as em,
  .product-view .condition em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
    .product-view .sold-as span,
    .product-view .condition span {
      font-weight: 600; }
      .product-view .sold-as span.negative,
      .product-view .condition span.negative {
        color: #c90000; }
      .product-view .sold-as span.positive,
      .product-view .condition span.positive {
        color: #0c8400; }
    .product-view .warranty-plan-box label {
      display: block;
      clear: both;
      font-size: 13px;
      line-height: 20px;
      margin: 0 0 3px;
      font-weight: normal;
      color: #444444; }
  .product-view .warranty-plan-box label em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
  .product-view .sale-labels {
    float: right; }
  .product-view #product-review-table {
    margin: 0 0 25px; }
      .product-view #product-review-table tr td {
        text-align: center; }
        .product-view #product-review-table tr td:first-child {
          text-align: left; }
    .product-view #review-form label {
      margin: 0 0 1px; }
    .product-view #review-form .form-list {
      float: left;
      margin: 0 25px 0 0; }
      .product-view #review-form .form-list li {
        margin: 0 0 22px; }
      .product-view #review-form .form-list .input-box {
        width: 370px; }
        .product-view #review-form .form-list .input-box .input-text {
          width: 100%; }
    .product-view #review-form textarea {
      width: 370px;
      min-height: 117px; }
      .product-view #review-form .buttons-set button.button {
        float: left; }
    .product-view .box-reviews dd {
      margin: 0 0 15px;
      overflow: hidden; }
    .product-view .box-reviews h2.review-title {
      margin: 0 0 40px;
      font-size: 22px;
      line-height: 26px;
      font-weight: normal; }
    .product-view .box-reviews .review-link {
      font-weight: 600;
      font-size: 18px;
      display: inline-block;
      margin: 0 0 3px; }
    .product-view .box-reviews .ratings-table {
      float: left;
      margin: 0 10px 10px 0; }
      .product-view .box-reviews .ratings-table th {
        line-height: 20px; }
    .product-view .box-reviews .review-info {
      float: left;
      font-weight: 600;
      font-size: 13px; }
    .product-view .box-reviews .detailse {
      margin: 0 0 15px; }
      .product-view .box-reviews .detailse p {
        margin: 0 0 15px; }
    .product-view .box-reviews .review-row {
      width: 100%;
      overflow: hidden; }

  .catalog-product-view .testimonials-wrapper,
  .catalog-product-view .testimonials-holder {
    width: 780px;
    margin: 0 auto 20px;
    box-sizing: border-box; }
    .catalog-product-view .testimonials-wrapper a,
    .catalog-product-view .testimonials-holder a {
      color: #444444;
      cursor: pointer; }
      .catalog-product-view .testimonials-wrapper a:hover,
      .catalog-product-view .testimonials-holder a:hover {
        text-decoration: none; }

.testimonials-content {
  font-style: italic; }

.more-views-big {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .more-views-big .slideshow-nav {
    width: 20px;
    position: absolute;
    height: 32px;
    cursor: pointer;
    top: 45%;
    z-index: 955;
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0; }
  .more-views-big .slideshow-prev {
    left: -45px;
    background-position: -40px -215px; }
    .more-views-big .slideshow-prev.disabled {
      background-position: -60px -215px; }
  .more-views-big .slideshow-next {
    right: -45px;
    background-position: 0 -215px; }
    .more-views-big .slideshow-next.disabled {
      background-position: -20px -215px; }
  .more-views-big .more-views-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
  .more-views-big .close-btn {
    font-size: 16px;
    float: right;
    color: white;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 10px;
    cursor: pointer;
    text-transform: uppercase; }
    .more-views-big .close-btn:before {
      float: left;
      vertical-align: top;
      background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -64px -133px;
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      margin: 0 10px 0 0; }
  .more-views-big .more-views-holder {
    position: absolute;
    z-index: 950;
    top: 75px;
    width: 1000px; }
      .more-views-big .more-views-holder ul li {
        float: left;
        max-width: 100%; }
      .more-views-big .more-views-holder ul img {
        max-width: 100%;
        margin: 0 auto; }

    .catalog-product-view .product-shop .price-box {
      font-size: 22px; }

  .product-shop select {
    padding: 1px 5px;
    width: auto; }
  .product-shop .add-to-cart {
    float: left; }
  .product-shop .btn-cart {
    border: 1px solid;
    border-color: #8bbf1c #73b412 #4a9b01;
    border-radius: 4px;
    padding: 0 9px;
    cursor: pointer;
    background-color: #8bbf1c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
    background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
    margin: 4px 9px 0 0; }
  .product-shop .btn-cart:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    border-color: #4a9b01 #73b412 #8bbf1c; }
  .product-shop .btn-cart span {
    background: none !important;
    padding: 0;
    float: none;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase; }
    .product-shop .btn-cart span span {
      padding: 0 15px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 600; }
  .product-shop .btn-cart span {
    height: 44px;
    line-height: 44px;
    font-size: 17px; }
    .product-shop .btn-cart span span {
      font-size: 17px;
      font-weight: 700;
      padding: 0 12px; }
      .product-shop .btn-cart span span:before {
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -39px -247px;
        content: '';
        width: 23px;
        height: 20px;
        float: left;
        display: block;
        margin: 12px 7px 0 0; }
  .product-shop .qty-holder {
    float: left;
    margin: 0 5px 0 0; }
    .product-shop .qty-holder label {
      display: block;
      font-size: 11px;
      line-height: 12px;
      text-transform: uppercase;
      color: #2f2f2f;
      font-weight: 600;
      clear: both;
      float: none;
      padding: 0 0 4px 8px; }
    .product-shop .qty-holder .qty {
      height: 34px;
      line-height: 34px;
      border: 1px solid #c6ced8;
      border-radius: 4px;
      width: 42px;
      box-sizing: border-box;
      font-size: 16px;
      color: #666666;
      text-align: center;
      padding: 0; }
  .product-shop .product-shop-holder {
    background: #eaeef5;
    padding: 14px 23px; }
  .product-shop .ratings {
    margin: 0;
    border: 1px solid #cccccc;
    position: relative;
    z-index: 50;
    background: white;
    padding: 15px 20px;
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3); }
    .product-shop .ratings .ratings-table {
      float: left;
      margin: 0 10px 0 0; }
      .product-shop .ratings .ratings-table th {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px; }
    .product-shop .ratings .rating-links {
      line-height: 20px;
      font-size: 13px;
      font-weight: 600; }
      .product-shop .ratings .rating-links .separator {
        color: #bbbbbb; }
  .product-shop .free-shipping {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 3px;
    font-weight: normal;
    color: #444444; }
  .product-shop .free-shipping em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
    .product-shop .free-shipping span {
      color: #0c8400;
      font-weight: 600; }
  .product-shop .shipping {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 3px;
    font-weight: normal;
    color: #444444; }
  .product-shop .shipping em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
    .product-shop .shipping span {
      color: #0c8400;
      font-weight: 600; }
  .product-shop .availability {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 3px;
    font-weight: normal;
    color: #444444; }
  .product-shop .availability em {
    min-width: 75px;
    font-style: normal;
    display: inline-block;
    text-align: right;
    margin: 0 6px 0 0; }
    .product-shop .availability em {
      text-align: right; }
    .product-shop .availability.in-stock span {
      color: #0c8400;
      font-weight: 600; }
  .product-shop .price-box {
    padding: 5px 0 20px;
    font-size: 17px; }
    .product-shop .price-box .old-price {
      line-height: 14px; }
      .product-shop .price-box .old-price .price-label,
      .product-shop .price-box .old-price .price {
        color: #888888;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
        text-decoration: line-through; }
      .product-shop .price-box .special-price .price-label {
        display: none; }
      .product-shop .price-box .special-price .price {
        color: #c90000;
        font-size: 22px;
        line-height: 24px;
        font-weight: 700; }
  .product-shop .add-to-links {
    margin: 10px 0 0;
    float: left; }
    .product-shop .add-to-links .link-wishlist {
      border: 1px solid #cdd5e4;
      border-radius: 2px;
      padding: 0 9px;
      color: #6d7582;
      height: 34px;
      line-height: 34px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      background-color: #eaeef5;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
      background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
      margin: 0 0 7px;
      min-width: 135px;
      text-align: center; }
  .product-shop .add-to-links .link-wishlist:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }
    .product-shop .add-to-links .link-compare {
      border: 1px solid #cdd5e4;
      border-radius: 2px;
      padding: 0 9px;
      color: #6d7582;
      height: 34px;
      line-height: 34px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      background-color: #eaeef5;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
      background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
      min-width: 135px;
      text-align: center; }
  .product-shop .add-to-links .link-compare:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }

.product-essential {
  margin: 0 0 25px; }

  div.tabs .tab-content {
    padding: 0 0 70px 140px;
    margin: 0 0 30px;
    border-bottom: 1px solid #bbbbbb; }
    div.tabs .tab-content h2 {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 15px; }
    div.tabs .tab-content p {
      margin: 0 0 10px; }
    div.tabs .tab-content .std {
      margin: 0 0 15px; }
  div.tabs .tabNavigation {
    border-bottom: 2px solid #3262b6;
    margin: 0 0 40px; }
    div.tabs .tabNavigation:after {
      clear: both;
      content: "";
      display: block; }
    div.tabs .tabNavigation li {
      float: left;
      margin: 0 1px 0 0;
      height: 40px;
      line-height: 40px; }
      div.tabs .tabNavigation li a {
        display: block;
        background: #f6f6f6;
        height: 100%;
        color: #3262b6;
        font-size: 15px;
        line-height: 40px;
        font-weight: 600;
        padding: 0 30px;
        position: relative; }
        div.tabs .tabNavigation li a:hover {
          text-decoration: none; }
        div.tabs .tabNavigation li a.selected {
          background-color: #3262b6;
          color: white; }
          div.tabs .tabNavigation li a.selected:before {
            width: 25px;
            height: 9px;
            background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -313px;
            content: '';
            display: block;
            position: absolute;
            top: 100%;
            left: 38%;
            z-index: 250; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
.main-container {
  padding: 0 0 50px; }

  .catalog-category-view .col-main {
    width: 802px; }
    .catalog-category-view .col1-layout .col-main {
      width: 100%;
      box-sizing: border-box; }
      .catalog-category-view .col1-layout .col-main .category-image {
        margin: 0 0 15px; }
      .catalog-category-view .col1-layout .col-main .category-description {
        width: 850px;
        margin: 0 auto 35px;
        font-size: 15px;
        line-height: 24px; }
    .catalog-category-view .col1-layout .breadcrumbs {
      padding: 0 0 10px; }
    .catalog-category-view .col1-layout .category-title {
      margin: 0 0 20px; }
    .catalog-category-view .category-image img {
      display: block;
      width: 100%; }
  .catalog-category-view .category-title {
    margin: 0 0 10px; }
    .catalog-category-view .category-title h1 {
      font-size: 32px; }
  .catalog-category-view .category-description {
    line-height: 22px;
    margin: 0 0 5px; }
    .catalog-category-view .category-description p {
      margin: 0 0 10px; }
  .catalog-category-view .products-list .desc {
    margin: 0; }

  .sub-category-holder h3 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0 0 15px; }
  .sub-category-holder .category-image {
    width: 100%;
    overflow: hidden; }
    .sub-category-holder .category-image img {
      max-width: 100%; }
  .sub-category-holder .sub-category-name {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px; }
  .sub-category-holder .sub-category-row {
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid #bbbbbb; }
    .sub-category-holder .sub-category-row:last-child {
      border: 0; }
    .sub-category-holder .sub-category-row .sub-category {
      display: inline-block;
      border-left: 1px solid #bbbbbb;
      vertical-align: top;
      width: 19.5%;
      padding: 0 15px;
      box-sizing: border-box; }
      .sub-category-holder .sub-category-row .sub-category:first-child {
        border: 0; }
      .sub-category-holder .sub-category-row .sub-category .third-level {
        padding: 20px 0 0;
        margin: 0 0 15px; }
        .sub-category-holder .sub-category-row .sub-category .third-level li {
          border-bottom: 1px solid #e0e0e0; }
          .sub-category-holder .sub-category-row .sub-category .third-level li a {
            font-size: 13px;
            color: #444444;
            padding: 2px 0;
            display: block; }
      .sub-category-holder .sub-category-row .sub-category .less,
      .sub-category-holder .sub-category-row .sub-category .more {
        color: #3262b6;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer; }
        .sub-category-holder .sub-category-row .sub-category .less:hover,
        .sub-category-holder .sub-category-row .sub-category .more:hover {
          text-decoration: underline; }
    .sub-category-holder .sub-category-row .description {
      font-size: 12px;
      line-height: 18px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
    .checkout-cart-index .page-title h1 {
      font-size: 32px;
      line-height: 38px;
      font-weight: 300; }
  .checkout-cart-index .sidebar-cart {
    width: 240px;
    float: right; }
  .checkout-cart-index .cart-holder {
    width: 770px;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 0 0 30px; }
  .checkout-cart-index .top-button-set {
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; }
  .checkout-cart-index .cart-collaterals {
    background: #f7f7f7;
    padding-bottom: 15px;
    position: relative; }
    .checkout-cart-index .cart-collaterals .separator {
      position: absolute;
      top: 0;
      left: 434px;
      width: 1px;
      height: 100%;
      border-left: 1px solid #e3e3e3; }
    .checkout-cart-index .cart-collaterals h2 {
      text-transform: uppercase;
      color: #6d7582;
      font-weight: 600;
      font-size: 13px;
      line-height: 14px;
      margin: 0 0 15px; }
    .checkout-cart-index .cart-collaterals .discount-form {
      width: 100%;
      margin: 0 0 40px; }
      .checkout-cart-index .cart-collaterals .discount-form:after {
        content: '';
        clear: both;
        display: block; }
      .checkout-cart-index .cart-collaterals .discount-form label {
        color: #444444; }
      .checkout-cart-index .cart-collaterals .discount-form .input-box {
        float: left;
        margin: 0 5px 0 0;
        width: 260px; }
        .checkout-cart-index .cart-collaterals .discount-form .input-box input {
          width: 100%;
          box-sizing: border-box;
          padding: 0 10px; }
      .checkout-cart-index .cart-collaterals .discount-form .buttons-set {
        float: left; }
        .checkout-cart-index .cart-collaterals .discount-form .buttons-set button {
          float: left;
          clear: both;
          margin: 0 0 7px; }
      .checkout-cart-index .cart-collaterals .shipping-form label {
        color: #444444;
        font-size: 14px; }
      .checkout-cart-index .cart-collaterals .shipping-form .input-box {
        width: 260px; }
      .checkout-cart-index .cart-collaterals .shipping-form .button {
        float: left;
        margin: 25px 0 0; }
    .checkout-cart-index .cart-collaterals .cart-collaterals-left {
      float: left;
      width: 442px;
      padding: 20px 18px;
      box-sizing: border-box; }
      .checkout-cart-index .cart-collaterals .cart-collaterals-left .button {
        border: 1px solid #cdd5e4;
        border-radius: 2px;
        padding: 0 9px;
        color: #6d7582;
        height: 34px;
        line-height: 34px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        background-color: #eaeef5;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
        background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
        background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
        background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
        background: -o-linear-gradient(top, #eaeef5, #d9dfe8); }
  .checkout-cart-index .cart-collaterals .cart-collaterals-left .button:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }
  .checkout-cart-index .cart-collaterals .cart-collaterals-left .button span {
    height: 32px;
    line-height: 32px; }
    .checkout-cart-index .cart-collaterals .cart-collaterals-left .button span span {
      color: #6d7582;
      font-weight: 600;
      font-size: 13px;
      padding: 0; }
  .checkout-cart-index .totals {
    float: right;
    width: 300px;
    padding: 0 20px 0 0; }
  .checkout-cart-index #shopping-cart-totals-table {
    width: 100%;
    margin: 0 0 25px; }
      .checkout-cart-index #shopping-cart-totals-table tbody td,
      .checkout-cart-index #shopping-cart-totals-table tbody th {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 0; }
      .checkout-cart-index #shopping-cart-totals-table tfoot td {
        font-size: 22px;
        padding-top: 10px; }
        .checkout-cart-index #shopping-cart-totals-table tfoot td strong {
          font-weight: 600; }
          .checkout-cart-index #shopping-cart-totals-table tfoot tr td:last-child {
            min-width: 105px; }

.cart-info {
  background: #eaeef5;
  padding: 14px 0; }
  .cart-info .box-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #2b53aa;
    line-height: 25px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center; }
  .cart-info li {
    border-top: 1px solid #d8dbe2;
    padding: 15px 15px 10px 24px;
    overflow: hidden; }
    .cart-info li:first-child {
      border: 0; }
    .cart-info li .visual {
      float: left;
      width: 50px;
      margin: 0 6px 0 0; }
      .cart-info li .visual img {
        max-width: 100%; }
    .cart-info li .text {
      width: 145px;
      float: right;
      font-size: 13px;
      line-height: 18px;
      font-weight: 600; }

    .cart-table tr.even {
      background: 0; }
    .cart-table tr th,
    .cart-table tr td {
      border: solid #eeeeee;
      border-width: 1px 0 1px;
      padding: 15px 5px 10px; }
      .cart-table tr th.last,
      .cart-table tr td.last {
        padding-right: 15px; }
    .cart-table thead th {
      background: #eaeef5;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 14px;
      padding: 8px 5px;
      font-weight: 600;
      color: #6d7582;
      border-color: #d8dbe2; }
      .cart-table thead th.last {
        padding-right: 15px; }
    .cart-table tfoot .button {
      border: 1px solid lightgrey;
      border-radius: 2px;
      padding: 0 9px;
      background-color: #f8f8f8;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
      background: -webkit-linear-gradient(top, #f8f8f8, #e9e9e9);
      background: -moz-linear-gradient(top, #f8f8f8, #e9e9e9);
      background: -ms-linear-gradient(top, #f8f8f8, #e9e9e9);
      background: -o-linear-gradient(top, #f8f8f8, #e9e9e9); }
  .cart-table tfoot .button:hover {
    background-color: #e9e9e9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -moz-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -ms-linear-gradient(top, #e9e9e9, #f8f8f8);
    background: -o-linear-gradient(top, #e9e9e9, #f8f8f8);
    border: 1px solid lightgrey; }
  .cart-table tfoot .button span span,
  .cart-table tfoot .button span {
    background: none !important;
    padding: 0;
    height: auto;
    float: none;
    color: #444444;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    line-height: 30px;
    text-transform: uppercase; }
        .cart-table tfoot .button span span {
          font-weight: 400; }
  .cart-table .product-image {
    border: 1px solid #dddddd;
    display: inline-block;
    text-align: center; }
  .cart-table .product-image-cell {
    padding-left: 17px; }
  .cart-table .product-name {
    font-size: 13px;
    margin: 0; }
  .cart-table .btn-remove {
    text-decoration: underline;
    font-size: 11px;
    line-height: 12px; }
    .cart-table .btn-remove:hover {
      text-decoration: none; }
  .cart-table .item-options {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 14px; }
    .cart-table .item-options dt {
      float: left;
      margin: 0 7px 0 0;
      font-weight: normal;
      font-style: normal; }
    .cart-table .item-options dd {
      clear: right; }
  .cart-table .qty {
    width: 40px;
    box-sizing: border-box;
    text-align: center;
    background: #fafafa;
    padding: 0; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
  .checkout-onepage-index .page-title {
    margin: 0 0 18px; }
    .checkout-onepage-index .page-title h1 {
      font-size: 33px; }
    .checkout-onepage-index .col2-right-layout .col-main {
      width: 770px; }
    .checkout-onepage-index .col2-right-layout .col-right {
      width: 240px;
      padding-top: 5px; }

/*
 * One Page Checkout
 */
  .sidebar .block-progress {
    background: #eaeef5;
    border: 0;
    margin: 45px 0 0;
    min-height: 490px; }
    .sidebar .block-progress .block-title {
      border: 0;
      color: #2b53aa;
      background: none;
      font-family: "Titillium Web", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 17px;
      text-transform: uppercase;
      padding: 23px 25px 5px; }
    .sidebar .block-progress .block-content {
      border: 0; }

  .progress-list li {
    border-top: 1px solid #dee2e9;
    padding: 15px 20px 10px 53px;
    position: relative;
    font-size: 13px;
    line-height: 20px; }
    .progress-list li:first-child {
      border: 0; }
    .progress-list li .progress-title {
      color: #6d7582;
      font-size: 13px;
      line-height: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 3px; }
      .progress-list li .progress-title:after {
        width: 21px;
        height: 21px;
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        left: 23px;
        background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat -44px -342px; }
        .progress-list li .progress-title.progress-title-done:after {
          background-position: -68px -342px; }

.opc {
  position: relative; }
  .opc li.section {
    border-radius: 3px;
    margin: 0 0 3px; }
    .opc li.section.active {
      border: 1px solid #d8dbe2;
      margin: 0 0 7px; }
  .opc .cvv-what-is-this {
    line-height: 32px; }
  .opc .step-title {
    background: #fafafa;
    cursor: pointer;
    padding: 8px 20px;
    margin: 0; }
    .opc .step-title .number,
    .opc .step-title h2 {
      display: inline-block;
      color: #999999;
      margin: 0;
      font-family: "Titillium Web", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 17px;
      line-height: 18px;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeSpeed; }
    .opc .step-title .number {
      display: inline-block;
      position: relative;
      left: -3px; }
    .opc .step-title a {
      display: none;
      float: right; }
    .opc .active .step-title {
      padding: 13px 20px;
      background: #eaeef5; }
      .opc .active .step-title .number,
      .opc .active .step-title h2 {
        color: #6d7582; }

.opc .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px; }

.opc .allow .step-title {
  cursor: pointer; }

/*
 * .opc .allow .step-title a { display:block; }
 */
/*
 * .opc .active .step-title a { display:none; }
 */
.opc .step {
  border-top: 1px solid #dddddd;
  padding: 10px;
  position: relative; }

.opc .step .tool-tip {
  right: 10px; }




.forgot-pw {
  float: right;
  font-size: 14px;
  font-style: italic; }

#checkout-step-login {
  padding: 30px 30px 35px; }
    #checkout-step-login .col2-set .col-1 {
      width: 330px; }
  #checkout-step-login .input-box {
    width: 100%; }
  #checkout-step-login label {
    font-size: 14px;
    font-weight: 400; }
  #checkout-step-login li.control {
    margin: 0 0 2px; }
  #checkout-step-login p {
    margin: 0 0 6px; }
  #checkout-step-login h3 {
    font-size: 16px;
    line-height: 18px;
    color: #2f2f2f;
    font-weight: 600;
    margin: 0 0 4px; }
  #checkout-step-login h4 {
    font-weight: 600;
    margin: 0 0 5px; }
  #checkout-step-login .form-list {
    margin: 0 0 10px; }

  #login-form label {
    font-weight: 600;
    font-size: 15px; }

  .customer-account-create .buttons-set,
  .customer-account-create .form-list {
    max-width: 800px; }

    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
      width: 47%; }
  .customer-account-login .form-list .input-box {
    width: 100%; }

#checkout-step-review {
  padding: 0; }
  #checkout-step-review .product-name {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600; }
      #checkout-step-review tbody tr td:first-child {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    #checkout-step-review .item-options dt {
      float: left;
      font-style: normal;
      font-weight: 600; }
    #checkout-step-review .item-options dd {
      clear: right; }

/*
 * Multiple Addresses Checkout
 */
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0; }

.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #cccccc;
  text-align: center;
  color: #cccccc; }

.checkout-progress li.active {
  border-top-color: black;
  color: black; }

.multiple-checkout {
  position: relative; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px; }

.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right; }



/*
 * =======================================================================================
 */
  .paypal-express-review .form-list .field {
    float: none;
    margin: 0 0 10px; }
    .paypal-express-review .buttons-set-order button.button {
      margin: 10px 0 0 10px; }

/*
 * *
 * * @category   design
 * * @package    woofersetc_default
 * * @copyright  Copyright (c) 2014 Oro Inc. DBA MageCore (http://www.magecore.com)
 */
  .my-account-pages .pager {
    margin: 10px 0; }
    .my-account-pages .data-table .product-name {
      font-size: 13px; }
    .my-account-pages .product-review .rating-links {
      padding: 15px 0 0; }
      .my-account-pages .product-review .rating-links a {
        display: inline-block;
        clear: both;
        font-size: 13px;
        font-weight: 600; }
  .my-account-pages #wishlist-view-form {
    margin: 0 0 10px; }
    .my-account-pages #wishlist-view-form .add-to-cart-alt {
      padding: 5px 0 0; }
      .my-account-pages #wishlist-view-form .add-to-cart-alt .btn-cart {
        margin-top: 7px;
        margin-bottom: 7px; }
    .my-account-pages #wishlist-view-form .btn-remove {
      font-size: 12px;
      line-height: 14px; }
    .my-account-pages #wishlist-view-form td.last {
      line-height: 14px;
      width: 77px;
      padding: 10px 12px; }
    .my-account-pages #wishlist-view-form .buttons-set2 {
      padding: 10px 0 0; }
      .my-account-pages #wishlist-view-form .buttons-set2 .button {
        margin-left: 8px;
        border: 1px solid;
        border-color: #8bbf1c #73b412 #4a9b01;
        border-radius: 4px;
        padding: 0 9px;
        cursor: pointer;
        background-color: #8bbf1c;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
        background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
        background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
        background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
        background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
        padding: 0; }
  .my-account-pages #wishlist-view-form .buttons-set2 .button:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    border-color: #4a9b01 #73b412 #8bbf1c; }
  .my-account-pages #wishlist-view-form .buttons-set2 .button span {
    background: none !important;
    padding: 0;
    float: none;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase; }
    .my-account-pages #wishlist-view-form .buttons-set2 .button span span {
      padding: 0 15px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 600; }
  .my-account-pages #wishlist-view-form .buttons-set2 .button span {
    height: 26px;
    line-height: 26px; }
    .my-account-pages #wishlist-view-form .buttons-set2 .button span span {
      line-height: 26px;
      padding: 0 12px;
      font-size: 14px;
      font-weight: 700; }
    .my-account-pages #wishlist-view-form .link-edit {
      border: 1px solid #cdd5e4;
      border-radius: 2px;
      padding: 0 9px;
      color: #6d7582;
      height: 34px;
      line-height: 34px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      background-color: #eaeef5;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
      background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
      background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
      height: 28px;
      line-height: 28px; }
  .my-account-pages #wishlist-view-form .link-edit:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }
    .my-account-pages #wishlist-view-form .qty {
      max-width: 30px; }
    .my-account-pages #wishlist-view-form textarea {
      box-sizing: border-box;
      width: 100%; }
    .my-account-pages .title-buttons .link-print,
    .my-account-pages .title-buttons .separator,
    .my-account-pages .title-buttons .link-reorder {
      margin-top: 5px;
      display: inline-block;
      vertical-align: top; }
    .my-account-pages .title-buttons .link-print {
      background-position: 0 5px; }
    .my-account-pages .my-account .pager {
      margin: 10px 0; }
      .my-account-pages .my-account .pager:first-child {
        margin-top: 0; }
    .my-account-pages .col2-left-layout .col-main {
      width: 800px;
      float: right; }
    .my-account-pages .box-head h2 {
      text-transform: uppercase;
      font-weight: 600; }
  .my-account-pages .box-title {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; }
    .my-account-pages .box-title h2,
    .my-account-pages .box-title h3 {
      text-transform: uppercase;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      float: left;
      margin: 0 10px 3px 0; }
    .my-account-pages .box-title a {
      float: left;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px; }
  .my-account-pages .box {
    margin: 0 0 40px; }
  .my-account-pages .table-caption {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 10px; }
      .my-account-pages .data-table tfoot .grand_total {
        font-size: 22px; }
    .my-account-pages .addresses-primary li.item {
      margin: 0 0 15px; }
    .my-account-pages .addresses-primary h3 {
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 0 10px; }

  .block-account .block-title {
    background-color: #3669bc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3669bc), to(#2b54ab));
    background: -webkit-linear-gradient(top, #3669bc, #2b54ab);
    background: -moz-linear-gradient(top, #3669bc, #2b54ab);
    background: -ms-linear-gradient(top, #3669bc, #2b54ab);
    background: -o-linear-gradient(top, #3669bc, #2b54ab);
    color: white;
    border-color: #2b54ab; }
  .block-account .block-content {
    padding: 6px 0; }
  .block-account ul {
    line-height: 18px; }
  .block-account li {
    font-size: 13px; }
    .block-account li.current {
      background: #ebf2fa;
      padding: 6px 12px 5px; }
      .block-account li.current strong {
        font-weight: 600; }
    .block-account li a {
      color: #444444;
      display: block;
      padding: 6px 12px; }
      .block-account li a:hover {
        background: #ebf2fa;
        text-decoration: none; }

.col-main > .my-account {
  margin: 0 0 50px; }

  .block-related .block-subtitle {
    background: #ebf2fa;
    font-size: 14px;
    color: #444444;
    padding: 8px 16px 9px;
    margin: 0 0 15px; }

  .block-reorder .block-subtitle {
    font-weight: 600; }
  .block-reorder .block-content {
    padding: 8px 12px; }
  .block-reorder input.checkbox {
    margin-right: 0;
    margin-left: -20px;
    float: left; }
  .block-reorder .product-name {
    font-size: 13px;
    line-height: 18px; }
  .block-reorder #cart-sidebar-reorder {
    margin: 0 0 10px; }
    .block-reorder #cart-sidebar-reorder >li {
      padding: 2px 0 6px 20px; }
  .block-reorder button.button {
    border: 1px solid;
    border-color: #8bbf1c #73b412 #4a9b01;
    border-radius: 4px;
    padding: 0 9px;
    cursor: pointer;
    background-color: #8bbf1c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
    background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
    background: -o-linear-gradient(top, #8bbf1c, #4a9b01);
    padding: 0;
    clear: both;
    margin: 0 0 7px; }
  .block-reorder button.button:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    border-color: #4a9b01 #73b412 #8bbf1c; }
  .block-reorder button.button span {
    background: none !important;
    padding: 0;
    float: none;
    color: white;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase; }
    .block-reorder button.button span span {
      padding: 0 15px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 600; }
  .block-reorder button.button span {
    height: 26px;
    line-height: 26px; }
    .block-reorder button.button span span {
      line-height: 26px;
      padding: 0 12px;
      font-size: 14px;
      font-weight: 700; }
  .block-reorder .actions a {
    border: 1px solid #cdd5e4;
    border-radius: 2px;
    padding: 0 9px;
    color: #6d7582;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background-color: #eaeef5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
    background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
    height: 26px;
    line-height: 26px;
    clear: both;
    float: right; }
  .block-reorder .actions a:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }

  .block-wishlist .block-subtitle {
    padding: 0 18px; }
  .block-wishlist .product-details {
    font-size: 13px;
    line-height: 18px; }
  .block-wishlist .product-image {
    margin-left: 10px; }
  .block-wishlist .actions a {
    border: 1px solid #cdd5e4;
    border-radius: 2px;
    padding: 0 9px;
    color: #6d7582;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background-color: #eaeef5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
    background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
    height: 26px;
    line-height: 26px;
    margin: 0 18px 10px 0; }
  .block-wishlist .actions a:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }
  .block-wishlist .btn-remove {
    float: none;
    display: inline-block;
    clear: both;
    border: 1px solid #cdd5e4;
    border-radius: 2px;
    padding: 0 9px;
    color: #6d7582;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background-color: #eaeef5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
    background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
    height: 28px;
    line-height: 28px; }
  .block-wishlist .btn-remove:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }

      .sidebar .block-content .actions button {
        clear: both;
        float: none; }
      .sidebar .block-content .actions a {
        float: none;
        display: inline-block;
        vertical-align: top; }

::-webkit-input-placeholder {
  color: #999999;
  opacity: 0.8; }

:-moz-placeholder {
  color: #999999;
  opacity: 0.8; }

::-moz-placeholder {
  color: #999999;
  opacity: 0.8; }

:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 0.4; }

.no-txt,
.header .form-search .button,
.header .block-cart .cart-link:before,
#nav li.parent a.level-top:after,
.footer-subscribe:before {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0; }

.pull-right {
  float: right; }

  .col2-left-layout .col-main {
    width: 802px;
    margin: 0 0 50px; }

.cms-left-nav {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 7px 0; }
  .cms-left-nav li {
    font-size: 13px;
    line-height: 18px;
    color: #444444; }
    .cms-left-nav li.separator {
      border-top: 1px solid #dddddd;
      margin: 6px 0 7px;
      box-sizing: border-box;
      width: 100%; }
    .cms-left-nav li a {
      color: #444444;
      display: block;
      padding: 6px 12px 7px; }
      .cms-left-nav li a:hover {
        background: #f7f7f7;
        text-decoration: none; }

.custom-nav {
  border-bottom: 1px solid #e5e5e5;
  background: #f6f6f6;
  margin: 0 0 35px; }
  .custom-nav.custom-nav-footer {
    margin: 0; }
  .custom-nav ul {
    display: table;
    width: 100%; }
  .custom-nav li {
    text-align: center;
    display: table-cell; }
    .custom-nav li:before {
      content: '|';
      color: #d6d6d6;
      font-size: 15px;
      float: left;
      margin-top: 4px; }
    .custom-nav li:first-child:before {
      display: none; }
    .custom-nav li a {
      white-space: nowrap;
      display: block;
      line-height: 34px;
      color: #003483;
      text-decoration: none;
      font-weight: normal; }
      .custom-nav li a:hover {
        text-decoration: underline; }

.sale-labels {
  overflow: hidden; }
  .sale-labels li {
    display: block;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 8px;
    color: #444444;
    overflow: hidden; }
    .sale-labels li img {
      margin: 0 10px 0 0; }

.saving-price {
  color: #c90000;
  font-weight: normal;
  font-size: 13px; }

.price-holder {
  display: inline-block;
  vertical-align: top; }
  .price-holder .price-box {
    float: left; }
  .price-holder .saving-price {
    float: left;
    margin: 7px 0 0; }

.testimonials {
  margin: 0 0 40px; }
  .testimonials .more {
    margin: 0 0 15px;
    float: left; }
  .testimonials .go-top {
    border: 1px solid #cdd5e4;
    border-radius: 2px;
    padding: 0 9px;
    color: #6d7582;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background-color: #eaeef5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef5), to(#d9dfe8));
    background: -webkit-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -moz-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -ms-linear-gradient(top, #eaeef5, #d9dfe8);
    background: -o-linear-gradient(top, #eaeef5, #d9dfe8);
    float: right; }
  .testimonials .go-top:hover {
    background-color: #d9dfe8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dfe8), to(#eaeef5));
    background: -webkit-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -moz-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -ms-linear-gradient(top, #d9dfe8, #eaeef5);
    background: -o-linear-gradient(top, #d9dfe8, #eaeef5);
    text-decoration: none; }

.testimonials-holder {
  background: #f7f7f7;
  border-left: 4px solid #3365b8;
  position: relative;
  padding: 25px 30px 20px 53px;
  margin-bottom: 20px; }
  .testimonials-holder:before {
    background: url("https://www.woofersetc.com/skin/frontend/woofersetc/default/images/general-sprite.png") no-repeat 0 -323px;
    content: '';
    width: 25px;
    height: 17px;
    display: block;
    position: absolute;
    top: 22px;
    left: 18px; }

.testimonials-index-index .submit a,
.more-testimonials {
  border-radius: 4px;
  border: 1px solid;
  border-color: #8bbf1c #73b412 #4a9b01;
  color: white;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 90px;
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
  background-color: #8bbf1c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8bbf1c), to(#4a9b01));
  background: -webkit-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -moz-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -ms-linear-gradient(top, #8bbf1c, #4a9b01);
  background: -o-linear-gradient(top, #8bbf1c, #4a9b01); }
  .testimonials-index-index .submit a:hover,
  .more-testimonials:hover {
    background-color: #4a9b01;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9b01), to(#8bbf1c));
    background: -webkit-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -moz-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -ms-linear-gradient(top, #4a9b01, #8bbf1c);
    background: -o-linear-gradient(top, #4a9b01, #8bbf1c);
    text-decoration: none;
    border-color: #4a9b01 #73b412 #8bbf1c; }

#testimonialForm {
  padding: 20px 0;
  width: 765px;
  display: block; }
  #testimonialForm .legend {
    margin: 0 0 20px; }
  #testimonialForm textarea {
    width: 100%;
    display: inline-block;
    min-height: 150px; }

.page-title {
  padding: 0;
  margin: 0 0 30px; }
  .page-title h1,
  .page-title h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    padding: 0; }


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.woofersetc.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Accepted Cards */
#braintree-accepted-cards img {
  display: inline-block;
  margin-right: 4px;
}
/* Hosted Fields Loading State */
#credit-card-form.loading {
  position: relative;
}
#credit-card-form .braintree-hostedfield {
  opacity: 1;
}
#credit-card-form .credit-card-loading {
  display: none;
}
#credit-card-form .braintree-card-unsupported {
  color: darkred;
  font-weight: bold;
  padding: 6px 0 4px 0;
}
#credit-card-form.loading .credit-card-loading {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  text-align: center;
  display: block;
}
#credit-card-form.loading .credit-card-loading img {
  margin: 16px  auto;
}
#credit-card-form.loading .braintree-hostedfield {
  opacity: 0;
}
#credit-card-form label {
  float: none;
}
/* Hosted Fields */
#braintree-hosted-submit {
  display: none;
}
.braintree-input-field {
  height: 42px;
  max-width: 340px;
  padding: 0 10px;
  border: 1px solid lightgrey;
  background: white;
}
.braintree-input-field.braintree-postal-code {
  width: 140px;
}
.braintree-card-input-field {
  height: 50px;
  width: 100%;
  max-width: 372px;
  border: 1px solid lightgrey;
  position: relative;
  background: white;
}
.braintree-card-input-field .card-type {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 10px 0 8px;
}
.braintree-card-input-field .card-type img {
  height: 48px;
}
.braintree-card-input-field #card-number {
  float: left;
  height: 48px;
  width: 100%;
  padding-left: 66px;
  box-sizing: border-box;
}
#braintree-expiration-container {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
}
.braintree-expiration {
  width: 70px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.braintree-expiration-seperator {
  vertical-align: top;
  line-height: 42px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 30px;
  padding: 0 8px;
}
.braintree-cvv {
  width: 80px;
}
.braintree-hostedfield .cvv-what-is-this {
  margin-left: 0;
}
#three-d-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
  transition: 0.4s;
  opacity: 1;
}
#three-d-modal.hidden {
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
}
#three-d-modal.hidden .bt-modal-frame {
  transition: 0.4s;
  transform: translateY(80px);
}
#three-d-modal .bt-modal-frame {
  height: 450px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
  transition: 0.4s;
  transform: translateY(0);
}
#three-d-modal .bt-modal-body {
  height: 380px;
  margin: 0 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#three-d-modal .bt-modal-header {
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
@media (max-width: 650px) {
  #three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
#paypal-container iframe {
  display: none;
}
/* PayPal headless button */
button.braintree-paypal-button {
  background: #019cde;
  color: white;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 18px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
button.braintree-paypal-button.braintree-paypal-loading {
  background: #014c6b url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/braintree/paypal-loading.gif') center center no-repeat;
  background-size: 32px;
}
button.braintree-paypal-button.braintree-paypal-loading > span {
  opacity: 0;
}
button.braintree-paypal-button.braintree-paypal-loading:hover {
  background: #014c6b url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/braintree/paypal-loading.gif') center center no-repeat;
  background-size: 32px;
}
button.braintree-paypal-button:hover {
  background: #0175a6;
}
button.braintree-paypal-button > span {
  display: block;
  height: 46px;
  line-height: 46px;
  background: url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/braintree/paypal.png') right center no-repeat;
  background-size: 80px;
  padding-right: 94px;
}
/* Saved Accounts */
#creditcard-saved-accounts,
#paypal-saved-accounts {
  font-size: 0;
  width: 100%;
}
#creditcard-saved-accounts tr,
#paypal-saved-accounts tr {
  border-bottom: 1px dotted lightgrey;
}
#creditcard-saved-accounts tr td,
#paypal-saved-accounts tr td {
  vertical-align: middle;
}
#payment_form_gene_braintree_creditcard #creditcard-saved-accounts label,
#payment_form_gene_braintree_paypal #paypal-saved-accounts label,
#payment_form_gene_braintree_creditcard #creditcard-saved-accounts .label,
#payment_form_gene_braintree_paypal #paypal-saved-accounts .label {
  width: 100%;
  padding: 0;
  text-align: left;
  float: none;
}
#payment_form_gene_braintree_creditcard p,
#payment_form_gene_braintree_paypal p {
  padding: 0;
}
#creditcard-saved-accounts tr.other-row,
#paypal-saved-accounts tr.other-row {
  border-bottom: 0;
}
#creditcard-saved-accounts label {
  float: left;
  padding: 10px 0;
  line-height: 40px;
  width: 100%;
}
#creditcard-saved-accounts tr.other-row label,
#paypal-saved-accounts tr.other-row label {
  padding: 8px 0;
}
#paypal-saved-accounts label {
  padding: 6px 0;
  line-height: 40px;
}
#creditcard-saved-accounts label img,
#paypal-saved-accounts label img {
  margin-left: 6px;
  height: 40px;
  float: left;
}
#creditcard-saved-accounts label .saved-card-info,
#paypal-saved-accounts label .saved-paypal-email {
  margin-left: 14px;
  float: left;
}
#creditcard-saved-accounts label .saved-card-info span {
  line-height: 40px;
}
#creditcard-saved-accounts label .saved-card-info span.saved-expiry-date {
  font-size: 12px;
  font-weight: normal;
  margin-left: 14px;
}
#gene_braintree_creditcard_store_in_vault_div label,
label[for="gene_braintree_paypal_store_in_vault"] {
  width: auto!important;
}
/* Multi shipping */
body.checkout-multishipping-billing #payment-continue.loading {
  padding-left: 12px;
}
body.checkout-multishipping-billing #payment-continue.loading > span {
  background: url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/loader-white.gif') center left no-repeat;
  background-size: 15px 15px;
  padding-left: 22px;
}
body.checkout-multishipping-billing .buttons-set #paypal-complete {
  float: right;
  width: 400px;
  text-align: right;
}
body.checkout-multishipping-billing .buttons-set #paypal-complete > label {
  float: right;
  margin-right: 16px;
}
body.checkout-multishipping-billing .buttons-set #paypal-complete #paypal-container {
  float: right;
}

#pp-express-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.701961);
}
#pp-express-modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 20%;
  left: 40%;
  left: calc(50% - 175px);
  z-index: 101;
  width: 350px;
  height: 390px;
  padding: 15px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}
#pp-express-modal .button {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#pp-express-modal .button.coupon-submit {
  margin: 0;
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#pp-express-modal .button.loading {
  background-image: url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/loader-transparent.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60%;
  text-indent: -9999px;
}
#pp-express-modal #paypal-express-coupon {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
#pp-express-modal #paypal-express-coupon-error {
  margin-bottom: 6px;
}
#pp-express-modal .button2 {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 0.9rem;
}
#pp-express-modal .product-row {
  min-height: 60px;
  margin: 0;
}
#pp-express-modal .item-row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
#pp-express-modal .item-row.coupon-row {
  float: left;
  width: 100%;
}
#pp-express-modal .item-subrow {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
#pp-express-modal .product-image {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0;
  overflow: hidden;
}
#pp-express-modal .product-image img {
  max-width: 100%;
}
#pp-express-modal .product-info {
  margin-left: 60px;
  padding-top: 5px;
}
#pp-express-modal .product-qty {
  font-size: 0.8rem;
}
#pp-express-modal #shopping-cart-totals-table {
  width: 100%;
}
#pp-express-modal #shopping-cart-totals-table td {
  padding-left: 10px;
}
#pp-express-modal.loading:before {
  content: " ";
  background: url('https://www.woofersetc.com/skin/frontend/base/default/images/gene/loader.gif') no-repeat;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 30%;
  left: 44%;
  left: calc(50% - 24px);
}
@media (max-width: 770px) {
  #pp-express-modal {
    width: 70%;
    height: 80%;
    top: 10%;
    left: 15%;
  }
}
@media (max-width: 500px) {
  #pp-express-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    padding: 25px;
  }
}
/* If the element contains a PayPal express button don't force the buttons to width 100% */
.product-view .add-to-cart-buttons.braintree-paypal-express-container .button {
  width: auto;
}
@media (max-width: 450px) {
  .product-view .add-to-cart-buttons.braintree-paypal-express-container {
    width: 100%;
  }
  .product-view .add-to-cart-buttons.braintree-paypal-express-container .button {
    width: 100%;
  }
}

