#languages-block-top {
    display: flex;
    border: 1px solid #949391;
    border-width: 0 0 0 1px;
    margin-left: 15px;
    padding-left: 15px;
}

@media (max-width: 479px) {
    #languages-block-top {
        width: 25%;
    }
}

#languages-block-top span.firstWord {
    display: none;
}

#languages-block-top div.current {
    font-weight: bold;
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #333;
    cursor: pointer;
}

@media (max-width: 479px) {
    #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px;
    }
}

#languages-block-top div.current strong {
    color: #777777;
}

#languages-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    color: #686666;
    vertical-align: -2px;
    padding-left: 12px;
}

@media (max-width: 479px) {
    #languages-block-top div.current:after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}

@media (max-width: 479px) {
    #languages-block-top div.current .cur-label {
        display: none;
    }
}

#languages-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    background: #333;
    z-index: 2;
}

#languages-block-top ul li {
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}

#languages-block-top ul li a, #languages-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff;
}

/*# sourceMappingURL=blocklanguages.css.map */
/* product desc */
/* primary_block ***************************************************************************** */
.top-hr {
    background: #C4C4C4;
    height: 5px;
    margin: 2px 0 31px;
}

.product-heading-h5 {
    color: #999999;
    font-weight: 200;
    margin: 3px 0 8px;
    font-size: 19px;
}

.box-security .product-heading-h5 {
    margin: 3px 0 -8px;
}

@media (max-width: 1199px) {
    .box-security .product-heading-h5 {
        margin-bottom: 8px;
    }
}

a.fancybox-nav {
    outline: 0;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

@media (max-width: 767px) {
    .pb-left-column #image-block {
        width: 280px;
        margin: 0 auto;
    }
}

.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: #333;
}

.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none;
}

.pb-left-column #image-block .zoomPad {
    z-index: auto !important;
}

.pb-left-column #image-block .new-box, .pb-left-column #image-block .sale-box {
    z-index: 5002;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px;
}

#thumbs_list li {
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#thumbs_list li a {
    display: block;
    border: 3px solid #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #dbdbdb;
}

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
    width: 294px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 194px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 82px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 196px;
    }
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        width: 30px;
        padding-left: 3px;
    }
}

@media (max-width: 767px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 27px;
    padding-left: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 44px;
        padding-left: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 41px;
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 45px;
        padding-left: 14px;
    }
}

#view_scroll_left, #view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left, #view_scroll_right {
        margin-top: 28px;
    }
}

#view_scroll_left:before, #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before, #view_scroll_right:hover:before {
    color: #333;
}

#view_scroll_right {
    float: left;
}

#view_scroll_right:before {
    content: "\f138";
}

#view_scroll_left {
    margin-top: 0;
}

#view_scroll_left:before {
    content: "\f137";
    padding-right: 2px;
}

.resetimg {
    padding: 10px 0 0;
}

.resetimg #resetImages i {
    margin-right: 6px;
}

.view_scroll_spacer {
    margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
        margin-top: 28px;
    }
}

/* link list */
#usefull_link_block {
    list-style-type: none;
}

#usefull_link_block li {
    margin: 0 0 8px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li {
        float: none !important;
    }
}

#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
}

#usefull_link_block li a {
    color: #777676;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block;
}

#usefull_link_block li a:before {
    font-family: "FontAwesome";
    color: #333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
}

#usefull_link_block li a:hover {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none;
    }
}

#usefull_link_block li.print a:before {
    content: "\f02f";
}

#usefull_link_block li.sendtofriend a:before {
    content: "\f003";
}

#usefull_link_block li#left_share_fb {
    clear: both;
    float: none;
}

#usefull_link_block li#left_share_fb a {
    padding-left: 18px;
}

#usefull_link_block li#left_share_fb a:before {
    content: "\f09a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    font-weight: 700;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative;
}

#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #000;
}

#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004";
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
    margin-bottom: 30px;
}

.pb-center-column h1 {
    margin: 0;
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 41px;
    color: #4b260e;
    font-weight: 700;
}

.pb-center-column p {
    margin-bottom: 10px;
}

.pb-center-column #product_reference {
    margin-bottom: 6px;
}

.pb-center-column #short_description_block .buttons_bottom_block {
    display: none;
}

.pb-center-column #short_description_block #short_description_content {
    padding: 0 0 15px;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
}

.pb-center-column #short_description_block #short_description_content p {
    line-height: 18px;
}

.pb-center-column #buy_block {
    margin-top: 10px;
}

.pb-center-column #buy_block label {
    /* width: 125px; */
    line-height: 27px;
    float: left;
    margin-right: 5px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
}

.pb-center-column #buy_block .attribute_list {
    display: inline-block;
    width: 150px;
}

.pb-center-column #buy_block p.price {
    padding: 0;
}

.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

.pb-center-column .box-info-product, .pb-center-column .product_attributes, .pb-center-column .box-cart-bottom {
    border: none;
    background: none;
    box-shadow: none !important;
    padding: 0 !important;
}

.pb-center-column .content_prices, .pb-center-column .buttons_bottom_block {
    padding: 0;
}

.pb-center-column .box-info-product {
    border-top: 1px solid #b6b6b6;
    padding-top: 15px !important;
}

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative;
}

#product p#loyalty b {
    color: #333;
}

#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0;
}

#page .rte {
    padding: 0 20px 20px;
    word-wrap: break-word;
}

#page .rte p {
    margin-bottom: 1em;
    min-height: 1px;
}

#attributes fieldset {
    padding-bottom: 10px;
}

#attributes .attribute_list {
    width: 100%;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: #fff;
    color: #666;
}

#attributes .attribute_list ul {
    clear: both;
}

#attributes .attribute_list ul li {
    float: left;
    margin-right: 10px;
}

#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px;
}

#attributes .attribute_list div.radio, #attributes .attribute_list div.radio span, #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block;
}

#attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
}

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    clear: none;
    width: 26px;
    height: 26px;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border: 1px solid #4d4d4d;
}

.product_attributes, .box-cart-bottom {
    -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    padding: 19px 19px 17px;
}

.box-cart-bottom {
    padding: 0;
}

#short_description_content a, .page-product-box .rte a {
    color: #333333;
    text-decoration: underline;
}

#short_description_content a.btn, .page-product-box .rte a.btn {
    text-decoration: none;
}

.box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

.box-info-product p {
    margin-bottom: 7px;
}

.box-info-product .exclusive {
    padding: 0;
    border: none;
    position: relative;
    display: block;
    background: #76c371;
}

.box-info-product .exclusive:before, .ajax_add_to_cart_button::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    line-height: 44px;
    content: "\f07a";
    z-index: 2;
    width: 30px;
    text-align: center;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 991px) {
    .box-info-product .exclusive:before {
        display: none;
    }
}

.box-info-product .exclusive.added:before {
    content: "\f00c";
}

.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
    height: 51px;
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

.box-info-product .exclusive span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 22px;
    padding: 12px 36px 14px 60px;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left;
    }
}

.box-info-product .exclusive:hover {
    background: #63ac5f;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
    content: "\f00c";
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: #fff;
    display: block !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: center;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
    background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
}

.table-data-sheet tr {
    border-top: 1px solid #d6d4d4;
}

.table-data-sheet tr.even {
    background: #fdfdfd;
}

.table-data-sheet tr td {
    padding: 7px 10px 8px;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #d6d4d4;
    width: 30%;
    font-weight: 700;
    color: #333;
}

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    width: 50%;
    margin: 0 0 20px;
    background: #fff;
}

@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%;
    }
}

table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700;
}

table.table-product-discounts tr td, table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
    display: none;
}

.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none;
}

.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none;
}

.accessories-block .product-name {
    margin-bottom: 5px;
}

.accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939;
}

.accessories-block .product-name a:hover {
    color: #515151;
}

.accessories-block div ul li a {
    display: inline-block;
}

.accessories-block div ul li.s_title_block a, .accessories-block div ul li.s_title_block span {
    font-weight: 700;
}

#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px;
    display: none;
}

#quantity_wanted_p label {
    display: block;
    margin-bottom: 7px;
}

/* availability_statut */
#availability_statut span#availability_label, #availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
}

#quantityAvailable {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

#availability_value, #last_quantities {
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    margin-left: 5px;
}

#last_quantities {
    background: #fe9126;
    border: 1px solid #e4752b;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
    margin-left: 0px;
}

#availability_statut, #pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable span {
    font-weight: 700;
    color: #333;
}

/* box-security */
.box-security {
    border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb', GradientType=0);
}

/* prices */
.content_prices {
    padding: 13px 19px;
}

.discount {
    display: none;
}

.our_price_display {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333;
}

@media (max-width: 991px) {
    .our_price_display {
        font-size: 26px;
        line-height: 28px;
    }
}

.our_price_display .price {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #a5816a;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .our_price_display .price {
        font-size: 26px;
        line-height: 28px;
    }
}

#old_price {
    padding-bottom: 15px;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    line-height: 23px;
}

#reduction_percent, #reduction_amount {
    margin-right: 10px;
    padding: 1px 2px;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    color: #fff;
    background: #f13340;
    border: 1px solid #d02a2c;
}

#reduction_percent span, #reduction_amount span {
    display: block;
}

.hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column #reduction_amount {
    display: inline-block;
}

/* online_only */
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left;
}

.buttons_bottom_block {
    clear: both;
    padding: 13px 19px 0;
}

.buttons_bottom_block #wishlist_button {
    font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #send_friend_form {
        width: 280px;
    }
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4;
}

#send_friend_form .product p {
    padding: 0;
    color: #333;
}

#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000;
}

#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666;
}

#send_friend_form .form_container .text {
    padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid #d6d4d4;
    font-size: 12px;
    color: #666;
}

#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
    margin-bottom: 30px;
}

ul#uploadable_files, ul#text_fields {
    list-style-type: none;
}

.customizableProductsFile, .customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;
}

.customizationUploadLine {
    padding-bottom: 10px;
}

.customizationUploadLine label {
    display: block;
    vertical-align: top;
}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777;
}

.customizationUploadBrowse img + a {
    position: relative;
    top: -51px;
}

#customizedDatas {
    float: right;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block {
        margin-right: 0;
    }
}

#product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-left: 10px;
}

#product.content_only div.primary_block div.pb-left-column #thumbs_list {
    width: 392px;
}

#product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px;
    }
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-right: 0;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block;
    }

    #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none;
    }
}

#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px;
}

#product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
    border-top-width: 0px;
    border-right: none;
    border-bottom: none;
    min-height: 623px;
    height: 100%;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    padding-bottom: 125px;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #d6d4d4;
    }
}

#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
    right: 0;
    left: 0;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
    width: 230px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes, #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
    -moz-box-shadow: transparent 0px 0px 0px;
    -webkit-box-shadow: transparent 0px 0px 0px;
    box-shadow: transparent 0px 0px 0px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes {
    padding-top: 0;
}

.addsharethisinner .stButton .stArrow {
    display: none !important;
}

@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-left-column, #product.content_only section.primary_block div.pb-left-column {
        width: 100%;
        padding-right: 15px;
    }

    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block, #product.content_only section.primary_block div.pb-left-column #image-block, #product.content_only section.primary_block div.pb-left-column #views_block {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li, #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
        width: 90px;
        height: 90px;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li img, #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px;
    }

    #product.content_only div.primary_block div.pb-center-column, #product.content_only section.primary_block div.pb-center-column {
        width: 50%;
        float: left;
        padding-left: 35px;
    }

    #product.content_only div.primary_block div.pb-right-column, #product.content_only section.primary_block div.pb-right-column {
        width: 50%;
        float: left;
    }

    #product.content_only div.primary_block div.pb-right-column .box-info-product, #product.content_only section.primary_block div.pb-right-column .box-info-product {
        border-top-width: 1px;
        min-height: 1px;
    }
}

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4;
}

.ie8 .box-security {
    filter: none;
}

/*# sourceMappingURL=product.css.map */
.page-product-box table {
    width: 100%;
}

.page-product-box table img {
    max-width: 100%;
    height: initial;
}

#oosHook {
    margin: 15px 0;
    font-weight: bold;
}

#oosHook a {
    color: #222;
}

.why-icons {
    background: #fbfbfb;
    padding: 15px 15px;
    margin: 0 0 -15px -15px;
    /* border-bottom: 1px solid #c4c4c4 */
}

.why-row {
    clear: both;
    min-height: 80px;
}

.why-icon {
    float: left;
    height: 54px;
    background: url('/img/ikonki.jpg');
    width: 54px;
}

.why-text {
    margin-left: 63px;
    padding: 5px 0;
}

.why-text h4 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.why-row:nth-child(4) .why-icon {
    background-position: 0 54px
}

.why-row:nth-child(3) .why-icon {
    background-position: 0 119px
}

.why-row:nth-child(2) .why-icon {
    background-position: 0 183px
}

.page-product-box img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .page-product-box img {
        margin: 0 -15px;
        width: 110%;
        max-width: none;
    }
}

.pb-left-column #image-block {
    border: 0;
    padding: 0;
    flex-grow: 1;
}

#thumbs_list {
    height: 100%;
}

#views_block {
    position: relative;
}

#view_scroll_left, #view_scroll_right {
    position: absolute;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

#view_scroll_left:before, #view_scroll_right:before {
    color: #fff;
}

#view_scroll_right {
    right: 0;
}

.pb-center-column .box-info-product {
    border-top: 0;
}

.our_price_display small {
    margin-left: 10px;
    font-size: .8em;
    font-weight: 300;
    display: none;
}

.d-flex {
    display: flex;
}

.d-flex--v-center {
    align-items: center;
}

.m-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.m-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

input#quantity_wanted {
    display: block;
    max-width: 60px;
    padding: 10px 15px 10px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    height: auto;
    color: #4b566b;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.btn.button-plus, .btn.button-minus {
    text-shadow: none;
}

.btn.button-plus span, .btn.button-minus span {
    background: transparent;
    padding-top: 5px;
}

#add_to_cart {
    margin-left: 25px;
}

#add_to_cart button {
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    user-select: none;
    padding: 12px 30px 12px 50px;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 5px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #fff !important;
    background: #ab8b76;
    border-color: #ab8b76;
    cursor: pointer;
    box-shadow: 0 .5rem 1.125rem -.5rem #ab8b76;
}

.attribute input:checked + label {
    border-color: #76c371;
    opacity: 1;
}

.attribute label {
    padding: 10px 18px;
    margin-right: 15px;
    background: transparent;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #4b566b;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.attribute--crossed label {
    opacity: .5;
}

.attribute--crossed label {
    background: #fdfdfd;
}

.attribute label small {
    display: block;
    font-size: .5em;
    line-height: 1.4;
    font-weight: 400;
}

.page-product-box label {
    margin-bottom: 0;
}

.shop-features {
    border: 0;
    background: transparent;
}

.shop-feature {
    padding-left: 0;
}

.shop-feature + .shop-feature {
    border-left: 0;
}

#view_scroll_left:before {
    content: "\f053";
}

#view_scroll_right:before {
    content: "\f054";
}

/*.shop-feature .icon {*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: 0 0 !important;*/
/*}*/
/*.shop-feature .icon-assistance {*/
/*    background: url('../../img/icon-assistance.png');*/
/*}*/
/*.shop-feature .icon-free {*/
/*    background: url('../../img/icon-free.png');*/
/*}*/
/*.shop-feature .icon-payments {*/
/*    background: url('../../img/icon-payments.png');*/
/*}*/
/*.shop-feature .icon-returns {*/
/*    background: url('../../img/icon-returns.png');*/
/*}*/
.shop-feature .text h5 {
    color: #8d8989;
    font-size: 15px;
}

.shop-feature .text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    color: #b89276;
    font-weight: 300;
    font-family: "Roboto";
    text-align: center;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fe6a6a;
    border: 0 !important;
    font-weight: bold;
}

.nav-tabs > li.active {
    border-bottom: 2px solid #fe696a;
}

.page-product-box--green {
    background: #f3f9f2;
    padding: 5px 15px
}

.page-product-box--green h4 {
    color: #7dbd74;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.nav-tabs--new li:not(.active) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #76c371;
    height: 3px;
}

.nav-tabs--new li a:hover {
    background: #fff;
}

.nav-tabs--new li a:hover::after {
    background: #5d9d59
}

.bxslider--new .ajax_block_product {
    box-shadow: none;
    padding: 0 !important;
    text-align: center;
}

.bxslider--new img {
    border: 0;
}

.bxslider--new .product-box .product-image {
    border: 0;
    padding: 0;
}

.bxslider--new .price {
    font-size: 16px;
    font-weight: bold;
}

.accessories-block .bxslider--new .product-name a {
    font-size: 14px;
}

h3.page-product-heading--new {
    border-bottom: 0;
    font-weight: 400;
    font-size: 22px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    table {
        max-width: 100%;
        display: block;
    }

    .nav-tabs li a {
        font-size: 14px;
    }

    .attribute label {
        font-size: 18px;
    }

    .nav-tabs > li {
        width: 50%;
    }
}

.tab-padded {
    padding: 25px;
}

.row-home-top {
    display: flex;
    flex-wrap: wrap;
}

.row-home-sale {
    display: flex;
}

.home-heading--white {
    color: #fff;
}

.home-heading--normal {
    text-transform: none;
    font-weight: 300;
}

.home-heading::after {
    content: none;
}

.home-green-box {
    background: #86c37f;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 40px;
}

.home-btn {
    text-transform: uppercase;
    color: #86c37f;
    border: 1px solid #86c37f;
    font-weight: 300;
    padding: 10px 20px;
    float: right;
}

.home-btn--white {
    color: #fff;
    border-color: #fff;
}

.ajax_block_product {
    box-shadow: none;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 25px !important;
}

ul.product_list img {
    width: 100%;
}

.home-blog {
    position: relative;
}

.home-blog::before {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 300%;
    content: '';
    display: block;
    height: 230px;
    background: #f1dbca;
}

.home-heading--m0 {
    margin-top: 0;
    padding-top: 0;
}

.sds_post_title a {
    font-weight: bold;
    color: #000;
}

.sds_post_title {
    margin-top: 0;
}

.home-btn--white-bg {
    background: #fff;
}

.price-percent-reduction {
    border-radius: 50%;
    width: 60px;
    line-height: 54px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    border: 3px solid #fff;
    right: 10px;
    top: 10px;
}

.img-hover-effect::before, .img-hover-effect::after {
    border-color: #fff;
}

#header .shopping_cart > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0;
}

#header .shopping_cart > a:first-child:hover:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}

@media (max-width: 1200px) {
    .logo-wrapper img:last-child {
        width: 200px;
        height: auto;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important;
    }
}

.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 19px;
}

.cart_block .cart_block_list .remove_link a, .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #777;
    display: block;
    width: 100%;
    height: 100%;
}

.cart_block .cart_block_list .remove_link a:before, .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}

.cart_block .cart_block_list .remove_link a:hover, .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151;
}

.cart_block .cart-images {
    float: left;
    margin-right: 20px;
}

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}

.cart_block .cart-info .product-name a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
    font-size: 15px;
}

.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}

.cart_block dd {
    position: relative;
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333;
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {
    border-top: 1px solid #e3e9ef;
    font-weight: bold;
    padding: 10px 20px 0px 20px;
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0;
    font-weight: 500;
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}

.cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #ffffff;
}

.cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: transparent;
    border: 0;
}

.cart_block .cart-buttons a#button_order_cart span {
    padding: 7px 0;
    font-size: 1.1em;
    border: solid 1px #fe696a;
    background: #fe696a;
    text-shadow: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
    border: solid 1px #fe3638;
    background: #fe3638;
    color: #fff;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #ffffff;
    color: #4b566b;
    width: 270px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 9px -8px rgba(0, 0, 0, .1), 0 5px 15px -2px rgb(0, 0, 0, .15);
}

@media (max-width: 480px) {
    #header .cart_block {
        width: 100%;
        top: 61px;
    }
}

#header .cart_block .cart_block_list .remove_link a, #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a:hover, #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #9c9b9b;
}

#header .cart_block .price {
    color: #fe696a;
}

#header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x;
}

#header .cart_block dt.first_item {
    background: none;
}

#header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}

#header .cart_block .product-atributes a {
    color: #9c9b9b;
}

#header .cart_block .product-atributes a:hover {
    color: #fff;
}

#header .block_content {
    margin-bottom: 0;
}

.cart_block #cart_block_summary, .cart_block .title_block span, #header .cart_block h4, #header .cart_block .title_block, #header .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost, .cart_block .cart_block_tax_cost, .cart_block .cart_block_total, .cart_block .cart_block_wrapping_cost {
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cart_block table.vouchers tr td {
    padding: 2px;
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px;
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#layer_cart {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

#layer_cart .layer_cart_product .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}

#layer_cart .layer_cart_product .title i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title i {
        font-size: 22px;
        line-height: 22px;
    }
}

#layer_cart .layer_cart_product .product-image-container {
    max-width: 178px;
    border: 1px solid #d6d4d4;
    padding: 5px;
    float: left;
    margin-right: 30px;
}

@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 38px 0 0 0;
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: block;
    padding-bottom: 8px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div {
    padding-bottom: 7px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
    padding-right: 3px;
}

#layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4;
    }
}

#layer_cart .layer_cart_cart .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .title {
        font-size: 18px;
    }
}

#layer_cart .layer_cart_cart .layer_cart_row {
    padding: 0 0 7px 0;
}

#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}

#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #777777;
}

#layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}

#layer_cart .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}

#layer_cart .cross:hover {
    color: #515151;
}

#layer_cart .continue {
    cursor: pointer;
}

#layer_cart p {
    padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #d6d4d4;
    padding: 26px 30px 40px 30px;
    position: relative;
}

#layer_cart .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 25px;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
    display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    border: 1px solid #d6d4d4;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}

#layer_cart .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev, #layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after, #layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}

#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}

#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}

/*# sourceMappingURL=blockcart.css.map */
#currencies-block-top {
    position: relative;
}

#currencies-block-top span.firstWord {
    display: none;
}

#currencies-block-top div.current {
    font-weight: normal;
    color: #949391;
    cursor: pointer;
    line-height: 18px;
}

@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
        font-size: 11px;
    }
}

#currencies-block-top div.current strong {
    color: #777777;
}

#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    background: #333;
    z-index: 2;
}

#currencies-block-top ul li {
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}

#currencies-block-top ul li a, #currencies-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff;
}

#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #484848;
}

/*# sourceMappingURL=blockcurrencies.css.map */
/*** ESSENTIAL STYLES ***/
.sf-contener {
}

.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    padding-top: 10px;
    overflow: visible;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to bottom, #fdf0e8, #ebcfb9);
    border-radius: 5px;
}

.sf-menu a {
    display: block;
    color: #50302b;
}

@media (max-width: 767px) {
    .sf-menu ul {
        position: relative;
    }
}

.sf-menu ul li {
    width: 100%;
    position: relative;
}

.sf-menu ul li li {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 5px 15px;
    max-width: 350px;
}

.sf-menu ul li li:last-of-type {
    border-bottom: 3px solid #fff;
}

.sf-menu ul li li:first-of-type {
    border-top: 3px solid #fff;
}

.sf-menu li:hover {
    visibility: inherit;
}

/*@media (max-width: 767px) {*/
.sf-menu > li {
    position: relative;
    border-right: none;
}

.sf-menu > li span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    z-index: 2;
}

.sf-menu > li span:after {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 8px;
    right: 25px;
    top: 15px;
    position: absolute;
    transition: all ease .25s;
    width: 20px;
    height: 20px;
    background: #f3f5f9;
    border-radius: 50%;
    text-align: center;
}

.sf-menu > li span.active:after {
    /*content: "\f077";*/
    transform: rotate(180deg);
}

.sf-menu li li li a {
    padding: 0px 0 5px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #5a3b35;
    font-weight: 500;
    font-family: "Roboto";
    border-bottom: 1px solid #fff;
}

.sf-menu li li li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.sf-menu li ul {
    display: none;
    /* match top ul list item height */
    z-index: 99;
}

@media (max-width: 767px) {
    .sf-menu li ul {
        top: 0;
    }
}

.sf-menu li li ul {
    position: absolute;
    opacity: 1 !important;
    padding: 15px;
    background: none;
    -moz-box-shadow: transparent 0px 0px 0px;
    -webkit-box-shadow: transparent 0px 0px 0px;
    box-shadow: 0px 21px 10.5px rgba(0,0,0,0.28);
    left: 100%;
    top: 0;
    min-width: 600px;
    background: #f5e2d6;
    border-radius: 0 10px 10px 10px;
}

.sf-menu ul li:last-child a {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .sf-menu li ul {
        top: 0;
    }

    .sf-menu li li ul {
        min-width: none;
    }
}

.sf-menu li li li ul {
    padding: 0 0 0 20px;
}

.sf-menu li li li ul {
    width: 220px;
    display: none !important;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 100%;
    /* match ul width */
    top: 8px;
    margin-left: -1px;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 200px;
    /* match ul width */
    top: 0;
}

.sf-menu > li > ul {
    left: 0;
    top: 100%;
    background: #fff8f4;
    padding: 5px 15px 15px;
    min-width: 300px;
}

@media (min-width: 768px) {
    .sf-menu > li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff8f4;
        padding: 5px 15px 15px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 21px 10.5px rgba(0,0,0,0.28);
        min-width: 300px;
    }
}

.sf-menu > li > a {
    padding: 15px 25px 25px;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    display: flex;
    font-weight: 500;
}

.sf-menu > li > a:hover {
    background: #fff8f4;
    border-radius: 10px 10px 0 0;
}

.sf-menu > li > ul > li > a {
    padding: 5px 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #5a3b35;
    font-weight: 500;
    font-family: "Roboto";
    align-items: center;
    border-bottom: 1px solid #c5c0be;
}

.sf-menu > li > ul > li > a:hover {
    color: #515151;
}

@media (max-width: 767px) {
    .sf-menu > li > ul > li {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .sf-menu > li > ul > li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .sf-menu > li > ul > li.first-in-line-lg {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .sf-menu > li > ul > li.first-in-line-xs {
        clear: left;
    }
}

.sf-menu > li > ul > li.category-thumbnail {
    width: 100% !important;
    float: none;
    clear: both;
    overflow: hidden;
    padding-right: 0;
}

.sf-menu > li > ul > li.category-thumbnail > div {
    float: left;
    padding-left: 10px;
    width: 33.333%;
}

@media (max-width: 479px) {
    .sf-menu > li > ul > li.category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

.sf-menu > li > ul > li.category-thumbnail > div:first-child {
    padding-left: 0;
}

.sf-menu > li > ul > li.category-thumbnail > div img {
    max-width: 100%;
    display: block;
}

#search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    color: #977f73;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
}

#search_block_top .btn.button-search span {
    display: none;
}

#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}

#search_query_top {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #977f73;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #977f73;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

#search_query_top:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}

.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}

.ac_results li.ac_odd {
    background: #fff;
}

.ac_results li:hover, .ac_results li.ac_over {
    background: #fbfbfb;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #333;
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

form#searchbox .button.button-small {
    float: left;
}

form#searchbox .button.button-small i {
    margin-right: 0;
}

@media (max-width: 767px) {
    .cat-title {
        font: 600 18px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #484848;
        padding: 17px 20px;
        position: relative;
        width: 100%;
        text-align: center;
        background: linear-gradient(to bottom, #fdf0e8, #ebcfb9);
        border: 0;
    }

    .cat-title:hover {
        color: #000;
    }

    .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px;
    }

    .cat-title.active:after {
        content: "\f068";
    }
}

.sf-menu li.sf-search {
    border: none;
}

.sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #9c9b9b;
    border: 1px solid #d6d4d4;
}

#block_top_menu .category-thumbnail {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}

#block_top_menu .category-thumbnail div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block_top_menu .category-thumbnail div img {
    max-width: 100%;
}

#block_top_menu li.category-thumbnail {
    padding-right: 0;
}

/*# sourceMappingURL=superfish-modified.css.map */
@media (max-width: 767px) {
    .sf-menu .promo-product, .sf-menu .promo-description {
        display: none;
    }

    #block_top_menu .category-thumbnail {
        display: none;
    }
}

@media (min-width: 768px) {
    .sf-menu > li.wide-dropdown > ul {
        width: 100%;
        left: 0;
        min-height: 410px;
    }

    .sf-menu > li.wide-dropdown > ul > li {
        display: inline-block;
        width: 23%;
        vertical-align: top;
        left: 0;
        margin-right: 2%;
    }

    .sf-menu > li.wide-dropdown.dropdown-id-15 > ul > li {
        width: 47%;
    }

    .sf-menu > li.wide-dropdown.dropdown-id-15 > ul > li:nth-child(3n) {
        margin-right: 2%;
    }

    .sf-menu > li.wide-dropdown > ul > li > a {
        color: #719f41;
        white-space: normal;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 3px;
        display: block;
    }

    .sf-menu > li.wide-dropdown > ul > li:nth-child(3n) {
        margin-right: 25%;
    }

    .sf-menu > li.dropdown-id-22 > ul .promo-description {
        margin-top: 50px;
    }

    .sf-menu > li.dropdown-id-22 > ul > li:nth-child(n + 4) {
        margin-top: 35px;
    }

    .sf-menu .promo-product {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        /*text-align: center;*/
        padding: 30px 30px 60px 30px;
        height: 100%;
    }

    .sf-menu .promo-product h6 {
        text-align: left;
        font: 600 16px/20px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 10px;
    }

    .sf-menu .promo-product img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .sf-menu .promo-product a {
        font-size: 13px;
        color: #719f41;
        font-weight: bold;
    }

    .sf-menu .promo-product a.a-list {
        margin-bottom: 5px;
        display: inline-block;
    }

    .sf-menu .promo-description {
        width: 75%;
        padding: 15px 0 20px;
    }

    .sf-menu .promo-know {
        width: 75%;
    }
}

.sf-menu .promo-know h6 {
    font: 600 16px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #00AEEF;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f1f1f1;
}

.sf-menu .promo-know ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
}

.sf-menu .promo-know a:not(.inline) {
    font-weight: bold;
    display: block;
}

.sf-menu .promo-know a:not(.inline)::before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.sf-menu .inline {
    color: #719f41;
    font-weight: bold;
}

.sf-menu iframe + iframe {
    margin-left: 10px;
}

.sf-menu .videos-wrapper {
    display: flex;
}

.sf-menu .videos-wrapper > * {
    flex: 1 1 0;
    width: 24%;
    margin-right: 10px;
    position: relative;
}

.sf-menu .videos-wrapper a::after {
    font: normal normal normal 34px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all ease .25s;
}

.sf-menu .videos-wrapper a:hover::after {
    background: rgba(0, 0, 0, .5);
}

.sf-menu .videos-wrapper img {
    width: 100%;
}

.sf-menu .videos-wrapper {
}

.sf-menu li > li:hover > a {
    color: #b57c58;
}

.sf-menu li li a:hover {
    color: #b57c58;
}

.sf-menu li li:hover .sf-with-ul::after {
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) {
    header .nav {
        top: 30px;
        position: relative;
    }

    nav .col-sm-4.clearfix {
        width: auto;
        float: right;
        padding: 0;
    }

    header nav {
        position: relative;
        z-index: 10;
        padding-left: 140px;
    }

    #header .shopping_cart > a:first-child:after {
        padding: 0 0 0 10px;
        content: "\f078";
        font-size: 13px;
    }

    #header .shopping_cart > a:first-child:hover:after {
        padding: 0 0 0 10px;
        content: "\f077";
    }

    .shopping_cart > a:first-child b {
        font-size: inherit;
        line-height: inherit;
        font-size: 11px;
        color: #000;
        text-shadow: none;
        display: none;
        font-weight: 400;
    }

    .contact_top {
        float: left;
        padding: 8px 0 0 140px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .contact_top i {
        margin: 0 5px;
    }

    .social_icons_top a {
        color: #555;
    }

    .header-container {
        padding-bottom: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .row.main_nav_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.account i {
        color: #555;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .header-mid {
        z-index: 151;
    }

    #languages-block-top {
        width: auto;
        flex-direction: column;
        border-width: 1px 0 0 0;
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
        font-size: 0;
        justify-content: center;
        align-items: center;
    }

    #header .banner {
        display: none;
    }

    .header_user_info:last-child {
        display: none;
    }
}

.header-banner {
    background: #000;
    max-width: 100%;
}

div#block_top_menu:before {
    content: none;
}

.social_icons_top {
    display: none;
}

.pb-center-column #buy_block .attribute_list {
    width: 100%;
}

.attribute input:checked + label {
    color: #fff;
    white-space: nowrap;
    background: #fe696a;
    border-color: #fe696a;
    cursor: pointer;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, .9);
    border-radius: 5px;
}

.attribute input {
    display: none;
}

.attribute {
    display: inline-block;
}

#home-page-tabs > li a {
    font-size: 14px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    #home-page-tabs > li.active a, #home-page-tabs > li a:hover {
        margin: 0;
    }

    .index .product-name {
        height: 70px;
    }
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
    padding: 10px 15px;
}

.top-hr {
    display: none;
}

.breadcrumb {
    background: transparent;
    border: none;
    font-weight: 400;
}

.breadcrumb a {
    background: none;
    font-weight: 400;
}

.breadcrumb a.home i {
    vertical-align: -3px;
}

.breadcrumb a:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 11px;
    height: 11px;
    background: #f6f9fc;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a:before {
    display: inline-block;
    content: ".";
    display: none;
    position: absolute;
    left: 1px;
    top: 6px;
    width: 11px;
    height: 11px;
    background: transparent;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a.home:after {
    top: 8px;
    right: -5px;
}

.navigation-pipe {
    width: 12px !important;
}

#header .shopping_cart {
    width: auto;
    margin: 0 10px 0 5px;
}

@media screen and (min-width: 768px) {
    header .nav {
        top: 30px;
        position: relative;
    }

    .nav + div {
        clear: both;
        margin-top: -30px;
        position: relative;
    }

    nav .col-sm-4.clearfix {
        width: auto;
        float: right;
        padding: 0;
    }

    header nav {
        position: relative;
        z-index: 10;
        padding-left: 140px;
    }

    #header .shopping_cart {
        width: auto;
        margin: 0 20px 0 15px;
        position: relative;
    }

    .shopping_cart > a:first-child {
        background: transparent;
        color: #000;
        font-size: 13px;
        line-height: 18px;
    }

    #header .shopping_cart > a:first-child:after {
        padding: 0 0 0 10px;
        content: "\f078";
        font-size: 13px;
    }

    #header .shopping_cart > a:first-child:hover:after {
        padding: 0 0 0 10px;
        content: "\f077";
    }

    .contact_top {
        float: left;
        padding: 8px 0 0 140px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .contact_top i {
        margin: 0 5px;
    }

    .social_icons_top a {
        color: #555;
    }

    .header-container {
        padding-bottom: 15px;
    }

    .row.main_nav_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.account i {
        color: #555;
        margin-right: 5px;
    }
}

#CookieAlert div:last-child {
    float: left;
}

.rent_terms .checker {
    float: left;
}

.rent_terms label {
    vertical-align: top;
    margin: -7px 0 0 5px;
}

.rent_terms {
    margin: 0 0 10px 0;
    float: left;
}

.box-info-product .exclusive[disabled] {
    opacity: 0.5;
}

.top-bar {
    font-weight: 400;
    color: #6a5251;
    margin-left: auto;
}

.header_user_info a, .shopping_cart > a:first-child, .shopping_cart > a:first-child b {
    color: #4b566b;
    display: flex;
    align-items: center;
    padding-right: 0;
    position: relative;
}

.top-bar .contact_top {
    padding: 10px 0 0 30px;
    float: left;
    font-size: 14px;
    font-weight: inherit;
}

.sf-search-toggle {
    margin-left: auto;
}

.sf-search-toggle i {
    font-size: 18px;
}

.header_user_info {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.home-boxes img {
    max-width: 100%;
    filter: saturate(15) grayscale(1);
}

.sf-menu .promo-product a {
    color: #6a5251;
}

.promo-product .name {
    display: block;
    margin-top: 5px;
}

.sf-menu .promo-product {
    padding: 15px 30px 60px 50px;
}

.promo-product .price {
    margin-top: 5px;
    display: block;
}

.top-bar .separator {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 3px 0 10px;
    position: relative;
    top: 3px;
    background: rgba(0, 0, 0, 0.4);
}

.top-bar-right .separator {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

div#header_logo {
    float: left;
    z-index: 0;
    padding: 0;
    background: #6a5251;
    flex-shrink: 0;
}

header .nav {
    top: 0;
    background: #232730;
    padding: 0;
    margin-top: 8px;
}

#header_logo img {
    max-height: 110px;
    width: auto;
}

.sf-menu li li li a:before {
    display: none;
}

#layer_cart {
    left: 0;
    white-space: normal;
}

/*
    CART & USER
*/
.shopping_cart .ajax_cart_product_txt_s, .shopping_cart .ajax_cart_product_txt {
    display: none !important;
}

#header .shopping_cart > a:first-child:after {
    display: none;
}

.header_user_info .icon {
    margin-right: 10px;
    font-size: 24px;
    line-height: 23px;
    font-size: 24px;
    color: #4b566b;
    background: #f3f5f9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.header_user_info .logout {
    display: none;
}

.header_user_info span {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}

.header_user_info a.account i {
    color: inherit;
}

#top_column {
    display: flex;
    flex-wrap: wrap;
}

#homepage-slider, #homepage-slider * {
    height: 100% !important;
    max-height: 555px !important;
}

#homepage-slider img {
    object-fit: cover;
}

.home-categories-row img {
    width: 100%;
    height: auto;
}

.home-categories-row a {
    position: relative;
}

.img-hover-effect {
    display: block;
    position: relative;
}

.img-hover-effect::before, .img-hover-effect::after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #000;
    transition: all ease .25s;
}

.img-hover-effect:hover::before, .img-hover-effect:hover::after {
    transform: scale(1, 1);
}

.img-hover-effect::before {
    border-width: 1px 0 1px 0;
    transform: scale(0, 1);
}

.img-hover-effect::after {
    border-width: 0 1px 0 1px;
    transform: scale(1, 0);
}

.img-hover-effect-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

.home-categories-row > * {
    padding-left: 0;
}

.home-categories-row + .home-categories-row {
    margin-top: 15px;
}

.shop-features {
    margin: 25px 0 0 0;
}

.shop-feature {
    display: flex;
    border: 2px solid #dbdbdb;
    min-height: 60px;
    border-radius: 15px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-feature .icon {
    margin: 0 auto;
    background: url(/img/shop-features.png);
    width: 60px;
    height: 60px;
    background-position: -35px;
}

.shop-feature:nth-child(2) .icon {
    background-position: -125px;
}

.shop-feature:nth-child(3) .icon {
    background-position: -218px;
}

.shop-feature:nth-child(4) .icon {
    background-position: -304px;
}

.shop-feature .text h5 {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b89276;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
}

.shop-feature + .shop-feature {
    border-left: 1px solid #e3e9ef;
}

.shop-features-vertical {
    margin-top: 0;
    padding: 5px 15px;
}

.shop-feature-vertical {
    padding-left: 0;
    overflow: hidden;
    padding: 15px 0;
}

.shop-feature-vertical + .shop-feature-vertical {
    border-top: 1px solid #ebebeb;
    border-left: none;
}

/*
    HOME-HEADING
*/
.home-heading {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 43px;
    color: #4e3433;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
    text-transform: uppercase;
    margin: 75px 0 40px;
}

.home-heading--white {
    color: #fff !important;
}

.home-heading--m0 {
    margin: 0;
    padding: 0;
}

.sf-menu > li.has-dropdown > a::after {
    content: "\f078";
    font-size: 8px;
    font-family: "FontAwesome";
    padding: 0 0 0 12px;
    margin-top: -5px;
    position: relative;
    vertical-align: bottom;
}

.price-percent-reduction {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f13240;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border: none;
}

.product-image-container {
    padding: 0 !important;
    border: 0 !important;
; }

ul.product_list > li .product-container h5 {
    padding: 0;
    min-height: auto;
    margin-bottom: 0;
}

ul.product_list .product-name {
    font-size: 16px;
    line-height: 25px;
    color: #5e4443;
    font-weight: 500;
    font-family: "Roboto";
    height: 60px;
}

ul.product_list > li.hovered .product-container {
    box-shadow: none;
    z-index: 1;
}

ul.product_list img {
    transition: all .25s ease;
}

ul.product_list > li.hovered img {
    opacity: .8;
}

@media (min-width: 768px) {
    .row-f {
        display: flex;
        flex-wrap: wrap;
    }
}

.f-c {
    display: flex;
    flex-direction: column;
}

ul.product_list > li .product-container .button-container .lnk_view {
    border: 0;
    background: #76c371;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
}

ul.product_list > li .product-container .button-container .lnk_view span {
    background: transparent;
    text-shadow: none;
    border: 0;
    color: #fff;
    padding: 2px 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
}

@media (min-width: 768px) {
    .product-left {
        padding-right: 30px;
    }

    .product-right {
        padding-left: 0;
    }
}

.nav-tabs {
    border-bottom: 2px solid #e3e9ef;
}

.product-right .product-tabs-long > li > a {
    background: transparent;
    border: none;
    font-size: 15px;
}

.product-right .product-tabs-long {
    border-bottom: 2px solid #ddd;
}

.product-tabs-long > li.active > a, .product-tabs-long > li.active > a:hover, .product-tabs-long > li.active > a:focus {
    background: transparent !important;
}

.product-right .nav > li > a {
    padding: 8px 10px;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    border-top: none;
}

.product-right .nav > li.active > a, .product-right .nav > li:hover > a, .product-right .nav > li.active:hover > a {
    border-bottom: 2px solid #76c371 !important;
    font-weight: 400 !important;
    color: #76c371;
}

#product .product-right .primary_block h1 {
    font-size: 18px;
    color: #222;
    margin-top: 0;
    font-family: inherit;
}

.product-right .box-info-product .exclusive span {
    font-size: 14px;
    line-height: 32px;
    padding: 0 25px;
}

.product-right div#quantity_wanted_p input {
    width: 32px;
    height: 32px;
    font-size: 14px;
}

.product-right .our_price_display {
    font-size: 19px;
}

.product-right #our_price_display {
    font-size: 20px;
}

.product-right .qty-controls a span {
    width: 14px !important;
    padding-top: 2px;
    height: 14px !important;
    font-size: 7px;
}

.product-right .qty-controls a:first-child {
    top: 16px;
}

.block .title_block, .block h4, .layered_subtitle {
    border-top: none;
    border-bottom: 2px solid #ddd;
    padding: 0 0 8px 0;
    color: #222;
    position: relative;
    background-color: transparent;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

/*.block .title_block::after, .block h4::after, */
.layered_subtitle::after {
    display: block;
    position: absolute;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #76c371;
    content: '';
}

.layered_filter {
    border-bottom: 0;
}

#layered_block_left #enabled_filters, #layered_url_filter_block {
    background-color: transparent;
    border-bottom: 0;
}

#enabled_filters .layered_subtitle {
    display: none;
}

#layered_form div div ul:empty {
    display: none;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #76c371;
    border-color: #76c371;
}

.ui-slider-horizontal {
    border-color: #fff;
    background: #ddd;
}

.sds_post_title {
}

.promo-description {
    width: 100% !important;
    border-top: 2px solid #6a5251;
    padding-top: 5px;
    margin-top: 25px;
    font-weight: bold;
    color: #6a5251;
}

.new-box {
    display: none;
}

.mtop {
    height: 40px !important;
}

@media (max-width: 768px) {
    .header-center {
        flex-direction: column;
        align-items: stretch;
    }

    .mtop {
        height: 60px !important;
    }

    #header_logo img {
        padding-left: 0;
    }

    div#header_logo {
        background-color: transparent;
        padding: 15px 0 0 0;
        position: relative;
    }

    #header .nav {
        position: relative;
        top: 0;
        right: 0;
        background: transparent;
    }

    .top-bar {
        background: transparent;
        position: relative;
        margin-left: 0;
    }

    .top-bar .separator {
        width: 0;
    }

    .top-bar .contact_top {
        float: right;
        font-size: 11px;
    }

    #header .header_user_info a::before {
        content: none;
    }

    #header .header_user_info span {
        display: none;
    }

    #header .header_user_info a i {
        margin: 0;
    }

    .shop-feature {
        padding-left: 5px;
    }

    .shop-features {
        display: none;
    }

    .home-categories-row {
        padding-left: 15px;
    }

    .home-categories {
        margin-top: 15px;
    }

    .header-right {
        z-index: 151;
        padding-top: 0;
    }

    div#block_top_menu {
        padding: 0;
        width: 100%;
    }

    #header .shopping_cart > a > span.ajax_cart_quantity {
        width: 20px;
        color: #fff;
        left: 20px;
        top: -5px;
    }

    #header #search_block_top form {
        position: absolute;
        top: 200px;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        display: none;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
    }

    #header_logo {
        display: none;
    }

    .sf-search-toggle {
        margin-left: 5px;
        padding: 3px 5px 2px 5px
    }

    .cat-title::after {
        content: none !important;
        display: none;
    }

    form#searchbox button {
        display: none;
    }

    .sf-menu > li > a {
        color: #000;
    }

    .sf-menu li ul {
        top: 0 !important;
    }

    button.left-toggle {
        margin-right: auto;
    }

    .mobile-toggle {
        margin-right: 5px;
    }

    #currencies-block-top {
        width: auto;
        padding-right: 5px;
        padding-left: 5px;
    }

    #languages-block-top span {
        font-size: 00;
    }

    .product-left {
        display: none;
    }

    .sf-menu ul {
        background: rgba(255, 255, 255, 1);
    }

    .home-boxes .col-sm-5 a {
        margin: 25px 0;
    }
}

@media (max-width: 992px) {
    .home-categories-row {
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    #layer_cart {
        margin-top: 100px;
    }
}

.mobile-logo img {
    height: 22px;
    margin: 2px 0 0 5px;
}

#languages-block-top ul {
    z-index: 155;
}

#currencies-block-top ul {
    z-index: 155;
    left: auto;
    right: 0;
}

.shopping_cart .ajax_cart_no_product.unvisible {
    display: none !important;
}

#languages-block-top ul li.selected, #languages-block-top ul li:hover a {
    background: #484848;
}

.footer-newsletter {
    margin-top: 50px;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1330px;
    }
}

.itemprop {
    display: none;
}

#left_column {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 70px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e3e9ef;
    height: 100%;
    background: #fff;
    justify-content: space-between;
    z-index: 3;
    transition: transform ease-in-out .25s;
    transform: translateX(-100%);
}

#left_column.is-visible {
    transform: translateX(0);
}

#header {
    width: 100%;
}

#center_column {
    flex-grow: 1;
}

.left-social {
    display: flex;
    margin: 25px 0;
    justify-content: center;
}

.left-social a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #e3e9ef;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
    border-radius: .3125rem;
    background-color: #fff;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    margin-right: 15px;
}

.left-social a:hover {
    background: #f6f9fc;
}

.left-social a i {
    font-size: 16px;
}

#footer img {
    max-width: 100%;
}

span.ajax_cart_quantity {
    position: absolute;
    left: 40px;
    width: 20px;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    top: 0;
}

.top-bar-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#header #search_block_top .mobile-toggle::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #5a3b35;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

#block_top_menu h3 {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 25px;
    font-weight: 500;
    color: #fe696a;
    border-bottom: 1px solid #e3e9ef;
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    div#search_block_top {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .top-bar-right {
        margin-right: 3rem;
    }

    .mobile-toggle {
        display: none;
    }
}

.product_list.grid {
    display: flex;
    flex-wrap: wrap;
}

.right-block {
    padding: 0 10px;
}

span.old-price.product-price {
    font-size: .9em;
}

.primary_block {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pb-left-column, .pb-center-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
}

.primary_row_bg {
    background: #fff;
    border-radius: 10px;
}

.pb-left-column-inner {
    flex-direction: row;
    display: flex;
    padding: 20px;
}

#thumbs_list_frame {
    display: flex;
    flex-direction: column;
}

#image-block img {
    width: auto !important;
    margin: 0 auto !important;
}

.pb-center-column-inner {
    padding: 20px 20px;
}

body {
    font-family: Roboto, sans-serif;
    color: #4b566b;
}

.product-tabs-long-content {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    background: #fff;
    margin-top: 25px !important;
}

@media (min-width: 768px) {
    .pb-center-column-inner {
        padding: 30px 40px 50px 0px;
    }

    .pb-left-column-inner {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .footer-container .container {
        padding: 0 30px;
    }
}

.box {
    background: #ffffff;
    border: 1px solid #e3e9ef;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
}

.attribute label:hover {
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

input#quantity_wanted:focus {
    border-color: rgba(254, 105, 106, .3) !important;
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

#footer a {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 300;
    font-family: "Roboto";
}

#footer a:hover {
    color: #fff;
}

.footer-container #footer h4, .footer-container #footer h4 a {
    font-size: 17px;
    font-weight: 500;
}

.bottom-footer {
    background: #fff;
    color: rgba(255, 255, 255, .5);
    padding: 30px 0 0 0;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #a18f86;
    font-weight: 300;
    font-family: "Roboto";
}

.bottom-footer a {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #a18f86;
    font-weight: 300;
    font-family: "Roboto";
}

.bottom-footer img {
    margin-top: 30px;
    border-radius: 5px;
}

.footer-container .container {
    padding-bottom: 50px;
}

.tns-controls button {
    font-family: 'FontAwesome';
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
    border: 0;
    width: 100%;
    background: transparent;
}

.tns-controls button:last-child {
    top: unset;
    bottom: -15px;
}

#short_description_content ul, #short_description_content ol, #short_description_content dl, #tinymce ul, #tinymce ol, #tinymce dl {
    margin-left: 0;
}

.left-bottom {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.3
}

.footer-contact span {
    display: block;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 500;
    font-family: "Roboto";
}

.footer-contact a {
    font-weight: 400;
    color: #9c7344;
}

.left-bottom h6 {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0 15px 0;
}

.searchbox-inner {
    position: relative;
}

.left-top {
    flex-grow: 1;
    min-height: 1px;
}

.nav-tabs > li > a {
    font-size: 18px;
    border: 0;
}

.nav-tabs > li > a:hover {
    border: 0;
    background: #fff;
    color: #fe6a6a;
}

#block_top_menu .nav-tabs li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

#block_top_menu ul.nav.nav-tabs {
    display: flex;
}

#block_top_menu .tab-content {
    margin-top: 0;
}

.panel-features .panel-heading {
    background: #fff;
    padding: 0;
    border-color: #5b4839;
}

.panel-features .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-features .panel:last-child {
    border-radius: 0 0 5px 5px;
}

.panel-features .panel:first-child {
    border-radius: 5px 5px 0 0;
}

.panel-features a {
    display: block;
    padding: 15px 20px;
; }

.panel-features .panel-title a {
    position: relative;
    font-size: 15px;
    color: #5b4839;
}

.panel-features .panel-title a::after {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 8px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    transition: transform ease .25s;
    width: 20px;
    height: 20px;
    background: #f3f5f9;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.panel-features .panel-title a.collapsed::after {
    transform: translateY(-50%);
}

.panel-features label {
    color: #373f50;
}

.panel-features .panel-body {
    color: #373f50;
    font-size: 14px;
    line-height: 1.4em;
    padding: 15px 20px;
}

.home-description.semcore {
    font-size: 15px;
    line-height: 1.5em;
}

.home-description .home-heading {
    margin-bottom: 10px;
}

span.product_img_link_out_of_stock_wrapper {
    display: block;
    position: relative;
}

span.product_img_out_of_stock_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 340px;
}

.home-section-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.home-section-heading:before, .home-section-heading:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.home-section-heading:after {
    margin: 0 0 0 20px;
}

.home-section-article-heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin: 25px 0;
    color: #333;
}

.footer-newsletter {
    position: relative;
    padding: 50px 85px;
    background: #ffffff;
    border-radius: 10px;
    border: 4px solid #ece1d8;
    max-width: 1000px;
    margin: 50px auto;
}

.footer-newsletter::before {
    content: '';
    display: block;
    width: 300%;
    left: -100%;
    height: 200px;
    background: #fae7d5;
    position: absolute;
    z-indeX: -1;
    top: -50px;
}

.footer-newsletter h2 {
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #775646;
    font-weight: 900;
    font-family: "Roboto";
    margin: 0 0 25px 0;
}

.footer-newsletter h3 {
    margin: 0;
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #6e4d3c;
    font-weight: 400;
    font-family: "Roboto";
}

.footer-newsletter input {
    height: 50px;
    padding: 0 10px;
    font-size: 18px;
    background: #fff;
    text-align: center;
    font-weight: 300;
    border-radius: 5px;
    color: #4b566b;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
}

.footer-newsletter input:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.footer-newsletter button {
    height: 50px;
    font-weight: 600;
    background: #fe696a;
    border: 1px solid #fe696a;
    font-size: 16px;
    border-radius: 5px;
    font-size: 15px;
}

.footer-newsletter button:hover {
    background: #fe3638;
    border: #fe3638;
}

.btn-red {
    font-weight: 600;
    background: #fe696a;
    border: 1px solid #fe696a;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.btn-red i {
    margin-right: 12px;
}

.btn-red:hover {
    background: #fe3638;
    border: #fe3638;
}

@media (max-width: 767px) {
    .footer-newsletter {
        padding: 25px 15px;
        text-align: center;
    }

    .footer-newsletter form {
        margin-top: 10px;
    }

    .footer-newsletter .col-xs-8 {
        padding-right: 0;
    }

    .footer-newsletter .col-xs-4 {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    #viewer_content {
        width: 800px;
        max-width: 50%;
        float: right;
    }

    #tab_info {
        overflow: auto;
    }
}

.cms #center_column, #module-smartblog-details #center_column p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    font-weight: 400;
}

#cms #center_column td img {
    max-width: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.form-control:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.form-group.form-error input, .form-group.form-error textarea {
    border: 1px solid #fe696a;
    color: #f13340;
    background: url(../img/icon/form-error.png) 95% 14px no-repeat #fff1f2;
}

.product-tabs-long-content h2 {
    font-size: 17px;
    margin: 0;
}

.product-tabs-long-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.header-mid {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .header-mid > div {
        width: 33.33%;
        display: flex;
    }
}

a.logo-wrapper {
    display: block;
    margin: 0 auto;
}

.header-top {
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    padding: 10px;
}

.header-top-left {
    color: #949391;
    font-size: 14px;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-mid-right {
    justify-content: flex-end;
    display: flex;
}

#languages-block-top > div {
    margin: 0 10px;
}

.header-top-left img {
    max-height: 20px;
    margin-right: 12px;
}

.bx-controls {
    display: none;
}

.home-boxes {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
}

.home-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: #fbf2eb;
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    transition: all ease .25s;
}

#homepage-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.home-box span {
    color: #714d39;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    transition: all ease .25s;
}

.home-box:hover span {
    color: #c07e55;
}

.home-box:hover img {
    filter: none;
}

.home-box:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

ul.product_list > li .product-container {
    box-shadow: 0px 5px 36.5px rgba(239,205,175,0.78);
    border-radius: 10px;
}

ul.product_list > li .product-container .content_price .product-price {
    font-size: 24px;
    line-height: 20px;
    color: #ab8b76;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    margin-top: 15px;
}

a.button.ajax_add_to_cart_button {
    background: #ab8b76;
    border: 0;
    padding: 15px 20px 15px 50px;
    margin-bottom: -25px;
    border-radius: 10px;
    margin-top: 10px;
}

.left-block {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

ul.product_list > li {
    text-align: center;
}

.splide {
    margin: -5rem;
}

.splide__track {
    padding: 5rem !important;
}

.ajax_block_product.splide__slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-about {
    padding: 50px;
    box-shadow: 0px 22px 34px rgba(231,197,185,0.45);
    border-radius: 10px;
    position: relative;
    background: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #2e211a;
    font-weight: 300;
    font-family: "Roboto";
}

.home-about::before {
    width: 100vw;
    height: 130%;
    content: '';
    display: block;
    background: linear-gradient(to bottom, #fff, #fff6f3 10%, #fff6f3 90%, #fff);
    position: absolute;
    top: -15%;
    left: calc((100vw - 100%) / -2);
    z-index: -1;
}

.columns-container.container {
    background: transparent;
}

.home-contact {
    text-align: center;
    margin: 50px;
    font-size: 37px;
    letter-spacing: 3px;
    line-height: 63px;
    color: #69403d;
    font-weight: 500;
    font-family: "Roboto";
}

.home-about-title {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #7b4b33;
    font-weight: 700;
    font-family: "Roboto";
    margin-bottom: 20px;
}

.home-about-title span {
    border-bottom: 6px solid #f1dbca;
}

a.home-about-more-btn {
    width: 208px;
    height: 64px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 2px rgba(123,75,51,0.32));
    background-color: #7b4b33;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.home-description-heading {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #cd561b;
    font-weight: 500;
    font-family: "Roboto";
    text-align: right;
    padding: 25px 50px;
    display: inline-block;
    position: relative;
    margin: 50px 0 25px;
    max-width: 500px;
}

.home-description-heading::before {
    width: 600px;
    height: 100%;
    content: '';
    display: block;
    box-shadow: 0px 5px 53px rgba(229,194,181,0.75);
    background-color: #ffffff;
    border-radius: 10px;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

.home-description-heading--right::before {
    left: unset;
    right: 0;
}

.home-description > div {
    padding: 50px 0;
}

.home-description :nth-child(2n - 1) {
    text-align: right;
}

.home-description-heading--right {
    text-align: left;
}

.home-description p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #7b4b33;
    font-weight: 400;
    font-family: "Roboto";
}

.sdsblog-box-content {
    position: relative;
    margin-bottom: 100px;
}

.sdsblog-box-content::before {
    width: 300%;
    left: -100%;
    bottom: 0;
    content: '';
    display: block;
    background: #f1dbca;
    position: absolute;
    height: 230px;
}

.sds_blog_post {
    background: #fff;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.sds_blog_post > a {
    display: block;
}

.sds_blog_post_details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

a.r_more.sds_read_more {
    float: none;
    margin: auto 0 0 auto;
    border: none;
    color: #cd561b;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.footer-instagram {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc((100vw - 100%) * -.5)
}

.footer-instagram .picture {
    width: 20%;
}

.footer-instagram img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.footer-boxes {
    margin: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.footer-box {
    width: 49%;
    position: relative;
}

.footer-box span {
    position: absolute;
    bottom: 25px;
    left: 50%;
    background: #fff;
    width: 80%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 52px;
    color: #70391f;
    font-weight: 500;
    font-family: "Roboto";
    padding: 25px;
    text-transform: uppercase;
}

.footer-container {
    background: #fff;
}

.footer-menu {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-social-wrapper span {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 500;
    font-family: "Roboto";
}

.footer-social-wrapper {
    text-align: center;
}

.footer-contact img {
    margin-right: 15px;
}

.footer-menu img {
    margin: 0 25px;
}

footer#footer {
    border-top: 1px solid #815f50;
    border-bottom: 1px solid #e5dad1;
    padding: 50px 0;
}

.footer-container #footer a:hover {
    color: #7b5931;
}

.long-desc-wrapper {
    border-radius: 10px;
    filter: drop-shadow(0px 22px 73.5px rgba(231,197,185,0.82));
    background-color: #ffffff;
    padding: 25px;
    margin: 25px 0 100px;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.ajax_add_to_cart_button::before {
    top: 3px;
    left: 10px;
}

a.button.ajax_add_to_cart_button:hover {
    background: #ec726f;
}

ul.product_list > li .product-container .content_price .product-price.old-price {
    position: relative;
    top: -8px;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 14px;
    color: #725747;
    font-weight: 300;
}

.sf-with-ul::after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 10px;
    font-size: .8em;
}

.sf-menu li li .sf-with-ul::after {
    margin-left: auto;
    background: #f5e2d6;
    padding: 5px;
    width: 25px;
    text-align: center;
}

.sf-menu li li li .sf-with-ul::after {
    display: none;
}

@media (max-width: 767px) {
    .sf-menu {
        flex-direction: column;
        display: none;
    }

    .columns-container.container {
        overflow-x: hidden;
    }

    .home-boxes {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: unset;
        grid-auto-flow: unset;
        grid-row-gap: 10px;
    }

    .home-boxes :nth-child(10) {
        grid-column-start: 2;
    }

    .header-top {
        padding: 0;
        box-shadow: none;
    }

    a.footer-box {
        width: 90%;
        margin: 0 auto 15px;
    }

    .footer-newsletter h3 {
        font-size: 30px;
    }

    .footer-newsletter h2 {
        font-size: 25px;
    }

    .home-description-heading::before {
        width: 100%;
    }

    .home-contact {
        font-size: 19px;
    }

    .home-contact img {
        height: 40px;
    }

    .header-mid-center {
        order: -1;
        width: 100%;
        display: flex;
        margin-bottom: 15px;
    }

    .header-mid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_user_info img {
        height: 40px;
    }

    #header .shopping_cart img {
        height: 40px;
    }

    .header_user_info {
        margin: 0 10px;
    }

    .header-top-left {
        display: none;
    }

    .header-top-right {
        flex-direction: column;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #languages-block-top > div {
        margin: 5px 0;
    }

    #languages-block-top img {
        margin: 0 !important;
    }

    ul.product_list .product-name {
        font-size: 16px;
    }

    .home-description p {
        font-size: 16px;
        line-height: 20px;
        margin: 25px 0 50px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu img {
        order: -1;
        width: 100%;
        height: 150px;
        object-fit: contain;
        margin-bottom: 25px;
    }

    .footer-menu .footer-links {
        width: 48%;
    }

    #footer > .row > :nth-child(1) {
        order: 2;
        margin-top: 25px;
    }

    #footer > .row > :nth-child(3) {
        display: none;
    }

    #footer > .row {
        display: flex;
        flex-direction: column;
    }

    .home-description-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .footer-box span {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 768px) {
    .cat-title {
        display: none;
    }
}
