/**
 * 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)
 */


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

body          {  font:13px/1.55 Raleway; color:#333; text-align: left; background: #fff;}

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

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

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

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

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

/* Content */
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,li         { list-style:none; margin: 0; padding: 0; }
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; }
.main-container {   }
.main-wrapper { background: url(../images/bg-main-wrapper.png) 0 0 repeat-x;}
.cms-index-index .main-wrapper { background: none;}
.main { margin: 0 auto; min-height: 400px; padding: 40px 0; text-align: left;}
.catalog-category-view .main,
.catalog-product-view .main {
    padding-top: 10px;
}

.container { padding: 0;}


/* 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 #eee; }
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 span { display: inline-block; background:#db4c52; padding: 10px 20px;  text-align:center; white-space:nowrap; color:#fff; line-height: 20px;  text-transform: uppercase; font-size: 13px; font-weight: 500; }
button.button:hover span span { background-color: #666; color: #fff; }

button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-cart span .fa { margin-right: 5px;}
button.btn-cart span span { padding: 0; background: none !important; text-transform: capitalize; color: #555555;  font-size:13px;}
button.btn-cart:hover span span { background: none; text-decoration: underline; color: #555555;  }

button.btn-checkout span span {  padding: 15px 25px; text-transform: uppercase; display: inline-block; background: #db4c52;}
button.btn-checkout span span:after { background: #666;}

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; 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:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.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; }

/* 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:normal; 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:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { border:1px solid #ddd;  padding:22px 25px 12px 33px; margin:28px 0; }
.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; }
.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 {  font-weight:bold; }
.error {  font-weight:bold; }
.notice {  }

.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: normal !important; }
.error-msg { border-color:#eee; background-image:url(../images/i_msg-error.gif); color:#333; }
.success-msg { border-color:#eee; background-image:url(../images/i_msg-success.gif); color:#333; }
.note-msg,
.notice-msg { border-color:#eee;  background-image:url(../images/i_msg-note.gif); color:#333; }

/* BreadCrumbs */
.cms-page-view .breadcrumbs { margin: 10px 0 0;}
.breadcrumbs {  line-height: 15px; margin: 0;  margin-bottom: 15px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li span { margin: 0 2px;}
.breadcrumbs li strong { font-weight: normal; text-decoration: underline; }
.breadcrumbs a { color: #333;}
.breadcrumbs a:hover { text-decoration: underline; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 0; margin:0 0 25px; }
.page-title h1,
.page-title h2 {
    text-transform: capitalize;
    color: #333;
    font-size: 18px;
    font-family: Montserrat;
    }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Toolbar */

.toolbar { overflow: hidden; margin: 0 0 30px; padding: 0; padding: 15px; border: 1px solid #efefef; }
.toolbar a { }
.toolbar label { font-weight: normal;  color: #333;  }

.toolbar-bottom .toolbar { margin: 0;}
.toolbar-bottom .toolbar  .pages {}


/* Pager */
.pager {  text-align:center; margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #efefef;}
.pager .amount { float:left; margin: 4px 30px 0 0; font-size: 13px; color: #999;}
.sorter .limiter { float: right; }
.sorter .limiter label { vertical-align:middle; margin: 4px 0 0; }
.sorter .limiter select { padding:0; margin:0 0 0 10px; vertical-align:middle; font-size: 13px; padding: 10px; border: 1px solid #e0e0e0; background: #F5F5F5;}
.pager .pages { text-align: center; padding: 0; float:right;}
.pager .pages strong { font-weight: normal; color: #666; text-transform: capitalize; font-size: 13px; margin-right: 10px;}
.pager .pages ol { display:inline-block; margin: 0;}
.pager .pages li { display:inline-block; margin: 0; font-size: 14px; color: #333; border-left: 1px solid #efefef; line-height: 15px; }
.pager .pages li:first-child { border: none;}
.pager .pages li a { font-size: 14px; color: #333; display: block; background: none; width: 20px; line-height: 15px; text-align: center;}
.pager .pages li.current { width: 28px; height: 28px; line-height: 28px;  text-align: center; }
.pager .pages li.current, .pager .pages li a:hover { color: #333; text-decoration: underline;  }

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

.sorter .view-mode{ float:left;  }
.sorter .view-mode label { float: left; margin: 2px 8px 0 0; }
.sorter .view-mode span { float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode .grid,
.sorter .view-mode .list {  float:left; color: #666; font-weight: normal; text-align: center; position: relative; padding-left: 30px; line-height: 25px;}
.sorter .view-mode .grid:before,
.sorter .view-mode .list:before {  width: 24px; height: 24px;  content: "";  background: url(../images/view-mode.png) 0 0 no-repeat; position: absolute; top: 0; left: 0; }

.sorter .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before { background-position: 0 100%;}

.sorter .view-mode .list:before { background-position: 100% 0;}
.sorter .view-mode strong.list:before,
.sorter .view-mode a.list:hover:before { background-position: 100% 100%; }
.sorter .view-mode .list { margin-left: 10px;}


.pager li > a, .pager li > span { display:  inline; padding: 0; background: none; border: none; border-radius: 0; }


 /* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  font-weight: normal;
  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 tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.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 { padding-left:0 !important; }
.links li.last { padding-right:0 !important; }

.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 ================================================================================ */

/*------------------------------------.header-quick-access -----------------------------------*/
#header-special-offer {
    background: url(../images/bg-promotion.png) 50% 0 repeat #121212;
}
#header-special-offer .promotion { text-align: center; color: #a0a0a0; font-size: 14px; padding: 30px 0; position: relative;}
#header-special-offer .promotion .header-special-offer-close { position: absolute; top: 0; right: 0; width: 28px; height: 28px; line-height: 28px; text-align: center; background: rgba(104, 104, 104, 0.4); cursor: pointer;}
#header-special-offer .promotion h3 { color: #db4c52; font-family: Montserrat; font-size: 44px; margin: 0; line-height: 40px;}
#header-special-offer .promotion .des1 { color: #eee; font-size: 24px; font-family: Montserrat; margin-bottom: 0;}

.header-quick-access { background: #222; }
.language-currency { float: left;}
.header-language,
.header-currency { float: left;}

.header-quick-access .fa {
    margin-left: 7px;
    vertical-align: baseline;
    color: #888;
    font-size: 12px;
}

.form-language { float: left; margin-right: 15px;  margin-top: 10px;}
.form-language label { display: none;}

.drop-lang {
    list-style: none;
 padding: 0;
 margin: 0;float: right;
}
.drop-lang .drop-trigger {
    position: relative;
    float: right;
    padding: 0;
}

.drop-lang li a {
    padding: 0 ;
    display: block;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    z-index: 10;
    color: #888888;
    padding-bottom: 10px;
    line-height: 22px;
    text-transform: capitalize;
}

.drop-lang .drop-trigger .sub-lang {
    position: absolute;
    top: 40px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    min-width: 100px;
    z-index: -1;
}
.drop-lang .drop-trigger:hover .sub-lang {
    top: 32px;
    display: block;
    z-index: 1000;
}

.drop-lang .sub-lang li a { padding: 0 10px; line-height: 25px; display: block; color: #666; font-weight: normal; font-size: 13px; border-top: 1px solid #eee; }


/*------------------------------------Currency-------------------------------------*/

.form-currency { float: left; margin-top: 10px;}
.form-currency label { display: none; }
.drop-currency { display: inline-block; margin: 0;}
.drop-currency .currency-trigger {
    position: relative;
    padding: 0 ;
}
.drop-currency li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
    color: #889;
    padding-bottom: 10px;
    line-height: 22px;
 
}
.drop-currency li a span { padding-left: 15px; background: url(../images/link-space.png) 0 50% no-repeat;}
.drop-currency .currency-trigger .sub-currency {
    left: 5px;
    list-style: none outside none;
    margin: 0;
    padding: 0 ;
    position: absolute;
    top: 40px;
    border: 1px solid #eee;
    background: #fff;
    z-index: -1;
}
.drop-currency .currency-trigger:hover .sub-currency {
    top: 32px;
    display: block;
    z-index: 1000;
}
.drop-currency .sub-currency li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 10px;
    text-transform: capitalize;
    min-width: 55px;
    border-top: 1px solid #eee;
}




/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg { float: left; margin: 0; color: #fff; text-transform: uppercase; margin: 12px 0 0; font-size: 12px;}


/*-------------------------------Top Links!-----------------------------------------*/
.header-toplinks .links { float: right;  margin: 11px 0; }
.header-toplinks .links li { float: left; display: inline;padding: 0 10px; background: url(../images/link-space.png) 0 50% no-repeat;}
.header-toplinks .links li.first { border: 0; background: none;}
.header-toplinks .links li.login-register { background: none; padding: 0;}
.header-toplinks .links li.login-register span { color: #888;}

.header-toplinks .links li a { color: #888;}
.header-toplinks .links li a:hover { }

.header-wrapper { background: #313131;}
.header { padding-top: 40px;}
.page-header-content {  position: relative; float: left; width: 100%; }
.header a.logo { float: left; margin-top: -5px; }
.header a.logo img{ height: 70px;}
.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; }

.form-search {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 99;
    margin: 0;
    }
.form-search label { margin: 0; font-weight: normal;}
.form-search #cat { float: left; width: auto;}
.form-search .dd-select { background: none; border: none;}
.form-search .dd-selected { background: #fff;border: none; text-align: center; box-shadow: none; font-weight: normal; color: #333; line-height: 20px;}
.form-search input.input-text { width: 60%; margin-top: 5px; padding-left: 10px; border: none; border-left: 1px solid #e8e8e8; font-size: 13px; }
.form-search button.button { position: absolute; top: 0; right: 0; margin: 0;}

.form-search #cat .dd-options { border: 1px solid #e8e8e8;  box-shadow: none; height: 500px; overflow: auto !important;}
.form-search #cat a.dd-option {  padding: 5px 10px; background: none;}
.form-search #cat a.dd-option:hover { background: #db4c52; color: #fff;}
.dd-pointer-down { border-top: solid 5px #bababa !important;}
.dd-pointer-down.dd-pointer-up { border-bottom: solid 5px #bababa !important; }

.header-cart-mini { float: right; position: relative; z-index: 999;}
.header-cart-mini a.shopping-cart { color: #333;}
.mini_cart_ajax { position: relative;  }
.header-cart-mini .cart-mini-title a.shopping-cart { color: #fff; display: block; padding: 10px 15px; background: #464646; line-height: 19px; position: relative; padding-right: 55px;}
.header-cart-mini:hover .cart-mini-title a.shopping-cart,
.header-cart-mini .cart-mini-title a.shopping-cart:hover { }
.cart-title { font-size: 12px; text-transform: uppercase; }
.cart-title .fa { margin-right: 10px; font-size: 16px;}
.cart-count {  font-size: 14px;}
.cart-qty { width: 15px; height: 15px; text-align: center; line-height: 15px; background: #fff; position: absolute; top: 5px; left: 25px; color: #333;}
.shopping-cart .arrows { width: 40px; height: 40px; position: absolute; top: 0; right: 0; background: #db4c52; text-align: center; line-height: 40px;}

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


#wraper_ajax.loadding_ajaxcart,
.ajax_loading {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #666;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    left: 50%;
    position:fixed;
    display: none;
    z-index: 9990;
}

/********** < Navigation */
.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 {  }
.block .block-title strong  {   padding-right: 10px; text-transform:uppercase; color:#333;   font-size: 14px; font-weight: normal; font-family: Montserrat;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding: 0 0 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { padding: 15px 0; }
.block .block-content li.item { padding: 0; }
.block .block-content .product-name {   }
.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; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0; }
.banner-left { margin-bottom: 20px;}

/* Block: Related */
.block-related .block-title strong {   }
.block-related input.checkbox { }
.block-related .product {  }
.block-related .block-content li.item { margin-bottom: 15px; position: relative;}
.block-related .block-content li.item .product-image { float: left; margin-right: 15px;}


/* 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-account .block-content {  }
.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 a:hover { text-decoration: underline; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0; text-decoration: underline; }
.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; }
.block-layered-nav .block-title {  display: none;}
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .block-content { padding: 0; }
.block-layered-nav dt {  padding-bottom: 0; }
.block-layered-nav dt span {  text-transform: uppercase;  font-family: Montserrat; font-size: 14px; }

.block-layered-nav dd { padding: 10px 0;  }
.block-layered-nav dd li {
    line-height: 25px;
}
.block-layered-nav dd li a { background: url(../images/check-box.png) 0 2px no-repeat; color: #666; padding-left: 20px; text-transform: capitalize;}
.block-layered-nav dd li a:hover { background-position: 0 -26px; text-decoration: underline;}
.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; }

/* 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 {  }
.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: 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-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:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe { margin-top: 15px;}
.block-subscribe .block-content { padding: 15px; border: 1px solid #eaeaea; margin-top: 15px; }
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight: normal; color:#727272; font-size: 13px; }
.block-subscribe .input-box { margin-top: 15px; }
.block-subscribe input.input-text { display:block; width: 100%; margin: 0 0 20px; height: 40px; padding-left: 10px; background: rgba(206, 206, 206, 0.21);  color: #bbb; border: none;}
.block-subscribe .actions { background:none; padding:0; margin: 10px 0 0; text-align:left; }
.block-subscribe .actions button.button { float: left; }
.block-subscribe .actions button.button:hover span span { }

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

.categories-img,
.banner-new,
.banner-sale { margin-left: -50px; margin-right: -50px; margin-bottom: 30px;}
.banner-new img,
.banner-sale img  { width: 100%;}

.catalog-product-view .categories-img { display: none;}

/* View Type: Grid */
.products-grid { }
.products-grid.last {  }
.category-products .products-grid li.item { margin-bottom: 30px; }
.products-grid li.item .item-inner { position: relative; padding: 10px; border: 1px solid #efefef;}
.products-grid .box-images,
.products-list .box-images { position: relative; overflow: hidden;  margin-bottom: 10px;}
.products-grid .product-image { display: block; }

.products-grid li.item .product-image img,
.products-list li.item .product-image img { width: 100%;}

.products-grid li.item .product-image .img-face-back,
.products-list li.item .product-image .img-face-back {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.products-grid li.item:hover .product-image .img-face-back,
.products-list li.item:hover .product-image .img-face-back { z-index: 1;}

.products-grid .product-name { margin: 7px 0; }
.products-grid .product-name a {  }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid li.item .ratings { margin: 5px 0 0;}

.products-grid li.item .actions { background: url(../images/border-actions.png) 50% 0 no-repeat; width: 100%; padding: 10px 0; margin: 5px 0 0;  height: 40px;}
.products-grid li.item .price-box { margin: 5px 0 0;}
.products-grid li.item button.btn-cart,
.products-list li.item button.btn-cart { float: left;}

.products-grid li.item .add-to-links { float: right; margin: 0;}
.products-list li.item .add-to-links { float: left; margin: 0 0 0 20px;}
.products-grid li.item .add-to-links li,
.products-list li.item .add-to-links li { float: left; margin-left: 10px; }
.products-grid li.item .add-to-links li.last { margin: 0;}
.products-grid li.item .add-to-links li a,
.products-list li.item .add-to-links li a  { color: #dddddd; font-size: 11px; font-weight: normal; text-align: center;  display: block; font-size: 14px; position: relative; }
.products-grid li.item:hover .add-to-links li a { }
.products-grid li.item .add-to-links li a:hover,
.products-list li.item .add-to-links li a:hover { color: #db4c52;  }

.products-grid li.item a.view-detail {
    width: 72px; height: 72px; line-height: 72px; text-align: center; background: #666; color: #fff; position: absolute; bottom: -100%; left: -100%; z-index: 99; padding-top: 22px;
}
.products-grid li.item a.view-detail:hover {
    background-color: #db4c52;
}
.products-grid li.item:hover a.view-detail {
    bottom: -36px; left: -36px;
}
.products-grid li.item .view-detail .fa {
    transform: rotate(135deg);
}


.icon-new,
.icon-sale {  position: absolute;   right: -4px; top: 5px; z-index: 9; width: 61px; height: 29px; text-align: center; line-height: 31px; padding-left: 10px; color: #fff; text-transform: uppercase; font-size: 12px; font-family: Montserrat; }
.icon-new { background: url(../images/new.png) 0 0 no-repeat; }
.icon-sale { background: url(../images/sale.png) 0 0 no-repeat; }
.dealproducts .icon-sale { background: url(../images/icon-hotdeal.png) 0 0 no-repeat; text-indent: -9999px; }

/* View Type: List */
.products-list li.item { margin-bottom: 30px; position: relative; border: 1px solid #eee; padding: 10px;}
.products-list li.item .product-images {  overflow: hidden;  }
.products-list li.item .box-images { overflow: visible;  margin: 0;}
.products-list .desc { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.products-list li.item .ratings { margin: 10px 0 0;}
.products-list li.item .rating-links a { color: #333;  line-height: 15px; }
.products-list li.item .rating-links a:hover { text-decoration: underline;}

.products-list li.item .actions {  }
.products-list li.item .price-box {  }

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


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products-grid .ratings .rating-links .separator,
.products-grid .ratings .rating-links .add-review { display: none;}
.products-grid .ratings .rating-links a { color: #bbbbbb;}
.products-grid .ratings .rating-links a:hover {  }

.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.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:normal; }



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

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

.price-box { margin:5px 0; }
.price-box p { display: inline;}
.price-box .price {   color:#333; font-family: Montserrat; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price {  font-size:16px; color:#333; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { display: none; }
.old-price .price { font-weight: normal; color:#aaa; text-decoration:line-through; font-size: 12px;}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { display: none; }
.special-price .price { font-size:16px; color:#333; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; 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:normal; 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:normal; }

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

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight: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; margin:5px 0 0; }
.add-to-links .separator {  }

/* 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 { text-align: center; }
.add-to-box .add-to-links li a {
    
}
.add-to-box .add-to-links li .separator { display:none !important; }


/* Product View ========================================================================== */
.product-view{}

.product-view .product-img-box .product-image { margin-bottom: 10px; border: 1px solid #eee; padding: 10px;}
.product-view .product-img-box .more-views { }


.product-view .ratings{ }
.product-view .ratings .rating-links a{ color:#333; line-height: 15px;}
.product-view .ratings .rating-links a:hover { text-decoration:none; text-decoration: underline;}
.product-view .product-name { }
.product-view .product-name a{  }
.product-view .product-name a:hover { text-decoration: underline;}
.product-view .product-name h1{  }
.product-view .product-shop {  }
.product-view .product-shop a.nobr{ color:#90b37f;}
.product-view .product-shop a.nobr:hover{ color: #e66b6b; text-decoration:none;}

.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-weight: bold; color: #666;}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0;  }
.product-view .product-shop .short-description .std {  }
.product-view .product-shop .price-box { margin: 10px 0 0 0; }
.product-view .product-shop .availability { font-size:13px; }
.product-view .product-shop .availability span { font-weight:normal; color:#B0D95E; font-weight: bold;}

.product-view .product-shop .add-to-box-cart { clear: both; padding-top: 20px;}

.product-view .add-to-links li { float: left; margin-right: 7px;}
.product-view .add-to-links a,
.product-view .email-friend a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    width: 33px;
    height: 33px;
    background: #eee;
    line-height: 33px;
    text-align: center;
    line-height: 33px;
    display: block;
    font-size: 14px;
    position: relative;
    }
.product-view .add-to-links a:hover,
.product-view .email-friend a:hover { color: #db4c52; border-color: #db4c52;}

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

.product-view .add-to-box { margin: 0 15px 0 0; float: left;  width: 115px;}
.product-view .add-to-cart { margin: 0; padding: 20px 0 0; border-top: 1px solid #eee;}
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #ddd; float: left;}
.product-view .add-to-cart label { margin: 0 5px 5px 0; display: block; font-weight: normal;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 7px 0 6px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ddd;
}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 18px;
    height: 15px;
    display: block;
    background: url(../images/btn-qty.png) 0 100% no-repeat #fff;
    border: none;
    }
.add-to-cart input.qty-increase { background-position: 0 0; margin-top: 1px;}
.product-view button.btn-cart { margin-top: 26px;}
.product-view button.btn-cart span { padding: 7px 12px; background: #db4c52; display: inline-block; text-transform: uppercase; color: #fff; font-weight: 500;}
.product-view button.btn-cart:hover span { background-color: #666; }

.product-view .product-shop .special-price .price { font-size: 20px;}

.addthis_native_toolbox { float: left; margin-top: 10px;}
.addthis_native_toolbox .addthis_button_pinterest_pinit { display: none;}

.product-options {  position:relative; background:none;  margin-bottom: 20px; clear: both; }
.product-options dt { padding:10px 0 0; font-weight:normal;}
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.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 { padding: 5px 0; margin:0 ;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; 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:99%; padding: 5px 0;}
.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:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background:none;   border-top:0; }
.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 {  margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.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: 10px 0 0;}
.product-shop .product-options-bottom { }
.product-shop .product-options-bottom .price-box { margin: 10px 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right;  display:none;}


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


.product-tabs { overflow:hidden; margin: 0; }
.product-tabs li { float:left; font-size:1.1em; line-height:1em;  }
.product-tabs li.active { }
.product-tabs li.last {  }
.product-tabs a { display:block; padding: 7px 20px; font-size: 14px;  border: 1px solid #e5e5e5; color: #666;   text-decoration: none; line-height: 35px; text-transform: capitalize; font-weight: bold; border-left: none;}
.product-tabs li.first a { border-left: 1px solid #e5e5e5;}
.product-tabs a:hover,
.product-tabs li.active a { background: #eee;}
.product-tabs-content h2 { }
.product-tabs-content {  width: 100%; padding: 20px; border: 1px solid #e5e5e5; margin-top: -1px;  }
#product_tabs_description_contents h2 { display: none;}


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

.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;  }
.product-name a { color:#555555; font-size: 14px; font-weight: bold;}
.product-name a:hover { }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* 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 .links { text-align:right;  }
.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 .page-title { border-bottom:0; margin:0 0 10px; text-align: center; background: center;}
.cart .page-title h1 { text-transform: uppercase; float: 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 .method-checkout-cart-methods-multishipping a { color: #333;}
.checkout-types .method-checkout-cart-methods-multishipping a:hover {  }
.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;
}
.cart-table thead th,
.cart-table tbody td {
 
}
.cart-table .product-cart-info,
.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-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.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;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@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: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "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: 5px 5px 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;
  }
  .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;}
.cart .crosssell h2.crossell-title  { padding: 17px; background: #e9e9e9; color: #525252; font-size: 20px; }
.cart .crosssell-inner { padding: 15px;}
.cart .crosssell .product-image { float:left; margin-right: 15px; }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name {  }
.cart .crosssell li.item { padding: 15px 0; }

.crosssell .add-to-links li {  margin-right: 50px;}
.crosssell .add-to-links a { color: #333;}
.crosssell .add-to-links a:hover { color: #db4c52;}
.crosssell .add-to-links a .fa { margin-right: 10px;}


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


.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width: 100%; padding:7px 5px; background:#f2f2f2  }
.cart .shipping h2 {  }
.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 #e9e9e9; color: #525252; font-size: 20px; text-align: center; text-transform: uppercase; font-family: Montserrat;}
.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: normal; 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:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight: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; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { 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:normal; }
.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:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight: normal; line-height: 30px;  border:1px solid #eee; margin:0 0 6px; padding: 2px 8px; color:#333; }
.block-progress dd { background:#fff; border:1px solid #eee; 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:normal; }

/* 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 #ddd;  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 {  background: #db4c52; border: 1px solid #db4c52; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/

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

.opc .step { background:#fff; padding:15px 0; position:relative; margin-bottom: 10px; }
.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:bold; color:#0a263c; }
#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:normal; }
.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 { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {   border:1px solid #ddd;; padding:15px; margin: 0 0 20px; }
.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;   }

.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; }

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

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

/* 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; 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: normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { 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:normal; }
.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; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#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 {
    background: url(../images/bg-footer.jpg) 50% repeat;
}

.footer-wrapper .footer-inner { }
.footer-information {  padding: 30px 0; color: #ccc; font-weight: normal; border-bottom: 1px solid #575966; }
.footer-static-title h3 { color: #fff; text-transform: uppercase; font-family: Montserrat; font-weight: normal; margin-bottom: 10px; font-size: 14px; padding-bottom: 10px; }
.footer-static-content .box-img{margin: 15px 0}
.footer-static-content p{line-height: 22px; }
.footer-static-content .logo-footer {
    margin: 0 0 20px;
}
.footer-static-content ul li a {
    line-height: 30px;
    text-decoration: none;
    display: block;
}
.footer-static-content ul li a:hover {
    color: #fff;
    padding-left: 10px;
}
.footer-static-content ul li a:before {
    content:"\f0da";
  margin-right: 10px;
  color: #bababa;
  font-family: FontAwesome;
  font-size: 12px;
}


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


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

.footer-container {
    clear: both;
    padding: 15px 0 5px;
    }
.footer {   }
.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 a { color:#888; text-decoration:none; }
.footer a:hover { text-decoration:  none; color: #fff; }
.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 { text-align: left; width: 100%;  margin: 0; line-height: 30px; font-weight: normal; color: #999;}
.footer address a {  }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; margin: 0;}
.footer ul.links { display:block; }
.footer ul.links li { display:inline; margin:0 5px ; border-right: 1px solid #444444; padding-right: 10px; }
.footer ul.links li.last { background:none !important; padding-right:0 !important; border: none;}
.footer ul.links li.login-register { display: none;}
.footer-container .bottom-container { margin:0 0 5px; }

.social { text-align: right; float: right;}
.social li { float: left; margin-left: 10px; margin-bottom: 10px;}
.social a { display: inline-block;  margin: 0 0 10px 0;}


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

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

/*Back to Top*/

#back-top {
  bottom: 135px;
  display: none;
  height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 9999;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 38px;
  background-color: #db4c52;
  color: #fff;
}
#back-top:hover {
  background: #666;
  
}

/*------------------------------------- Banner Static Top ------------------------------------*/

.vmegamenu-banner {
    
}
/*.block-position .position { float: left; }*/
.block-position .position1 {
    width: 23%;
    float: left;
    margin-right: 1%;
}
.block-position .position2 {
    width: 54%;
    float: left;
    margin-top: 10px;
}
.block-position .position3 {
    width: 21%;
    float: right;
    margin-top: 10px;
}
.block-position .position3 .banner-top img { width: 100%;}

.banner-top { position: relative; overflow: hidden;}
.banner-top .box-des { position: absolute; top: 50px; left: 0; width: 100%;}
.banner-top .box-des h3 { margin: 0 14px; color: #333333; text-transform: uppercase; font-family: Montserrat; }
.banner-top .box-des p { margin: 5px 14px; color: #7e7e7e; }
.banner-top .box-des a { margin: 0 14px; color: #333333; }
.banner-top .box-des a:hover { }
.banner-top .box-des a .fa,
.banner-top .box-des a:hover .fa { color: #a9a9a9;}


.banner-content1-wrapper { position: relative; overflow: hidden;}
.banner-content1-wrapper .box-des { position: absolute; top: 50%; right: 25px; width: 300px; text-align: center; padding: 0 10px; margin-top: -40px;}
.banner-content1-wrapper .box-des h3 { margin: 0 14px; color: #db4c52; text-transform: uppercase; font-family: Montserrat; }
.banner-content1-wrapper .box-des p { margin: 5px 14px; color: #ddd; background: url(../images/line1.png) 50% 100% no-repeat; padding-bottom: 10px; }
.banner-content1-wrapper .box-des a { margin: 0 14px; color: #ddd; }
.banner-content1-wrapper .box-des a:hover { }
.banner-content1-wrapper .box-des a .fa,
.banner-content1-wrapper .box-des a:hover .fa { color: #a9a9a9;}

.banner-content2-wrapper .banner-box { position: relative; overflow: hidden;}
.banner-content2-wrapper .banner-box a { position: absolute; top: 50%; margin-top: 15px; left: 20px; color: #fff;}
.banner-content2-wrapper .banner-box a:hover { }


.block-static-information {
    background: #f7f7f7;
    padding: 25px 0;
}
.block-static-information .banner-col {
    padding: 20px;
    border: 1px solid #efefef;
    background: #fff;
}
.block-static-information .banner-col .title {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 30px;
}
.block-static-information .banner-col .title span {
    padding-top: 10px;
}
.block-static-information .banner-col .title .text{
    text-transform: none;
    font-family: Raleway;
    font-weight: normal;
    display: block;
    padding-left: 60px;
    padding: 0;
    line-height: 16px;
}
.block-static-information .banner-col .title .fa {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    float: left;
    margin-right: 15px;
    background: #db4c52;
    color: #fff;
    font-size: 16px;
}
.block-static-information .banner-col .des {
    clear: both; padding-top: 10px;
}

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


/*Bx slider*/
.bx-title {
    margin-bottom: 25px;
    }
.bx-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #444444;
    padding-right: 10px;
    margin: 0 0 5px;
    text-align: left;
    font-family: Montserrat;
}

/*Related Product Slider*/
.relatedslider { margin-bottom: 20px; }
.relatedslider .bx-title {  }
.relatedslider .products-grid .product-name { margin: 15px 0 0;}
.relatedslider .related-subtitle { margin-bottom: 10px;}
.relatedslider input.checkbox { display: inline-block; margin: 0 0 0 5px;}

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

/*Featured Product Slider*/
.featuredproduct,
.banner-content1-wrapper,
.banner-content2-wrapper { margin-bottom: 30px;}


/*NewProduct Slider*/
.newproductslider { margin-bottom: 20px;}
.newproductslider .products-grid li.item {
    clear: both;
    padding-bottom: 10px;
}

/*Random Slider*/
.randomslider {
    border: 1px solid #efefef;
    padding: 22px 20px;
    
}
.randomslider .products-grid li.item .product-image { float: left; margin-right: 10px;}
.randomslider .products-grid li.item .ratings { height: 15px;}
.randomslider .products-grid li.item .rating-links { display: none;}


.randomslider .bx-wrapper .bx-controls-direction a{
    background: none;
    top: 50%;
    margin-top: -15px;
    color: #ccc;
    width: auto; height: auto;
    line-height: normal;
    text-decoration: none;
}
.randomslider .bx-wrapper .bx-controls-direction a:before  { font-size: 28px;}
.randomslider .bx-wrapper .bx-controls-direction a:hover { color: #333;}
.randomslider .bx-wrapper .bx-prev  { left: -22px; right: auto;}
.randomslider .bx-wrapper .bx-next { right: -22px;}

/*Blog Content*/
.blog-content { margin: 0;}
.blog-content li.item .box-img { float: left; margin-right: 15px; width: 113px;}

.blog-content li.item .box-info { float: left; width: 240px; padding: 10px; border: 1px solid #efefef; position: relative;}
.blog-content li.item .box-info span.arrows { background: url(../images/arrows.png) 0 0 no-repeat; width: 10px; height: 19px; position: absolute; left: -10px; top: 20px;}

.blog-content li.item h3.title {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    }
.blog-content li.item h3.title:hover {
}
.blog-content li.item p.author { color: #db4c52;  }
.blog-content li.item p.des { margin: 0;  }
.blog-content li.item .des { margin-bottom: 7px;}
.blog-content li.item .des p { margin: 0;  color: #444;}


.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a,
.block-blog .menu-tags ul li a { background: url(../images/check-box.png) 0 1px no-repeat; color: #666; padding-left: 20px; text-transform: capitalize; }
.block-blog .menu-recent ul li a:hover,
.block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover { background-position: 0 -28px; }


.blog-content .box-info .des img { display: none; }
.postContent img { float: left; margin-right: 15px;}


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

/*Brand Logo*/
.brandlogo-wrapper { margin: 30px 0;}
.brandlogo-contain { padding: 0; text-align: center;}
.brandlogo-contain .bx-wrapper img { display: inline;}
 
/*-------------------------------------------------------------------------------*/

/*Bestseller*/
.sidebar .bestseller { margin: 20px 0;}
.nav_megamenu .nav_product .dropdown { padding-bottom: 0 !important;}
.nav_megamenu .nav_product .dropdown .des { margin-bottom: 20px;}
.nav_product .products-grid li.item { margin-bottom: 20px;}
.nav_product .products-grid li.item.last { margin: 0;}
.nav_product .newproduct .products-grid li.item .product-image { float: left; margin-right: 10px; padding-bottom: 10px;}
.nav_product .products-grid li.item .product-name { margin: 0;}
.nav_product .products-grid li.item .ratings { height: 15px;}
.nav_product .products-grid li.item .price-box { }
.nav_product .products-grid .ratings .rating-links a { line-height: 1.25;}
.nav_product .newproduct .products-grid li.item .item-inner { min-height: 120px;}
.nav_product .newproduct .products-grid li.item .item-inner {
    border: 1px solid #fff;
    padding: 10px;
    position: static;
}
.nav_product .newproduct .products-grid li.item .item-inner:hover { border-color: #eee;}

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

/*Cloudzoom*/
.more-views h2 { display: none;}
.more-views .bx-wrapper .bx-controls-direction a { bottom: 0; top: 50%; margin-top: -13px; background: none; color: #333; font-weight: bold;}
.more-views .bx-wrapper .bx-controls-direction a:hover { color: #aaa;}
.more-views .bx-wrapper .bx-prev { right: auto; left: -20px;}
.more-views .bx-wrapper .bx-next { right: -20px;}

.more-views ul li { float: left; margin: 0  10px 10px 0; border: 1px solid #eee; padding: 5px; width: 78px;}
.more-views ul li:last-child { margin: 0;}
/*-------------------------------------------------------------------------------*/


/*Upsell Slider */
.upsellslider { margin-top: 30px;}
.upsellslider .product-name { margin-top: 10px;}

/*Latest Deals */
.dealproducts .products-grid li.item {
    margin-bottom: 25px;
}
.dealproducts .products-grid li.item .item-inner{
    padding-bottom: 80px;
}
.dealproducts .box-timer {  position: absolute; left: 10px; bottom: 15px;  z-index: 99; padding: 0; }
.dealproducts .timer-view { color: #555; font-size: 16px;  text-align: center;}
.dealproducts .timer-view > div { float: left; margin-right: 5px;}
.dealproducts .timer-view > div span.count { border: 1px solid #eee; padding: 5px 10px; font-family: Montserrat;}
.dealproducts .timer-view > div:first-child { }
.dealproducts .timer-view > div span { display: block; line-height: 20px;}
.dealproducts .timer-view > div span.title { font-size: 12px; color: #555; text-align: left;}

/* 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 { color: #fff;}

/*Social Right*/

.block-social-right { right:0; position:fixed; top:50%; margin-top: -32px; 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}


#popup-newsletter .block-content { text-align: center;}
#fancybox-close{height:13px!important;width:13px!important;top:9px!important;right:-32px!important}
#popup-newsletter .form-subscribe-header label{font-size:18px;line-height:18px;margin:0;color:#333;text-transform:uppercase;padding:45px 0 0; font-weight:500; display: block; text-align: center;}
#popup-newsletter .form-subscribe-header{position:relative}
#popup-newsletter .form-subscribe-header label:after{background:none repeat scroll 0 0 #e4e4e4;bottom:-7px;content:"";height:2px;left: 50%;position:absolute;width:180px; margin-left: -90px;}
#popup-newsletter .subscribe-bottom{text-align:left;display:block;margin:0;padding:0 0 0 22px;color:#999999;font-size:13px; font-weight:normal}
#popup-newsletter .subscribe-bottom input{margin:0 5px 1px 0}
.promo-panel-sale{font-size: 96px;
line-height: 70px;font-family: Arial;font-weight: 900;padding: 35px 0 27px;margin: 0;color: #333; }
.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 50px}
#popup-newsletter .block-content input.input-text{height:50px;line-height:50px;width:490px;border:1px solid #e8e8e8;text-align:center;color:#aaaaaa}
#popup-newsletter .block-content .actions{margin:10px 0 40px}
#popup-newsletter .block-content button.button span span {padding:0 87px;height:56px;border-bottom:3px solid #B1494D;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;line-height:56px;color:#fff;font-size:16px;text-transform:uppercase;background-color:#db4c52}
#popup-newsletter .block-content button.button span span {  }
#popup-newsletter .block-content button.button:hover span{background-color:#373737;border-bottom:3px solid #3d3d3d}

.fancybox-nav,
.quickview-index-ajax .themes-demo-wrap { display: none;}

@media(max-width: 1199px){
    .fancybox-overlay, .fancybox-overlay-fixed, .fancybox-wrap { display: none !important;}
}
	
#ajandek_ertek_num{
	float: right;
}
#ajandek_valaszto_termek_adatlap{
	margin-bottom: 0px;
}

#ajandek_valaszto_termek_adatlap th,
#ajandek_valaszto_termek_adatlap td{
	border-top: 0px;
}

#ajandek_valaszto_termek_adatlap .thumbnail{
	text-align: center;
	height: 180px;
	position: relative;
	cursor: pointer;
}

#ajandek_valaszto_termek_adatlap .thumbnail .select_cover{
	display: none;
	background-color: #ccc;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 
	opacity: 0.5;
}

#ajandek_valaszto_termek_adatlap .thumbnail .selected{
	background-color: #db4c52;
}

#ajandek_valaszto_termek_adatlap .thumbnail .selected,
#ajandek_valaszto_termek_adatlap .thumbnail:hover > .select_cover{
	display: block;
}

#ajandek_valaszto_termek_adatlap .ajandek_ertek_formazott{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin-bottom: 5px;
}