/**
 * 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     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

@font-face {
    font-family: nexa_boldregular;
    src: url('../fonts/Nexa Bold-webfont.eot');
    src: url('../fonts/Nexa Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa Bold-webfont.woff2') format('woff2'),
         url('../fonts/Nexa Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}






/* Reset ================================================================================= */
.container { padding: 0; }
* { margin:0; padding:0; }
.wrapper      { overflow: hidden; }

body          {  font:13px/1.55 Open Sans; color:#444; text-align: left; font-weight: 400;   background: #f4f4f4;   }

img           { border:0; vertical-align:top; max-width: 100%; height: auto;}

a             { color:#222; text-decoration: none; }
a:hover       { text-decoration: none; }
a:focus,
:focus        { outline:0; text-decoration: none; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; font-weight: bold; s}
h1            { font-size:20px;   }
h2            { font-size:18px;  }
h3            { font-size:16px;  }
h4            { font-size:14px;  }
h5            { font-size:12px;   }
h6            { font-size:11px;   }

/* 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: 400; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
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; }
dt, dd { line-height: 25px;  }

/* 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 {   }
.page {  }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup.catalog-product-compare-index .page-title.title-buttons { background: none; }
.main-container { position: relative;  }
.images-slide { display: none; }
.images-slide  img{ width: 100%; }
.main { margin: 0 auto; min-height: 400px; padding: 38px 0; text-align: left;}
.container {

}

/* Base Columns */
.col-left {   }
.col-main {  }
.col-right {  }

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

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

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {   }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.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 */
input,select,textarea,button { vertical-align:middle; color:#2f2f2f; outline: 0;}
input.input-text,select,textarea { background:#fff; border:1px solid #EAEAEA; }
input.input-text,textarea { padding: 5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; padding: 8px 8px 8px 9px; text-align:center; white-space:nowrap; text-transform: capitalize; font-size: 13px; font-weight: 400; background: #e4e4e4; color:#474747;}
button.button:hover span { color: #fff;}
button.button span span,
button.button:hover span span { border:0; padding:0; background: none; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.button span span .fa { font-size: 14px; }
/*.products-list button.button span i { margin-right: px; }*/
button.btn-checkout span { border:0;  font-size: 16px; color:#3a3a3a; padding: 10px 30px; font-weight: 600;}

.totals button.btn-checkout:hover span span { background: none;}

button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; text-align: left; }
.form-list label { color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.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; }*/

.form-list .input-box { display: inherit; width:220px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:220px; padding: 3px 14px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width: 220px; padding: 3px 9px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

#login-form .form-list .input-box,
#login-form .form-list input.input-text { width: 100%; height: 30px;}

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }



.cross-coupon { padding-top: 20px; border: 1px solid #e0e0e0; }

/* 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 .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,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.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 .name-middlename 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: 400; color:#888; }
.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 { clear:both; margin:1em 0 0; padding:20px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set button.button > span { padding: 8px 15px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin:0; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {
      border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  background: #fff;
}
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #ddd; background: #fff;  margin:-33px 0 0 -10px; padding: 3px 10px; position:relative; }

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

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.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 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {
    position: relative;
    padding: 15px 0 0px;
    font-weight: 400;
    margin-bottom: -13px;
}
.breadcrumbs ul { margin: 0;}
.breadcrumbs li { display:inline; color: #a2a2a2; }
.breadcrumbs li span {}
.breadcrumbs strong { font-weight: 400; font-size: 14px; color:#444; }

.breadcrumbs a { color: #444444; font-size: 14px; text-transform: capitalize;}

/* Page Heading */
.page-title {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-title h1,
.page-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    background: none;
    display: inline-block;
    margin:0;
    border-bottom: 3px solid #333;
    }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:left; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Toolbar */

.toolbar { overflow: hidden; margin: 0; padding: 11px 20px 11px; margin-bottom: 30px; background: #fff; }
.toolbar a { }
.toolbar label { font-weight: 400; color: #222; font-size: 13px; line-height: 20px;}

.toolbar-bottom .toolbar { margin: 0; padding: 11px 20px 8px;  }
.toolbar-bottom .sorter .view-mode { margin-top:0; }

.toolbar-bottom .sorter .sort-by,
.toolbar-bottom .pager .limiter { display: none; }

/* Pager */
.pager { float: right; text-align:center; margin: 0; }
.pager .amount { float:left; margin: 4px 30px 0 0; }
.pager .limiter {
    float: left;
    font-size: 13px;
}
.pager .limiter label { vertical-align:middle; margin: 0; font-weight: 400; }
.pager .limiter select {
    color:#222;
    margin: 0 0 0 10px;
    vertical-align: middle;
    font-size: 13px;
    display: inline-block;
    padding: 2px 0px;
    background: #eee;
    border:0;
}
.toolbar-bottom .pager .pages { display: inline-block; margin-top: 3px; }
.pager .pages { margin-left: 170px; text-align: center; padding: 0; display: none;}
.pager .pages strong { font-weight: 400; color: #666; text-transform: capitalize; font-size: 13px; }
.pager .pages ol { display:inline-block; margin: 0;}
.pager .pages li{ display: inline-block; vertical-align: middle; margin-left: 3px; }
.pager .pages .current, .pager .pages li { }
.pager .pages .current, .pager .pages li a {
    line-height: 23px;
    font-size: 13px;
    color: #3a3a3a;
  }

.pager .pages a .fa {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
}

.pager li > a,
.pager li > span { display: inline; padding: 0; background: none; border: none; color: #666666; }
.pager li > a:hover{color: #999;text-decoration: underline;background: none}

/* Sorter */
.sorter {  float: left; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode a { text-decoration: none; }
.sorter .sort-by { float: left;   }
.sorter .sort-by label { vertical-align:middle; margin: 0;}
.sorter .sort-by select {
    padding:0;
    margin:0 0 0 10px;
    vertical-align:middle;
    font-size: 13px;
    display: inline-block;
    padding: 2px 10px;
    background: #eee;
    border: 0;
}
.sorter .sort-by a{ display: none;}
.sorter .link-feed {}

.sorter .view-mode{ float:left; margin-right: 84px;  color: #666; font-size: 13px;   margin-top: 3px; }
.sorter .view-mode a { color: #b2b2b4; }
.sorter .view-mode a:hover,
.sorter .view-mode strong { color: #444; }
.sorter .view-mode label{ float: left; margin: 0 14px 0 0; display: none; }
.sorter .view-mode span{ float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode .grid{
    float: left;
    background: url(../images/grid2.png) no-repeat left center transparent;
    font-size:0;
    display: inline-block;
    width: 18px;
    height: 18px;
    }
.sorter .view-mode strong.grid { background-image: url(../images/grid1.png); }
.sorter .view-mode .grid:before {}
    

.sorter .view-mode .list {
    margin-left: 10px;
    float: left;
    background: url(../images/list1.png) no-repeat left center transparent;
    font-size:0;
    display: inline-block;
    width: 18px;
    height: 18px;
    }
.sorter .view-mode strong.list { background: url(../images/list2.png); }
.sorter .view-mode .list:before {}




 /* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
}
#wishlist-table tbody .description .inner { font-weight: bold; }
#wishlist-table .cart-cell .add-to-cart-alt { text-align: center; }
#wishlist-table .cart-cell .add-to-cart-alt input {text-align: center; margin-bottom: 15px; border-color: #787878; }
#wishlist-table .cart-cell .add-to-cart-alt button { margin-bottom:15px; }
#wishlist-table .cart-cell .add-to-cart-alt button span { font-weight: bold; }
#wishlist-table .cart-cell > p { text-align: center; font-weight: bold; }
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  font-weight: bold;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}

.data-table thead th,
.data-table tbody td {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.data-table tfoot td {
}
.data-table tfoot .cart-footer-actions button.button span { font-weight: 400; }
.data-table tfoot .cart-footer-actions button.button > span { padding: 8px 15px; }
.data-table tbody td .item-options {
  text-align: center;
}
.checkout-tabs { background: #fff; padding: 15px; }
.data-table tbody td .item-options dt:after {
  content: ':';
}
.data-table tbody tr { border-bottom: 1px solid #f2f2f2;}

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
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; }

/* 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(../images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside;  }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd {   }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {   padding:0; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside;  }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {   }
.std dt { font-weight:bold; }
.std dd {   }
.std blockquote { font-style:italic;  }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { }

/* Misc */
.links li { display:inline; }
.links li.first {  }
.links li.last {  }

.link-cart {   }
.link-wishlist {   }
.link-reorder { }
.link-compare {  }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: 0 auto;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../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:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }
.logo strong { display:none; }
/*.cms-index-index .header-container { background: rgba(0,0,0,0.5) !important; z-index:9; position: absolute; top: 46px; left:0; width: 100%; }
.header-container { background: url(../images/bg-header-container.png) no-repeat center; }*/

/*------------------------------------.header-quick-access -----------------------------------*/
.header-container { background: #fff; }
p.block-search-top { font-size: 13px; font-weight: 600; color: #333333; margin-top: 4px; }
p.block-search-top a { font-weight: 400; color: #444; }


.header-quick-access { position: relative; background: #444;  }

.language-currency .fa {
    margin-left: 10px;
    vertical-align: baseline;
    color: #ddd;
}
.header-language {display: inline-block; }
.form-language {
    display: inline-block;
}
.form-language label,
.form-currency label { display: none;}

.drop-lang {
    list-style: none;
    padding: 0;
    margin: 0; display: inline;
}
.drop-lang .drop-trigger {
    position: relative;
    line-height: 44px;
    border: 0;
    padding: 0px 16px;
    background: url(../images/bg-toplink.jpg) no-repeat right center transparent;
}

.drop-lang li a {
    padding: 0;
    display: block;
    color: #eee;
    position: relative;
    font-size: 13px;
    z-index: 10;
    font-weight: 400;
}

.drop-lang .drop-trigger .sub-lang {
    position: absolute;
    top: 60px;
    left: 0;
    list-style: none;
    padding: 8px 0 8px 7px;
    margin: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    min-width: 135px;
    border-top: 1px solid #eee;
    box-shadow: 0px 0px 1px 1px #ddd;
    -webkit-box-shadow: 0px 0px 1px 1px #ddd;
    -moz-box-shadow: 0px 0px 1px 1px #ddd;
    -o-box-shadow: 0px 0px 1px 1px #ddd;
}
.drop-lang .drop-trigger:hover .sub-lang {
    top: 44px;
    display: block;
    opacity: 1;
    z-index: 1000;
    text-align: left;
}

.drop-lang .sub-lang li a { padding: 0 5px; line-height: 22px; display: block; color: #666; text-transform:uppercase; font-size: 11px; border-top: 1px solid #fff;  border-right:0;border-left:0; border-bottom:0; }
.drop-lang .sub-lang li a img {
    vertical-align: baseline;
    margin-right: 7px;
}
/*------------------------------------Currency-------------------------------------*/
.header-currency {
    display: inline-block;
    float: right;
}
.form-currency { }
.drop-currency { margin: 0;}
.drop-currency .currency-trigger {
    position: relative;
    line-height: 44px;
    border: 0;
    padding: 0 13px;
}
.drop-currency .currency-trigger  .fa { margin-left: 10px; }
.drop-currency li a {
    display: block;
    font-size: 13px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    color: #eee;
    font-weight: 400;
 
}
.language_curency .fa{ margin-left:10px; vertical-align:baseline; }
.drop-currency .currency-trigger .sub-currency {
    left:0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    top: 60px;
    opacity: 0;
    background: #fff;
    z-index: -1;
    border-top: 1px solid #eee;
    padding: 8px 0;
    box-shadow: 1px 1px 1px 1px #ddd;
  -webkit-box-shadow: 0px 0px 1px 1px #ddd;
  -moz-box-shadow: 1px 1px 1px 1px #ddd;
  -o-box-shadow: 1px 1px 1px 1px #ddd;
}
.drop-currency .currency-trigger:hover .sub-currency {
    top: 44px;
    display: block;
    opacity: 1;
    z-index: 1000;
}
.drop-currency .sub-currency li a {
    background: none repeat scroll 0 0 #fff;
    border-style: solid none none;
    border-width:0;
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding: 0 24px 0 23px;
    text-transform: capitalize;
    min-width: 42px;
}


/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    line-height: 44px;
}


/*-------------------------------Top Links!-----------------------------------------*/
/*.header-toplinks { margin: 0 -15px; }*/
.header-toplinks .account span { text-transform:uppercase; color: #3a3a3a; font-size: 12px; cursor: pointer; }
.header-toplinks .account span i { margin-right: 5px; }
.header-toplinks .account span i.fa-angle-down { margin-left: 10px; margin-right:0; }
.header-toplinks .account { position:relative; float: left; padding: 14px 0; }
.header-toplinks .links li {
	display: inline-block;
	padding: 4px 0px 4px 10px;
	min-width: 127px;
	text-align: left;
}
.header-toplinks .links {
    position: absolute;
    left:0;
}
.header-toplinks .links li.last a{ background:none; }
.header-toplinks .links li a {
    padding: 0;
    display: block;
    color: #3a3a3a;
    text-transform: capitalize;
    position: relative;
    font-size: 12px;
    z-index: 10;
    font-weight: 400;
    }
.header-toplinks .links li a:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #b3b3b3;
    margin-right: 7px;
}
.header-toplinks .links li.first a:before{
    content: "\f007";
}
.header-toplinks .links li:nth-child(2) a:before{
    content: "\f004";
    font-size: 11px;
}
.header-toplinks .links li:nth-child(3) a:before{
    content: "\f06d";
}
.header-toplinks .links li:nth-child(4) a:before{
    content: "\f0e5";
}
.header-toplinks .links li:last-child a:before{
    content: "\f13e";
}



.header-toplinks .links {
	margin: 0;
	background: #fff;
	z-index: 999;
	border-top: 1px solid #eee;
	top: 60px;
	opacity:0;
        z-index:-1;
        padding: 8px 0;
        line-height: 20px;
        box-shadow: 0px 0px 1px 1px #ddd;
        -webkit-box-shadow: 0px 0px 1px 1px #ddd;
        -moz-box-shadow: 0px 0px 1px 1px #ddd;
        -o-box-shadow: 0px 0px 1px 1px #ddd;
}
.header-toplinks .links li a:hover {
  text-decoration: none;
}





/*------------------------------- Search -----------------------------------------*/
#cat .dd-select{ border:0; background: #fff !important; position: relative; }
#cat a.dd-selected {
    padding: 8px 15px !important;
}
#cat .dd-select .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    
}

#search_mini_form {  }
#search_mini_form .dd-options {
    max-height: 400px;
    overflow-y: scroll !important;
    border: none !important;
    list-style: none;
    box-shadow: 0px 1px 2px #ddd;
}
#search_mini_form .input-box {
  position: relative;
  width: 44px;
  height: 44px;
  float: right;
    
}
.form-search {
    margin-top: 51px;
    position: relative;
}
#search_mini_form label {
  display: none;
}
.form-search .box-input {
    margin: auto;
    position:relative;
    display: block !important;
    /*box-shadow: 2px 2px 3px 0px #dcdcdc;
    -webkit-box-shadow: 2px 2px 3px 0px #dcdcdc;
    -moz-box-shadow: 2px 2px 3px 0px #dcdcdc;*/
}
.form-search .search-autocomplete {
    background: #fff;
    border: 1px solid #ddd;
 padding: 10px;
}
.form-search .search-autocomplete  ul li { padding-left: 5px; cursor: default;}
.form-search .search-autocomplete  ul li.selected { background: #eee;}
#search {
  height: 44px;
  border: 0;
  font-size: 14px;
  background: #666;
  color: #fff;
  font-weight: 400;
  width: 0;
  position: absolute;
  right: 44px;
  top: 0;
  z-index: 99;
  padding: 0;
    border-radius: 0 !important;
}
#search_mini_form button.button {
    
}

#search_mini_form:hover #search { width: 300px;  padding-left: 20px; }
#search_mini_form button.button span {
    border: 0;
    background: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
}


#search_mini_form button.button:hover span{
  
}
#search_mini_form button.button span .fa {
  font-size: 18px;
  line-height: 44px;
  padding: 0px 14px;
  background: rgba(102,102,102,0.3);
  color: #eee;
}
.header-cart-mini:hover a.shopping-cart,
#search_mini_form:hover button.button span .fa { color: #fff; }


div#cat:after {
    content: "";
    width: 1px;
    height: 18px;
    background: #bbbbbb;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}





.header-toplinks {
    display: inline-block;
    position: relative;
    background: rgba(102,102,102,0.3);
    padding: 0 13px;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}
.header-toplinks:hover .links {
    display: block;
    top: 44px;
    opacity: 1;
    z-index: 9999;
   
}
.header-toplinks:hover:before { color: #fff; }
.header-toplinks:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;
    color:#eee;
    content: "\f085";
    line-height: 44px;
    
}
.header-col2{ text-align: right; float: right; }
.header { position: relative;}
.page-header-content { padding: 0; position: relative; text-align: center; }
.header a.logo {
    z-index: 99;
    padding: 50px 0 42px;
    display: inline-block;
    margin: auto;
    float: left;
}
.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; }
.header .quick-access {  }
.header .welcome-msg:before {
    
}
.header .welcome-msg1 {
    text-align: left;
    font-size: 13px;
    color: #dddddd;
    display: inline-block;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 15px;
    margin-right: 13px;
    background: url(../images/bg-toplink.jpg) no-repeat right center transparent;
}
.header .welcome-msg span {}
.header .welcome-msg1 .fa {
    font-size: 18px;
    color: #dddddd;
    background: #444444;
    line-height: 48px;
    padding: 0 17px;
    margin-right: 13px;
}
.header .welcome-msg a { color:#ebbc58; }

.header-cart-mini {
      float: right;
    margin-left: 3px;
      width: 44px;
  height: 44px;
    }
.header-cart-mini #mini_cart_block {
    display: inline-block;
    background: rgba(102,102,102,0.3);
}

.language-currency{ display: inline-block; float:right; }
.drop-currency li a:hover,
.drop-lang li a:hover{ color: #fff; }
.header-cart-mini a.shopping-cart {
    color: #eee;
    font-weight: 400;
    font-family: Open Sans;
    font-size: 0;    
}
.language-currency .fa:before {
    font-size: 12px;
    content: "\f107";
}
.header-cart-mini a.shopping-cart .fa {
  font-size: 18px;
  margin: 0;
  line-height: 44px;
  padding: 0px 4px 0 13px;
}
.mini_cart_ajax {
    position: relative;
    padding: 0;
}
.cart-title {
    font-size: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.cart-count {
    display: inline-block;
    font-size: 0;
}
.header-cart-mini a.shopping-cart .cart-count .fa {
    font-size: 14px;
    margin: 0 0 0 8px;
    display: none;
}


.mini-products-list .product-image { float:left; width:50px;  }
.mini-products-list .product-details { margin-left:60px; }



/********** < Navigation */
.top-menu {
    
}
.cms-index-index .top-menu .menu-cart {   padding-left: 300px; }
.top-menu .menu-cart {
    position: relative;
}
.nav-container { }


#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

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


/* Sidebar =============================================================================== */
.block {  margin:0 0 15px; }
.block .block-title {
    padding: 0;
    margin-bottom: 10px;
    padding: 4px 0;
}
.block .block-title strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    background: none;
    display: inline-block;
    margin: 0;
    border-bottom: 3px solid #333;
}
.block .block-title strong span { font-size: 16px !important; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content {
    padding: 3px 0;
    margin-bottom: 29px;
}
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
#checkout-review-submit .buttons-set{
    border: 0;
    padding: 2em;
}
.account-login { padding: 15px; background: #fff; }
#checkout-review-submit { padding: 0 15px; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0; font-size: 13px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }


/* Mini Products List */

.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 { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong {  }
.block-reorder .block-content,
.block-account .block-content {
    background: #fff;
    padding: 15px;
}
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 5px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0; font-weight: bold; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title {  }
.block-currency .block-title strong {   }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */


.block-layered-nav { border:0; margin:0; margin-bottom: 38px; background: #fff; }
.block-layered-nav .block-content { padding: 16px 0 7px 17px; background: none; margin:0; }
.block-layered-nav .block-content p.block-subtitle {display: none; }
.block-layered-nav dt {
    padding: 0;
    margin-bottom: 3px;
}
.block-layered-nav dt span { font-size: 14px; text-transform: uppercase; font-weight: 400; }
.block-layered-nav dd { margin-bottom: 15px; }
.block-layered-nav dd li {
    line-height: 32px;
    color: #666;
}

.block-layered-nav dd li a {
    font-size: 13px;
    color: #666;
    text-transform: capitalize;
}
.block-layered-nav dd.last {   }
.block-layered-nav dl { margin: 0;}
.block-layered-nav .currently li {  padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#eee; border:1px solid #ececec;  text-align:right; }
.block-layered-nav .actions a { float:none; }
#narrow-by-list > div:first-child,
#narrow-by-list > div:nth-child(2){ display: none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
    
.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 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {   }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {   }
.block-compare button.button span { }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width: 160px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Compared */
.block_compares { margin-bottom: 30px; background: #fff; }
.block_compares .block-content {
    padding: 15px 15px 15px;
    padding: 24px 15px 50px 18px;
}
.block_compares .block-content p{
    font-size: 13px;
    color: #666;
}












.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.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 button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }



/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:#fff; border:0; font-size:13px; }
.block-tags .block-content a {
    color: #444;
    text-transform: capitalize;
    background: #eee;
    line-height: 25px;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 5px;
}
.block-tags .block-content a:hover {
    color: #fff;
}
.block-tags { margin-bottom: 30px; }
.block-tags .actions { text-align:right; }
.block-tags .actions a {display: none;}
.tags-list { display:block; font-size:13px; background:#fff; padding: 17px 15px 28px; }
.tags-list li { display:inline !important; margin:0 0 0 1px; }
.tags-list li a { color:#444; }




/* Block: Subscribe */
.block-subscribe { margin: 0 0 20px; }
.block-subscribe .footer-static-title h3 {}
.block-subscribe p {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 5px;
    color: #444;
}
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {   }
.block-subscribe label { font-size: 16px; font-weight: 400; color: #6c6c6c; margin-bottom:7px;}
.block-subscribe .form-subscribe-header p { display: none;  }
.block-subscribe input.input-text {
  display: block;
  width: 100%;
  height: 36px;
  padding-left: 10px;
  float: left;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  color: #444;
  border: 1px solid #dddddd;
}
.block-subscribe .input-box { width: 100%; display: inline-block; position: relative; margin-top: 6px; }

.block-subscribe .actions {
  padding: 0;
  text-align: left;
  float: left;
  margin-top: 10px;
}
.block-subscribe .actions button:hover { background: #444 !important;}
.block-subscribe .actions button { float:none !important; height: 36px; font-size:13px; position: relative; line-height: 36px; text-transform: capitalize; color:#fff;  padding: 0 23px; font-weight: 400; background: #999; }

.footer-information .f-col1 a.shop-now:hover{
    background: #333;
}

/* Block: Reorder */
.block-reorder .block-title strong {   }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* 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; display: none; }
.category-image { width:100%; overflow:hidden; margin: 0px 0 30px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { }
.category-products .products-grid { margin-bottom: 0 }
.products-grid.last {  }
.featuredproduct .products-grid li.item { margin-bottom: 2px; }
.products-grid li.item { margin-bottom: 30px; overflow: hidden; }
.products-grid li.item .box-images img { padding:0 0 10px; }
.products-grid li.item:hover .box-images img{  }
.products-grid li.item .item-inner {
    position: relative;
    text-align: center;
    background: #fff;
    padding:10px;
}
.nav .products-grid li.item .item-inner { padding:0; }
.products-grid li.item .box-images {
    position: relative;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
}
.bestsellerslider .products-grid li.item .box-images { margin-bottom: 5px; }
.box-images .qv{
    display:block;
    width: 42px;
    height: 42px;
    background: rgba(249,249,249,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
    display: none;
}
.box-images:hover .qv{ display: block; }
.box-images .qv:before{ content:""; position: absolute; width: 100%; height: 100%; background: url(../images/qv.png) no-repeat center transparent; left: 0; top: 0;  }

.products-grid li.item .btn-cart span { font-size: 0; font-weight: 400;}
.products-grid li.item .btn-cart span span { background: none; padding: 0;}

.products-grid li.item .ratings { z-index: 8; display: inline-block;}
.products-grid li.item .ratings .rating-box { }
.products-grid li.item .short-des {font-size: 13px; color:#7a7a7a; line-height: 22px;}
 
.products-grid li.item .product-name { margin: 14px 0 0;}
.products-list li.item .price-box,
.products-grid li.item .price-box {
    
}
.products-list li.item .price-box { display: inline; }


.products-grid li.item .actions {
   width: 100%;
   display: inline-block;
}
.products-grid li.item .add-to-links li,
.products-list li.item .add-to-links li{
    list-style: none;
}
.products-list li.item .add-to-links li { display: inline-block; vertical-align:middle; margin-right: 15px;
}
.products-grid li.item .add-to-links li.button1 { margin-left:0; }
.products-grid li.item .add-to-links li{
    margin-bottom: 5px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    -o-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
}
.products-grid li.item .add-to-links li:first-child{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.products-grid li.item .add-to-links li:last-child{
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.products-grid li.item:hover .add-to-links li{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-grid li.item .item-inner:hover .add-to-links ul{ right:0; }
.products-grid li.item .add-to-links li.last {}

.products-grid li.item .add-to-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    background: #dddddd;
    font-size: 14px;
    color:#444;
}
.products-grid li.item .add-to-links li a:hover,
.products-list li.item .add-to-links li a:hover {
    color: #fff;
}
.icon-sale { 
    position: absolute;
    top: 12px;
    right: 11px;
    width: 37px;
    height: 37px;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 999;
    line-height: 37px;
    text-align: center;
    font-family: Open Sans;
    background:#d55e5e;
    }

.icon-new {
    position: absolute;
    top: 12px;
    right: 11px;
    width: 37px;
    height: 37px;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 99;
    line-height: 37px;
    text-align: center;
    font-family: Open Sans;
    background:#1e1e1e;
}






/* View Type: List */
#products-list { margin-top: 30px; }
.products-list li.item { position: relative; color: #5a5a5a;}
.products-list li.item { margin-bottom: 30px;}
.products-list li.item .container-inner { position: relative; }
.products-list li.item{ background: #fff; }
.products-list li.item .box-images { text-align: center; overflow: hidden; position: relative; }
.products-list li.item .box-images:after{ display: none; }
.products-list button.button span span .fa { margin-right: 8px; font-size: 14px; }
.products-list li.item .product-shop {  }
.products-list li.item .product-shop .f-fix { padding: 24px 70px 0 0; }
.products-list li.item .product-shop .product-name a { font-size: 16px; font-weight: 400;}
.products-list .desc {
    clear: both;
    color: #666;
    line-height: 19px;
    font-size: 13px;
    margin-top: 7px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dddddd;
}
.products-list .desc a { color: #444; }
.products-list .desc a:hover { text-decoration: underline;}
.products-list li.item .ratings { margin: 9px 0 5px; width: 100%; }
.products-list li.item .ratings p.rating-links { color: #a0a0a0; }
.products-list li.item .rating-links a {color: #a0a0a0; font-size: 12px; }
.products-list .add-to-links { margin: 13px 0 10px; }
.products-list .special-price .price,
.products-list .regular-price .price { font-size: 20px; }
.products-list .imageslider img { width: 100%; padding: 10px; }
.products-list .button.button span { padding:0; background: none; }
.products-list .button.button:hover span { background: none !important; }

.products-list .ratings .rating-box {margin-top:1px; float: left; margin-right: 10px; }
.products-list .product-shop .add-to-links li a{
    width: inherit;
    height: inherit;
    color: #666;
    background:none;
    font-size: 14px;
    line-height: inherit;
}
.products-list .product-shop .add-to-links li a.link-wishlist { font-size: 11px; }
.products-list li.item .add-to-links li a:hover { background: none !important; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.cattab_container .ratings{}
.ratings { font-size:11px; line-height:1.25; margin: 17px 0 7px; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products-grid .ratings .rating-links { display: none;}
.onsaleslider  .products-grid .ratings .rating-links {
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    margin-left: 5px;
    border-left: 1px solid #999;
}
.onsaleslider .products-grid li.item .ratings .rating-box { display: inline-block; }
.onsaleslider .products-grid .ratings .rating-links span,
.onsaleslider .products-grid .ratings .rating-links a:last-child{display: none; }
 .ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}

.rating-box { width:72px; height:12px; font-size:0; line-height:0; background-repeat: repeat-x; background-position: 0 0; text-indent:-999em; overflow:hidden; background-image: url(../images/ratings.png); }

.rating-box .rating {
    float:left;
    height:11px;
    background-repeat: repeat-x;
    background-image: url(../images/ratings.png);
    }
.ratings .rating-box { float:left; margin-right: 10px; }
.products-grid .ratings .amount { display: none; }

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

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight: 400; }



/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { clear: both; margin:0; text-align: center; display: inline-block; }
.price-box p { display: inline; }

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

/* Regular price */

.regular-price .price { font-weight:600; font-size:16px; font-family: Open Sans; }

/* Old price */

.old-price { margin: 15px 0 0; }
.old-price .price-label { display: none; }
.old-price .price { font-weight: 400; color:#888888; text-decoration:line-through; font-size: 14px; font-family: Open Sans; }

/* Special price */
.special-price { margin:0;  }
.special-price .price-label { display: none; }
.special-price .price { font-size:16px; font-weight:600; font-family: Open Sans; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight: 400; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight: 400; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

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

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

/* 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:bold; }

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

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

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

/* Add to Cart */
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important;}
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


/* Product View ========================================================================== */
.product-view{}
.product-view .product-shop { padding: 15px; background:#fff; }
.catalog-product-view .col-main .bx-wrapper > .bx-viewport { background: none !important; }
.product-view p.product-image { margin-bottom: 8px; }
.product-view  .product-img-box .more-views {}
.product-view .ratings{ margin-top: -2px; margin-bottom: 5px; }
.product-view .ratings .rating-links a{ color:#898989; line-height: 15px; font-size: 12px; }
.product-view .ratings .rating-links a:hover{ text-decoration:none;}
.product-view .product-name { }
.product-view .product-shop a.nobr { color:#90b37f;}
.product-view .product-shop a.nobr:hover {  text-decoration:none;}
.product-view .product-shop .ratings .rating-box{ float:left; }

.product-view .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: 26px;
}
.product-view .bx-wrapper .bx-controls-direction a:before { font-size: 22px; }
.product-view .product-shop .price-box p { display: inline-block; margin: 0 !important; }
.product-view .product-shop .special-price .price { font-size:20px; }

.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { padding-bottom: 5px; margin: 0 0 6px; }
.product-view .product-shop .product-name h1 { margin:0; text-transform: capitalize; font-size: 16px; font-weight: 400; color: #444444; }
.product-view .product-shop .availability {}
.product-view .product-shop .short-description {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.product-view .product-shop .short-description .std {
    clear: both;
    font-size: 13px;
    padding: 0;
    line-height: 22px;
    }
.product-view .product-shop .price-box {
    text-align: center;
    float: left;
    display: inline-block;
    margin-top: 5px;
}
.product-view .product-shop > .price-box { display: none; }
.product-view .product-shop .availability { font-size:13px; color: #444; }
.product-shop .sku .code-sku,
.product-view .product-shop .availability span { font-weight: 400; text-transform: capitalize; }

.product-view .add-to-links li { float: left;}
.product-view .add-to-links a .fa { margin-right: 10px;}


.catalog-product-view .block-layered-nav #narrow-by-list div { display: none; }

.catalog-product-view .block-layered-nav #narrow-by-list > div:first-child { display: block !important; }




/* Email to a Friend */
.email-friend { margin:0; line-height: 15px; float: left;}
.product-view .email-friend a .fa { margin-right: 10px;}

.product-view .add-to-box { padding-bottom: 20px; margin: 0;  }
.product-view .add-to-cart {margin: 0; float: left;}
.product-view .add-to-cart .input-content {
    float: left;
    margin-right: 0;
    width: 100%;
}
.product-view .add-to-cart .box-qty {
    border: 1px solid #e0e0e0;
    position: relative;
    display: inline-block;
    width: 70px;
    }
.product-view .add-to-cart label {
    font-weight: 400;
    color: #515151;
    font-size: 13px;
    float: left;
    margin: 10px 19px 0 0;
}
.product-view .product-options-bottom .add-to-cart label { }
.availerble .price-box {}
.availerble .price-box  .regular-price .price { font-size: 20px; }
.availerble .availability { display: block !important; }
.availability { display: none;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 0 0 0 16px;
    text-align: left;
    width: 100% !important;
    border: none;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 400;
    line-height: 40px;
}
.product-view .product-options-bottom .add-to-cart .qty{ width: 100% !important;}
.product-view .add-to-cart .input-content .qty-arrows {
    float: left;
    width: 100%;
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    line-height: 20px;
    }
.add-to-cart input.qty-increase {
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 20px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.add-to-cart input.qty-decrease {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e0e0e0;
}

.product-view button.btn-cart span { padding: 11px 13px 11px 14px; }
.product-view button.btn-cart span span { padding: 0; border:0; }
.product-view button.btn-cart span span i { margin-right: 5px; }

.product-options {  position:relative; background:none; margin-top: 0; padding-top: 0;   }
.product-options dt { padding: 8px 0 2px; font-weight: 400; display: inline-block; color: #444; }
.product-options dt label { font-weight: 400; color:#515151; font-size: 13px; margin-right: 7px; text-transform: capitalize; }
.product-options dt label.required em { margin:0; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {
    margin: 0; display: block;
    }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {
    width: 100%;
    padding: 7px 8px;
    border-right: 1px solid #dddddd;
    color: #666;
    font-size: 13px;
    text-align: center;
    height: 40px;
}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight: 400; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:0; top: 3px;}


.product-options-bottom .add-to-cart button {
    float: left;
    margin-bottom: -13px;
}
.product-view .product-options-bottom .add-to-cart .input-content {  }
.product-view .add-to-cart .input-content { margin-right:10px; display: inline-block; width: 114px; padding-bottom: 15px; }
.product-options-bottom .add-to-cart .box-qty { width: 70px; }
.product-options-bottom {}
.product-options-bottom { background:none;  border-top:0; position: relative; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { margin: 0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {
    margin: 0;
}
.product-shop .ratings { float: left; }
.availerble { clear: both; float: left; }
.product-shop .sku,
.product-shop .availability {  }
.product-shop .availability { font-size: 13px; }
.product-shop .product-options-bottom {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 20px;
}
.product-options-bottom .add-to-cart label{  }
.product-shop .product-options-bottom .price-box { float:left; margin: 10px 24px 0 0; display: none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-view .product-shop .add-to-links {
    clear: both;
    display: inline-block;
}
.product-view .ratings .rating-links {
    float: left;
    margin-top: -2px;
    margin-left: 10px;
}
.product-shop .product-options-bottom .add-to-links li { margin-left:10px; }
.product-shop .add-to-box-cart {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-shop .add-to-box {
    padding-top: 0;
    float: left;
}
.product-shop .add-to-box li {
    margin-left:10px;
}
.product-shop .add-to-links li a {
    width: 42px;
    height: 42px;
    text-align: center;
    font-size:0;
    display: block;
    line-height: 42px;
    text-align: center;
    background:#e4e4e4;
    color:#474747;
}
.product-shop .add-to-links li a:hover { color:#fff; }
.product-view .add-to-links li a .fa {
    font-size: 14px;
    vertical-align: middle;
    margin:0;
}

.product-shop p.email-friend a {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size:0;
    display: block;
    line-height: 40px;
    text-align: center;
    background:#434343;
    color:#fff;
}

.product-shop p.email-friend a .fa {
    font-size: 14px;
    vertical-align: middle;
    margin:0;
}


.product-collateral { margin: 30px 0;}


.product-tabs { overflow:hidden; margin: 0 0 1px; }
.product-tabs li { float:left; font-size:1.1em; line-height:1em; margin-right: 1px; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; margin: 0; }
.product-tabs a {
    display:block;
    padding: 10px 14px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 600;
	background: #fff;
    }
    
.product-tabs a:hover {  color:#3a3a3a;  }
.product-tabs li:hover a,
.product-tabs li.active a { color: #fff; }
.product-tabs-content h2 {
	font-size: 16px;
	font-weight: 600;
}
.product-tabs-content h3 {
	font-size: 14px;
	font-weight: 600;
}
.product-tabs-content {  
	width: 100%;
	padding: 20px 20px 30px 20px;
	background: #fff;
}
#product_tabs_description_contents h2 { font-size: 13px; text-transform: uppercase; font-weight: bold; }
#product_tabs_description_contents .std { color: #6b6b6b; font-size: 13px;  }

#product-review-table { margin: 10px 0; width: auto;}
.review-col2 h3,
.review-col2 h4 { font-size: 14px; font-weight: 400;}

.box-reviews h2 { padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.tv-review-col1 .pager { float: none; padding: 10px 15px; background: #ececec; margin-bottom: 20px;}

.box-tags .input-box { margin-bottom: 10px; }
.box-tags input.input-text { width: 50%; display: block; height: 40px;}
.box-tags p.note { margin: 10px 0;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }


/* Send a Friend */
.send-friend .form-list {  overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:bold; }
.product-name a { text-transform: capitalize; font-size: 14px; font-weight: 400; color: #5f5f5f;}



/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap { position: relative; }
.page-sitemap .pager-top .pager .pages {display: none; }
.page-sitemap .pager-top { clear: both; display: inline-block; float: right; }
.page-sitemap .pager-top .pager .amount { margin: 15px 0 0; }
.page-sitemap #sitemap_top_links { float:right; display:table; }
.page-sitemap .links { text-align:right; margin: 5px 8px -22px 0; display: none; }
.page-sitemap #sitemap_top_links .links { display: block; }
.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 { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
/*.cart { position: relative; }
.cart .page-title { border-bottom:0; margin:0 0 20px; text-align: center;}
.cart .page-title h1 {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    padding: 24px 115px;
    border: 1px solid #fff;
    left: 29%;
    top: -270px;
    background: none;
    }*/

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 30px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title:after {
  
}
.cart .page-title h1 {
 
}

.checkout-types {
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.cart-table thead th,
.cart-table tbody td {
 
}

.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
 
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cart-table .product-name a { font-size: 14px; }

.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 0;
  text-align: center;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
  display: none;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-weight: bold;
    font-size: 14px;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: 400;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart .crosssell { background: #fff; margin-bottom: 20px; padding: 15px;}
.cart .crosssell p { font-size: 13px; }
.cart .crosssell .old-price {
    margin: 5px 0 0;
}
.cart .discount h2,
.cart .crosssell h2.crossell-title  {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart .crosssell-inner { padding: 15px;}
.cart .crosssell .product-image { float:left; margin-right: 15px; }
.cart .crosssell .product-details {  }
.cart .crosssell .product-details button { margin-top:10px; }
.cart .crosssell .price-box { display: table-caption; }
.cart .crosssell .product-name { margin-top: 10px; }
.cart .crosssell li.item { padding: 15px 0; }
.crosssell .add-to-links { display: none; }
.crosssell .add-to-links li {  margin-right: 50px;}
.crosssell .add-to-links a .fa { margin-right: 10px;}
.crosssell .product-name a {
    
}
.cart .crosssell button.button > span { padding: 5px 12px; }
.crosssell .price-box .special-price .price { color:#000; }
.crosssell .regular-price .price{color:#000; line-height: 28px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin-bottom: 30px; }
.cart .discount .discount-form,
.cart .shipping .shipping-form {  }
.cart .discount label,
.cart .shipping label { font-weight: 400; display: inline-block;  }


.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width: 100%; padding:7px 5px; }
.cart .shipping h2 {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float: left;}

/* Shopping Cart Totals */
.cart .totals { background: #fff; border: 1px solid #e9e9e9;}
.cart .totals .totals-title { padding: 15px; border-bottom:1px solid #e0e0e0; font-size: 20px; font-weight: bold;}
.cart .totals table { width:100%; }
.cart .totals td { padding: 15px 15px 15px 7px; color: #989898; font-size: 14px; border-bottom: 1px solid #e9e9e9;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding: 10px 20px; text-transform: uppercase; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; font-weight: 400; color: #222;}
.cart .totals tfoot td strong .price { }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:600; }
.item-options dd { }
.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:50px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; font-weight: bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; font-weight: bold; }
.sp-methods .price { font-weight:bold; font-weight: bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !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; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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 h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.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:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left: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; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight: 400; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong { font-size: 16px; }
.block-progress .block-content {
    padding: 15px;
    background: #fff;
}
.block-progress dt { font-size:13px; font-weight:bold; line-height: 30px;  border:1px solid #ddd; margin:0 0 6px; padding: 2px 8px; font-weight: bold; }
.block-progress dd { background:#fff; border:1px solid #ddd; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#fff; color:#333; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight: 400; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-bottom: 1px solid #e7e7e7;  text-align:right; margin-bottom: 10px }
.opc .step-title .number { float:left; background:#ccc; border:1px solid #ccc; padding:0; width: 35px; height: 35px; line-height: 35px;
text-align: center; margin:0 10px 0 0; font-size: 12px; color: #fff;  }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#333; line-height: 35px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {   }
.opc .allow .step-title .number {border: 1px solid; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number { color:#fff; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { background:#fff; padding:15px; position:relative; margin-bottom: 10px; }
.opc .step .form-list li { text-align: left;  }
.opc .step .tool-tip { right:30px; }

.opc input.radio { float: left; margin: 2px 5px 0 0;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight: 400; color:#000;text-align: center; font-size: 14px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight: 400; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

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

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px;  border:1px solid #ddd; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {   }
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px;   }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; 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:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p.hello { font-weight: bold; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {   border:1px solid #ddd;; padding:15px; margin: 0 0 20px; background: #fff; }
.box-account .box-head { border-bottom:1px solid #ddd; margin:0 0 10px; text-align:right;  }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; font-weight: bold;   }

.dashboard .box .box-title {   padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; font-weight: bold; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { font-weight: bold;}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; font-weight: bold; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight: 400; }
.order-items .order-links { text-align:right; }

.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:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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 Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.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 .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/*Footer*/




/* Footer Infomations*/
.footer-information {   padding-bottom: 35px; }
.footer-title h3,
.footer-static-title h3 {
  color: #333;
  text-transform: uppercase;
  padding: 0px 0 5px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.footer-static-content .logo_footer {}
 .footer-static-content p{line-height: 19px; font-size: 13px; color: #999; font-weight: 400;}


.footer-static-content ul li { line-height: 30px; }

.footer-static-content ul li.last { }
.footer-static-content ul li a { color:#444; font-size:13px; text-transform: capitalize; font-weight: 400;  }
.footer-information .f-col {
 
}
.footer-information .f-col1 {
  border:0;
}
.footer-information .f-col1 a.shop-now{
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.logo_footer { margin-bottom: 15px; }
a.shop-now {
    line-height: 30px;
    padding: 0 38px;
    margin-top: 10px;
}
.footer-information .f-col2 .fa{ font-size: 18px; color: #999999; margin-right: 13px; }
.footer-information .f-col2 .phone .fa { font-size: 13px; }
.footer-information .f-col2 .mail .fa { font-size: 12px; }
.footer-information .f-col2 p{ border-bottom: 1px solid #373737; line-height: 39px; margin:0; }
.f-col2 .footer-title h3 { margin-bottom: 0; }



.link-follow li a span:after{
	bottom: -5px;
	border-top: 5px solid  #000;
}
.link-follow li a:hover span{
  bottom: 50px;
}
.footer-static-content ul.link-follow li a:hover {
  text-decoration: none;
}
.connect { margin-top: 30px; text-align: right; }
.connect a { width:40px; height: 40px; display: inline-block;  border: 1px solid #bbb; color: #999; position: relative; margin-right: -1px; margin-bottom: 6px; }
.connect a:last-child{margin-right:0;}


.f-col5 .connect { margin-top: 7px; }
.footer-static-content .block-subscribe .footer-static-title { margin-top: 33px; }



/* Footer ================================================================================ */

    
.footer-container {
    clear: both;
    width: 100%;

    text-align: center;
    }
.footer1 {
        padding: 15px 0;
        border-top: 1px solid #ddd;
}
.footer { background: #fff; padding-top: 43px; }
.footer li a:before{
    content:"";
    vertical-align: middle;
    width:0;
    height: 5px;
    display: inline-block;
    background: #666;
}
.footer li a:hover{  }
.footer li a:hover:before{ width: 5px !important; margin-right: 9px; }
.footer_link_top1 { border-bottom: 1px solid #373737; padding-bottom: 40px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer .connect { text-align: left;   margin-top: 10px; }
.footer .connect a {
    color: #666;
    text-decoration: none;
    font-size: 0;
    text-align: center;
    line-height: 40px;
}
.footer .connect a:hover {
    color: #fff;
    background: #444;
    border-color: #444;
}


.footer .connect a .fa {
    vertical-align: middle;
    margin-left: 6px;
}
.footer .connect a em { font-weight: bold; font-size: 18px; }


.footer .connect a:hover { color:#eee; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { font-size: 13px; color: #666; margin: 0; line-height: 30px; text-align: right; font-weight: 400; }
.footer address a:hover { color: #000; }
.footer address a{ color: #333; text-decoration: underline; }
.footer ul { display:inline; margin: 0;}
.footer ul.links { display:block; }
.footer li {}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }


.payment { text-align: left; }
.payment a {display: inline-block; margin-top: 8px; margin-right: 12px; }
.payment a img { opacity:0.55; }
.payment a:hover img { opacity:1; }


.links-bottom { text-align: left; }
.links-bottom {}
.links-bottom a:hover .fa { color: #333; } 
.links-bottom .fa { font-size: 30px; color: #666; }
.links-bottom a { margin-right: 3px; }

/*Back to Top*/

#back-top {
  bottom: 35px;
  display: none;
  height: 50px;
  position: fixed;
  right: 12px;
  width: 50px;
  z-index: 9999;
  cursor: pointer;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
#back-top:hover {
  background: #000;
  
}


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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.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,
.col3-layout .product-options-bottom .price-box: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 .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}



/*Block_banner_header*/
.block_banner_header { text-align: center; margin-top: 52px;   margin-left: 68px; }
.block_banner_header .main-banner { width: 25%; padding-right: 8px; float: left; }
.block_banner_header .main-banner.banner4 { padding-right:0; }
.block_banner_header .main-banner p {
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
    cursor: context-menu;
    }
.block_banner_header .main-banner p:hover {
    border-color: #c3c3c3;
}
.block_banner_header .main-banner p span { font-weight: 700; }
.block_banner_header .main-banner p:before {
      display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    color:#666;
    vertical-align: middle;
    margin-right: 10px;
}
.block_banner_header .banner1 p:before{   content: "\f0d1"; font-size: 20px; vertical-align: text-bottom; }
.block_banner_header .banner2 p:before{  content: "\f0d6"; }
.block_banner_header .banner3 p:before{   content: "\f1cd"; }
.block_banner_header .banner4 p:before{   content: "\f112"; }

/*Banner-left*/

.banner-right,
.banner_catalog { position: relative; overflow:hidden; margin-bottom: 10px; }
.banner_catalog h2 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    background: url(../images/bg-catalog.png) no-repeat right center transparent;
    text-transform: uppercase;
    text-align: right;
    padding-right: 25px;
    position: absolute;
    bottom: 22px;
    left: -92px;
    width: 100%;
}
.banner_catalog:hover h2 { left: -70px; }
.banner_catalog .banner-descetion {text-align: right; padding-right: 2em;}
.banner_catalog .banner-box:hover img {opacity: 1;}
.banner_catalog .banner-descetion h2 {
    font-size: 36px;
    font-weight: 800;
    color: #f6555d;
    margin-top: 41px;
    text-align: right;
    margin-bottom: -3px;
}
.banner_catalog .banner-descetion p {
    font-size: 18px;
    text-transform: uppercase;
    font-family: HelveticaLTStdBoldCondensed;
    font-weight: normal;
    color: #4a4a4a;
}
.banner_catalog .banner-descetion p.sale{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 112px;
    margin-left: -51px;
    font-family: Open Sans;
    letter-spacing: 2px;
}


/*Banner-Right*/
.banner-right {
    
}
.banner-right h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    background: url(../images/bg-banner-right.jpg) no-repeat left bottom transparent;
    text-transform: uppercase;
    line-height: 41px;
    padding-bottom: 7px;
}
.banner-right p {
    font-size: 13px;
    font-weight: 400;
    color: #ddd;
}
.banner-right .banner-content {
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 28px 15px 20px;
}

/*onsaleslider*/
.onsaleslider { margin-bottom: 38px; }
.onsaleslider .products-grid li.item .box-images img{
}
.onsaleslider .products-grid li.item .box-images{
    margin-bottom:0;
}
.onsaleslider .products-grid li.item .box-images:after {
    display: none;
}
.onsaleslider .box-timer {
    padding-left: 19px;
    text-align: left;
    padding-bottom: 8px;
}
.onsaleslider .product-shop1 {
    padding-left: 19px;
}
.onsaleslider .box-timer span { text-align: center; line-height: 30px; width: 44px; height: 30px; display: block; background: #eeeeee; color:#333; font-size: 14px; font-weight: 300; font-family: Open Sans; }
.onsaleslider .box-timer span.title { height: 21px; line-height:21px; color:#fff; font-size: 13px; text-transform: uppercase; background: #555; }

.onsaleslider .box-timer > div > div {
    display: inline-block;
    margin-right: 3px;
}
.onsaleslider .products-grid li.item .item-inner {
      padding-bottom: 29px;
}

/*Bx slider*/
.bx-title {  }
.bx-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 6px 22px 13px 15px;
    color: #fff;
    position: relative;
    margin: 0;
}
.bx-title h2 .fa {
    font-size: 17px;
    margin-right: 15px;
}
.bx-title h2:before{
  content: "";
  position: absolute;
  left:0;
  width: 100%;
  height: 8px;
  top: -8px;
}
.bx-title h2:after{
  pointer-events: none;
  position: absolute;
  content: '';
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  transition-property: top;
  right: -12px;
  top: -12px;

  border-width: 8px 8px 8px 0px;
  border-style: solid;
  z-index:0;
}


/*--------------------------------Bestseller Product--------------------------*/
.bestseller .block-title { margin-bottom: 15px; }
.products-grid li.item .add-to-links {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    }

/*--------------------------------Upsell Product Slider------------------------------*/
.upsellslider { margin-top: 50px;}
.product-view .upsellslider .ratings { margin-top: 16px; }
.upsellslider .upsell-title {
    padding: 0 0 9px 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    margin-bottom: 25px;
}

.upsellslider .bx-wrapper .bx-controls-direction {}
.upsellslider .bx-wrapper .bx-controls-direction a { display: inline-block; position: static; }
.upsellslider .bx-wrapper .bx-controls-direction a.bx-prev { margin-right: 5px; }

.upsellslider .products-grid .product-name { margin-top: 10px;}
.upsellslider .products-grid li.item .item-inner:hover .price-box {
    bottom: -15px;
}
.upsellslider .products-grid li.item .btn-cart span {
    font-size: 11px;
}
.upsellslider .products-grid li.item .btn-cart > span { padding: 13px 13px 12px 14px; }
.upsellslider .products-grid li.item .add-to-links li.button1 { margin-right:0; }

/*---------------------------------Related Product Slider---------------------------*/
.relatedslider { margin-bottom: 30px; }
.relatedslider .bx-title {
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
}
.relatedslider .bx-title h2 {
}

.relatedslider .bx-wrapper {  }
.relatedslider .bx-wrapper .item{ padding-top: 12px; }
.relatedslider .products-grid .item .product-name { padding:0; background: none; }
.relatedslider .related-subtitle { margin-bottom: 10px; font-size: 13px; }
.relatedslider input.checkbox { display: inline-block; margin: 0 0 0 5px;}
.relatedslider .item .price-box { padding:0; text-align: center;   border: none; }
.relatedslider .item  .box-images { border: none !important; }
.relatedslider .products-grid li.item .ratings { width: 100%; }
.relatedslider .products-grid li.item .ratings .rating-box {
    
}
.relatedslider .products-grid .item .item-inner { }
.relatedslider .products-grid .item .item-inner .actions { height: 42px; }
.relatedslider .products-grid .item .item-inner .box-images { background: none; padding: 0px 18px; }
.relatedslider .bx-wrapper .bx-controls-direction { position: absolute; top: -34px; }
.relatedslider .bx-wrapper .bx-controls-direction a {
    top: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    display: inline-block;
    position: static;
    }

.relatedslider .bx-wrapper .bx-controls-direction a.bx-prev { }
.relatedslider .bx-wrapper .bx-controls-direction a.bx-next { margin-left: 5px; }


/*-------------------------------------------------------------------------------*/

/*Blog Content*/
.blog-post-view .col2-left-layout .col-main{
    padding: 15px;
    background: #fff;
}
.blog-content {
    background: #fff;
    padding-bottom: 16px;
    }
.blog-content .bg-title {  }

.blog-content .bx-wrapper li.item { padding: 13px; background: #fff; margin-bottom: 40px; }

.blog-content li.item span.title {
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-family: Open Sans;
}
.main-blog { position: relative; margin-top: 11px; }
.main-blog > a {
    display: block;

    margin-top: 0;
}

.blog-content li.item p.author {float: left; font-size:0; margin-right: 15px;}
.blog-content li.item p.author .fa { margin-right: 5px; color: #969696; }
.blog-content li.item p.author .times { }
.blog-content li.item p.author .times span {
    background: #eeeeee;
    width: 37px;
    height: 27px;
    font-style: normal;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 27px;
    font-family: Open Sans;
    font-weight: 400;
    color: #333333;
}
.blog-content li.item p.author .times .month { color:#fff; text-transform: uppercase; font-size: 10px; height: 20px; line-height: 20px; background:#555; }
.blog-content li.item .des {
    clear: both;
    margin: 0;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    line-height: 19px;
    font-style: italic;
    
}
.blog-content li.item .link-more a .fa { margin-right: 5px; }
.blog-content li.item .link-more a:hover .fa{
      -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
}
.blog-content li.item .des p { margin:0; }
.blog-content li.item .link-more { margin-top: 16px; }
.blog-content li.item .link-more a{font-weight: 400; text-transform: capitalize; display: inline-block; font-size: 13px;  }
.blog-content li.item .link-more a:hover {}

/*--------------------------------------------------------------------------------*/
/*testimonial*/
.testimonial-sidebar-content {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid;
    margin-top: 12px;
}
.testimonial-sidebar-content .std{
    padding: 19px 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 21px;
}
.testimonial-sidebar-content:before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 11px;
	top: -11px;
	left: 30px;
	
}

.testimonial-sidebar-content .std a { color: #666666; font-size: 13px; }

.testimonial-content-avatar img {
    float: left;
    margin-right: 15px;
}
.testimonial-author { font-size: 13px; font-weight: 600; color: #3a3a3a; }
.twitter-pic a img { display: none; }
.twitter-pic a {
    width: 30px;
    height: 30px;
    display: inline-block;
    }
.twitter-pic a:before{
    width: 30px;
    height: 30px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f099";
    font-size: 22px;
    line-height: 30px;
    color: #999;
}

/*--------------------------------------------------------------------------------*/

/*Brand Logo*/

.brandlogo-contain { padding: 0; text-align: center;  position: relative; margin-bottom: 30px; overflow:hidden; }
.brandlogo-contain .brand-title {
    display: none;
}
.brandlogo-contain li.item { border: 0;}
.brandlogo-contain li.item a {
    display: inline-block;
    width: 100%;
    padding: 28px 0;
    background: #fff;
    margin-bottom: 1px;
}
.brandlogo-contain li.item a:last-child{ margin-bottom:0; }
.brand-slider { background: #f2f2f2; padding: 33px 0 40px;  }
.brandlogo-contain .brand-title { text-align: left; }
.brandlogo-contain img {
    display: inline;
    margin-bottom: 0;
    border: 0;
}
.brandlogo-contain .item a:hover img { opacity: 1; }
.brandlogo-contain .bx-wrapper .bx-controls-direction { position: static; right:0; }
.brandlogo-contain .bx-wrapper .bx-controls-direction  a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
}
.brandlogo-contain .bx-wrapper .bx-controls-direction  a.bx-prev {
    left: -45px;
    margin-left:0;
}
.brandlogo-contain .bx-wrapper .bx-controls-direction  a.bx-next {
    right: -45px;
}
.brandlogo-contain:hover .bx-wrapper .bx-controls-direction  a.bx-prev {
    left: 10px;
}
.brandlogo-contain:hover .bx-wrapper .bx-controls-direction  a.bx-next {
    right: 10px;
}




/*-------------------------------------------------------------------------------*/

/*Cloudzoom*/
.more-views h2 { display: none;}
.more-views .bx-wrapper {}
.more-views .bx-wrapper {}
.more-views .bx-wrapper .bx-controls-direction {position: static;}
.more-views .bx-wrapper .bx-controls-direction a { top: 50%; margin-top: -13px; position: absolute; display: none; margin-left: 0;  }
.more-views .bx-wrapper .bx-prev { right: auto; left: 0;}
.more-views .bx-wrapper .bx-next { right: 0;}
.more-views .bx-wrapper:hover .bx-controls-direction a { display: block; }
.more-views ul li { float: left; }
/*-------------------------------------------------------------------------------*/




.container-inner {
	padding: 0 30px;
	margin: 0 -30px;
        background: #fff;
}


/* Product Tab */
a.product-image { text-align:center; }
.imageslider {position: relative; }

.producttabs-title {  }
.producttabs-container{
      position: relative;
    min-height: 230px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.producttabs-container .images-thum {
    float: left;
    display: inline-block;
}
.producttabs-products {
    display: inline-block;
    float: left;
}

.producttabs-container #tabs-title {
    display: inline-block;
    padding: 0;
    margin: 0;
    }
.col-main .bx-title h2 { padding: 7px 22px 13px 15px; margin-right: 5px; }
.producttabs-container #tabs-title li { display: inline-block; vertical-align: middle; position: relative; }
.producttabs-container #tabs-title li:first-child:after { display: none; }
.producttabs-container #tabs-title li:after {
    position: absolute;
    content: "";
    background: #ddd;
    width: 8px;
    height: 8px;
    bottom: -15px;
    left: 50%;
    margin-left: -4px;
    display: none;
}
.producttabs-container #tabs-title li.active:after { display:block; z-index:999; }
.producttabs-container #tabs-title li h3 {
    color: #666;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
    margin: 0 10px;
    
}
.producttabs-container #tabs-title li.active h3,
.producttabs-container #tabs-title li:hover h3 { color: #222; }

.bg-title { background: #dddddd; }



/*besselerslider*/

.bestsellerslider {
    margin-bottom: 30px;
    }
.bestsellerslider .products-grid li.item .item-inner {
    border:0;
    padding: 0;
    padding-bottom: 18px;
}
.box-images:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 83%;
    display: block;
    margin: auto;
}

.product-shop1 { text-align: left; padding-left: 15px; padding-top: 3px; }
.product-shop1 .ratings .rating-box { margin: 0; }
.bestsellerslider .products-grid li.item .box-images {
    padding: 12px 12px 0;
}
.bestsellerslider .product-shop { text-align: center; }
.ratings .rating-box { float: none; margin: auto; }

.products-grid li.item .price-box {
    position: static;
    width:auto;
}
.price-box p{ display:inline-block; margin: 0; }
.products-grid li.item .ratings { display: block; float: none; margin: 2px 0 3px; height: 11px; }
.product-name a { line-height: 26px; }

.products-grid li.item .product-name { margin:0 }




/*newproductslider*/




/*banner_right_home1*/
.banner_right_home1 { margin-bottom:0; }
.banner_right_home1 .icon-font { float: left; margin-right: 15px; }
.banner_right_home1 .icon-font .fa{
    font-size: 35px;
    color: #666;
    } 
.banner_right_home1 .banner_right {
    background: #fff;
    padding: 21px 21px 15px 20px;
    margin-bottom: 0;
}

.banner_right_home1 .banner_right .title-banner { display: inline-block; width: 100%; border-bottom: 1px solid #dddddd; padding-bottom: 5px; }
.banner_right_home1 h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform:uppercase;
    color: #111;
    margin: 0 0 1px;
    
}
.banner_right_home1 h3 span{
    font-weight: 700;
}
.banner_right_home1 .banner_title { padding-left: 52px; position: relative; }
.banner_right_home1 .banner_title p { font-size: 13px; font-weight: 400; margin: 0; }
.banner_right_home1 .banner_title p span { font-weight: 700;  }
.banner_right_home1 .content_banner {
    line-height: 18px;
    font-size: 13px;
    font-style: italic;
    padding: 8px 0 11px;
    color: #666666;
}
.banner_right_home1 .banner-2 .icon-font .fa { font-size: 32px; }


/*banner-content-home1*/
.banner_content_home1 { overflow:hidden; margin-bottom: 38px; }
.banner_content_home1 .banner-box,
.banner_content_home1 .banner-position1{ float:left; position: relative; }
.banner_content_home1 .banner-box.banner1 { margin-right: 5px; }
.banner_content_home1 .banner-box.banner4 { margin-right:0; }


.banner_content_home1 .banner1 { padding: 0 !important; }
.banner_content_home1 a{ position: absolute; top: 0; left:0; bottom:0; right:0; z-index: 99;}

.banner_content_home1 .banner-box:before{
      top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner_content_home1 .banner-box:after{
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner_content_home1 .banner-box:before,
.banner_content_home1 .banner-box:after{
    opacity:0;
    position: absolute;
    content:'';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner_content_home1 .banner-box:hover:before,
.banner_content_home1 .banner-box:hover:after{
    opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  
}






.banner_content_home1 .banner2{ margin-bottom: 5px; }

.banner_content_home1 .banner2,
.banner_content_home1 .banner3 { margin-right:0; clear: both; }



/*.banner_content_home1*/
.banner-home-content12 {
    position: relative;
    margin-bottom: 38px;
    overflow: hidden;
}
.banner-home-content12 .banner-des{
    position: absolute;
    top: 51px;
    left: 70px;
}
.banner-home-content12 h1{
    font-size: 40px;
    font-weight: normal;
    color: #333;
    font-family: nexa_boldregular;
    text-transform: uppercase;
    margin: 0;
    line-height: 34px;
}
.banner-home-content12 h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.banner-home-content12 h2 a {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.banner-home-content12 h2 a .fa {
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
}




/*featuredproduct slider*/
.featuredproduct { margin-bottom: 30px; }

.products-grid li.item .add-to-links li a:hover{ background: #444; }
/*newproduct slider*/



.newproductslider {
      display: inline-block;
}
.newproductslider .products-grid li.item .btn-cart { clear: both; border: 1px solid #dddddd;   margin-top: 7px; }
.newproductslider .products-grid li.item .btn-cart span {
    font-size: 11px;
    text-transform: uppercase;
    color:#666;
    font-weight: 600;
    background: none;
}
.newproductslider .products-grid li.item .btn-cart > span {
    padding: 5px 11px;
 }
.newproductslider .products-grid li.item .btn-cart:hover span { color:#fff !important; }
.newproductslider .products-grid li.item .btn-cart:hover > span { background: #444; }

.newproductslider .products-grid li.item {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
}
.newproductslider .box-images:after { display: none; }
.newproductslider .products-grid li.item .item-inner { padding:0; }
button.button:hover span{ background:#444; }
.newproductslider .products-grid li.item .box-images{
    display: inline-block;
    float: left;
    margin-bottom:0;
}
.newproductslider .product-shop {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 15px;
    margin-top: 12px;
 }
.newproductslider .ratings .rating-box { float: left; }
.newproductslider .products-grid li.item .box-images img { padding: 5px 5px; }
.newproductslider .old-price { display: none; }
.newproductslider .bx-wrapper,
.newproductslider .images-thum {
  float: left;
  display: inline-block;
}
.newproductslider .bx-wrapper {padding:5px 0 0 5px; }




/*popup newletter*/
#popup-newsletter { padding-left: 42px; }
.fancybox-skin .fancybox-inner { background: url(../images/pop3.jpg) no-repeat center transparent !important; }
#popup-newsletter .block-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 70px;
}
#popup-newsletter .block-content { text-align: left;}

#fancybox-close{height:13px!important;width:13px!important;top:9px!important;right:-32px!important}
#popup-newsletter .form-subscribe-header label{
    font-size: 16px;
    margin: 0;
    color: #333;
    padding: 5px 0 27px;
    font-weight: 400;
    display: block;
    text-align: left;
    line-height: 21px;
    }
#popup-newsletter .form-subscribe-header{position:relative}

#popup-newsletter .subscribe-bottom{
      text-align: left;
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  bottom: 34px;
  left: 15px;
}
#popup-newsletter .subscribe-bottom input{margin:0 5px 1px 0}
.promo-panel-sale{font-size: 28px; line-height: 70px; font-weight: 400;   padding: 20px 0 0; margin: 0; text-transform: uppercase; }
.promo-panel-sale span { color:#444 !important; }
.promo-panel-salepercent { font-size: 66px; font-weight: 700; color: #333; text-transform: uppercase;   line-height: 60px;   padding-bottom: 25px; }
.promo-panel-text{font-size:24px;line-height:20px;padding:0 0 23px;margin:0;color:#333; text-transform:uppercase}
.promo-panel-text1{padding:0; color:#333;font-size:18px;border-bottom:1px solid #b0b0b0;margin:0 0 19px;display:inline-block}
.promo-panel-text2{padding:0; color:#333;font-size:13px;margin:0 0 30px}
#popup-newsletter .block-content .input-box {
    position: relative;
    width: 628px;
    height: 48px;
    
}
#popup-newsletter .block-content input.input-text{height:48px; width:100%; line-height:48px;border:0;text-align:left;color:#000;   padding: 5px 5px 5px 15px;}
#popup-newsletter .block-content .actions{margin:10px 0 40px}
#popup-newsletter .block-content button.button {
    position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
#popup-newsletter .block-content button.button span { padding:0 0; }
#popup-newsletter .block-content button.button span span {
  padding: 0 34px;
  height: 48px;
  line-height: 48px;
  color: #eee;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #333333;
  
}
#popup-newsletter .block-content button.button span span {  }
#popup-newsletter .block-content button.button:hover span{background-color:#373737;}
.fancybox-nav,
.quickview-index-ajax .themes-demo-wrap { display: none;}

@media(max-width: 1199px){
    .fancybox-overlay, .fancybox-overlay-fixed, .fancybox-wrap { display: none !important;}
    }


/* About Us */
.about-page .block-title {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 25px 0 17px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
.about-page .block-title h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    min-width: 200px;
}
.about-page .block-title h2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    left: 0px;
    content: '';
}
.about-page .col-sm-8 img {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 380px;
    border: 1px solid #bebebe;
}
.red-color {
    color: #000000;
}
.about-page p { line-height: 22px; font-size: 13px; }
.f-left { float: left;}
.f-right { float: right;}
.service-box li,
.leadership-block li {
    width: 48%;
    margin: 10px 0;
}
.service-box .icon-block {
    margin: 0px 20px 20px 0px;
    padding: 2px;
    border-radius: 50%;
}
.service-box .icon-block .fa {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    border: 3px solid #e2e2e2;
    color: #fff;
}
.service-box .icon-block span { display: none;}


.leadership-block li img {
    float: left;
    margin: 0px 30px 30px 0px;
    max-width: 300px;
}

.service-box li h3, .leadership-block li h3 {
    font-weight: 400;
    font-size: 18px;
}
.read-btn {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: #ff8105;
    color: #fff;
}
.read-btn:hover { color: #fff;}



.nav .products-grid li.item {border: 0 !important; padding-bottom:0;}


.nav .products-grid li.item .item-inner {
    padding: 15px 0;
    border:0;
    display: inline-block;
    width:100%;
    border-bottom: 1px solid #e9e9e9;
}
.nav .products-grid li.item .box-images {
    float: left;
    position: static;
}




/*home page*/
/*.cattab_container button.button span span .fa {
    font-size: 14px;
}
.cattab_container button.button span {
    padding: 8px 8px 8px 9px;
}
.cattab_container .ratings {
    margin: 11px 0 0px;
}
.cattab_container .price-actions {
    height: 30px;
}
.cattab_container .regular-price .price,
.cattab_container .special-price .price,
.cattab_container .old-price .price{
    line-height: 31px;
}*/
.cat_banner .bx-wrapper .bx-controls-direction,
.producttabs-products .bx-wrapper .bx-controls-direction { top: 3px; }


.cat_banner { margin-bottom: 30px; }
.cat_banner .bx-title h2 span.text2 {display: none;}
.col-main > div:nth-child(5) .cattab_container p.thum-image1,
.col-main > div:nth-child(5) .bx-title h2 span.text1 {display:none !important; }
.col-main > div:nth-child(5) .cattab_container p.thum-image2,
.col-main > div:nth-child(5) .bx-title h2 span.text2 { display: block !important; }
/*blog-testimonial*/
.blog-testimonial {  }


.themes-demo-wrap .control { }






/*Social Right*/

.block-social-right { right:0; position:fixed; top:150px; width:45px; z-index:999}
.social-icon { background:url("../images/social-icons.png") 0 0 no-repeat; display:block; float:right; width:43px; height:43px; margin-bottom:2px;}
.social-text { float:left; font-size: 11px; margin: 13px 0 11px 44px; white-space:nowrap; color:#fff}
.social-icons a:hover { text-decoration:none }
#facebook-btn span { background-position: 13px 7px}
#linkedin-btn span { background-position: 12px -266px}
#twitter-btn span { background-position: 13px -39px }
#youtube-btn span { background-position: 12px -230px }
#pinterest-btn span { background-position: 12px -181px }
#googleplus-btn span { background-position: 13px -132px }
#instagram-btn span { background-position: 10px -300px }
#flickr-btn span { background-position: 10px -335px }
#web-btn span { background-position: 10px -403px }
#mail-btn span { background-position: 10px -369px }
#facebook-btn .social-icon { background-color:#3B5998 }
#linkedin-btn .social-icon { background-color:#6eb8da }
#twitter-btn .social-icon { background-color:#62BDB2 }
#googleplus-btn .social-icon { background-color:#DB4A39 }
#pinterest-btn .social-icon { background-color:#DB4A39 }
#youtube-btn .social-icon { background-color:#C4302B }
#instagram-btn .social-icon { background-color:#D2C5B3 }
#flickr-btn .social-icon{ background-color:#E4006B}
#mail-btn .social-icon { background-color:#2A056F}
#web-btn .social-icon { background-color:#000}
.block-social-right li a:hover span{ width: 160px !important; }





.navbar-brand { padding: 10px 15px !important;}



/* About Us */
.about-page .block-title {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 25px 0 17px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
.about-page .block-title h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    min-width: 200px;
}
.about-page .block-title h2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    left: 0px;
    content: '';
    background: #db4c52;
}
.about-page .col-sm-8 img {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 380px;
    border: 1px solid #bebebe;
}
.red-color {
    color: #000000;
}
.about-page p { line-height: 22px; font-size: 13px; }
.f-left { float: left;}
.f-right { float: right;}
.service-box li,
.leadership-block li {
    width: 48%;
    margin: 10px 0;
}
.service-box .icon-block {
    margin: 0px 20px 20px 0px;
    padding: 2px;
    border-radius: 50%;
}
.service-box .icon-block .fa {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    border: 3px solid #e2e2e2;
    color: #fff;
    background: #db4c52;
}
.service-box .icon-block span { display: none;}


.leadership-block li img {
    float: left;
    margin: 0px 30px 30px 0px;
    max-width: 300px;
}

.service-box li h3, .leadership-block li h3 {
    font-weight: 400;
    font-size: 18px;
}
.read-btn {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: #db4c52;
    color: #fff;
}
.read-btn:hover { background: #333; color: #fff;}


/*Contact Us*/


.maps{
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.contact-page .fieldset {
    margin: 0;
}
.contact-page .maps { background: #fff; padding: 10px;}
.contact-page .maps p { margin: 0;}

.list-info { background: #fff; padding: 15px;}
.list-info li { clear: both; padding-bottom: 20px;}
.info-content em { width: 30px; height: 30px; text-align: center; line-height: 30px; background: #eee; float: left; margin-right: 15px; margin: 0 15px 30px 0; font-size: 0;}
.info-content:hover em { background: #cd282d; color: #fff;}
.info-content em:before { font-size: 14px; }
.info-content em.fa-envelope:before { font-size: 12px;}

.info-content h2 { font-size: 14px; text-transform: uppercase; font-weight: normal; font-family: Myriad Pro;}
.info-content a { color: #666;}
.info-content a:hover { text-decoration: underline;}
.info-content a .des-info { color: #fff;}

.catalogsearch-result-index .block-layered-nav {
  display: none;
}


