
/*Product page*/
.product-page
{
    padding-top: 27px;
}
.product-slider
{
    float: left;

    /*margin-bottom: 42px;*/
}
.p-slider-thumbnails
{
    position: relative;

    float: left;

    margin-right: 14px;
}
.p-slider-thumbnails ul
{
    width: 134px;
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.p-slider-thumbnails li + li
{
    margin-top: 9px;
}
.p-slider-thumbnails li > a:hover
{
    opacity: .8;
}
.p-slider-thumbnails li > a > img
{
    width: 100%;
    height: auto;
}
.p-slider-main
{
    float: left;

    width: 717px;
}
.p-slider-main img
{
    width: 100%;
    height: auto;
}
.p-slider-prev,
.p-slider-next
{
    position: absolute;
    top: -11px;
    left: 50%;

    display: inline-block;

    width: 45px;
    height: 43px;
    margin-left: -22px;

    background: url('../images/slider_nav_vertical.png') 0 0 no-repeat;
}
.p-slider-prev:hover,
.p-slider-next:hover
{
    opacity: .9;
}
.p-slider-next
{
    top: auto;
    bottom: -11px;

    background-position: 0 -43px;
}
.product-info
{
    position: relative;

    float: right;

    width: 358px;
    margin-left: 22px;
}
.product-price-block
{
    width: 100%;
    padding: 14px 15px 21px 27px;

    border: 1px solid #fbdaa5;
    background-color: #fffae6;
}
.p-old-price
{
    font-size: 21px;
    font-weight: bold;

    text-decoration: line-through;

    color: #9e9e9e;
}
.p-actual-price
{
    font-size: 30px;
    font-weight: bold;

    margin-top: -7px;

    color: #35322e;
}
.product-count
{
    display: inline-block;

    margin-top: 14px;
    margin-right: 30px;
}
.product-count .plus,
.product-count .minus
{
    background: url('../images/plus_minus_orange.png') 0 0 no-repeat;
}
.product-count .minus
{
    background-position: 0 -31px;
}
.product-info .n-buy-button
{
    width: 160px;
}
.availability
{
    width: 100%;
    margin-top: 7px;
}
.availability-indicator
{
    display: inline-block;

    width: 11px;
    height: 11px;
    margin-right: 3px;

    vertical-align: middle;

    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.availability-indicator.yes
{
    background-color: #68952c;
}
.availability-indicator.no
{
    background-color: #eb2222;
}
.availability-text
{
    display: inline-block;

    vertical-align: middle;

    color: #606060;
}
.p-info-other-text
{
    font-size: 12px;
    line-height: 16px;

    margin-top: 16px;

    color: #878484;
}
.product-info-details
{
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 18px;

    padding: 14px 0 12px 21px;

    color: #606060;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
.to-wishlist
{
    line-height: 17px;

    position: absolute;
    top: -33px;
    right: 0;

    text-decoration: none!important;

    color: #606060!important;
    border-bottom: 1px dashed #606060;
}
.to-wishlist:before
{
    position: absolute;
    top: 0;
    left: -20px;

    width: 14px;
    height: 17px;

    content: '';

    background: url('../images/del_icon.png') 0 0 no-repeat;
}
.to-wishlist:hover
{
    border-bottom-color: transparent;
}
.product-info-links
{
    margin-top: 5px;
}
.product-info-links a
{
    font-size: 13px;
    line-height: 20px;

    color: #757575;
}
.product-info-links a + a
{
    margin-left: 28px;
}
.product-special-info
{
    display: table;
    float: left;

    width: 100%;
    margin-bottom: 19px;

    border: 1px solid #e0e0e0;
}
.special-info-item
{
    display: table-cell;
    float: none;

    height: 92px;
    padding: 0 40px 0 50px;

    vertical-align: middle;
}
.special-info-item + .special-info-item
{
    border-left: 1px solid #e0e0e0;
}
.special-info-item:nth-child(1) img
{
    margin-top: 14px;
}
.special-info-item:nth-child(2) img
{
    margin-top: 11px;
}
.special-info-item img
{
    float: left;

    margin-top: 5px;
}
.special-info-text
{
    font-size: 12px;
    line-height: 18px;

    margin-left: 52px;

    color: #606060;
}
.special-info-text b
{
    color: #4e4e4e;
}
.special-info-text a
{
    text-decoration: underline;

    color: #68952c;
}
.special-info-text a:hover
{
    text-decoration: none;
}
.product-tabs
{
    float: left;

    width: 100%;
}
.product-tab-content
{
    float: left;

    width: 100%;
}
.product-tabs > li > a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    padding: 20px 16px;

    text-decoration: underline;
    text-transform: uppercase;

    color: #d94545;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.product-tabs > li.active > a,
.product-tabs > li.active > a:focus,
.product-tabs > li.active > a:hover
{
    text-decoration: none;

    color: #35322e;
    border-color: #e0e0e0;
    border-bottom-color: transparent;
}
.product-tab-content
{
    margin-bottom: 21px;
    padding: 34px 50px 36px 30px;

    color: #606060;
    border: 1px solid #e0e0e0;
    border-top-color: transparent;
}
.product-params
{
    float: left;

    margin: 0;
    padding: 0;

    list-style-type: none;
}
.product-params > li
{
    margin-bottom: 5px;
}
.product-params > li > div
{
    position: relative;

    display: inline-block;

    width: 175px;
    height: 13px;
    margin-right: 3px;

    border-bottom: 1px dashed #bfbfbf;
}
.product-params > li > div > span
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    color: #35322e;
    background-color: #fff;
}
.product-tab-text
{
    line-height: 21px;

    margin-left: 350px;
    padding-left: 42px;

    border-left: 1px solid #d6d6d6;
}
.product-tab-text p
{
    margin-bottom: 21px;
}
.product-alert
{
    line-height: 21px;

    clear: both;

    width: 100%;
    margin-bottom: 18px;
    padding: 21px 80px 25px 133px;

    color: #606060;
    background: #fffae6 url('../images/alert_icon.png') 43px center no-repeat;
}
.product-alert-header
{
    font-size: 18px;

    margin-bottom: 13px;

    color: #35322e;
}
.bottom-left-block
{
    float: left;

    width: 260px;
}
.bottom-right-block
{
    margin-left: 275px;
}
.product-page .new-products-item
{
    margin-bottom: 30px;
}
.product-page .watched
{
    margin-top: 15px;
}
/*Request page*/
.request-page
{
    float: left;

    margin-top: 35px;
    margin-bottom: 16px;
}

.request-tabs
{
    border: none;
    background-color: #fff;
}
.request-tabs > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    padding: 22px 27px;

    text-decoration: underline;
    text-transform: uppercase;

    color: #5c8106;
    border: none;
}
.request-tabs > li.active > a,
.request-tabs > li.active > a:focus,
.request-tabs > li.active > a:hover
{
    text-decoration: none;

    color: #35322e;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #f8f8f8;
}
.request-tab-content
{
    padding: 18px 15px;
}
.request-form-header
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    margin-bottom: 8px;

    text-transform: uppercase;

    color: #35322e;
}
.request-form-block
{
    float: left;

    width: 100%;
    margin-bottom: 13px;
    padding: 13px 17px 0 17px;

    background-color: #fff;
}
.request-page input,
.request-page select,
.request-page textarea
{
    height: 35px;
    padding-left: 8px;

    color: #8f8f8f;
    border: 1px solid #afafaf;
}
.request-page textarea
{
    width: 100%;
    height: 74px;
}
.request-page label
{
    font-size: 14px;
    font-weight: normal;

    display: block;

    margin-bottom: 6px;

    color: #35322e;
}
.size-1
{
    width: 374px;
}
.size-2
{
    width: 212px;
}
.size-3
{
    width: 184px;
}
.size-4
{
    width: 118px;
}
.size-5
{
    width: 65px;
}
.size-100
{
    width: 100%;
}
.request-form-group
{
    float: left;

    margin-bottom: 20px;
}
.request-form-group + .request-form-group
{
    margin-left: 17px;
}
.first-in-form .request-form-group + .request-form-group
{
    margin-left: 7px;
}
.delete-form-row
{
    width: 35px;
    height: 35px;
    margin: 0;
    margin-left: -5px;
    padding: 0;

    border: none;
    background: transparent url('../images/delete_row.png') 0 0 no-repeat;
}
.delete-form-row:hover
{
    opacity: .85;
}
.load-files
{
    font-size: 14px;

    position: relative;

    float: left;

    margin-top: -10px;
    margin-bottom: 15px;
    margin-left: 32px;

    text-decoration: none !important;

    color: #5c8106!important;
    border-bottom: 1px dashed #5c8106;
}
.load-files:hover
{
    border-bottom-color: transparent;
}
.load-files:before
{
    position: absolute;
    top: 0;
    left: -32px;

    width: 24px;
    height: 20px;

    content: '';

    background: url('../images/load_icon.png') 0 0 no-repeat;
}
.add-block
{
    margin-bottom: 15px;
    padding: 0;

    background-color: transparent;
}
.add-product
{
    font-size: 14px;
    line-height: 35px;

    position: relative;

    display: inline-block;

    padding-left: 44px;

    color: #35322e!important;
}
.add-product:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 34px;
    height: 35px;

    content: '';

    background: url('../images/add_icon.png') 0 0 no-repeat;
}
.multiload
{
    font-size: 14px;
    line-height: 75px;

    width: 100%;
    margin-bottom: 15px;

    text-align: center;

    color: #cecece;
    border: 1px dashed #afafaf;
}
.request-double input + input
{
    margin-left: 17px;
}
.captcha-block
{
    height: 61px;
}
.request-captcha
{
    position: relative;
    top: 21px;
    left: 0;

    margin-right: 32px;
}
.send-request
{
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;

    padding: 0 43px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    outline: none;
    background-color: #f3990b;
}
.send-request:hover
{
    opacity: .8;
}
.request-page-text
{
    float: left;

    width: 430px;
    margin-top: 70px;
    margin-left: 37px;
}
.request-page-alert
{
    padding-bottom: 3px;
    padding-left: 23px;

    border-left: 5px solid #dd4646;
}
.request-alert-header
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    margin-bottom: 2px;

    text-transform: uppercase;

    color: #35322e;
}
.request-alert-text
{
    font-size: 14px;
    font-style: italic;
    line-height: 18px;

    margin-bottom: 0;

    color: #dd4646;
}
.request-page-text ul
{
    font-size: 14px;
    line-height: 18px;

    margin-top: 31px;
    padding-left: 20px;

    color: #7a7a7a;
}
.request-page-text ul > li + li
{
    margin-top: 18px;
}
.request-other-text
{
    font-size: 14px;
    line-height: 26px;

    float: left;

    width: 765px;

    color: #7a7a7a;
}
.other-text-header
{
    font-size: 21px;
    font-weight: bold;

    margin-bottom: 21px;

    text-transform: uppercase;

    color: #35322e;
}
.request-other-text p
{
    margin-bottom: 26px;
}
.other-contacts
{
    line-height: 19px;

    float: left;

    margin-bottom: 26px;

    color: #070707;
}
.other-contacts span
{
    display: inline-block;

    margin-bottom: 5px;
}
.other-contacts a
{
    color: #709125 !important;
}
.other-contacts div
{
    float: left;
}
.other-contacts div + div
{
    margin-left: 50px;
}
.other-text-s-header
{
    font-weight: bold;
    line-height: 21px;

    float: left;

    margin-bottom: 24px;

    color: #35322e;
}
.other-text-list
{
    line-height: 18px;

    margin-bottom: 45px;
    margin-left: -22px;
}
.other-text-list li + li
{
    margin-top: 12px;
}

.fancybox-skin
{
    background-color: #fff;
}
.fancybox-close
{
    top: 14px;
    right: 11px;

    width: 18px;
    height: 17px;

    background: url('../images/close_icon.png') 0 0 no-repeat;
}
.fancybox-close:hover
{
    opacity: .75;
}
.fast-view
{
    width: 865px;
}
.fast-view-header
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    width: 750px;
    margin-bottom: 26px;

    text-transform: uppercase;

    color: #35322e;
}
.fast-view-content
{
    width: 100%;
}
.fast-view-content .product-info
{
    margin-left: 0;
}
.fast-view-content .product-info-details
{
    font-size: 13px;
    font-weight: normal;

    float: left;

    width: 100%;
}
.fast-view-content .product-info-details p
{
    line-height: 21px;

    color: #606060;
}
.fast-view-content .product-info-details a
{
    text-decoration: underline;

    color: #606060!important;
}
.fast-view-content .product-info-details a:hover
{
    text-decoration: none;
}
.fast-view-content .product-params
{
    margin-bottom: 14px;
}
.fast-view-content .product-alert
{
    float: left;

    margin-top: 15px;
    margin-bottom: 0;
}
.fast-view-gallery
{
    float: left;

    width: 492px;
    margin-right: 12px;
}
.fast-view-gallery .fv-main-img
{
    width: 100%;
    height: auto;
}
.fv-thumb-list
{
    position: relative;

    margin-top: 4px;
}
.fv-thumb-list .slider-prev,
.fv-thumb-list .slider-next
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 31px;
    height: 33px;
    margin-top: 18px;

    background: #fff url('../images/overlay_nav.png') 0 0 no-repeat;
}
.fv-thumb-list .slider-prev:hover,
.fv-thumb-list .slider-next:hover
{
    opacity: .85;
}
.fv-thumb-list .slider-next
{
    right: 0;
    left: auto;
}
.fv-thumb-list ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.fv-thumb-list ul li
{
    float: left;

    width: 96px;
}
.fv-thumb-list ul li img
{
    width: 100%;
    height: auto;
}
.fv-thumb-list ul li:hover
{
    opacity: .8;
}
.fv-thumb-list ul li + li
{
    margin-left: 3px;
}
/* Styles for active filter */
.catalog-filter-block button.active
{
    line-height: 20px;

    padding: 0 8px;

    color: #fff;
    -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    background-color: #777;
    background-image: none;
}
.catalog-filter-block button.active + .filter-close
{
    display: inline-block;
}
.filter-close
{
    line-height: 20px;

    display: none;

    width: 20px;
    margin-left: -3px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    background-color: #777;
}
.filter-close:hover
{
    opacity: .85;
}
/* Feedback page */
.feedback-page
{
    overflow: hidden;

    margin: 23px 0 100px 0;
}
.feedback-form
{
    float: left;
color: #333;
    width: 750px;
    margin: 0 89px 0 0;
    padding: 19px 25px 38px 25px;

    background-color: #f8f8f8;
}
.feedback-form form
{
    font-size: 14px;

    margin: 23px 0 0 0;

    color: #35322e;
}
.feedback-form form label
{
    font-weight: normal;

    display: block;

    margin-bottom: 6px;
}
.feedback-form form input,
.feedback-form form textarea
{
    width: 100%;
    height: 35px;
    padding-left: 10px;

    border: 1px solid #afafaf;
}
.feedback-form form textarea
{
    height: 150px;
}
.feedback-form form .radio
{
    position: relative;

    display: block;
    float: left;

    margin-top: 10px;
    margin-bottom: 10px;
}
.feedback-form form .radio + .radio
{
    margin-left: 30px;
}

.feedback-text
{
    float: left;

    width: 400px;
    padding: 5px 0 10px 26px;

    border-left: 5px solid #96c134;
}
.feedback-text h3
{
    margin-bottom: 17px;
}
.feedback-text p
{
    font-size: 14px;
    line-height: 24px;

    color: #7a7a7a;
}
.feedback-form-block
{
    float: left;
    clear: both;

    width: 100%;
    margin: 0 0 25px 0;
}
.feedback-block-double
{
    float: left;

    width: 333px;
}
.feedback-block-double + .feedback-block-double
{
    margin-left: 34px;
}
.feedback-radio-group
{
    clear: both;

    width: 100%;
}
.feedback-form .feedback-radio
{
    margin-bottom: 7px;
    padding-top: 5px;
}
.feedback-form .feedback-radio > label
{
    font-weight: bold;
}
.feedback-radio-group input[type='radio']
{
    width: 14px;
    height: 14px;
    margin-top: 0;

    vertical-align: top;
}
.feedback-radio-group input[type='radio'] + label
{
    line-height: 14px;

    cursor: pointer;
}
.feedback-radio-group input[type='radio']:not(checked)
{
    position: absolute;

    opacity: 0;
}
.feedback-radio-group input[type='radio']:not(checked) + label
{
    position: relative;

    padding: 0 0 0 24px;
}
.feedback-radio-group input[type='radio']:not(checked) + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;

    content: '';

    border: 1px solid #afafaf;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #fff;
}
.feedback-radio-group input[type='radio']:not(checked) + label:after
{
    position: absolute;
    top: 4px;
    left: 4px;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;

    opacity: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #96c134;
}
.feedback-radio-group input[type='radio']:checked + label:before
{
    border-color: #96c134;
}
.feedback-radio-group input[type='radio']:checked + label:after
{
    opacity: 1;
}
.feedback-form .feedback-small-text
{
    margin-top: 6px;
}
.feedback-form .feedback-small-text textarea
{
    height: 80px;
}
.feedback-btn
{
    clear: both;

    width: 100%;

    text-align: center;
}
.feedback-btn button
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    padding: 14px 46px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #f3990b;
}
.feedback-btn button:hover
{
    opacity: .75;
    outline: none;
}
/*General styles*/
body
{
    font-family: 'Arial', sans-serif;
    font-size: 13px;

    width: 100%;
    min-width: 1280px;
}
h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;

    color: #35322e;
}
h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;

    margin: 0;

    text-transform: uppercase;

    color: #35322e;
}
h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;

    text-transform: uppercase;

    color: #35322e;
}
h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #444;
}
.fancybox-inner
{
    /*width: auto!important;*/
    height: auto!important;
}
.breadcrumb
{
    font-size: 14px;

    margin-bottom: 3px;
    padding-top: 0;
    padding-left: 0;

    background: none;
}
.breadcrumb a
{
    text-decoration: underline;

    color: #35322e;
}
.breadcrumb a:hover
{
    text-decoration: none;
}
.breadcrumb > li + li:before
{
    padding: 0 4px;

    color: #35322e;
}
.breadcrumb > .active
{
    color: #35322e;
}
.navbar-fixed-top
{
    position: fixed !important;
    z-index: 2000;
    right: auto;
    left: auto;

    width: 1250px!important;

    border: 0;
    -webkit-box-shadow: 0 0 30px 2px rgba(68, 68, 68, .33);
            box-shadow: 0 0 30px 2px rgba(68, 68, 68, .33);
}
.topbar-menu
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.container
{
    width: 1280px !important;
}
header
{
    position: relative;
}
header > .header-top
{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
}
.inner-page-header
{
    position: relative!important;
}
.topbar,
.header-block
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.topbar
{
    padding-bottom: 15px;
}
.header-block
{
    float: left;
    overflow: visible;
}
.topbar a
{
    font-size: 14px;

    color: #35322e;
}
.topbar-menu
{
    float: left;
	margin-bottom:0;
    margin-top: 17px;
}
.topbar-menu > li
{
    float: left;

    margin-right: 25px;
}
.feedback
{
    float: left;

    margin: 19px 0 0 295px;
}
.feedback a
{
    position: relative;

    padding-left: 22px;
}
.feedback a:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';

    background: url('../images/feedback_icon.png') 0 0 no-repeat;
}
.auth
{
    float: right;

    margin: 16px 0 0 0;
}
.signin
{
    position: relative;

    margin-right: 18px;

    border-bottom: 1px dashed #35322e;
}
.signin:before
{
    position: absolute;
    top: 0;
    left: -24px;

    width: 15px;
    height: 15px;

    content: '';

    background: url('../images/signin_icon.png') 0 0 no-repeat;
}
.signin:after
{
    position: absolute;
    top: 3px;
    right: -10px;

    width: 1px;
    height: 13px;

    content: '';

    background-color: #5c5850;
}
.signin:hover,
.signin:focus
{
    text-decoration: none;

    border-bottom: 1px solid transparent;
}
.registration
{
    text-decoration: none;

    border-bottom: 1px solid #5c5850;
}
.registration:hover,
.registration:focus
{
    text-decoration: none;

    border-bottom: 1px solid transparent;
}
.header-block > .header-b-container
{
    padding: 0;

    border-top: 1px solid #e0e0e0;
    background-color: #fff;
}
.header-block:after
{
    position: absolute;
    bottom: -49px;
    left: 0;

    width: 100%;
    height: 49px;

    content: '';

    background: url('../images/header_shadow.png') top center no-repeat;
}
.logo-line
{
    overflow: hidden;

    margin: 0 0 0 28px;
    padding-bottom: 20px;

    color: #606060;
}
.logo
{
    float: left;

    margin: 23px 60px 0 0;
}
.phone
{
    float: left;

    margin: 12px 62px 0 0;

    text-align: right;
}
.phone-number
{
    font-size: 24px;
    font-weight: bold;

    color: #35322e;
}
.header-other-info
{
    font-size: 13px;
    line-height: 18px;

    margin: 2px 0 5px 0;
}
.header-other-info span
{
    display: block;
}
.header-info-link
{
    font-size: 14px;

    text-decoration: none!important;

    color: #5c8106!important;
    border-bottom: 1px dashed #5c8106;
}
.header-info-link:hover
{
    border-bottom: 1px dashed transparent;
}
.address
{
    float: left;

    margin: 16px 55px 0 0;
}
.address-header
{
    font-size: 14px;
    font-weight: bold;

    text-transform: uppercase;

    color: #35322e;
}
.address .header-other-info
{
    margin: 10px 0 7px 0;
}
.search-block
{
    float: left;

    margin-top: 15px;
}
.search-header
{
    font-size: 14px;
    font-weight: bold;

    text-transform: uppercase;

    color: #35322e;
}
.search-input
{
    position: relative;

    margin-top: 6px;
}
.search-button
{
    position: absolute;
    top: 9px;
    right: 10px;

    width: 17px;
    height: 16px;
    padding: 0;

    border: none;
    outline: none;
    background: url('../images/search_icon.png') 0 0 no-repeat;
}
.search-input input
{
    width: 246px;
    height: 35px;
    padding: 0 0 0 10px;

    border: 1px solid #afafaf;
}
.search-text
{
    font-size: 14px;

    margin-top: 5px;

    color: #35322e;
}
.search-text a
{
    text-decoration: none !important;

    color: #a19f9d;
    border-bottom: 1px dashed #a19f9d;
}
.search-text a:hover
{
    border-bottom-color: transparent;
}
.main-menu
{
    position: relative;

    float: left;

    width: 100%;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}
.with-slider .main-menu
{
    border-bottom-color: transparent;
}
.main-menu .navbar
{
    position: static;

    float: left;

    margin: 0;

    border: 0;
}
.main-menu .navbar-collapse
{
    display: block !important;

    padding-right: 32px;
    padding-left: 0;

    border-right: 1px solid #e0e0e0;
}
.navbar-nav > li,
.navbar-nav
{
    float: left !important;
}
.navbar-nav > li > a,
.cart-block ul > li > a
{
    font-size: 14px;
    font-weight: bold;

    position: relative;

    padding: 16px 27px 19px 27px;

    text-decoration: none;
    text-transform: uppercase;

    color: #35322e;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.cart-block ul > li > a:hover,
.cart-block ul > li > a:focus
{
    color: #96c034;
}
/*.navbar-nav > li.catalog-submenu
{
    position: static;

    padding-left: 31px;
}
.navbar-nav > li.catalog-submenu:hover
{
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
            box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
}
.navbar-nav > li.catalog-submenu:hover .inner-menu
{
    display: block;
}
.navbar-nav > li.catalog-submenu > a:before
{
    position: absolute;
    top: 15px;
    left: 0;

    width: 22px;
    height: 19px;

    content: '';

    background: url('../images/catalog_icon.png') 0 0 no-repeat;
}
.nav > li > a:focus,
.nav > li > a:hover
{
    background-color: transparent;
}
.navbar-nav > li.catalog-submenu > a
{
    padding-left: 39px;
}*/
.inner-menu
{
    position: absolute;
    z-index: 1000;
    top: 55px;
    left: 0;

    display: none;

    width: 100%;
    margin: 0;
    padding: 0;
    padding: 22px 0 16px 35px;

    list-style-type: none;

    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
            box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
}
.inner-menu:before
{
    position: absolute;
    top: -20px;
    left: 0;

    width: 162px;
    height: 20px;

    content: '';

    background-color: #fff;
}
.inner-menu > li > ul
{
    line-height: 24px;

    margin: 0 0 19px 0;
    padding: 0;

    list-style-type: none;
}
.inner-menu > li
{
    width: 290px;
}
.catalog-submenu .inner-menu > li
{
    float: left;
}
.inner-menu > li > ul > li:first-child
{
    margin-bottom: 8px;
}
.inner-menu > li > ul > li:first-child > a
{
    font-size: 14px;
    font-weight: bold;

    color: #35322e;
}
.inner-menu > li > ul > li > a
{
    color: #717171;
}
.special
{
    position: relative;
}
.special-label
{
    font-size: 24px;
    font-weight: bold;
    line-height: 68px;

    position: absolute;
    top: 16px;
    left: 16px;

    width: 68px;
    height: 68px;

    text-align: center;

    color: #fff;
    -webkit-border-radius: 68px;
            border-radius: 68px;
    background-color: #e93434;
}
.special-header
{
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;

    display: inline-block;

    margin-top: 13px;

    color: #77a118;
}
.special-header:hover
{
    color: #77a118;
}
.cart-block
{
    float: right;

    margin-right: 17px;
}
.cart-block ul
{
    float: right;

    margin: 0;
    padding: 0;

    list-style-type: none;
}
.cart-block ul > li
{
    float: left;
}
.cart-block ul > li > a
{
    line-height: 25px;

    display: block;

    padding-top: 14px;
    padding-bottom: 16px;
}
.cart-item > a
{
    font-size: 16px!important;

    padding-left: 34px!important;
}
.wishlist > a
{
    padding-right: 40px!important;
    padding-left: 32px!important;
}
.cart-item > a:before,
.wishlist > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '';
}
.cart-item > a:before
{
    width: 23px;
    height: 25px;
    margin-top: 14px;

    background: url('../images/cart_header_icon.png') 0 0 no-repeat;
}
.wishlist > a:before
{
    width: 19px;
    height: 23px;
    margin-top: 16px;

    background: url('../images/wishlist_icon.png') 0 0 no-repeat;
}
.main-slider-container
{
    position: relative;

    width: 100%;
}
.main-slider
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
/*.main-slider ul
{
    position: relative;

    width: 20000em;
    margin: 0;
    padding: 0;

    list-style-type: none;

    text-align: center;
}
.main-slider li
{
    float: left;

    text-align: center;
}*/
.m-slide
{
    position: relative;
}
.m-slider-image
{
    float: right;

    margin-top: 75px;
}
.m-slider-text
{
    font-weight: bold;

    position: absolute;
    z-index: 500;
    top: 110px;
    left: 32px;

    text-transform: uppercase;
}
.m-slider-header
{
    font-size: 42px;
    line-height: 44px;

    margin-bottom: 14px;

    color: #35322f;
}
.m-slider-descr
{
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 31px;

    color: #35322e;
}
.slider-old-price
{
    font-size: 21px;
    line-height: 36px;

    margin-bottom: -5px;

    text-decoration: line-through;

    color: #807c7e;
}
.slider-actual-price
{
    font-size: 30px;
    line-height: 36px;

    color: #c62d31;
}
.slider-image-block
{
    position: relative;

    overflow: hidden;
}
.slider-label
{
    line-height: 14px;

    position: absolute;
    top: 60px;
    right: 90px;

    width: 120px;
    height: 120px;
    padding-top: 17px;

    text-align: center;

    color: #ffa6a8;
    -webkit-border-radius: 120px;
            border-radius: 120px;
    background-color: #c62d31;
}
.slider-label > span
{
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;

    color: #fff;
}
.slider-nav
{
    position: absolute;
    z-index: 500;
    bottom: 47px;
    left: 32px;
}
.main-slider-container .slider-nav
{
    left: 0;

    width: 100%;
}
/*.slider-prev,
.slider-next
{
    display: inline-block;
    float: left;

    width: 53px;
    height: 45px;

    background: url('../images/slider_nav.png') 0 0 no-repeat;
}
.slider-nav > a:hover
{
    opacity: .75;
}
.slider-next
{
    background-position: 0 -45px;
}
.slider-prev + .slider-next
{
    margin-left: 1px;
}*/
.slider-banners
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
}
.slider-banners .container
{
    margin-bottom: 60px;
}
.banner-item
{
    float: right;
    clear: both;

    -webkit-box-shadow: 0 0 30px 2px rgba(68, 68, 68, .27);
            box-shadow: 0 0 30px 2px rgba(68, 68, 68, .27);
}
.banner-item + .banner-item
{
    margin-top: 39px;
}
.banner-label
{
    font-size: 11px;
    line-height: 13px;

    width: 43px;
    height: 13px;
    padding-left: 4px;

    color: #fff;
    background: url('../images/banner_label.png') 0 0 no-repeat;
}
.banner-text
{
    position: absolute;
    z-index: 200;
    top: 27px;
    left: 25px;

    max-width: 160px;
}
.banner-image
{
    position: absolute;
    z-index: 100;
    right: 25px;
    bottom: 0;
}
.banner-header
{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;

    margin: 17px 0 6px 0;

    text-transform: uppercase;

    color: #35322f;
}
.banner-descr
{
    font-size: 15px;

    margin-bottom: 17px;

    color: #35322f;
}
.banner-price
{
    font-size: 18px;
    font-weight: bold;

    color: #c62d31;
}
.advantages .container
{
    margin-bottom: 21px;
    padding: 20px 15px 0 15px;
}
.advantages-list
{
    overflow: hidden;

    margin: 0;
    padding: 0 0 18px 0;

    list-style-type: none;

    border-bottom: 1px solid #e0e0e0;
}
.advantages-list > li
{
    float: left;

    padding: 5px 23px;

    border-right: 1px solid #e0e0e0;
}
.advantages-list > li:last-child
{
    border: none;
}
.advantages-list > li > img
{
    float: left;

    margin-right: 19px;
}
.advantages-header
{
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;

    margin-bottom: 4px;

    text-transform: uppercase;

    color: #35322e;
}
.advantages-descr
{
    font-size: 13px;
    line-height: 18px;

    color: #7a7a7a;
}
.advantages-text
{
    /*float: left;*/
}
.left-content
{
    float: left;

    width: 260px;
    margin-top: 26px;
}
.subscribe-block
{
    width: 100%;
    margin-bottom: 21px;

    text-align: center;

    border: 1px solid #e0e0e0;
}
.subscribe-header
{
    font-size: 14px;
    font-weight: bold;

    position: relative;
    top: -9px;

    display: inline-block;

    padding: 0 12px;

    text-transform: uppercase;

    color: #35322e;
    background-color: #fff;
}
.subscribe-block form
{
    width: 100%;
    padding: 5px 17px 16px 17px;

    text-align: left;
}
.subscribe-block form > input,
.subscribe-block form > select
{
    font-size: 14px;

    width: 100%;
    height: 43px;
    padding-left: 13px;

    color: #7a7a7a;
    border: 1px solid #afafaf;
}
.subscribe-block form > select + input
{
    margin-top: 13px;
}
.subscribe-block form > input + button
{
    margin-top: 15px;
}
.subscribe-block button
{
    font-size: 14px;
    font-weight: bold;

    width: 100%;
    height: 45px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #f3990b;
}
.left-banners a
{
    display: inline-block;
}
.left-banners a + a
{
    margin-top: 23px;
}
.watched
{
    margin-top: 26px;
}
.watched-list
{
    margin: 3px 0 35px 0;
    padding: 0;
}
.watched-list li
{
    overflow: hidden;

    padding: 17px 0;

    /*border-bottom: 1px solid #dedede;*/
}
.watched-list li:last-child
{
    padding-bottom: 0;

    border-bottom-color: transparent;
}
.watched-list > li > img
{
    float: left;
}
.watched-product-name
{
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;

    color: #77a118;
}
.watched-product-name:hover,
.watched-product-name:focus
{
    color: #77a118;
}
.watched-vendor
{
    font-size: 12px;
    line-height: 20px;

    color: #afafaf;
}
.watched-text
{
    margin-left: 100px;

    color: #35322e;
}
.watched-price-block
{
    display: block;

    width: 100%;
    margin: 11px 0 0 0;
}
.watched-price
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;

    float: left;

    text-transform: uppercase;
}
.watched-old-price
{
    font-size: 13px;
    line-height: 16px;

    float: right;

    text-decoration: line-through;

    color: #808080;
}
.left-social
{
    margin-top: 30px;
}
.left-social h3
{
    margin-bottom: 15px;
}
.left-social > a
{
    float: left;

    margin-right: 4px;
}
.right-content
{
    margin-left: 275px;
}
.new-products
{
    position: relative;

    float: left;

    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 0;
}
.new-products h2
{
    margin-bottom: 14px;
    margin-left: 15px;
}

.new-products-image
{
    position: relative;

    display: inline-block;

    width: 100%;
}
.new-products-image:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 47px;

    content: '';

}
.new-products-image:hover:after
{
    display: block;
}
.new-products-image.unavailable:hover:after
{
    display: none !important;
}
.new-products-image > img
{
    width: 100%;
    height: auto;
}
.product-bottom .new-products-image > img
{
    max-width: 293px;
}
.new-products-info
{
    padding: 13px 22px 0 22px;
}
.new-products-header,
.w-product-header
{
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;

    display: inline-block;

    margin-bottom: 13px;

    color: #77a118;
}
.new-products-header:hover,
.w-product-header:hover
{
    color: #77a118;
}
.new-products-params,
.r-banner-params
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.params-name
{
    display: inline-block;

    width: 88px;

    background: url('../images/dots_image.png') 0 12px repeat-x;
}
.new-products-params > li + li,
.r-banner-params > li + li
{
    margin-top: 6px;
}
.params-name > span
{
    display: inline-block;

    padding-right: 4px;

    background-color: #fff;
}
.new-price-block
{
    margin: 16px 0 19px 0;
}
.n-old-price,
.n-actual-price
{
    font-weight: bold;

    float: left;
}
.n-old-price
{
    font-size: 14px;

    margin-right: 11px;

    text-decoration: line-through;

    color: #797979;
}
.n-actual-price
{
    font-size: 18px;

    color: #35322e;
}
.n-wishlist
{
    line-height: 17px;

    position: relative;

    display: inline-block;
    float: left;

    margin-top: 10px;
    margin-right: 30px;
    margin-left: 21px;

    text-decoration: none!important;

    color: #606060;
    border-bottom: 1px dashed #606060;
}
.n-wishlist:before
{
    position: absolute;
    top: 0;
    left: -21px;

    width: 14px;
    height: 17px;

    content: '';

    background: url('../images/wishlist_icon_small.png') 0 0 no-repeat;
}

.n-buy-button
{    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    position: relative;
    display: inline-block;
    width: 117px;
    height: 37px;
    padding-left: 44px;
    text-decoration: none!important;
    /*text-transform: uppercase;*/
    color: #fff;
    background-color: #f3990b;
}
.n-buy-button:before
{    position: absolute;
    top: 7px;
    left: 14px;
    width: 20px;
    height: 21px;
    content: '';

    background: url('../images/cart_icon_small.png') 0 0 no-repeat;
}
.n-buy-button:hover,
.n-buy-button:focus
{
    opacity: .75;
    color: #fff;
}
.new-products .slider-nav
{
    top: -14px;
    right: 15px;
    bottom: auto;
    left: auto;
}
.right-banner
{
    float: left;

    width: 100%;
    padding-left: 15px;
}
.right-banner-content
{
    position: relative;

    border: 4px solid #e0e0e0;
}
.right-banner-img
{
    float: left;

    width: 57%;
}
.right-banner-img > img
{
    width: 100%;
    height: auto;
}
.right-banner-text
{
    position: relative;

    float: left;

    width: 43%;
    height: 100%;
    padding: 27px 0 0 35px;

    background-color: #fff;
}
.right-banner-text:before
{
    position: absolute;
    top: 50px;
    left: -34px;

    width: 34px;
    height: 51px;

    content: '';

    background: url('../images/banner_arrow.png') 0 0 no-repeat;
}
.r-banner-label
{
    font-size: 24px;

    color: #96c134;
}
.r-banner-header
{
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;

    margin: 4px 0 8px 0;

    text-transform: uppercase;

    color: #35322f;
}
.r-banner-descr
{
    font-size: 14px;
    font-weight: bold;

    text-transform: uppercase;

    color: #35322e;
}
.r-banner-params
{
    font-size: 18px;

    margin-top: 29px;

    color: #35322e!important;
}
.r-banner-params .params-name
{
    width: 140px;

    background: url('../images/dots_image.png') 0 17px repeat-x;
}
.right-banner-text .n-buy-button
{
    line-height: 45px;

    width: 225px;
    height: 45px;
    margin-top: 36px;
    margin-bottom: 30px;
    padding-left: 97px;
}
.right-banner-text .n-buy-button:before
{
    top: 12px;
    left: 61px;
}
.right-banner .slider-prev,
.right-banner .slider-next
{
    z-index: 500;
    top: 50%;

    margin-top: -23px;
}
.right-banner .slider-prev:hover,
.right-banner .slider-next:hover
{
    opacity: .75;
}
.right-banner .slider-prev
{
    position: absolute;
    left: -4px;
}
.right-banner .slider-next
{
    position: absolute;
    right: -4px;
}
.news
{
    float: left;

    width: 100%;
    margin-top: 26px;
    margin-left: 15px;
}

.news h2 + a,
.blog h2 + a
{
    font-size: 15px;

    display: inline-block;

    margin-top: 5px;
    margin-left: 22px;

    text-decoration: underline;

    color: #35322e;
}
.news h2 + a:hover,
.blog h2 + a:hover
{
    text-decoration: none;
}
.news .row,
.blog .row
{
    clear: left;

    margin-top: 17px;
    margin-right: 0;
}
.news-image,
.blog-image
{
    width: 100%;
    height: auto;
}
.news-header,
.blog-header
{
    line-height: 18px;

    display: inline-block;

    margin: 13px 0 7px 0;

    color: #35322e;
}
.news-date,
.blog-date
{
    font-size: 12px;

    color: #838383;
}
.blog
{
    float: left;

    width: 100%;
    margin-top: 27px;
    margin-left: 15px;
}
.blog .row > div
{
    margin-bottom: 12px;
}
.right-text-list
{
    float: left;

    margin-top: 30px;
    margin-left: 15px;
}
.text-list
{
    margin: 30px 0 0 0;
    padding: 0;

    list-style-type: none;
}
.text-list > li > img
{
    float: left;
}
.text-list > li + li
{
    margin-top: 22px;
}
.text-list-info
{
    margin-left: 68px;
}
.text-list-header
{
    font-size: 18px;
    line-height: 24px;

    margin-bottom: 7px;

    color: #35322e;
}
.text-list-text
{
    font-size: 14px;
    line-height: 21px;

    color: #757575;
}
.text-list > li:nth-child(4) .text-list-header
{
    padding-top: 15px;
}
.map
{
    position: relative;

    width: 100%;
    margin-top: 40px;
}
.map img
{
    width: 100%;
    height: auto;
}
.show-map
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 127px;
    padding-top: 14px;

    text-align: center;

    background: url('../images/map_glow.png') top center no-repeat;
}
.show-map > a
{
    font-size: 14px;
    font-weight: bold;

    position: relative;

    text-decoration: none !important;
    text-transform: uppercase;

    color: #84af22;
    border-bottom: 1px dashed #84af22;
}
.show-map > a:hover
{
    border-bottom-color: transparent;
}
.show-map > a:after
{
    position: absolute;
    top: 5px;
    right: -20px;

    width: 12px;
    height: 7px;

    content: '';

    background: url('../images/show_icon.png') 0 0 no-repeat;
}
footer
{
    background-color: #fff;
}
.footer-container
{
    position: relative;

    overflow: hidden;

    padding: 17px 0 38px 0;

    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.footer-list
{
    float: left;

    margin: 0;
    margin-right: 67px;
    padding: 0;

    list-style-type: none;
}
.footer-list > li:first-child
{
    margin-bottom: 9px;
}
.footer-list > li:first-child > a
{
    font-size: 14px;
    font-weight: bold;

    text-transform: uppercase;

    color: #35322e;
}
.footer-list a
{
    line-height: 24px;

    color: #757575;
}
.footer-social-block
{
    float: left;

    margin-left: 37px;
}
.footer-social
{
    margin-bottom: 10px;
}
.footer-social h3,
.footer-phone h3
{
    font-size: 14px;

    margin-bottom: 11px;
}
.footer-social > a > img
{
    opacity: .35;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.footer-phone
{
    float: left;

    margin-top: 4px;
}
.footer-phone .phone
{
    margin: 0;

    text-align: left;
}
.footer-phone .phone-number
{
    font-size: 30px;
}
.footer-phone h3
{
    margin-bottom: 0;
}
.footer-phone-link
{
    line-height: 18px;

    padding-top: 5px;

    color: #757575;
}
.footer-phone-link a
{
    text-decoration: underline;

    color: #85b023;
}
.footer-phone-link a:hover
{
    text-decoration: none;
}
.copyright-block
{
    font-size: 12px;
    line-height: 56px;

    color: #757575;
    background-color: #fff;
}
.copyright
{
    float: left;
}
.designer
{
    float: right;
}
.designer a
{
    text-decoration: underline;

    color: #757575;
}
.designer a:hover
{
    text-decoration: none;
}
/*Wishlist page*/
.wishlist-block
{
    overflow: hidden;

    margin: 23px 0 57px 0;
}
.wishlist-block ul
{
    width: 100%;
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.wishlist-block li
{
    float: left;

    width: 100%;
    padding: 7px 0;
}
.wishlist-block li + li
{
    border-top: 1px solid #c9c9c9;
}
.wishlist-block li > img
{
    float: left;

    width: 148px;
    height: auto;
    margin-right: 30px;
}
.wishlist-left-info
{
    float: left;

    width: 400px;
    padding: 28px 0 0 0;
}
.w-product-header
{
    margin-bottom: 0;
}
.wishlist-left-info .new-price-block
{
    margin-top: 9px;
}
.wishlist-right-info
{
    float: right;

    padding-top: 35px;
}
.del-from-wish,
.send-friend
{
    line-height: 17px;

    position: relative;

    text-decoration: none!important;

    color: #606060!important;
    border-bottom: 1px dashed #606060;
}
.del-from-wish
{
    margin-right: 80px;
}
.send-friend
{
    margin-right: 55px;
}
.del-from-wish:before,
.send-friend:before
{
    position: absolute;
    top: 0;

    content: '';
}
.send-friend:before
{
    top: 3px;
    left: -22px;

    width: 15px;
    height: 11px;

    background: url('../images/send_icon.png') 0 0 no-repeat;
}
.del-from-wish:before
{
    left: -20px;

    width: 14px;
    height: 17px;

    background: url('../images/del_icon.png') 0 0 no-repeat;
}
.del-from-wish:hover
{
    border-bottom-color: transparent;
}
.wishlist-right-info .n-buy-button
{
    width: auto;
    padding-right: 22px;
}
/*Contacts-page*/
.contacts-map-block
{
    margin-top: 26px;
    margin-bottom: 16px;
}
.map-container
{
    position: relative;

    width: 100%;
}
.map-container > img
{
    width: 100%;
    height: auto;
}
.map-info
{
    line-height: 24px;

    position: absolute;
    top: 46px;
    left: 57px;

    width: 435px;
    padding: 35px 15px 45px 29px;

    color: #7a7a7a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
            box-shadow: 0 0 20px 2px rgba(68, 68, 68, .25);
}
.map-info-header
{
    font-size: 18px;
    font-weight: bold;

    text-transform: uppercase;

    color: #35322e;
}
.map-info-block
{
    margin-top: 21px;
}
.map-info-block > p
{
    padding-bottom: 2px;
}
.info-small-header
{
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 5px;

    text-transform: uppercase;

    color: #525252;
}
.map-info-phone
{
    font-size: 24px;

    color: #35322e;
}
.map-info-email
{
    color: #5c8106!important;
}
.map-info-email:hover
{
    text-decoration: underline;
}
.contacts-content
{
    float: left;

    margin-bottom: 52px;
}
.c-content-img
{
    float: right;

    width: 55%;
}
.c-content-img img
{
    width: 100%;
    height: auto;
}
.c-content-text
{
    float: left;

    width: 45%;
    margin-top: 90px;
    padding-right: 45px;
}
.c-content-text p
{
    font-size: 14px;
    line-height: 26px;

    color: #7a7a7a;
}
.c-content-text p > span
{
    font-weight: bold;

    color: #35322e;
}
.c-content-text h3
{
    font-size: 21px;

    margin-bottom: 35px;
}
/* Recall popup */
.recall-popup
{
    display: none;

    width: 470px;
    min-height: 458px;
    padding: 20px 30px 27px 30px;

    color: #35322e;
}
.recall-popup input,
.recall-popup textarea
{
    font-size: 14px;

    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;

    border: 1px solid #afafaf;
}
.recall-popup input
{
    height: 35px;
}
.recall-popup textarea
{
    height: 112px;
}
.recall-popup label
{
    font-size: 14px;
    font-weight: normal;

    margin-bottom: 6px;
}
.recall-popup form
{
    margin: 20px 0 0 0;
}
.recall-popup button
{
    font-size: 14px;
    font-weight: bold;

    width: 100%;
    height: 45px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #f3990b;
}
.recall-popup button:hover
{
    opacity: .75;
}
/* Add to cart popup */
.to-cart-popup h4{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #35322F;
	text-transform: none;
	margin: 22px 0 0 14px !important;
}
.to-cart-rectangle {
	height: 4px;
	width: 88px;
	background-color: #96C134;
	margin: 24px 0 0 270px;
}
.to-cart-popup
{
    width: 646px;
    min-height: 323px;
    padding: 0 0 0 0;
}
.to-cart-content
{
    width: 613px;
	margin: 27px 0 30px 0;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	box-shadow: 4px 4px 8px rgba(129, 129, 129, 0.35);
	height: 149px;
}
.to-cart-description{
	position: relative;
}
.to-cart-content img
{
    float: left;
    width: 193px;
	height: 147px;
    margin-right: 20px;
}
.to-cart-product
{
    margin: 17px 0 4px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: #232C38;
	overflow: hidden;
	max-height: 30px;
	padding: 0 0 0 0px;
	max-width: 300px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.to-cart-count
{
    margin-bottom: 21px;

    color: #9e9e9e;
}
.to-cart-article{
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	color: #858585;
}
.to-cart-sost{
	font-size: 12px;
	line-height: 22px;
	color: #858585;
	margin: 6px 0 0 0;
}
.to-cart-dem{
	font-size: 12px;
	line-height: 22px;
	color: #858585;
	margin: 7px 0 0 0;
}
.to-cart-description .p-old-price{
	position: absolute;
	right: 12px;
	top: 35px;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	text-decoration-line: line-through;
	color: #C4C4C4 !important;
}

.to-cart-description .p-old-price::before {
    border-bottom: 1px solid #C4C4C4;
	position: absolute;
	left: -2px;
	top: 0px;
	content: "";
	width: 100%;
	height: 56%;
	opacity: 0.5;
}

.to-cart-price
{
    position: absolute;
	right: 13px;
	top: 55px;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	color: #A9CC0C;
	font-weight: normal;
}
.to-cart-buttons-add{
	height: 65px;
}
.to-cart-buttons
{
    clear: both;
	display: flex;
    width: 100%;
	margin: 0 0 17px 0;
}

.to-cart-buttons .to-cart
{
       margin: 0px 0 0 162px;
}

.to-cart-buttons .continue .btn-bordered{
	border: 1px solid #F3990B;
	box-sizing: border-box;
	border-radius: 4px;
	margin: -6px 0 0 43px;
	width: 194px;
	height: 38px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;

	color: #F3990B;
}
.to-cart-buttons .to-cart .btn-filled{
	background: #F3990B;
	border-radius: 4px;
	width: 182px;
	height: 38px;
	margin: -6px 0 0 -5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	text-transform: none;
}
.to-cart-buttons button
{
    width: 207px;
    height: 45px;
}
.to-cart-buttons button:hover
{
    opacity: .75;
}
.to-cart-buttons .btn-filled
{
    float: right;
}
.btn-bordered
{
    color: #606060;
    border: 1px solid #b5b5b5;
    background-color: transparent;
}
.btn-filled
{
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #f3990b;
}
/* Print product */
.product-print-page
{
    overflow: hidden;

    width: 800px;
    margin: 50px 0 50px 100px;
}
.product-print-code
{
    font-size: 20px;
    line-height: 30px;

    color: #acacac;
}
.product-print-content
{
    overflow: hidden;

    margin: 30px 0 0 0;
}
.product-print-main-img
{
    margin-bottom: 24px;
}
.product-print-main-img img
{
    width: 100%;
    height: auto;
}
.product-print-thumbnails img
{
    float: left;

    width: 224px;
    height: auto;

    vertical-align: top;
}
.product-print-thumbnails img + img
{
    margin-left: 12px;
}
.product-print-description
{
    float: right;

    width: 315px;
    height: auto;
    padding: 6px 25px 9px 18px;

    border: 1px solid #fbdaa5;
    background-color: #fffae6!important;

    -webkit-print-color-adjust: exact;
}
.product-print-description p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #000;
}
.product-print-price
{
    font-size: 30px;
    font-weight: bold;
}
.product-print-count
{
    font-size: 15px;
    line-height: 28px;

    margin-bottom: 9px;

    color: #696969;
}
.product-print-text
{
    clear: both;
    overflow: hidden;

    width: 100%;
    margin: 51px 0 0 0;
}
.product-print-text > div
{
    float: left;

    width: 50%;
}
.product-print-text .product-params
{
    margin-top: 25px;
    margin-bottom: -10px;
}
.product-print-text .product-params > li
{
    margin-bottom: 15px;
}
.product-print-text .product-params > li > div
{
    width: 236px;
    height: 17px;

    border-bottom: 1px dashed #35322e;
}
.product-print-text .product-params > li > div > span
{
    z-index: 1000;

    padding-right: 4px;
}
.product-print-options
{
    font-size: 14px;

    border-right: 1px solid #b3b3b3;
}
.product-print-other
{
    padding: 0 0 0 40px;
}
.product-print-other h3
{
    margin-bottom: 9px;
}
.product-print-other p
{
    font-size: 15px;
    line-height: 30px;

    margin-bottom: 37px;
}
.product-print-phone
{
    font-size: 40px;
    font-weight: bold;
}
.product-print-alert
{
    clear: both;

    width: 100%;
    margin-top: 54px;
    padding: 21px 29px 18px 29px;

    background-color: #fffae6!important;

    -webkit-print-color-adjust: exact;
}
.product-print-alert h3
{
    margin-bottom: 12px;
}
.product-print-alert p
{
    line-height: 30px;
}
@media print
{
    .product-print-text .product-params > li > div
    {
        height: 20px;

        border-bottom: 1px solid gray;
    }
}

