.review_details {color: #ff7e00; margin-top: 5px; font-size: 11px;}
.reviews li {margin: 15px 0;}
.review_details small {font-weight: bold; color: #ff7e00;}
/**
 * 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_blank
 * @copyright   Copyright (c) 2010 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          {
    background: #F7F5F1;
    font: 13px/20px Roboto, Helvetica, sans-serif;;
    color:#4d4338;

}

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

a             { color:#4d4338; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }
html {overflow-y: scroll;}
/* Headings */
h1            { font-size: 28px;
    font-weight: bold;
    line-height: 2.25;
    font-family: Roboto Slab;
    margin-bottom: 7px; }
h2            { font-size: 25px;
    font-weight: normal;
    line-height: 3.25;
    font-family: Roboto Slab;
    margin-bottom: 7px; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px; }
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px; }
h6            { font-size:11px; font-weight:bold; margin-bottom:7px; }

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

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

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

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

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

/* editor-content */
/*editor-content*/
.editor-content {
    padding: 10px;
}

.editor-content ul, .editor-content ol {
    padding-left: 18px;
    margin-bottom: 18px;
}
.editor-content ul li {
    list-style-type: disc;
    list-style-position: outside;
}
.editor-content ol li {
    list-style-type: decimal;
    list-style-position: outside;
}
.editor-content p {margin-bottom: 18px;}
/*.editor-content a {color: #4d4338;}*/
/* ======================================================================================= */


/* Layout ================================================================================ */


.wrapper {

    background-color: #ffffff;
    background-color: #F7F7F7;

}


.wrapper {
    background-color: #FFFFFF;
    background-color: rgba(180, 207, 255, 0.28);
}


.page { width:980px; margin:0 auto; padding:0 0; text-align:left;   }
.page-02 { width:980px; margin:0 auto; padding:0 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:20px; text-align:left; }
.main-container {
    /* background: ;
  background: -moz-linear-gradient(top,   0%,  44%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(44%,));
  background: -webkit-linear-gradient(top,   0%, 44%);
  background: -o-linear-gradient(top,   0%, 44%);
  background: -ms-linear-gradient(top,   0%, 44%);
  background: linear-gradient(to bottom,   0%, 44%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=0 );*/

}
.main { margin:0 0; padding:10px 0 0 0; }
.cms-home .main { margin:0 0 0 0; padding:0 0 0 0; }

/* Base Columns */
.col-left { float:left; width:225px; padding:0 0 0 0; }
.col-main { float:left; width:100%; padding:0; }
.col-right { float:right; width:225px; padding:0 0 0 0; }

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

/* 2 Columns Layout */

.col2-right-layout .col-main {}

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px#4d4338; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; 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 */
.site-button {
    background: #D91F25;
    position: relative;
    overflow: visible;
    width: auto;
    border: 0;
    font-weight: bold;
    padding: 0;
    top: -3px;
    margin: 0 0 0 5px;
    cursor: pointer;
    /* width: 122px;*/
    height: 38px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #ac0006;
    padding: 5px 20px;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 21px;
    color: #fff;
}

/**/
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:  #ffffff; cursor:pointer; }
button.button span {padding:5px 10px; font:bold 12px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#222222; }
/**/

input:focus, textarea:focus, select:focus {
    outline:none;
}
input,
input:active {
    outline: none;
}
button,
button:active,
button:focus {
    outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/**/
.products-grid li button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

.products-grid li button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 0px #ac0006;
    background: #D91F25;
    border-radius: 5px;

}
.products-grid li button.button span {
    float: left;
    height: 25px;
    background: url('loaded_cart_buy.png') 10px center no-repeat;
    padding: 5px 15px 2px 35px;
    /* font: bold 12px/25px Arial, Helvetica, sans-serif; */
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
    color: #F7F5F1;


}

.products-grid .description {
    height: 24px;
    display: block;
    overflow: hidden;
}




/**/

/**/
.products-list li button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.products-list li button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.products-list li button.button span {
    float:left;
    height:25px;
    background:transparent url(bkg_button_left_cart.gif) 0 0 no-repeat;
    padding:0 0 0 54px;
    font: bold 12px/25px Roboto Slab, Helvetica, sans-serif;
    text-align:center;
    white-space:nowrap;
    color:#F7F5F1; }
.products-list li button.button span span { background:transparent url(bkg_button_right.gif) right 0 no-repeat; padding:0 13px 0 0; }
/**/

/**/
.checkout-types button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.checkout-types button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.checkout-types button.button span {
    float:left;
    height:35px;
    background:transparent url(bkg_button_left_checkout.gif) 0 0 no-repeat;
    padding:0 0 0 12px;
    font:normal 19px/35px Arial, Helvetica, sans-serif;
    text-align:center;
    white-space:nowrap;
    color:#FFFFFF;
}
.checkout-types button.button span span { background:transparent url(bkg_button_right_checkout.gif) right 0 no-repeat; padding:0 12px 0 0; }
/**/

button.disabled {}
button.disabled span {}

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

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; 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; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#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:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:7px 0 17px 0px; margin:0 0 0;}
.breadcrumbs .title-breadcrumbs { display:none;}
.breadcrumbs li { font-family: Arial, Helvetica, sans-serif; display:inline; color: #898989; font-size:13px; line-height:16px; }
.breadcrumbs li a{color:#898989; font-family: Arial, Helvetica, sans-serif; line-height:16px; text-decoration:underline; /*font-weight:bold;*/ }
.breadcrumbs li a:hover{ color#545454; /*font-weight:bold;*/ text-decoration:none;}
.breadcrumbs li strong{ color:#333333; font-weight:normal;}
.breadcrumbs li span{ font-size:14px; /*font-weight:bold; */padding:0 9px 0 0;}

/* Page Heading */
.page-title {  margin:0 0 20px; }
.page-title h1,
.page-title h2, h3 { font-size:16px; line-height:16px; color:#3b362e; font-weight:bold; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; font-size:12px; line-height:16px; color:#3b362e; font-weight:bold; }

.subtitle { clear:both; }


/* Pager */
.pager { font-size:12px; color:#8E8782; line-height:normal;     padding: 15px 22px 14px 22px; margin:0 0 0 0; text-align:center; /*border-bottom:1px solid
    #e7e3e0;*/ }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{ width:43px; text-align:center; font-size:12px; color:#3b362e; margin:0 0 1px 13px;}
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter {
    font-size:12px;
    color:#8E8782;
    line-height:normal;
    padding:13px 22px 12px 22px;
    margin:0 0 6px 0;
}
.sorter a { color:#8E8782; padding:0 4px 0 3px;}
.sorter strong { color:#3b362e;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right;}
.sorter .sort-by select { width:121px; font-size:12px; color:#3b362e; margin:0 0px 1px 3px;}
.sorter .link-feed {}

/* Toolbar */
.toolbar {
    background: ##EFEFEF;
    border: 1px solid #e7e3e0;
    border-radius: 4px;
    margin-bottom: 20px;
}
.toolbar p, .toolbar div {
    color:#3b362e;
}

.toolbar .pager {background-color: #fff;}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #F1EFED; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #F1EFED; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {}
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* 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(bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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(bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

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

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

.add-to-links li a{ font-size:11px; line-height:normal; color:#665C49; font-weight:normal;}

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist {color:#ff7e00 !important;}
.link-reorder { font-weight:bold; }
.link-compare { font-size:11px; line-height:normal; color:#665C49; font-weight:normal;}
.link-print { background:url(i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {
    display:block;
    width:13px;
    height:13px;
    line-height:13px;
    /*background:url(btn_remove.gif) 0 0 no-repeat;*/
    overflow:hidden;
    background: #d91f25;
    color: ;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}

.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { color:#665C49;}

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

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

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


/* Header ================================================================================ */


.logo { float:left; }
.header .logo {font-size: 22px; float:left; text-decoration:none !important; color: #000000;}
.header h1.logo { margin:0; padding:0; }

.header-container {}
.header { padding:0 0 0 0;}
.header-row {

    width: 100%;
    z-index: 1;
    min-height: 70px;
    position: relative;
    height: auto !important;
    height: 44px;
    /* margin: 0 0 28px 0;*/
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 8px 13px -9px rgba(0,0,0,.8);
    background: #fff;
}

.header-row-02 {
    width: 100%;
    z-index: 1;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 8px 13px -9px rgba(0,0,0,.8);

}


.header-info {
    width: 980px;
    height: 113px;
    margin: 0 auto;
    position: relative;
}

.indent-header-row {
    /* width: 100%; */
    overflow: hidden;
    /* margin: 0 0 0 63px; */
    position: relative;
}
.header .welcome-msg { font-weight:bold; display:none;}
.block-links { float:left; padding:15px 0 0 0;}
.header ul.links { text-align:left; margin:10px 0 0 14px; overflow: hidden; /*width: 880px;*/}
.header ul.links li{

    display: block;
    font-size: 12px;
    line-height: 14px;
    color:#3b362e;
    /* background: url(devider_links.gif) left 4px no-repeat; */
    padding: 2px 24px 10px 0px;
    position: relative;
    float: left;



}

.top-cart-wrapper {
    float: right;
    padding-top: 10px;
    width: 102px;
}

.top-cart-wrapper a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.top-cart-wrapper img {
    vertical-align: middle;
}

/*.header ul.links li:before, .footer .row-footer .block-footer-links ul li:before {
     content:'';
     display: block;
   position: absolute;
   left: 0;
     top: 4px;
     width: 6px;
     height: 6px;
     border-radius: 3px;
   background: #d91f25;
  }*/

.header ul.links li.last {padding-right:0;}
.header ul.links li a{color:#3b362e; text-decoration:underline;  text-transform: uppercase;}
.header ul.links li a:hover{text-decoration:none;}

.header .form-search {
    /* float: left; */
    /* display: inline-block; */
    padding: 0px 0 0 0;
    top: 54px;
    left: 13px;
    position: absolute;

}
.header .form-search label{ display:none;}
.header .form-search input {
    background: #fff;
    border: 1px solid #003B99;
    border-radius: 4px;
    text-align: left !important;
    height: 30px;
    box-shadow: inset 0 1px 6px rgba(10, 7, 7, 0.5);
    width: 430px;
    margin: 0 2px 0 0;
    color: #969696;
    padding: 4px 10px 4px 10px;
    font-size: 14px;
}


/**/
.header .form-search button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.header .form-search button.button {

    background: #d91f25;
    position: relative;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    top: -3px;
    margin: 0 0 0 5px;
    cursor: pointer;
    width: 113px;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #ac0006;


}
.header .form-search button.button span {
    /* width: 8px; */
    /* height: 8px; */
    background: transparent url(https://static-internal.insales.ru/files/1/1399/4187511/original/search.png) 0 3px no-repeat;
    padding: 0px 0 0 27px;
    text-align: center;
    font-family: Roboto Slab;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    margin: 11px;

}

.header .form-search button.button span span { background:none; padding:0 0 0 0; }
/**/

.indent-search { float:left; margin:0 2px 0 0;}

.header-page {
    position: relative;
    height: 113px;
    background: url('https://static-eu.insales.ru/files/1/1317/4187429/original/bg-blue.jpg');
}

.account-phone {
    position: absolute;
    right: 0px;
    /* padding-right: 65px; */
    /* top: 44px; */
    top: 22px;
    line-height: 41px;
    float: right;
    color: #FFF;
    font-weight: bold;
    font-size: 38px;

}

.account-phone .callibri_phone {

    font-weight: bold;
    font-size: 38px;
  	color: #fff;
   text-decoration: none;

}




.account-phone span {
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 15px;

}



.header .form-language { float:right; padding:16px 0 0 0;}
.header .form-language label{ color:#665C49;}
.header .form-language select { width:130px; border:1px solid #7F7F7F; border-bottom:1px solid #D9D9D9; margin:0 0 1px 6px; background:#FFFFFF; font-size:12px; line-height:14px; color:#665C49; padding:2px;}

.block-menu {
    padding:0px 0 0 0;
    width: 980px;
    margin: 0 auto;

}
.nav-container {
    /*background: #ffffff*/;
    border-radius: 4px;
}

/********** < Navigation */
#nav { font-size:14px; padding:0 0 0 0; margin:0 0 0 9px;  position: relative;}

/* All Levels */
#nav li { text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span {
    /*display: block*/
    display: flex;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}
#nav li ul span {white-space:normal;   font-family: Roboto; }
#nav li li.parent {}

/* 0 Level */
#nav li {
    /*float: left;*/
    display: inline-block;
    zoom: 1;
    /* background: url(devider_menu.gif) right 0 repeat-y; */
    padding: 12px 0px 0 0;
    margin: 0px 4px 0 0!important;
    font-family: Roboto Condensed;
    font-size: 14px;
}

@-moz-document url-prefix() {
    #nav ul li {
        display: -moz-inline-stack;
    }
}

#nav li.last { background:none; margin: 0 0 0 6px;}

#nav li.last a span { /*color: #D91F25;*/
}

#nav li ul li.last a span {/* color: #222;*/
}

#nav li.active a { color:#F7F5F1; }

#nav a { position: relative; float:left; /*background:url(arr_menu.gif) 0 0 no-repeat;*/ padding:9px 12px 18px 12px; color:#222222; font-weight:bold; }

#nav  .last a {
    background: url(https://static-eu.insales.ru/files/1/293/1573157/original/star02.png) 0px 6px no-repeat;
    padding: 9px 12px 18px 26px;
}



#nav ul li .level1,
#nav  ul li .level1.active {
    padding: 0 0px!important;

}

#nav li.parent > a {
    padding:9px 12px 18px 26px;
}
#nav >li.parent > a:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d91f25;
    content: "";
    height: 0;
    position: absolute;
    left: 5px;
    top: 14px;
    width: 0;
    z-index: 100;
}

#nav li.over a,
#nav a:hover { /*background:url(arr_menu_hover_2.gif) 0 0 no-repeat;*/ color:#D91F25; }


/*#nav li.parent.over a { background:url(arr_menu_hover.gif) 0 0 no-repeat;}
#nav li.parent a:hover { background:url(arr_menu_hover.gif) 0 0 no-repeat; }

#nav li.active a{ background:url(arr_menu_hover_2.gif) 0 0 no-repeat;}
*/

/* 1st Level */
#nav ul li,
#nav ul li.active {
    position: relative;
    vertical-align: top;
    padding: 0 0px;
    display: table;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 300px;
}
#nav ul li.over {}
#nav ul li.last {/* background:url(bg_submenu_bot.png) 0 bottom no-repeat;*/ padding-bottom:10px; }
#nav ul li.last a { background:none; }

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

/* 2nd leven */
#nav ul {
    border-radius: 0 6px 6px 6px;
    position: absolute;
    width: 970px;
    z-index: 99999;
    top: 40px;
    left: -10000px;
    /* background: url(bg_submenu_top.png) 0 0 no-repeat; */
    background: #FFFFFF;
    padding: 30px 0 20px 0;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 11px 28px -9px rgba(0,0,0,.8);
    vertical-align: sub;

    -webkit-columns: 250px 4;
    -moz-columns: 250px 4;
    columns: 250px 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

/* 3rd+ Level */
#nav ul ul { top:5px; background:#ffffff; /*background:url(bg_submenu_top.png)*/ 0 0 no-repeat; padding:6px 0 0 0; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:174px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { font-size:12px; color:#222222 !important; padding:4px 0px 0px 23px!important }
#nav ul li.over a:hover {color:#d91f25 !important; padding:4px 0px 0px 23px!important }
#nav ul span,
#nav ul li.last li span { padding:3px 0 4px 0; /*background:url(devider_submenu.gif) left bottom repeat-x; border-bottom: 1px solid #4f483a;*/ }

#nav .nav-hover-decor {
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 6px 6px 0 0;
    width: 23px;
    height: 32px;
    top: 14px;
    left: 0;
    z-index: 10;
}

#nav li.over .nav-hover-decor {
    display: block;
}



/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {padding:0 0 3px 0; margin:0 0 9px; border: 1px solid #e7e3e0; border-radius: 4px; }
.block .block-title {width:100%; padding:0px 0 0 0; }
.block .block-title strong {
    display: block;
    padding: 11px 5px 9px 29px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    background-color: #0263c4;
    color: #FFF;
    line-height: 18px;

}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {font-size:12px; line-height:17px; color:#C4BDB8; padding:0 0 9px 0; }
.block .block-subtitle a{ text-decoration:none; color:#3b362e; font-weight:bold;}
.block .block-subtitle a:hover{ text-decoration:underline;}

.block .block-content {padding:10px 10px 30px 10px; overflow: hidden;}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty { font-size:12px; line-height:12px; color:#3b362e;}

.block .block-content li .product-name { font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal; padding:0 0 0 0; }
.block .block-content li .product-name a{ font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal;}
.block .block-content li .product-name a:hover{ text-decoration:underline;}

.block li.odd {}
.block li.even { }

/* Mini Products List */
.mini-products-list li { padding:5px 0 15px 10px;}
.mini-products-list .product-image { float:left; width:72px; padding:0; border:1px solid #e7e3e0; margin-right:-78px; }
.mini-products-list .product-details { margin-left:78px; padding:0 3px 0 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { float:right; }
.mini-products-list .product-details strong { font-weight:normal; color:#3b362e;}

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

/* Block: Currency Switcher */
.block-currency {}
.block-currency .block-title h2 { text-transform:none;}
.block-currency .block-content { padding:4px 31px 26px 30px; }
.block-currency select { width:100%; border:1px solid #7F7F7F; border-bottom:1px solid #D9D9D9; font-size:12px; color:#C4BDB8; }

/* Block: Layered Navigation */
.block-layered-nav {
    background-color: #fff;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);


}
.block-layered-nav .block-content .block-subtitle { background:url(devider.gif) left bottom repeat-x; color:#C4BDB8; font-size:12px; line-height:14px; font-weight:normal; padding:0 0 29px 0;}
.block-layered-nav dt {
    padding: 6px 0 5px 0;
    margin: 0 3px 0 0;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.block-layered-nav dd { padding:10px 0 15px 25px;}
.block-layered-nav dd { background:url(devider.gif) left bottom repeat-x; color:#3b362e; padding:0 0 15px 0; font-size:12px; line-height:24px; font-weight:normal;}
.block-layered-nav dd.last { background:none; padding:0 0 0 0;}
.block-layered-nav dd a{ color:#3b362e; font-size:14px; line-height:24px; font-weight:normal;}
.block-layered-nav dd strong{ color:#D91F25; font-size:14px; line-height:24px;}

.block-layered-nav dd a.sub-active {
    font-weight: bold
}
.block-layered-nav dd .price { color:#3b362e; font-size:12px; line-height:24px; padding:0; font-weight:normal;}

.block-layered-nav .currently { margin:0 3px 0 0;}
.block-layered-nav .currently li .label { display:block;}
.block-layered-nav .currently .price { color:#3b362e; font-size:14px; font-weight:normal; padding:0;}
.block-layered-nav .currently li {color:#3b362e; font-size:12px; line-height:24px; font-weight:normal; padding:27px 0 6px 0;}
.block-layered-nav .currently li span{ color:#ff7e00; font-size:14px; text-transform:uppercase; font-weight:bold;}
.block-layered-nav .currently a{ float:right; padding:0 4px 0 0;}

.block-layered-nav .actions { text-align:right; padding:0 0 25px 0;}
.block-layered-nav .actions a{ float:none; color:#665C49; font-weight:normal;}

.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .block-title {}
.block-cart .block-title strong{ padding:19px 5px 0 29px; }
.block-cart .block-title span { display:block; background:url(loaded_cart.png) 0 0 no-repeat; padding:6px 0 2px 33px; text-transform:none; font-size:14px; font-weight:bold; color:#ff7e00; line-height:18px; }
.block-cart .block-content { padding:5px 20px 15px 19px;}
.block-cart .summary {}
.block-cart .amount { color:#C4BDB8; font-weight:normal; font-size:12px; margin:0 0 11px 10px;}
.block-cart .amount a{ color:#C4BDB8; font-weight:normal; font-size:12px; text-decoration:none;}
.block-cart .amount a:hover{ text-decoration:underline;}
.block-cart .price { font-size:14px; line-height:16px; color:#d91f25; font-weight:bold; padding:0 0 0 0;}
.block-cart .actions { padding:2px 6px 0 0;}
.block-cart .subtotal {
    background: #f1efed;
    color:#8E8782;
    padding:3px 7px 4px 10px; margin:0 0 8px 0; text-align:left;
}

.block-cart .block-subtitle { font-size:12px; line-height:13px; font-weight:normal; color:#C4BDB8; padding:27px 0 6px 10px;}
.block-cart .product-name { color:#C4BDB8; font-size:12px; line-height:14px; font-weight:normal; margin:0 0 13px 0;}
.block-cart .product-name a{ color:#C4BDB8; font-size:12px; line-height:14px; font-weight:normal; text-decoration:none; text-transform:none;}
.block-cart .product-name a:hover{ text-decoration:underline;}

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

/* Block: Related */
.block-related {}
.block-related .block-title strong { text-transform:none; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-71px; }
.block-related .product .product-details { margin-left:83px; }

.block-related .actions { text-align:right; padding:15px 0 20px 0;}
.block-related .actions a{ float:none; color:#665C49 !important; font-size:12px; line-height:14px; font-weight:normal; text-decoration:underline;}
.block-related .actions a:hover{ text-decoration:none;}

/* Block: Compare Products */
.block-compare {}
.block-compare .block-content li {font-size:12px; line-height:14px; color:#3b362e; padding:5px 0; }
.block-compare .block-content li a{ font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; padding:0 0; }
.block-compare .block-content li a:hover{ text-decoration:underline;}
.block-compare .block-content li .product-name { font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal; padding:5px 0; }
.block-compare .block-content li .product-name a{ font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal;}
.block-compare .block-content li .product-name a:hover{ text-decoration:underline;}
.block-compare .block-content li .remove_btn{ float:right;}
.block-compare .block-content .actions { padding:8px 0 0 0; font-size:12px; line-height:14px; color:#665C49;}
.block-compare .block-content .actions a{ font-size:12px; line-height:14px; color:#665C49;}
.block-compare .block-content .actions-2 { padding:17px 0 0 0; text-align:left;}

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .block-content li .product-name { font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal; padding:5px 0; }
.block-viewed .block-content li .product-name a{ font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal;}
.block-viewed .block-content li .product-name a:hover{ text-decoration:underline;}

/* Block: Recently Compared */
.block-compared {}
.block-compared .block-content li .product-name { font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal; padding:5px 0; }
.block-compared .block-content li .product-name a{ font-size:12px; line-height:14px; color:#3b362e; text-decoration:none; text-transform:none; font-weight:normal;}
.block-compared .block-content li .product-name a:hover{ text-decoration:underline;}

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

/* Block: Tags */
.block-tags ul.tags-list { font-size:13px; line-height:normal;}
.block-tags ul.tags-list,
.block-tags .tags-list li { display:inline;}

.block-tags ul.tags-list { font-size:13px; line-height:16px; color:#323232; margin:0 0 15px 0;}
.block-tags .tags-list li { display:inline; background:none; padding:0 2px 0 0; color:#C4BDB8; font-weight:normal;}
.block-tags .tags-list li a{color:#C4BDB8; font-weight:normal; text-decoration:underline;}
.block-tags .tags-list li a:hover{text-decoration:none;}
.block-tags .actions { padding:10px 0 0 0; color:#C4BDB8;}
.block-tags .actions a{ color:#C4BDB8;}

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

}


.block-subscribe .block {
    border: none;
}

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

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

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

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


/* Category Page ========================================================================= */
.category-title { margin:0 0 20px; }
.category-title h1 {  font-size: 28px;
    line-height: 39px;
    color: #3B362E;
    font-weight: bold}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }

.products-grid li.item { float:left; width:240px; margin:0 8px 20px 0; padding:0 0 28px 0; height: 355px; /*overflow: hidden;*/}
.products1-grid li.item { float:left; width 240px; margin: 0 8px  20px 70px; padding:0 50px 0 0; height: 355px; }

.products1-grid li.item{
    height: 290px;
    width: 271px;
    text-align: center;
    /*  border: 1px solid #DBDBDB;*/
    margin: 13px 10px!important;
    padding: 17px 16px;
    background-color: #fff;
    line-height: 24px;
    font-size: 17px;
    font-family: Roboto Slab;
    /* height: 98px; */
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    border-radius: 5px;

}


.products-grid li.item{
    height: 232px;
    width: 188px;
    text-align: center;
    /* border: 1px solid #DBDBDB;*/
    margin: 13px 10px!important;
    padding: 17px 16px;
    background-color: #fff;
    line-height: 24px;
    font-size: 17px;
    font-family: Roboto Slab;
    /* height: 98px; */
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    border-radius: 5px;

}



.category-products .products-grid li.item{
    height: auto;
    width: 188px;
    text-align: center;
    /*  border: 1px solid #DBDBDB;*/
    margin: 13px 10px!important;
    padding: 17px 16px;
    background-color: #fff;
    line-height: 24px;
    font-size: 17px;
    font-family: Roboto Slab;
    /* height: 98px; */
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 32px -9px rgba(0,0,0,.8);
    border-radius: 5px;
    position: relative;
}


.category-products .products-grid li.item .motivator{

    line-height: 17px;
    font-size: 13px;
    font-family: Roboto;
    font-weight: normal;
    margin: 7px 0;
}

.category-products .products-grid li.item .description a{

    line-height: 17px;
    font-size: 13px;
    font-family: Roboto;
    width: 188px;
    display: block;
    padding: 1px 0 7px 0;
    color: #3B362E!important;
    font-weight: bold;

}
.products-grid li.item .motivator {
    line-height: 17px;
    font-size: 13px;
    font-family: Roboto;
    font-weight: normal;
    margin: 7px 0;
}
.products-grid li.item .description a{
    line-height: 17px;
    font-size: 13px;
    font-family: Roboto;
    width: 168px;
    display: block;
    padding: 1px 0 7px 0;
    color: #3B362E!important;
    font-weight: bold;
}



.products-grid .product-image { display:block; width: 100%!important; height:170px; margin:0 0 5px; }
.products-grid .product-name {}
.products-grid .product-name a {}
.products-grid .price-box { padding:0 0 7px 0; text-align:center;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.products-grid .add-to-links .separator { display:inline; color:#665C49; padding:0 6px; }
.products-grid .add-to-links li { display:inline;}
.products-grid li button.button { margin:0 0 7px 0;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {}
.col1-layout .products-grid {}

/* View Type: List */
.products-list li.item { padding:0 0; margin-bottom:28px; }
.products-list li.item.last {}
.products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
.products-list .product-shop { margin-left:195px; }
.products-list .product-name {}
.products-list .product-name a {}
.products-list .price-box { float:none; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; font-size:12px; line-height:17px; color:#4d4338; }
.products-list .desc a{ color:#E26139; }
.products-list .desc .link-more {}
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.products-list .ratings { margin:0 0 25px 0;}
.products-list .ratings .rating-links a{ display:block;}
.products-list .ratings .rating-links .separator { display:none;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 14px 0; }
.rating_wrapper {
    overflow: hidden;


}
.ratings { font-size:11px; line-height:1.25; /*margin:7px 0;*/ overflow: hidden;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:10px 0 12px 0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:13px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; margin-bottom:5px; }
.rating-box .rating { height:13px;  }
.ratings .rating-box { margin-right:3px; }
.ratings .amount {display: block; margin: 5px 0;}

.rating-links a { color:#ff7e00;}
.rating-links a.add-review { font-size:11px; line-height:17px; color:#665C49;}

.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:normal; }
.availability.in-stock span {    display: none;}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only span,
.availability-only a { cursor:help; }
.availability-only a { background:url(i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

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

/* Email to a Friend */
.email-friend { margin:0 0 10px 0;}

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

/********** < Product Prices */
.price { white-space:nowrap !important; font-size:14px; line-height:16px; color:#d91f25; font-weight:bold;}

.price-box {}

.products-grid .price-box .price {   font-weight: bold;
    font-size: 31px;
    line-height: 28px; font-family: Roboto;}

.product-shop .price-box .price {   font-weight: bold;
    font-size: 31px;
    line-height: 44px; }


.product-shop .price-box-2 .price {   font-weight: bold;
    font-size: 31px;
}




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

/* Old price */
.old-price {color: #999999;
    font-size: 19px;
    margin: 0 15px;
    display: block;
}

.product-shop .old-price {
    color: #999999;
    font-size: 19px;
    margin: 0 10px 0 10px;
    display: inline;

}

.product-shop .price-box-2 .old-price {
    color: #999999;
    font-size: 19px;
    margin: 0;
    display: block;

}


.products-grid .old-price {
    color: #999999;
    position: relative;
    top: 3px;
    font-size: 19px;
    margin-top: -28px;
    padding: 2px 5px;
    display: block;
    background-color: rgba(255, 255, 255, 0.48);
}



.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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

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

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

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight: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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

/* Tier Prices */
.tier-prices { font-size:12px; color:#8E8782; padding:3px 5px 3px 11px; background:#e7e3e0; margin:0 0 15px 0;}
.tier-prices .price {
    color:#d91f25;
    font-size:12px;
    line-height:normal;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none; padding:0;
}

.tier-prices .benefit {
    color:#4d4338;
    font-size:12px;
    line-height:normal;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;}

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; line-height:24px; margin-top: 2px;}
.add-to-cart .qty { float:left; border:1px solid #7F7F7F; border-bottom:1px solid #D9D9D9; width:23px !important; margin:1px 0 0 0; padding:4px 2px 4px 2px !important;}
.add-to-cart .button { float:left; margin-left:15px; }
.add-to-cart .paypal-logo { padding:10px 0 0 0; clear:left; }

/* Add to Links + Add to Cart */

.add-to-box { padding:0 0 22px 0;}
.add-to-box .add-to-cart { float:left; padding:10px 0 0 0; }
.add-to-box .or { padding:14px 0 0 0; float:left; margin:0 18px; font-weight:bold; color#4d4338; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.add-to-box .add-to-links { float:left; margin:3px 0 0 0; }

.sku-wrapper {
    margin: 5px 0;
    color: #9B9B9B;
}

.product-view  .bg

{background-color: #fff; box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);}


.col-main .bg

{background-color: #fff; box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);}




.product-essential {  background-color: #fff;  box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);}

.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box {
    /*  float:left; width:257px; */
    margin: 30px 0 0 0;


}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {text-align:left; text-decoration:underline; color:#4d4338; font-size:12px; line-height:normal; padding:12px 0 15px 0; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:11px; height:22px; background:url(magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:0; }
.product-view .product-img-box .more-views ul { margin-left:0 }
.product-view .product-img-box .more-views li { float:left; margin:0 20px 5px 0 ; }
.product-view .product-img-box .more-views li a img{ border:1px solid #e7e3e0;}


.more-views { padding:15px 0 0 0; color:#4d4338; font-size:12px; line-height:17px; font-family:Arial, Helvetica, sans-serif;}
.more-views h2{ color:#4d4338; font-size:12px; line-height:normal; font-weight:bold; margin:0 0 17px 0;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:412px;   position: relative;}
.price-box-2 {float: left;
    margin: 0 12px 0px 0;}
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description { padding:8px 0 0 0; color:#4d4338; font-size:12px; line-height:17px; font-family:Arial, Helvetica, sans-serif;}
.product-view .short-description  h2{ color:#4d4338; font-size:12px; line-height:normal; font-weight:bold; margin:0 0 10px 0;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border: 1px solid #e7e3e0; background:#f7f5f1; }

.product-options dt label, .product-options label, .product-options select{ color:#3b362e; }
.product-options dt label, .product-options label {font-weight: bold;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0;   background-color: #F7F5F1;}
.product-options-bottom .price-box { padding:5px 0 0 0;}

.product-collateral .data-table { margin-top:1px; width:95%; margin-left:1px; margin-bottom:20px;}
.product-collateral .data-table th { padding:11px 5px 11px 10px; border:1px solid #e7e3e0;/* color:#ff7e00; */ font-weight:bold; white-space:nowrap; }
.product-collateral .data-table td { padding:11px 5px 11px 18px; border:1px solid #e7e3e0; color:#4d4338; line-height:normal; }

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

/* Block: Description */
.product-view .box-description { padding:25px 0 0 0;}
.product-view .box-description .inside-binder{ padding:30px 31px 16px 31px;}
.product-view .box-description h2{
    /* color: #E26139; */
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

/* Block: Additional */
.product-view .box-additional { padding:25px 0 0 0;}
.product-view .box-additional .inside-binder{ padding:30px 31px 16px 31px;}
.product-view .box-additional h2{
    /* color: #E26139; */
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell { padding:25px 0 0 0;}
.product-view .box-up-sell .inside-binder{ padding:30px 31px 16px 31px;}
.product-view .box-up-sell h2{
    color:#E26139;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    text-decoration:none;
    margin:0 0 8px 0;
    text-transform:uppercase;
}
.product-view .box-up-sell .products-grid td { width:33%; text-align:center; padding:0 10px 0 0; }
.product-view .box-up-sell .products-grid td .price-box{ float:none; text-align:center; }

.product-view .box-up-sell .product-image {
    display:block;
    height:150px;
    margin:0 auto 10px;
    width:150px;
}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags { padding:25px 0 0 0;}
.product-view .box-tags .inside-binder{ padding:30px 31px 16px 31px;}
.product-view .box-tags h2{
    color:#E26139;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    text-decoration:none;
    margin:0 0 8px 0;
    text-transform:uppercase;
}
.product-view .box-tags h3{ color:#4d4338; font-weight:normal; font-size:12px; line-height:18px; padding:0 0 8px 0;}

.product-view .box-tags .form-add { width:100%; overflow:hidden; margin:0 0 10px 0;}
.product-view .box-tags .form-add label { display:block; color:#4d4338; font-size:12px; line-height:16px; font-weight:normal; padding:0 0 5px 0;}
.product-view .box-tags .form-add .input-box { float:left; width:590px; margin:0 0 0 0; }
.product-view .box-tags .form-add button.button { float:left; }
.product-view .box-tags .form-add p { clear:both; color:#4d4338; font-size:112px; line-height:normal; padding-top:8px; }

/* Product Tags */
ul.tags-list { font-size:12px; line-height:16px; color:#4d4338; margin:0 0 20px 0;}
.tags-list li { display:inline; background:url(devider_tags.gif) right 4px no-repeat; padding:0 14px 0 14px; color:#4d4338; font-weight:normal;}
.tags-list li.first { padding-left:0;}
.tags-list li.last { background:none;}
.tags-list li a{ font-weight:normal; color:#4d4338; padding-right:4px;}


ul.product-tags { font-size:12px; line-height:16px; color:#4d4338; margin:0 0 20px 0;}
.product-tags li { display:inline; background:url(devider_tags.gif) right 4px no-repeat; padding:0 14px 0 14px; color:#4d4338; font-weight:normal;}
.product-tags li.first { padding-left:0;}
.product-tags li.last { background:none;}
.product-tags li a{ font-weight:normal; color:#4d4338; padding-right:4px;}

#productTagName { width:570px; border:1px solid #e7e3e0; margin-left:0; padding:4px;}

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}
.product-view .box-reviews dd,.product-view .box-reviews dl { padding:5px 0 5px 0;}

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


/* Content Styles ================================================================= */
.product-name {
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto;
    line-height: 18px;
    color: #3B362E;
    text-transform: uppercase;
    margin: 0 0 8px 0;

}
.product-name h1{ font-size:21px; font-weight:bold; line-height:34px; color:#3b362e; text-decoration:none;}
.product-name a{
    font-size: 13px;
    /* font-weight: bold;*/
    line-height: 18px;
    /* text-align: center; */
    color: #222222;
    text-decoration: none;
}
.product-name a:hover{ color:#d91f25; text-decoration:none;}

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

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

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

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

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


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

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

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

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

.cart .cart-collaterals .col2-set .col-1 { float:left; width:42%; }
.cart .cart-collaterals .col2-set .col-2 { float:right; width:55%; }

.cart .crosssell { border:1px solid #F1EFED; padding:15px 16px 15px 13px;}
.cart .crosssell li.item{ border-bottom:1px solid #e7e3e0; padding:0 0 20px 0; margin:0 0 20px 0;}
.cart .crosssell li.item.last{ border-bottom:none !important; padding:0; margin:0;}

.cart .crosssell h2 {color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; font-weight:bold; margin:0 0 10px 5px;}
.cart .crosssell h3.product-name{ color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:normal; text-transform:none; margin:0 0 10px 0;}
.cart .crosssell h3.product-name a{ color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:normal; text-decoration:none;}
.cart .crosssell h3.product-name a:hover{text-decoration:underline;}
.cart .crosssell .product-image { float:left; width:120px; height:120px;}
.cart .crosssell .product-details { margin-left:134px; }
.cart .crosssell .price-box .price { color:#d91f25; font-size:12px; line-height:24px;}
.cart .crosssell button.button { margin:0 0 7px 0;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {border:1px solid #F1EFED; padding:15px 10px 22px 21px; margin:0 0 5px 0;}

.cart .discount h2{ color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:bold; margin:0 0 10px 0;}
.cart .discount label{ color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:24px;}
.cart .discount .input-text { border:1px solid #DFE2E2; width:152px; padding:4px; margin:0 9px 0 0;}

.cart .discount .discount-form { overflow:hidden;}
.cart .discount .input-box { float:left;}
.cart .discount .buttons-set { float:left; clear:none; margin:0; padding:0; border:none;}

.cart .shipping { margin:0 0 0 0;}

.cart .shipping h2{  color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:bold; margin:0 0 10px 0;}
.cart .shipping p{ color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:24px; margin:0 0 7px 0;}
.cart .shipping .buttons-set { padding:5px 0 0 0; margin:0; border:none;}
.cart .shipping .buttons-set button.button {float:left; margin:0 0 0 0;}
.cart .shipping .form-list li { padding:0 0 5px 0;}
.cart .shipping .form-list label {color:#4d4338; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:24px; font-weight:bold;}
.cart .shipping .form-list select { color:#4d4338; font-size:11px; border:1px solid #DFE2E2; width:240px; padding:1px 1px 1px 6px; margin:0 0 0 0;}
.cart .shipping .form-list input { color:#4d4338; font-size:11px; border:1px solid #DFE2E2; width:230px; padding:1px 1px 1px 6px; margin:0 0 0 0;}

.wrong-coupon {
    border: 1px solid red !important;
}

/* Shopping Cart Totals */
.cart .totals { margin:0px 19px 0 0;}
.cart .totals { float:right; width:268px; padding:25px 5px 12px 5px; margin-left:3px; background:#f1efed;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px 5px; }
.cart .totals table td { padding:0 36px 5px 5px; }
.cart .totals table th { font-size:12px; line-height:26px; color:#4d4338; font-weight:bold; text-align:left !important; padding-left:38px; }
.cart .totals table tfoot th {}

.cart .totals .price { color:#d91f25; font-size:21px; line-height:24px; font-weight:normal;}
.cart .totals .checkout-types { padding:10px 0 0 0; float:none;}
.cart .totals .checkout-types li{ text-align:center; padding:0 0 9px 0;}
.cart .totals .checkout-types li a{ font-size:12px; line-height:14px; color:#4d4338;}
.cart .totals .site-button {
    font-size: 16px;
}
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width: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; }

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

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

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

.gift-message-link { display:block; background:url(bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

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

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

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

/* One Page Checkout */
.sidebar .block-progress dl { border:1px solid #e7e3e0; border-top:none;}

.sidebar .block-progress { font-size:11px; line-height:14px; color:#4d4338; background:none;}
.sidebar .block-progress .block-title { background:none;}
.sidebar .block-progress .block-title strong { border:none; color:#4d4338; font-size:12px; font-weight:bold; text-transform:none; margin-bottom:15px;}
.sidebar .block-progress .block-content { border:none;}
.sidebar .blocks-wrapper img {

    max-width: 100%;
    height: 100%;
    padding: 5px 0;

}
.sidebar .block-progress dt { font-weight:bold; border-top:1px solid #e7e3e0; padding:10px 10px 7px 18px; font-size:12px; line-height:normal; color:#4d4338;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { padding:10px 10px 7px 18px;}
.sidebar .block-progress dt.complete { background:#F1EFED;}

.checkout-onepage-index .page-title { display:none;}
.checkout-onepage-index .main { padding:21px 0 0 0;}
.checkout-onepage-index .inside-binder {padding:28px 15px 25px 30px;}

.opc { border-bottom:1px solid #e7e3e0; position:relative;}
.opc li.section { border:1px solid #e7e3e0; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title {background:#F1EFED; padding:8px 0 8px 20px; text-align:right;}
.opc .step-title .number { float:left; font-size:12px; line-height:16px; padding:0 5px; margin-right:10px; background:#FFFFFF; border:1px solid #e7e3e0; color:#4d4338; font-weight:bold; }
.opc .step-title h2 { float:left; color:#4d4338; font-size:12px; line-height:18px; font-weight:bold; padding:0; margin:0; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background:#FFFFFF; cursor:default; }
.opc .active .step-title .number { float:left; font-size:12px; line-height:16px; padding:0 6px; margin-right:10px; border:none; background:#F4F4F4; color:#4d4338; font-weight:bold; }
.opc .active .step-title h2 {color:#4d4338; }
.opc .active .step { background:#FFFFFF; border-top:1px solid #e7e3e0; padding:20px 31px 20px 20px; position:relative; }

/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #e7e3e0; padding:5px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Billing Information */
#billing:use_for_shipping_no{ margin:0 46px 0 0;}
#co-billing-form input { font-size:11px; color:#4d4338; border:1px solid #DFE2E2; padding:1px;}
.radio { border:0 !important;}
#co-billing-form select { font-size:11px; color:#4d4338; border:1px solid #DFE2E2; padding:1px;}
#co-billing-form label { font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; color:#4d4338; font-weight:normal;}


#co-shipping-form input { font-size:11px; color:#4d4338; border:1px solid #DFE2E2; padding:1px;}
#co-shipping-form select { font-size:11px; color:#4d4338; border:1px solid #DFE2E2; padding:1px;}
#co-shipping-form label { font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; color:#4d4338; font-weight:normal;}

.customer-account-create #form-validate h3 { margin:0 0 15px 0;}
#form-validate input { border:1px solid #DFE2E2; padding:1px;}
#form-validate select { font-size:11px; color:#4d4338; border:1px solid #DFE2E2; padding:1px;}
#form-validate label { font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal; color:#4d4338; font-weight:normal;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


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

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


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.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:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

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

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

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

.order-info-box {}

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

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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


/* Footer ================================================================================ */
.footer {
    border-top:6px solid #e2e1e3;
    border-bottom:1px solid #e2e1e3;
    margin-bottom:1px;
    background:#ffffff;
    margin-top: 20px;
}

.footer .block-subscribe { background:none; width:323px; margin:0; padding:0; float:left;}
.footer .block-subscribe .block-title{ padding:0; background:none; padding:0;}
.footer .block-subscribe .block-title strong{ display:block; padding:0 0 10px 0; border:none; font-size:18px; color:#ff7e00; text-transform:none;}



.footer .block-subscribe .block-content { border:none; padding:0; padding-bottom:18px;}
.footer .block-subscribe .block-content label{ font-size:12px; line-height:28px; color:#665C49;}
.footer .block-subscribe .block-content .input-box { padding:0 0 11px 0;}
.footer .block-subscribe .block-content button.button{}

.footer .block-subscribe .block-content .bg-newsletter-left { background:url(bg_search_left.gif) 0 0 no-repeat; width:271px !important;}
.footer .block-subscribe .block-content .bg-newsletter-right { background:url(bg_search_right.gif) right 0 no-repeat; width:100%;}
.footer .block-subscribe .block-content .bg-newsletter-indent { padding:0 10px 0 10px;}
.footer .block-subscribe .block-content .bg-newsletter { background:url(bg_search.gif) 0 0 repeat-x; padding:2px 0 5px 0; width:100%;  text-align:left;}
.footer .block-subscribe .block-content input { background:0 !important; border:0 !important; text-align:left !important; width:95%; margin:0 0 0 0; padding:2px 0 1px 0; font-size:12px; line-height:14px;}

.footer .row-footer { width:100%; overflow:hidden; margin:0 0 25px 0;}
.footer .row-footer .block-footer-links { float:left;}
.footer .row-footer .block-footer-links h2{ font-size:18px !important; line-height:22px !important; color:#333333 !important; font-weight:bold !important; margin:0 0 14px 0 !important;}
.footer .row-footer .block-footer-links ul { text-align:left; margin:0 0 0 0;}
.footer .row-footer .block-footer-links ul li{
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 17px 0px;
    position: relative;

}
.footer .row-footer .block-footer-links ul li.last {padding-right:0;}
.footer .row-footer .block-footer-links ul li a{color:#222222; text-decoration:underline;}
.footer .row-footer .block-footer-links ul li a:hover{text-decoration:none;}

.footer .row-footer .block-footer-links {
    width: 237px;
    padding-left: 10px;
    overflow: hidden;
}

/*.footer-bg { border-top:6px solid #e2e1e3; border-bottom:1px solid #e2e1e3; margin-bottom:1px; background:#ffffff; height:58px;}*/

.bg-footer {width:100%; overflow:hidden; background:#FFFFFF;}

.footer .store-switcher { text-align:center; margin:0 auto; padding:10px 0 0 0;}
.indent-footer { padding:20px 0 0 0; margin:0 0 0 0;    }
.footer .small-menu {padding:0 0 0 0; text-align:center; margin:0 0 0 0;}
.footer p { text-align:center; font-size:12px; line-height:14px; color:#616161; }
.footer address { text-align:right; }
.footer .row-footer-2 { text-align:center; padding:12px 0 0 0;}
.footer .row-footer-2 ul { display:inline; padding:0 0 0 0; margin:0 0 0 0; }
.footer .row-footer-2 ul li{ text-align:center; font-size:12px; line-height:14px; display:inline; color:#908878; padding:0 9px 0 9px; background:url(devider_footer.gif) right 3px no-repeat;}
.footer .row-footer-2 ul li.last{ padding:0 9px 0 8px;}
.footer .row-footer-2 ul li a{color:#222222; text-decoration:none;}
.footer .row-footer-2 ul li a:hover{text-decoration:underline;}
.footer .row-footer-2 ul.links li.last{ background:none;}

.footer .top-links { padding:6px 0 0 0;}
.footer .top-links ul {padding:0 20px 0 0; }
.footer .top-links  ul li{ display:inline; color:#222222;}
.footer .top-links  ul li a{color:#908878; text-decoration:none;}
.footer .top-links  ul li a:hover{text-decoration:underline;}
.footer label { font-size:10px;}
/* ======================================================================================= */

/* Custom ================================================================================ */

.inside-binder { padding:15px 15px 25px 30px; border: 1px solid #e7e3e0; border-radius: 4px; /* background-color: #fff;*/}

/**/
.catalog-category-view .inside-binder { padding:0 0 0 0; border: none;}

.catalog-category-view .inside-binder .inside-binder { /*padding:15px 15px 10px 30px; border: 1px solid #e7e3e0;*/}
/**/

/**/

.catalog-product-view .inside-binder { padding:0 0 0 0; border: none;}

.catalog-product-view .inside-binder .inside-binder { padding:15px 15px 10px 30px; border: 1px solid #e7e3e0;}
/**/
/*#popular-products .products-grid li {   position: relative; height: 403px; width: 219px; margin-right: 10px!important;}*/
#popular-products .inside-binder {padding: 15px 15px 10px 30px; border: medium none;}

#popular-products .products-grid li {
    position: relative;
    height: 525px;
    width: 219px;
    margin-right: 10px!important;
    padding-bottom: 36px;
}






.review-product-list .inside-binder { padding:0 0 0 0;}

.review-product-list .inside-binder .inside-binder { padding:30px 15px 25px 30px;}
/**/

/**/

.catalogsearch-result-index .inside-binder { padding:0 0 0 0;}


.catalogsearch-result-index .inside-binder .inside-binder { padding:30px 15px 25px 30px;}
/**/


/**/

.tag-product-list .inside-binder { padding:0 0 0 0;}

.tag-product-list .inside-binder .inside-binder { padding:30px 15px 25px 30px;}
/**/

.cms-page-view strong{ color:#ff7e00 !important;}

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

/* Fixes ================================================================================ */

body { min-width:980px;}
body.page-print { min-width:80% !important; padding:0;}
body.page-empty { min-width:80% !important; padding:0;}
body.page-popup { min-width:80% !important; padding:0;}

body.page-print > div,
body.page-empty > div,
body.page-popup > div{ padding:20px;}

.page-popup .product-image{display:block; margin-bottom:10px;}
.page-popup .price-box{margin:10px 0;}
.page-popup .add-to-links{padding:15px 0;}
.page-popup .buttons-set{padding-top:25px!important;}

a:hover img   {position:relative;}

.product-view .product-img-box .product-image { text-align:center;}
.product-view .product-img-box > a {
    display: block;
    /* width: 240px;
     height: 240px;*/
    text-align: center;
    line-height: 240px;
}
.product-view .product-img-box > a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.product-image-popup { margin:0 auto; text-align:center; }

/**/
.border-cart { border-right:1px solid #F1EFED; margin-bottom:7px;}
.border-cart .data-table { margin-bottom:0 !important;}
.border-cart .data-table th.last{ border-right:none;}
.border-cart .data-table td.last{ border-right:none;}
/**/

td.cart-buttons { padding:8px 8px 7px 10px !important;}
td.cart-buttons .btn-continue{ float:left;}

.buttons-set button.button { float:right; margin-left:5px; }

.my-wishlist textarea { width:90%;}

.box-reviews ul.form-list { padding:20px 0 0 0;}
.box-reviews ul.form-list .input-box{ width:99%;}
.box-reviews ul.form-list .input-box input{ width:99%;}
.box-reviews ul.form-list .input-box textarea{ width:99%;}

.gift-messages-form { padding:15px;}
.gift-messages-form .input-box { width:90% !important;}
.gift-messages-form textarea { width:90% !important;}

.my-account .data-table { margin-bottom:10px;}
.multiple-checkout .grand-total big { display:block; padding:5px 0 7px 0;}
.std p { padding:0 0 10px 0;}
.product-image-popup .nav { padding:7px 0 7px 0; }

.advanced-search-summary{padding:15px 0;}

.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin-bottom:10px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

.clear-block { clear:both;}
/* ======================================================================================= */


/* Custom ================================================================================ */
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
    position: relative;
    overflow: hidden;
    margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
    margin: 0;
    padding: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none !important;
}
.stripViewer ul li {
    float:left;
}
.stripTransmitter {
    overflow: hidden;
    margin:-46px 0 0 27px;
    width:500px !important;
    position:relative;
}
.stripTransmitter ul {
    margin:0;
    padding: 0;
    position: relative;
    list-style-type: none !important;
}
.stripTransmitter ul li{
    width: 20px;
    float:left;
    margin: 0 11px 1px 0;
}
.stripTransmitter a{
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 22px;
    width:20px !important;
    height:20px !important;
    background:url(slider_btn.png) 0 0 no-repeat;
    color: #fff;
    text-decoration: none;
    display: block;
}
.stripTransmitter a:hover, a.current{
    background:url(slider_btn_hover.png) 0 0 no-repeat;
    color: #ff0000;
}

/*tooltips formatting*/
#tooltip {
    background: #fff;
    color: #000;
    opacity: 0.85;
    border: 5px solid #dedede;
}
#tooltip h3 {
    font: normal 10px Verdana;
    margin: 0;
    padding: 6px 2px;
    border: 0;
}



.banner-block { width:100%; overflow:hidden; position:relative; margin:1px 0 0px 0;}
.banner-center { float:left; margin:0 1px 0 0;}
.banner-center-2 { float:left; margin:0 1px 0 0;}
.banner-center-3 { float:left; margin:0 0 0 0;}

.cms-home .border-left { background:none;}
.cms-home .border-right { background:none;}
.cms-home .border-top { background:none;}
.cms-home .border-bot { background:none;}
.cms-home .left-top { background:none;}
.cms-home .right-top { background:none;}
.cms-home .left-bot { background:none;}
.cms-home .right-bot { background:none; width:100%;}
.cms-home .inside-binder { padding:0 0 0 0; border: none;}


.categor-banners { width:100%; overflow:hidden; /*margin-bottom:11px;*/}
.categor-banners .b1{ float:left; margin:0 3px 0 0;}
.categor-banners .b2{ float:left; margin:0 3px 0 0;}
.categor-banners .b3{ float:left; margin:0 3px 0 0;}
.categor-banners .b4{ float:left; margin:0 0 0 0;}

.categor-banners-2 { width:100%; overflow:hidden; /*margin:0 0 25px 0;*/}
.categor-banners-2 .b5{ float:left; margin:0 3px 0 0;}
.categor-banners-2 .b6{ float:left; margin:0 3px 0 0;}
.categor-banners-2 .b7{ float:left; margin:0 3px 0 0;}
.categor-banners-2 .b8{ float:left; margin:0 0 0 0;}


/* The Nivo Slider styles */
#nivoslider {
    position:relative;
    height:401px;
    width: 643px;
    border: 1px solid #e7e3e0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
}
#nivoslider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
#nivoslider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:99;
    cursor:pointer;
    background:#000; padding:10px 15px 10px 15px;
    color:#FFF;
    text-decoration:none;
}
.nivo-directionNav a:hover { background:#FFF; color:#000; text-decoration:none;}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {}
.nivo-controlNav {
    position:absolute;
    left: 18px;
    bottom: 14px; z-index:99991;}
.nivo-controlNav a{
    float: left;
    display: block;
    position: relative;
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 22px;
    width: 17px !important;
    height: 17px !important;
    background: #FFFFFF;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-indent: -999em;
    margin: 0 11px 0 0;
    z-index: 9999;
    cursor: pointer;
}
.nivo-controlNav a:hover, .nivo-controlNav a.hover, .nivo-controlNav a.active {
    background: #034BB1;
    color: #ff0000;
}


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


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
/* add product notification */
#add_product_notification {
    background: #F7F5F1;
    color: #3b362e;
    font-weight: normal;
    padding: 15px 4px;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
    border: 1px solid #E3DEDA;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px ;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#own_preloader {
    z-index:1000;
    text-align: center;
    vertical-align: middel;
    width:430px;
    /*  height:60px; */
}

#add_product_notification > a {
    margin-right: 5px;
}


#add_product_notification > h3 {
    margin: 0px 14px 18px 14px;
}

#add_product_notification > a {
    border-radius: 12px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #f7f5f1;
    padding: 5px 19px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;}
#add_product_notification > a.buy_button {background: #d91f25;}
#add_product_notification > a.closeCartMsg {background:  #807D7D;}
#shadowbox_loading a {color: #666;}
.disabled {opacity: 0.7; cursor: text!important;}

.variants label {display: block; font-weight: bold;   font-size: 18px;}
.variants select {width: 100%; margin: 10px 0;  font-size: 18px;}
.gallery {
    min-height: 177px;

}

.gallery a {display: inline; float: left; /*width: 50px; height: 50px; */margin: 10px 10px 5px 0;}

.gallery a.fancybox {
    cursor: pointer;
}



/* Blog */
.news-block {
    float: left;
    width: 740px;
}
.news-prev {
    overflow: hidden;
}
.news-prev > div {
    float: left;
}

.news-prev > div:first-child {
    width: 160px;
    height: 160px;
    margin-right: 5px;

}
.news-prev > div:first-child img {
    max-width: 100%;

}
.news-prev-text {
    width: 520px;
}
#comments_link {cursor:pointer;}
.note, .comment-details {font-size:85%;}
.article {margin-bottom:40px; width: 740px; float: left;}
.pagination {
    /* font-weight: bold; */
    text-align: center;
    font-size: 23px;
}
.pagination_page {padding:0 0.4em;}

.current_page {
    background-color: #D91F25;
    color: #fff;
    padding: 0 8px;
    border-radius: 22px;
}
#comments, #comment_form {margin-top:20px; overflow: hidden;}
ul.comments {list-style-type:none; margin:0;}
ul.comments li {margin-bottom:20px;}
#comment_form dd {margin:2px 0 5px 0;}
#comment_form input {width:200px;}
#comment_form textarea {overflow:auto; width:270px;}
#author_fields, #comment_fields {display:block; float:left; margin-right:15px; width: 200px;}
#moderation_warning {margin-top:42px;}
.error {color:red !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; }
.small {font-size:85%;}
#captcha_challenge {
    margin: 10px 0;
}

#captcha {
    margin-bottom: 5px;
}

#review_captcha_solution, #comment_captcha_solution {
    margin-bottom: 10px;
}

#search_mini_form {


}

.home-title {
    /* text-transform: uppercase; */
    padding: 27px 0;
    font-size: 28px;
    text-align: center;
    line-height: 24px;
    font-weight: lighter;

}

.reasons-to-buy {
    float: right;

}

.reasons-to-buy .icon {
    width: 133px;
    border: 1px solid #DBDBDB;
    margin: 0 0 17px 0;
    padding: 20px 30px 28px 140px;
    line-height: 24px;
    font-size: 17px;
    font-family: Roboto Slab;
    /* height: 98px; */
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    border-radius: 5px;
}


.reasons-to-buy .picture-01 {

    background: url(https://static-internal.insales.ru/files/1/1347/4187459/original/icon-02.jpg) 13px 20px #fff no-repeat;
}

.reasons-to-buy  .picture-02 {

    background: url(https://static-internal.insales.ru/files/1/1333/4187445/original/icon-01.jpg) 18px 21px #fff no-repeat;

}

.reasons-to-buy .picture-03 {
    background: url(https://static-internal.insales.ru/files/1/1335/4187447/original/icon-03.jpg) 15px 14px #fff no-repeat;
    padding: 35px 30px 39px 140px;
    margin: 0;
}

.customer-reviews {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    width: 127px;
    border: 1px solid #DBDBDB;
    height: 455px;
    margin: 0 3px 20px;
    vertical-align: top;
    font-size: 13px;
    padding: 11px;
    display: inline-block;
    text-align: center;
}

.customer-reviews img {
    margin: 9px auto;
    display: block;
}
.customer-reviews strong {
    margin: 0 auto;
    display: block;
}


.product-image {
    display: block;
    /* width: 190px;*/
    height: 243px;
    margin: 0 auto;
}


.home .vopros {
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

.home .prichina {
    width: 306px;
    display: inline-block;
    margin: 0 11px 2px 0px;
    vertical-align: top;
}

.home .prichina h3 {
    font-size: 22px;
    line-height: 133%;
    background: url(https://static-eu.insales.ru/files/1/276/1573140/original/star.png) 0px 0px no-repeat;
    padding: 0px 0px 7px 44px;
}



.home .prichina p {
    padding: 0px 0px 7px 44px;
}

.home .telefon  {
    text-align: center;
    font-size: 18px;
}

.home h2  {
    text-align: center;

}

.home .govoryt  {



}



.home .button {
    background: #D91F25;
    width: auto;
    border: 0;
    padding: 5px 40px;
    margin: 7px auto;
    text-decoration: none;
    cursor: pointer;
    line-height: 181%;
    width: 233px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #ac0006;
    text-align: center;
    font-family: Roboto Slab;
    white-space: nowrap;
    font-size: 20px;
    display: block;
    color: #fff;
}

.footblock {
    display: block;
    float: left;
    text-align: center;
    width: 196px;

    border-radius: 5px;
    padding: 20px;
    background-color: #D91F25;
}


.footblock h3 {
    color: #fff;
    line-height: 36px;
    font-size: 20px;

}


.footblock span {

}

.footblock strong {
    line-height: 197%;
    font-size: 21px;
    font-weight: normal;
}

.footblock p {
    color: #fff;


    line-height: 140%;
    font-size: 15px;
}







.sort-by {
    float: right;
    margin-right: 45px;
}
.sort-by > label {
    margin-right: 10px;
}
.sort-by > a {
    margin-right: 10px;
}

.products-grid .label {
    top: 79px;
    left: 13px;
    position: absolute;

}


.product-shop .label  {
    z-index: 2;
    top: 0px;
    left: -123px;
    position: absolute;
}



.products-grid .label  .in-stock {
    background-color: #003EA5;
    color: #fff;
    height: 27px;
    padding: 10px 0px;
    line-height: 11px;
    opacity: 0.8;
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
    font-family: Roboto;
    width: 47px;
    border-radius: 62px;
    display: none;
}


.products-grid .label .skidka {

    background-color: #D91F25;
    color: #fff;
    height: 14px;
    /* background: url(https://static-internal.insales.ru/files/1/6828/2316972/original/hy-shar.png) -5px -1px;*/
    padding: 28px 0px 12px 0px;
    line-height: 11px;
    /* opacity: 0.8; */
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    text-shadow: -1px 2px 0px rgba(75, 13, 6, 0.47);
    height: 31px;
    margin-bottom: 10px;
    font-family: Roboto;
    width: 73px;
    border-radius: 62px;
}



.product-shop .label .skidka {

    background-color: #D91F25;
    color: #fff;
    height: 22px;
    padding: 39px 11px;
    line-height: 20px;
    text-align: center;
    font-size: 35px;
    margin-bottom: 12px;
    opacity: 0.8;
    width: 78px;
    border-radius: 69px;

}






.product-shop .label .in-stock {

    background-color: #003EA5;
    color: #fff;
    height: 42px;
    padding: 29px 19px;
    line-height: 20px;
    text-align: center;
    opacity: 0.8;
    font-size: 16px;
    width: 62px;
    border-radius: 62px;
    display: none;
}

#page_sort-fake {
    margin: 0 0 0 9px;
}


.prichin {
    margin: 20px 32px 0 0;
    background-color: #F2F7FF;
    padding: 20px 20px 9px 20px;
    /* border: 1px solid #DADADA; */
}

.prichin h3 {
    font-size: 17px;
    margin: 0 0 16px 0;

}

.prichin ul li span {
    font-size:15px;

    color: #3364B7;
    padding: 3px 9px;
    /* font-weight: bold; */
    border-radius: 15px;
    border: 2px solid #3364B7;
    /* background-color: #3364B7; */
    margin: 0 6px 0 0;
}


.prichin ul {

}

.prichin li {
    margin: 15px 0;


}

.motivator {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 5px 0;

}


/*Обратный звонок/замер */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}



.modal.in .modal-dialog {
    /*   -webkit-transform: translate3d(0,0,0);
       -o-transform: translate3d(0,0,0);
       transform: translate3d(0,0,0);*/
}


.modal.fade .modal-dialog {
    /* -webkit-transition: -webkit-transform .3s ease-out;
     -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -webkit-transform: translate3d(0,-25%,0);
     -o-transform: translate3d(0,-25%,0);
     transform: translate3d(0,-25%,0);*/
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .6;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 21px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 21px;
}


.modal-body {
    position: relative;
    padding: 15px;
}


.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 513px;
    margin: 0 25px 15px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}


.modal-dialog {
    width: 600px;
    margin: 10% auto;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}


.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.callback {
    position: relative;
}


.zakazat-zamer {
    background-image: url('https://static-internal.insales.ru/files/1/1332/4187444/original/callback-icon.png');
    background-repeat: no-repeat;
    background-position: 12px 3px;
    background-color: #E0E0E0;
    position: relative;
    overflow: visible;
    width: 307px;
    border: 1px solid #BBBBBB;
    font-weight: bold;
    text-decoration: none;
    margin: 16px auto 0px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #BBBBBB;
    padding: 14px 26px 15px 70px;
    font-family: Roboto Slab;
    font-size: 21px;
    color: #3C3C3C;
}

.zakazat-zamer:hover {
    background-color: #D91F25;
    border: 1px solid #ac0006;
    box-shadow: 0px 4px 0px #ac0006;
    color: #fff;
}


/*.zakazat-zamer:after {
    content: "\2192";
    margin: 0 0 0 12px;
    position: absolute;
    font-size: 28px;
}*/

.modal-footer span {
    float: left;
    text-align: left;
    width: 375px;
    font-weight: normal;
    color: #6D6D6D;
    margin: 0 0 0 15px;

}
#svetlyy, #seryy, #korichnevyy, #temnyy
{
    height: 38px;
    width: 38px;
    float:left;
    border: 2px solid white;
    margin-bottom: 20px;
    margin-right: 8px;
    border-radius: 5px;
}

#svetlyy span, #seryy span, #korichnevyy span, #temnyy span
{
    display:none;
}
#svetlyy:hover, #seryy:hover, #korichnevyy:hover, #temnyy:hover
{
    border: 2px solid red;
    margin-bottom: 20px;
    display: block;
    height: 38px;
    position: relative;
}





ul li #svetlyy:hover::after, ul li #seryy:hover::after, ul li #korichnevyy:hover::after, ul li #temnyy:hover::after
{
    content: attr(data-title);
    position: absolute;
    left: -5%; top: 110%;
    z-index: 1;
    background: rgba(255,255,230,0.8);
    padding: 3px 7px;
    border: 1px solid #ccc;
    font-size: 11px;
}
#svetlyy
{
    background-image: url('svetlyy.jpg');
    background-repeat: no-repeat;
}
#seryy
{
    background-image: url('seryy.jpg');
    background-repeat: no-repeat;
}
#korichnevyy
{
    background-image: url('korichnevyy.jpg');
    background-repeat: no-repeat;
}
#temnyy
{
    background-image: url('temnyy.jpg');
    background-repeat: no-repeat;
}
.property span #svetlyy, .property span #seryy, .property span #korichnevyy, .property span #temnyy
{
    border: 2px solid red;
}
.odd ul, ol {
    min-height: 45px;
}


.products_count {
    font-size: 11px;
}


/* Объявление в шапке */


.obyavlenie  {
    text-align: center;
    font-size: 16px;
    background: #DBE9F9;
    color: #D91F25;
    line-height: 40px;
    z-index: 10;
}



/* Объявление в шапке конец */



/* Вывод лого */
.catalog__logo  {
  	zoom: 0.8;
	position: absolute;
    right: 14px;
    border: 1px solid #ECECEC;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
}

.logo-big {
    right: 14px;
    border-radius: 3px;
    padding: 2px;
    text-align: center;
    margin-top: -23px;
    margin-bottom: 30px;
}
.logo-big img {max-width: 150px;}

/* Вывод иконок с характеристиками */
.characteristics-product {
    padding: 10px 0 5px;
}

.characteristics-product > div {
    display: inline-block;
    position: relative;
    height: 34px;
    width: 34px;
}

.characteristics-product-description {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 4px solid #d91f25;
    box-shadow: 2px 5px 17px rgba(0,0,0,0.4);
    border-radius: 3px;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px;
    position: absolute;
    right: -68px;
    bottom: 41px;
    width: 150px;
    white-space: pre-wrap;
    z-index: 2;
}

.characteristics-product-description:before {
    border-color:  #d91f25 transparent transparent;
    border-style: solid;
    border-width: 11px 9px 0 9px;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.characteristics-product div:hover .characteristics-product-description{
    display: block;
}

.characteristics-product .rossiya {
    background: url('https://static-eu.insales.ru/files/1/3134/4566078/original/russia.png') no-repeat;
}

.characteristics-product .dveri-ekonom-klass {
    background: url('https://static-eu.insales.ru/files/1/3138/4566082/original/ekonom-klass.png') no-repeat;
}

.characteristics-product .dveri-premium-klass {
    background: url('https://static-eu.insales.ru/files/1/891/1958779/original/premium-klass.png') no-repeat;
}

.characteristics-product .uteplennaya {
    background: url('https://static-eu.insales.ru/files/1/3146/4566090/original/uteplennaya.png') no-repeat;
}

.characteristics-product .s-termorazryvom {
    background: url('https://static-eu.insales.ru/files/1/3169/4566113/original/termorazryv.png') no-repeat;
}

.characteristics-product .shumoizoliasia {
    background: url('https://static-internal.insales.ru/files/1/3176/4566120/original/shumoizoliasia.png') no-repeat;
}

.characteristics-product .besopasnost {
    background: url('https://static-internal.insales.ru/files/1/3181/4566125/original/besopasnost.png') no-repeat;
}

.characteristics-product .characteristics-product-description {
    display: none;
}

.characteristics-product div:hover .characteristics-product-description{
    display: block;
}

/* Вывод иконок с характеристиками конец*/

/* Стили для формы "Хочу дешевле" */

#low-price {
    background-image: url('https://static-eu.insales.ru/files/1/4373/1995029/original/price-icon.png');
    background-repeat: no-repeat;
    background-position: 12px 3px;
    background-color: #D91F25;
    position: relative;
    overflow: visible;
    width: 307px;
    border: 1px solid #AB0A0F;
    font-weight: bold;
    text-decoration: none;
    margin: 16px auto 0px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #AB0A0F;
    padding: 17px 26px 18px 70px;
    font-family: Roboto Slab;
    font-size: 33px;
    color: #FFFFFF;
}

#low-price:hover {
    background-color: #D91F25;
    border: 1px solid #ac0006;
    box-shadow: 0px 4px 0px #ac0006;
    color: #fff;
}

textarea.form-control {
    height: 100px;
}

#thanks {
    font-size: 14px;
    text-align: center;
}

.alert-success {
    color: #396fa7;
    line-height: 25px;
    background-color: #badcff;
}

.alert {
    padding: 12px 27px;
    margin-bottom: 10px;
    border: 1px solid #99c2ec;
    border-radius: 4px;
    font-size: 16px;
    position: fixed;
    text-align: center;
    left: 0;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.3);
    height: 81px;
    top: 0;
    width: 281px;
    right: 0;
    bottom: 0;
    margin: 10% auto;
    z-index: 100;
}

#chaffer_commit {
    background: #D91F25;
    border: 0;
    font-weight: bold;
    padding: 0;
    top: -3px;
    margin: 0 20px 0 5px;
    cursor: pointer;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #ac0006;
    padding: 5px 20px;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 21px;
    color: #fff;
}

#chaffer_form .modal-footer span {
    width: 340px;
}
/* Стили для формы "Хочу дешевле" конец*/

#thanks {
    height: 90px;
    text-align: center;
    position: fixed;
    padding-top: 30px;
    top: 25%;
    width: 300px;
    z-index: 1100;
}

.thanks_close {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    cursor: pointer;
    z-index: 1101;
}

.foto-left img {
    border-radius: 10px;
    margin: 8px 16px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    border: 5px solid #fff;
    width: 200px;
}

.rassrochka {
    height: 200px;
    border-radius: 10px;
    margin: 16px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9),0 6px 16px -9px rgba(0,0,0,.8);
    border: 5px solid #6db119;
    width: 200px;
    background: #fff;
    overflow: hidden;

}

.rassrochka b {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #d91f25;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;

}

.certificate-all {

}


.certificate-all .certificate {
    display: inline-block;
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */
    padding: 5px;
    margin-right: 12px;
    margin-top: 15px;
}

.tsena-polotna  {

}


.tsena-polotna ol li, .tsena-dveri ol li {
    width: 166px;
    background: #000;
    margin-bottom: 7px;
    margin-right: 5px;
    display: inline-block;
    box-shadow: 0px 3px 0px #8796a2;
    background: #a8b8c3;
    padding-left: 16px;
    border-radius: 5px;
}

.tsena-polotna strong, .tsena-dveri strong  {
    color: #ffb300!important;
    font-size: 13px!important;
    line-height: 24px!important;
}
.tsena-polotna ol li:hover, .tsena-dveri ol li:hover  {
    box-shadow: 0px 3px 0px rgba(172, 0, 6, 0.9);
    background: rgba(217, 31, 37, 0.86);
}



.tsena-polotna ol li a, .tsena-dveri ol li a  {
    color: #fff;
    text-decoration: none;
}

.tsena-polotna ol li a .products_count, .tsena-dveri ol li a .products_count   {
    opacity: 0.6;
}


.credit-price a {
    font-size: 11px;
    display: inline-block;
    padding: 0;
    color: #ffffff;
    border-radius: 5px;
    height: 24px;
    background: #6eb31a;
    padding: 0 8px;
}

.product-view .credit-price a {
    font-size: 12px;
    height: 23px;
    padding: 2px 12px;
    margin-left: 17px;
}

.uslovie {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    padding-left: 10px;
    margin-top: 12px;
    border-left: 6px solid #0251b8;
}

/*
.products-grid .label .skidka, .products-grid .old-price, .product-shop .label .skidka, .product-shop .old-price {

 display: none;
}
*/


/*
Стили механизма переключения списка, по Цветам
*/
.category-props {
    position: relative;
    overflow: hidden;
}

.category-props .toggle {
    bottom: 0;
    color: #43B6E2;
    position: relative;
    cursor: pointer;
    left: 0;
    margin: 9px 0 15px;
    font-size: 14px;
}

@-moz-document url-prefix()
{
    .category-props .toggle {
        margin: 0 0 15px;
    }
}

.category-props .toggle span {
    border-bottom: 1px dotted #43B6E2;
}

/*.category-props .toggle:before {
    border-color: #ff8500 transparent transparent;
    border-style: solid;
    border-width: 7px;
    cursor: pointer;
    display: block;
    bottom: -4px;
    content: " ";
    height: 0;
    left: -22px;
    position: absolute;
    text-decoration: none;
    width: 0;
    z-index: 10;
}
*/

.category-props .toggle.expanded {
    margin-top: -20px;
}

.category-props .toggle.expanded:before {
    border-color: transparent transparent #ff8500;
    bottom: 4px;
}


.category-props .tsvet {
    max-height: 130px;
    overflow: hidden;
    clear: left;
}

.category-props .tsvet .reset-filter-pict {
    clear: none !important;
    margin-left: 50px;
    margin-top: -24px !important;
    position: absolute;
}

.category-props .tsvet.tsvet-expanded {
    max-height: none;
    overflow: visible;
}

.block-layered-nav dd.tsvet {
    background: none !important;
}
/*
Стили механизма переключения списка, по Цветам, конец
*/


/*
Стили механизма удаления выбранного фильтра, в каталоге товаров
*/
.reset-all-filters {
    background: #d91f25;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.reset-all-filters.reset-all-filters-visible {
    display: block;
}

.active-variant {
    font-weight: bold;
}

.reset-filter {
    cursor: pointer;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #9A9DA4;
    text-align: center;
    color: #9A9DA4;
    font: normal bold 12px Arial;
    margin-left: 3px;
    padding: 0 4px;
    cursor: pointer;
}

.reset-filter-pict {
    cursor: pointer;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #9A9DA4;
    text-align: center;
    color: #9A9DA4;
    font: normal bold 12px Arial;
    margin-left: 3px;
    padding: 0 4px;
    cursor: pointer;
}

/*
Стили механизма удаления выбранного фильтра, в каталоге товаров, конец
*/


/* Стили валидации формы обратного звонка и формы "Нашли дешевле?.." */

.has-error {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input.has-error::-webkit-input-placeholder {
    color: #a94442;
}
input.has-error::-moz-placeholder {
    color: #a94442;
}
input.has-error.placeholder {
    color: #a94442;
}

/* Стили валидации формы обратного звонка и формы "Нашли дешевле?.., конец */



/* Стили значка "Хит", в карточке товара и в коллекциях товара. Для акционных и не акционных товаров. */

.product-shop .label .hit {
    background-color: #0054b7;
    color: #fff;
    height: 22px;
    padding: 39px 11px;
    line-height: 21px;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: -1px 2px 0px rgba(75, 13, 6, 0.47);
    margin-bottom: 12px;
    opacity: 0.8;
    width: 78px;
    border-radius: 69px;
}

.products-grid .label .hit {
    background-color: #0054b7;
    color: #fff;
    padding: 28px 0px 12px 0px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: -1px 2px 0px rgba(75, 13, 6, 0.47);
    height: 31px;
    line-height: 17px;
    margin-bottom: 10px;
    font-family: Roboto;
    width: 73px;
    border-radius: 62px;
}

.products-grid .label .circle-skidka,
.products-grid .label .circle-hit {
    width:55px;
    height:55px;
    display:block;
    border-radius:28px;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    -khtml-border-radius:28px;
    font-size:19px;
    font-weight: bold !important;
    font-family: Roboto;
    text-transform: uppercase;
    color:#fff;
    line-height:55px;
    text-align:center;
}

.products-grid .label .circle-skidka {
    background:#D91F25
}

.products-grid .label .circle-hit {
    margin-top: 5px;
    background:#0054b7;
}


/* Стили значка "Хит", в карточке товара и в коллекциях товара, конец. */



/* Аккордеон */


.accordion
{
    width:100%;

    margin:20px auto;
}
.accordion-item {
    font-size: 1em;
    margin: 0 10px 0 10px;
    padding: 10px;
    height: 20px;
    background: #f2f2f2;
    border-bottom:1px solid #ccc;
    color: #000;
    cursor:pointer;
}

.accordion-item.open
{
    background:#264c92;
    border-bottom:0px;
    color:#fff;
}
.accordion-item.open .type {
    float: right;
    background: url('http://vivekarora.com/images/minus.png') center no-repeat;
    padding: 10px;
}

.accordion-item .type {
    float: right;
    background: url('http://vivekarora.com/images/plus.png') center no-repeat;
    padding: 10px;
}

div.data {
    background: #fff;
    margin: 0 10px 0 10px;
    padding: 10px;
    border:1px solid #ccc;
    /*font-size: .8em;*/
    line-height: 140%;
    display:none;
}


.accordion .data ul li:before {
    content: "\2022";
    position: absolute;
    color: #25A9DD;
    font-weight: bold;
    font-size: 21px;
    top: 0px;
    left: -24px;
}

.accordion .data ul li  {
    margin: 5px 0 10px 40px;
    position: relative;
}
.info-btn:hover {
    cursor: pointer;
}

/* Аккордеон конец */





.icon-akciya {    text-align: center;background: #d90000;color: #fff;font-family: Roboto;width: 89px;line-height: 11px;border-radius: 8px;overflow: hidden;border: 1px solid #464646;}

.icon-akciya .text {
    font-size: 13px;
    line-height: 16px;
    background: #fff;
    color: #000;
    padding-top: 7px;
    padding-bottom: 9px;
}


.icon-akciya .nazv {
    font-size: 24px;
    padding: 11px 0;
    font-weight: bold;
    text-shadow: 0 0 black;

}


.icon-akciya .econom {background: #124fd6;font-size: 10px;padding-bottom: 3px;}




/* Страница подкатегорий */


.box-subcat li {
    width: 232px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.9), 0 6px 14px -9px rgba(0, 0, 0, 0.48);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    vertical-align: top;
    overflow: hidden;
}

.box-subcat .last a {

    text-decoration: none;

}

.box-subcat .last a span {
    font-size: 14px;
    margin: 0 22px;
    display: block;

}


.bmore {
    /* text-align: center;
    float: right;
    margin-top: 19px;
    display: block;*/
}

.bmore:hover  .characteristics-catalog {

    display: block;
}


.characteristics-catalog {
    position: absolute;
    display: none;
    bottom: 93px;
    right: -65px;
    font-family: Roboto;
    font-weight: normal;
    width: 311px;
    text-align: left;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.55);
    z-index: 1000;
    border-radius: 10px;
    color: #4D4338;
    overflow: hidden;
}


.characteristics-catalog .product-characteristics {
    background-color: #f5f5f5;
    padding: 3px 16px;
    border-bottom: 1px solid #E8E5E4;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: .1px;
}

.characteristics-catalog .product-characteristics span {
    min-width: 10px;
    display: inline-block;
    vertical-align: top;
}

.product-characteristics__border-dashed {
    margin: 7px 0;
    display: block;
    border-top: dashed 1px;
}

.bmore2__ust-parametrs {
    margin-top: -20px;
    margin-bottom: -20px;
    font-size: 11px;
}

/* НОВЫЙ ГОД */

/*

.header-row {

    background: url(elki.png) 0 0 repeat-x #fff;

}


.wrapper {
    background: url(winter-background-pattern.jpg) 0 0;
}

.products-grid .label .skidka {
    background: url(https://static-internal.insales.ru/files/1/6828/2316972/original/hy-shar.png) -5px -2px;
    padding: 45px 0px 0px 0px;
    height: 42px;


}*/


/* НОВЫЙ ГОД КОНЕЦ */







/* Стили блока и элементов: значков для менеджеров, в каталоге товаров на дверках, начиная от значков "Выставка" или "Другой цвет". */
.info-manager {
    position: absolute;
    top: 125px;
    /*margin-top: -64px;*/
    right: 9px;
}

.info-icon-manager {
    border: 3px solid #fff;
    z-index: 6;
    margin-left: 9px;
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: 0px;
   /* width: 62px;*/
    border-radius: 46px;
    display: block;
    padding: 1px 3px;
    color: #fff;
}

.vystavka {
    background: #719834;
}


.kak-vyst {
    background: #b7a839;
}

.rasch {
    background: #c1a35d;
}

.dost {
    background: #d8603b;
}

.unika {
    background: #6097a5;
}
.marza {
    background: #c0c75d;
}
/* Стили блока и элементов: значков для менеджеров, в каталоге товаров на дверках, начиная от значков "Выставка" или "Другой цвет", конец. */


/* Настройки стилей, текста "** За исключением отдаленных частей города.", в карточке товара. */
.uslovie-accii__span {
    position: absolute;
    right: -7px;
    bottom: 0px;
}

.uslovie-accii__exception {
    position: relative;
    left: 3px;
    line-height: 1.4;
}
/* Конец стилей для данного текста. */






/* Стили инфо-блоков в каталогах сайта. С якорными-ссылками, на блоки под каталогами. */

.block-anchor {
    display: flex !important;
    justify-content: space-around;
    margin-bottom: 15px !important;
    padding-top: 15px;
    width: 98% !important;
    border-right: 0!important;
}
.block-anchor__link {
    text-decoration: none;
}
.block-anchor__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    padding: 1px 20px;
    border: 1px solid #cecece;
    border-radius: 20px;
    width: 300px;
    height: 150px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12), 0 2px 8px 0 rgba(0,0,0,0.08);
    transition: all 200ms ease-out;
}
.block-anchor__wrapper:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}
.block-anchor__pict {
    position: relative;
    align-self: center;
}
.block-anchor__info {
    position: relative;
    margin-left: 20px;
    margin-bottom: 8px;
    align-self: center;
}
.block-anchor__heading {
    position: relative;
}
.block-anchor__heading h3 {
    color: #ff7c00;
    font-size: 18px;
    line-height: 1.2
}
.block-anchor__text {
    position: relative;
}
.block-anchor__text p {
    position: relative;
    margin: 0 !important;
    line-height: 1.2;
    width: 175px;
}

/* Стили инфо-блоков в каталогах сайта. С якорными-ссылками, на блоки под каталогами. Конец. */



/* Стили нового блока с расчетами комплектов для менеджеров, в каталоге */


.catalog__set{min-height:35px;}

.catalog__set-two {
    margin-top: 2px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 193px;
}

.catalog__set-twoProd {
    margin-top: 7px;
  	margin-bottom: 18px;
}  

.catalog__set-prod {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 260px;
}

.catalog__set-btn {
    position: relative;
    bottom: 3px;
    margin-top: 10px;
    width: 100%;
    display: block;
    text-align: center;
    /*background: #fe1318;*/
    height: 32px;
    border: none;
    color: #222;
    font: bold 12px/25px Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 1px 0;
    height: 35px;
    line-height: 31px;
    text-decoration: none;
    border-radius: 5px;
    /*box-shadow: 0 4px 0 #eb0101;
  	transition: all 100ms ease-out;*/
    background: #fe1318;
    /*Градиент*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    /*Тень*/
    -webkit-box-shadow: 0px 6px 0px rgb(149, 0, 8);
    -moz-box-shadow: 0px 6px 0px rgb(149, 0, 8);
    box-shadow: 0px 6px 0px rgb(149, 0, 8);
    /*Переход*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.catalog__set-btn:hover{background-color: #d11717;}

.catalog__set-btn_min {
    padding-top: 9px;
    max-width: 85px;
    height: 35px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px 5px 5px 0;
}

.catalog__set-btn_minProd {
    max-width: 90px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
}

.catalog__set-btnForm {
    position: relative;
    bottom: 10px;
    width: 32%;
    display: inline;
    vertical-align: top;
    font-size: 16px;
    padding: 0;
}

.catalog__set-btnProdBig {
    margin-top: 15px;
    max-width: 250px;
    height: 30px;
    font-size: 15px;
    line-height: 26px;
}

.catalog__manager{position:relative;width:100%;background:#ddd;border:1px solid #aaa;height:26px;cursor:pointer;border-radius:4px;width:100%;margin-top:10px}
.catalog__manager:hover{background:#eee}
.catalog__manager-btn{line-height:24px;text-align:center;font-size:13px}
.catalog__manager:hover .characteristics-catalog{display:block;width:275px;bottom:100%}

.catalog__set-price {
    position: relative;
    left: 4px;
    bottom: 8px;
    font-size: 15px;
    line-height: 18px;
    color: #5d5d5d;
    display: block;
    font-family: 'Roboto';
    /* text-transform: uppercase; */
}
.catalog__set-price:before {
	content: "от ";
}
.catalog__set-priceProd {
    bottom: 5px;
}

.catalog__set-price-wrap {
    position: relative;
    top: 11px;
    left: 0;
    margin-top: -5px;
    border: 1px solid #D91F25;
    border-radius: 5px 0 0 5px;
    border-right-style: none;
    max-height: 40px;
    width: 111px;
    text-align: left;
}

.catalog__set-price-wrapProd {
    position: relative;
    top: 8px;
    left: 0;
}

.catalog__set-price-wrapProd .catalog__price-desc {
    top: 0;
    font-size: 12px;
}

.catalog__set-price-wrapProd .catalog__set-price {
    left: 5px;
    bottom: 0;
}

.catalog__price-desc {
    display: bold;
    font-size: 10px;
    font-family: 'Roboto';
    text-align: left;
    position: relative;
    top: -6px;
    left: 5px;
}

.catalog__price-descProd {
    top: -2px;
}

.calc__popup .modal-dialog{width:620px}
.calc__popup .modal-content{padding:30px 0 20px; font-family: 'Roboto';}
.calc__popup h2{font-size:26px;text-align:center; color: #191919; line-height: 1.2;}
.calc__popup-close{position:absolute;right:10px;top:5px;width:20px;height:20px;padding:0;font-size:26px;color:#888;border:none;background:none;cursor:pointer}
.calc__popup-close:hover{color:#000}
.calc__popup-block{display:none;padding:10px 25px 30px;min-height:130px;border-bottom:1px solid #E8E5E4}
.calc__popup-block:last-child{border:none}
.calc__popup-block-desc{font-weight:400}
.calc__popup-block_com{background:url(calc-dver-ob.png) no-repeat 40px 26px}
.calc__popup-block_tel{background:url(calc-dver-tel.png) no-repeat 40px 46px}
.calc__popup-list{display:inline-block;padding-left:80px}

.calc__popup-list li b {
    font-size:14px;
}
.calc__popup-list li:before {
    content: '\2022';
    color: #fe1318;
    padding: 8px;
    font-size: 25px;
    position: relative;
    top: 5px;
}

.calc__popup-form{display:block;text-align:left;background:#ffefa0;padding:20px 25px}
.calc__popup-form-btn{display:inline-block;vertical-align:top;height:39px;color:#fff;text-transform:uppercase;font-size:15px;padding:0 20px;font-weight:700;border-radius:4px;border:1px solid #ea833b;border-bottom:2px solid #ea833b;cursor:pointer;letter-spacing:.3px;background:#ffa362;background:-webkit-linear-gradient(top,#ffa362 0%,#ff812d 100%);background:-webkit-gradient(linear,left top,left bottom,from(#ffa362),to(#ff812d));background:-o-linear-gradient(top,#ffa362 0%,#ff812d 100%);background:linear-gradient(to bottom,#ffa362 0%,#ff812d 100%)}
.calc__popup-form-btn:hover{background:-webkit-linear-gradient(top,#ff812d 0%,#ffa362 100%);background:-webkit-gradient(linear,left top,left bottom,from(#ff812d),to(#ffa362));background:-o-linear-gradient(top,#ff812d 0%,#ffa362 100%);background:linear-gradient(to bottom,#ff812d 0%,#ffa362 100%)}
.calc__popup-form-error{position:absolute;left:0;bottom:-17px;color:red;display:none;text-align:left;padding-left:16px;font-size:11px}
.calc__popup-form .calc__popup-form-phone,.calc__popup-form .calc__popup-form-sum{border:1px solid #ccc;height:38px;width:160px;padding:0 15px;font-size:15px;border-radius:4px;color:#000}
.calc__popup-form .calc__popup-form-sum{width:80px}
.calc__popup-form-item{position:relative;display:inline-block;vertical-align:top;margin-right:10px}
.calc__popup-form-item_error .calc__popup-form-error{display:block}
.calc__popup-form-item_error .calc__popup-form-phone{border-color:red}
.calc__popup-form-product{display:inline-block;width:100%;font-size:14px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom:10px;text-align:left}
.calc__popup-form-alternative{display:inline-block;width:100%;font-size:14px;font-weight:700;margin-top:10px;text-align:left}
.calc__popup-form_data{height:40px;padding:4px 0;display:block}
.calc__popup-form_send{display:none;height:40px;padding:4px 0;font-size:16px;font-weight:700;color:#1faf1f}
.calc__popup-manager-text{position:relative;min-height:210px;padding:40px 30px 0 250px;background:url(lady-optim.png) no-repeat 5px 10px;background-size:250px auto;font-size:16px}
.calc__popup-manager-text p:last-child{margin:0}
.calc__popup-stock{position:relative;padding:20px 30px 20px 210px}
.calc__popup-stock-img{position:absolute;left:-60px;bottom:0;width:300px}
.calc__popup-stock-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}
.calc__popup-stock-num{font-size:48px;color:#b00;width:45px;-webkit-box-flex:45px;-ms-flex:45px 0 0;flex:45px 0 0;font-weight:700;text-align:center;font-family:"Intro"}
.calc__popup-stock-num_dot{-webkit-box-flex:55px;-ms-flex:55px 0 0;flex:55px 0 0;font-size:80px;letter-spacing:-8px;margin-left:-9px;line-height:45px}
.calc__popup-stock-text{text-align:left;padding-left:15px;font-size:13px}
.calc__popup-desc {
    padding: 0 25px;
    margin: 20px 0 10px;
    color: #999;
    font-size: 16px;
}
.calc__popup-tip{padding:20px 30px 0;text-align:left;font-style:italic;color:#555}

.catalog__prices-wrap {
    position: relative;
    right: 12px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 209px;
}

.catalog__prices-wrapProd {
    width: auto;
}  

.catalog__prices-wrap-center {
    justify-content: center;
}

.catalog__prices-left {
    position:relative;
}

.catalog__prices-heading {
    position: relative;
    left: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    height: 22px;
    max-width: 110px;
    font-size: 11px;
    font-family: 'Roboto';
    line-height: 1;
    text-align: left;
}

.catalog__prices-red {
    position:relative;
    left: 2px;
    color: #D91F25;
    font-weight: 600;
    font-size: 23px;
    font-family: Roboto;
    text-align: left;
}

.product-view  .catalog__prices-red  {
/* font-size: 37px;*/

}

.catalog__prices-redPosition {
    position:relative;
}

.catalog__prices-right {
    position:relative;
}

.catalog__prices-grey {
    position: relative;
    left: 3px;
    display: flex;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 16px;
    font-family: Roboto;
}

.catalog__prices-through {
    position: relative;
    white-space: nowrap;
}
.catalog__prices-through:after {
    border-top: 2px solid #7e7e7e;
    position: absolute;
    content: "";
    right: 0;
    top:50%;
    left: 0;
}

.catalog__prices-greyPosition {
    position:relative;
}

.catalog__prices-help {
    position: relative;
    white-space: nowrap;
    top: 1px;
    right: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 2;
    text-align: center;
    display: inline-block;
    border-radius: 9px;
    color: #bbb;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    border: 2px solid #bbb;
    cursor: pointer;
    transition: all 100ms ease-out;
}

.catalog__prices-helpProd {
    top: 0px;
    right: -3px;
}  

.catalog__prices-help:after {
    position: absolute;
    content: "?";
    right: 0;
    top: 0%;
    left: 5%;
}

.catalog__prices-none {
    display: none;
}

.catalog__prices-help:hover {
    background: #bbb;
    color: #fff;
}

.catalog__prices-help .product-description {
    position: absolute;
    z-index: 1999!important;
    text-align: left;
    background: rgba(255,255,250,01)!important;
    font-family: Arial, sans-serif;
    font-size: 11px;
    display: none;
    padding: 10px 10px 0;
    line-height: 12px;
    border: 1px solid #ccc !important;
    width: 150px !important;
    color: #333;
    white-space: nowrap;
    box-shadow: 2px 5px 17px rgba(0,0,0,0.4);
    border-radius: 3px;
    white-space: pre-wrap;
    right: -73px;
    bottom: 24px;
    border-bottom: 4px solid #fe181e!important;
}

.catalog__prices-help .product-description:after {
    border-color: transparent #fe181e transparent transparent;
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    height: 0;
    right: -11px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(135deg);
    position: absolute;
    top: 227px;
    right: 38%;
    width: 0;
}

.catalog__prices-help:hover .product-description {
    display: inline-block;
}

.catalog__prices-help .product-description h6 {
    font-size: 18px;
    font-family: 'Roboto';
    text-transform: initial;
    line-height: 1.1;
    text-align: center;
    margin-top: -15px;
    margin-bottom: -11px;
}

.catalog__prices-help .product-description p {
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    margin: -5px 0;
    text-transform: none;
}

.catalog__info-down {
    position: relative;
    text-align: center;
    margin-top: 12px;
}

.catalog__info-managers {
    margin-left: 7px !important;
    margin-top: 7px;
    font-size: 10px;
    display: inline-block;
    padding: 0;
    color: #ffffff;
    border-radius: 5px;
    height: 24px;
    background: #d1d0d0;
    padding: 0 8px;
}
.catalog__info-managers a {
    text-decoration: none;
}

.bmore-top {
    margin-top: -18px;
}

.catalog__info-text {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.catalog__set-button {
    height: 41px;
    display: flex;
    align-items: center;
}

.catalog__set-buttonLong {
    width: 206px;
}

.catalog__set-buttonLong a {
    height: 27px;
    line-height: 27px;
    padding: 2px;
}

/* Стили нового блока с расчетами комплектов для менеджеров, в каталоге. Конец. */


.breadcrumb {
    margin-bottom: 10px;
}

/* Стили фиксированной плашки, в хедере. */

#fix_block{
    display: none;
}
.fixed-none {
    display: none!important;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 42px;
    z-index: 10;
    display: block;
    font-family: 'Roboto';
    box-shadow: 0 0px 12px rgba(0,0,0,0.4);
    background-color: #fff;
    transition: 0.3s;
    z-index: 100;
}

.fb_shapka {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 0px 19px 3px 19px;
}

.fb_cat {
    margin-top: 4px;
    margin-right: 20px;
    letter-spacing: 3px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    color: #fff;
    padding: 6px 11px 4px 11px;
    background: #D91F25;
    text-transform: uppercase;
    border-radius: 5px;
}

.fb_zvonok {
    float: left;
    font-size: 14px;
}

.fb_phone {
    /* font-size: 22px; */
    /* width: 293px; */
    line-height: 41px;
    font-weight: bold;
}

.fb_zvonok a {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #004db8;
    color: #004db8;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Стили фиксированной плашки, в хедере. Конец. */



/* Стили с выводом даты акции, на баннерах, в слайдере вверху. */

.info-block-slider__banners-date {
    position: absolute;
    bottom: 1px;
    left: 44.5%;
    cursor: pointer;
    z-index: 10000 !important;
    padding: 0 5px;
    font-size: 12px;
  	font-size: 'Roboto';
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3x;
}
.info-block-slider__banners-white {
    color: #ffffff;
    font-weight: 600;
    background: transparent;
    border: 1px solid #ffffff;
}
.info-block-slider__banners-black {
    color: #000000;
    background: #fffdf9;
}

/* Стили с выводом даты акции, на баннерах, в слайдере вверху. Конец. */




/* Стили ярлычков панели 'prilipashki-sprava', выводимых справа на странице. Включая стили их всплывающих подсказок. */

.sticky-block {
    position: fixed;
    top: 41%;
    right: -343px;
    width: 300px;
    float: right;
    padding: 15px 20px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    box-shadow: -1px 1px 5px rgba(50,50,50,0.3);
    z-index: 999;
}

.sticky-block a {
    left: -104px;
    top: 0;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.sticky-block img {
    width: 90px;
    border-radius: 10px 0px 0px 10px;
}  

.sticky-block a > .product-description {
	position: absolute;
    z-index: 1999!important;
    text-align: left;
    background: rgba(255,255,250,01)!important;
    font-family: Arial, sans-serif;
    font-size: 11px;
    display: none;
    padding: 10px 10px;
    line-height: 12px;
    border: 1px solid #ccc !important;
    width: 85px !important;
    color: #333;
    white-space: nowrap;
    box-shadow: 2px 5px 17px rgba(0,0,0,0.4);
    border-radius: 3px;
    white-space: pre-wrap;
    right: 108px;
    bottom: 48px;
    border-right: 4px solid #f91e25 !important;
}

.sticky-block a > .product-description:after {
    border-color: transparent #f91e25 transparent transparent;
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    height: 0;
    right: -11px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    width: 0;
}

.sticky-block a:hover > .product-description {
    display: block !important;
}

/* Стили ярлычков панели 'prilipashki-sprava', выводимых справа на странице. Конец. */





