/* base colors */
/* base colors */
/* base font */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=PT+Serif");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Audiowide);
/* base font */
body {
    margin: 0;
    padding: 0;
    color: #6C5A53;
    position: relative;
    font-size: 14px;
    background: url(../img/bg_main.jpg) repeat;
    font-family: 'Open Sans', serif;
    border-top: solid 5px black;
}

@media screen and (min-width: 768px) {
    #menu {
        display: none;
    }
}

p:first-letter {
    text-transform: uppercase;
}

a {
    color: #5A4A44;
    transition: all 0.5s ease-out;
}

a:hover,
a:focus,
a:visited,
a:active {
    /*color: #fff !important;*/
    text-decoration: none !important;
}

/*********************preloader******************************/
.loading-block {
    display: flex;
    flex-direction: row;
}

.loading__letter {
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "Audiowide";
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.loading__letter:nth-child(2) {
    animation-delay: .1s;
}

.loading__letter:nth-child(3) {
    animation-delay: .2s;
}

.loading__letter:nth-child(4) {
    animation-delay: .3s;
}

.loading__letter:nth-child(5) {
    animation-delay: .4s;
}

.loading__letter:nth-child(6) {
    animation-delay: .5s;
}

.loading__letter:nth-child(7) {
    animation-delay: .6s;
}

.loading__letter:nth-child(8) {
    animation-delay: .8s;
}

.loading__letter:nth-child(9) {
    animation-delay: 1s;
}

.loading__letter:nth-child(10) {
    animation-delay: 1.2s;
}

@keyframes bounce {
    0% {
        transform: translateY(0px)
    }
    40% {
        transform: translateY(-40px);
    }
    80%,
    100% {
        transform: translateY(0px);
    }
}

#preloader {
    background-color: #F3EDEA;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

#loader {
    margin: auto;
}

/*********************preloader******************************/

/*********************header_top****************************/
.header_top {
    background: rgba(108, 90, 83, .9);
    color: #fff;
    line-height: 40px;
    box-shadow: 0 2px 1px -1px #d6d6d6;
}

.header_top .schedule-time {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.header_top .schedule-time .title {
    padding: 0 5px 0 0;
    text-decoration: underline;
}

.header_top .schedule-time .title:not(:first-child) {
    padding-left: 5px;
}

.header_top .schedule-time .time {
    font-weight: bold;
}

.header_menu {
    padding: 15px 0;
    border-top: rgba(108, 90, 83, .3) solid 1px;
    border-bottom: rgba(108, 90, 83, .3) solid 1px;
    background: rgba(235, 233, 231, .9);
    margin-bottom: 25px;
}

.header_menu .menu_block {
    margin-left: 20px;
    text-align: center;
}

.header_menu .menu_block a {
    color: rgba(108, 90, 83, 1);
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.header_menu .menu_block a:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    background-color: rgba(108, 90, 83, .3);
    transform: translateX(-50%);
    transition: width 0.24s ease;
}

.header_menu .menu_block a:hover:after {
    width: 100%;
}

.content-block-bg {
    background: rgba(235, 233, 231, .8);
}


.customers_block {

}

.customers_block a {
    color: #fff;
    text-shadow: #333 1px 1px 2px;
    margin-left: 20px;
}

.select_currency_block {
    float: right;
    line-height: 41px;
}

.select_currency_block select {
    display: inline-block;
    height: 25px;
    color: #74646e;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background: #fff;
}

.xs_currency {
    margin-top: 10px;
    line-height: 40px;
}

/******************************langs_block*********************/
.langs_block {
    line-height: 45px;
}

.langs_block a {
    width: 25px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    opacity: .6;
}

.langs_block a.active, .langs_block a:hover {
    opacity: 1;
}

.langs_block a:hover {

}

.xs_langs {
    line-height: 40px;
}

.xs_langs span {
    float: left;
}

.xs_langs .langs_block {
    float: right;
}

/*********************header_top****************************/
#cart_page_content,
#favorites_overlay {
    /*width: 100%;*/
}

.xs_header {
    box-shadow: #d6d6d6 1px 1px 3px;
}

.xs_cart_block {

}

.xs_cart_block .cart_min_icon {
    /*background: url(../img/cart_icon.png) no-repeat center center;*/
    width: 65px;
    height: 100%;
    display: inline-block;
    position: relative;
}

.xs_cart_block .cart_min_icon:before {
    content: "\f290";
    font-family: FontAwesome, serif;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 15px;
}

.xs_cart_block .cart_min_icon .cart_min_block {
    position: relative;
    display: inline-block;
}

.xs_cart_block .cart_min_icon .cart_min_block span {
    position: absolute;
    top: -22px;
    color: #6B5B55;
    left: 5px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 13px;
}

.xs_menu_block .customers_block_xs {
    padding: 10px 0 30px 0;
    text-align: center;
    margin: 0 auto;
    background: #6B5B55;
}

.xs_menu_block .customers_block_xs a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 1px #fff;
    position: relative;
    vertical-align: top;
    margin: 0 20px;
}

.xs_menu_block .customers_block_xs a i {
    font-size: 32px;
    padding: 10px;
}

.xs_menu_block .customers_block_xs a:nth-child(2n) i {
    font-size: 27px;
}

.xs_menu_block .customers_block_xs a:nth-child(1) span {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -37px;
    text-transform: uppercase;
    font-size: 12px;
    left: 8px;
}

.xs_menu_block .customers_block_xs a:nth-child(2n) span {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -37px;
    text-transform: uppercase;
    font-size: 12px;
    left: -18px;
}

/*.xs_menu_block .customers_block a:before {*/
/*content: "";*/
/*background: url(../img/build/customers_ico.png) no-repeat;*/
/*width: 14px;*/
/*height: 15px;*/
/*position: absolute;*/
/*top: 4px;*/
/*left: 8px;*/
/*}*/
.xs_menu_block .customers_block .block.login_block_links a:before {
    content: '';
    background: none;
}

.xs_menu_block .customers_block span.hello {
    color: #6c6c6c;
}

.xs_menu_block .customers_block span {
    color: #6C5A53;
    font-size: 14px;
}


.xs_menu_block .xs_text_menu_block {
    border: solid 1px #333;
    margin: 5px 18px;
    padding: 5px 10px;
}

.xs_menu_block .xs_text_menu_block a {
    display: block;
    margin: 8px 0;
}

.xs_menu_block .xs_text_menu_block a:first-child {
    position: relative;
    color: #6C5A53;
    font-weight: bold;
}

.xs_menu_block .xs_text_menu_block a:first-child:before {
    content: "new";
    color: #fff;
    background: #6C5A53;
    position: absolute;
    top: -4px;
    right: 5px;
    font-size: 12px;
    text-transform: none;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg);
}


.xs_social_block {
    margin: 15px 18px;
    text-align: center;
}

.xs_social_block .title_block {
    text-transform: uppercase;
}

.xs_social_block .social_icons_block {
    text-align: center;
    margin: 10px 0;
}

.xs_social_block .social_icons_block .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 10px 10px;
}

.xs_social_block .social_icons_block .icon.vk_ico {
    background: url(../img/vk_ico.png) no-repeat;

}

.xs_social_block .social_icons_block .icon.instagram_ico {
    background: url(../img/instagram_ico.png) no-repeat;
}

.xs_social_block .social_icons_block .icon.fb_ico {
    background: url(../img/fb_ico.png) no-repeat;
}

.footer_social_xs {
    margin: 15px auto;
}

/*******************xs_categories***************/
.xs_menu_block .xs_categories_block {
    width: 87%;
    margin: 15px auto;
}

.xs_menu_block .xs_categories_block .panel .panel-heading a {
    border: solid 1px #333;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    text-shadow: #000 1px 1px 1px;
    position: relative;
}

.xs_menu_block .xs_categories_block .panel .panel-heading a:after {
    content: "\f077";
    font-family: FontAwesome, serif;

    color: #6C5A53;
    right: 10px;
    top: 11px;
    position: absolute;
}

.xs_menu_block .xs_categories_block .panel .panel-heading a.collapsed:after {
    content: "\f078";
    font-family: FontAwesome, serif;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block {
    padding: 10px;
    border: solid 1px #333;
    border-top: none;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl1 {
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl1 a {
    background: url(../img/cat_lvl1_separate.png) repeat-x 0 bottom;
    color: #e6e6e6;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    padding-left: 15px;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl1 a span.n_c_9058 {
    position: relative;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl1 a span.n_c_9058:after {
    content: "- 70%";
    color: #fff;
    background: #6C5A53;
    border-radius: 100%;
    padding: 3px;
    position: absolute;
    font-weight: bold;
    top: -14px;
    right: -110px;
    font-size: 12px;
    text-shadow: #333 1px 1px 1px;
}


.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl2 {
    margin: 10px 15px 5px 20px;
    font-size: 12px;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl2 a {
    text-decoration: none;
}

.xs_menu_block .xs_categories_block #xs_cagegories_primary .block .lvl2 a:before {
    content: "\f105";
    font-family: FontAwesome, serif;
    padding-right: 5px;
    font-size: 13px;
}

/*******************xs_categories***************/

.search_xs_block {
    width: 95%;
    margin: 0 auto;
    border-top: #E2E5DE solid 1px;
    border-bottom: #E2E5DE solid 1px;
    position: relative;
}

.search_xs_block .search_block {
    padding: 10px 0;
}

.search_xs_block input[type="text"] {
    background: #fff;
    border: none;
    width: 100%;
    height: 40px;
    color: #989898;
    font-style: italic;
    font-size: 13px;
    padding-left: 20px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
}

.search_xs_block a.search_button {
    margin: 0 auto;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    text-shadow: #d6d6d6 1px 1px 2px;
    position: absolute;
    right: 5px;
    top: 12px;
}

.search_xs_block a.search_button i {
    font-size: 22px;
}


.header_bottom {
    padding: 15px 0;
    box-shadow: 0 2px 1px -1px #d6d6d6;
    background: rgba(235, 233, 231, .9);
}

.header_bottom .logo {
    width: 256px;
    background-size: 100%;
    display: inline-block;
    float: left;
    line-height: unset;
    text-align: center;
    font-size: 50px;
    font-family: 'Montserrat Subrayada', sans-serif;
    color: #6C5A53;
    text-shadow: #666 0 0 2px;
    position: relative;
    margin-bottom: 10px;
}

.header_bottom .logo span {
    display: block;
    font-size: 14px;
    text-shadow: none;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.header_bottom .search_block {
    /*border: solid 1px #343434;*/
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.header_bottom .search_block input[type="text"] {
    display: inline-block;
    height: 50px;
    outline: none;
    color: #6C5A53;
    /*box-shadow: inset 1px 1px 2px #ddd8dc;*/
    background: #fff;
    font-size: 14px;
}

.header_bottom .search_block .search_button {
    padding: 0 5px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
}

.header_bottom .search_block .search_button i {
    font-size: 22px;
    color: #6C5A53;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .header_bottom .search_block {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 539px) {
    .header_bottom {
        padding: 0;
    }

    .container.header_bottom > .row {
        margin: 0;
    }

    .header_bottom .search_block {
        margin: 0 auto;
        width: 100%;
    }
}

.header_bottom .search_block input[type="text"] {
    background: #fff;
    border: none;
    width: 100%;
    height: 40px;
    color: #989898;
    font-style: italic;
    font-size: 14px;
    padding-left: 20px;
}

.header_bottom .search_block .search_button {
    font-size: 20px;
}

.header_bottom .favorites_block {
    margin-top: 20px;
}

.header_bottom .favorites_block .block {
    display: block;
}

.header_bottom .favorites_block .block:hover {
    text-decoration: none;
}

.header_bottom .favorites_block .block .favorites_icon {
    font-size: 30px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.header_bottom .favorites_block .block .data {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.header_bottom .favorites_block .block .data span {
    font-size: 12px;
}

.header_bottom .favorites_block .block .data span.text {
    text-transform: uppercase;
    display: block;
}

.header_bottom .favorites_block .block .data span.qty {
    display: block;
}


.favorites_xs_block {

}

.favorites_xs_block .block {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    background: #6C5A53;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

.favorites_xs_block .block .favorites_icon {
    font-size: 26px;
    color: #fff;
}

.favorites_xs_block .block .data {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.favorites_xs_block .block .data span {
    font-size: 12px;
}

.favorites_xs_block .block .data span.text {
    text-transform: uppercase;
    display: block;
}

.favorites_xs_block .block .data span.qty {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    border: solid 1px #6C5A53;
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.header_bottom .cart_block {

}

.header_bottom .cart_block .block {
    display: block;
    margin-top: 20px;
}

.header_bottom .cart_block .block:hover {
    text-decoration: none;
}

.header_bottom .cart_block .block .cart_icon {
    font-size: 30px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.header_bottom .cart_block .block .cart_icon.active {
    color: #F9556B;
}

.header_bottom .cart_block .block .cart_icon .qty {
    position: absolute;
    top: -10px;
    left: -7px;
    line-height: normal;
}

.header_bottom .cart_block .block .cart_data {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.header_bottom .cart_block .block .cart_data span.text {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.header_bottom .cart_block .block .cart_data span.total {
    font-weight: bold;
    font-size: 12px;
}

.header_bottom .cart_block .block .cart_data span.total span {
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header_bottom .logo {
        width: 95%;
    }

    .header_bottom .phones_block {
        font-size: 16px;
        padding: 5px 10px 5px 30px;
    }
}


.header_catalogue {
    background: #B1A39F;
    /*color: #fff;*/
    /*background: #CF9E56;*/
    line-height: 45px;
    margin-bottom: 20px;
}


.header_menu_fixed {
    background: rgba(108, 90, 83, .9);
    padding: 15px 0;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.header_menu_fixed .home_categories_block .dropdown .title_cat_btn {
    background: none;
    color: #fff;
    padding-left: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.header_menu_fixed .home_categories_block .dropdown:focus {
    border: none;
    box-shadow: none;
}

.header_menu_fixed .home_categories_block .dropdown:hover {
    color: #fff;
}

.header_menu_fixed .home_categories_block .dropdown:before {
    content: "\f0c9";
    font-family: FontAwesome, serif;
    font-size: 22px;
    position: absolute;
    top: -5px;
    left: 15px;
    color: #6C5A53;
}

.header_menu_fixed .home_categories_block .dropdown.show:before {
    content: "\f00d" !important;
}

.header_menu_fixed .home_categories_block .dropdown-menu {
    border-radius: 0;
    border: none;
    background: rgba(108, 90, 83, .9);
    width: 100%;
    top: 34px;
    padding: 0;
}

.header_menu_fixed .home_categories_block .dropdown-menu .dropdown-item {
    color: #fff;
    background: url(../img/cat_lvl1_separate.png) repeat-x 0 bottom;
    padding: 5px 35px;
}

.header_menu_fixed .home_categories_block .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

.header_menu_fixed .home_menu_block {
    float: left;
}

.header_menu_fixed .home_menu_block a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
    text-decoration: none;
}

.header_menu_fixed .home_menu_block a:hover {
    color: #fff;
}

.header_menu_fixed .cart_min_block_cat .block {
    margin-top: -5px;
}

.header_menu_fixed .cart_min_block_cat .block .fixed_cart_ico {
    background: url(../img/cart_icon.png) no-repeat;
    width: 21px;
    height: 25px;
    position: relative;
}

.header_menu_fixed .cart_min_block_cat .block .fixed_cart_ico span {
    position: absolute;
    top: -6px;
    right: -8px;
    display: block;
    border-radius: 100%;
    font-size: 11px;
    color: #fff;
    background: #6C5A53;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
}

.header_menu_fixed .fixed_fav_ico {
    width: 28px;
    height: 24px;
    margin-top: -13px;
}
.header_menu_fixed .fixed_fav_ico:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 28px;
}

.header_menu_fixed .search_desctop_ico {
    float: right;
    position: relative;
}

.header_menu_fixed .search_desctop_ico i {
    font-size: 20px;
    color: #fff;
}

.header_menu_fixed #open_search_desctop {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    z-index: 999;
}

.header_menu_fixed #open_search_desctop .search_block {
    height: 60px;
}

.header_menu_fixed #open_search_desctop .search_block input[type="text"] {
    margin-top: 5px;
    border: solid 1px #fff;
    background-color: #6C5A53;
    color: #fff;
    height: 45px;
    padding-left: 10px;
    width: 65%;
}

.header_menu_fixed #open_search_desctop .search_block input[type="submit"] {
    margin-top: 5px;
    border: solid 1px #fff;
    background-color: #6C5A53;
    color: #fff;
    height: 49px;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header_menu_fixed .home_categories_block .dropdown .title_cat_btn {
        font-size: 13px;
    }

    .header_menu_fixed .home_menu_block a {
        font-size: 13px;
        margin: 0 6px;
    }
}


.categories_block {

}

.categories_block .categories_title {
    background-color: #6C5A53;
    line-height: 60px;
    box-sizing: border-box;
    color: #fff;
}

.categories_block .categories_title .data {
    text-align: center;
}

.categories_block .categories_title .data span.text {
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.categories_block .block {
    border: solid 1px #6C5A53;
    box-sizing: border-box;
    padding: 15px;
}

/*----------categories block---------------*/

.sidebar,
.page_main {
    padding: 0;
}

.categories_block .categorie {
    position: relative;
    font-size: 14px;
}

.categories_block a.cat {
    display: block;
    vertical-align: middle;
    padding: 3px 0 6px 3px;
    text-decoration: none;
    margin: 5px 0;
}

.categories_block a.cat span {
    max-width: 90%;
    display: inline-block;
}

.categories_block a.cat:hover {
}

.categories_block a.no_child {
    padding: 2px 0 4px 3px;
}

.categories_block .cat_block_level1 {
    text-decoration: none;
    font-weight: 550;
}

.categories_block .cat_block_level1:hover {
}

.categories_block .cat_block_level2 {
    margin: 0 0 0 10px;
    font-size: 15px;
    line-height: 15px;
}

.categories_block .cat_block_level2:hover, .categories_block .cat_block_level3:hover, .categories_block .cat_block_level4:hover {
    text-decoration: underline;
}

.categories_block .cat_block_level3 {
    margin: 1px 0 1px 20px;
    font-size: 15px;
    line-height: 15px;
}

.categories_block .cat_block_level3 a.cat {
    padding-top: 1px !IMPORTANT;
    padding-bottom: 1px !IMPORTANT;
}

.categories_block .cat_block_level4 {
    margin: 1px 0 1px 30px;
    font-size: 14px;
    line-height: 15px;
}

.categories_block .cat_block_level4 a.cat {
    padding-top: 1px !IMPORTANT;
    padding-bottom: 1px !IMPORTANT;
}

.categories_block .cat_block_level5 {
    margin: 4px 0 5px 40px;
    font-size: 13px;
    line-height: 15px;
}

.categories_block .cat_block_level5 a.cat {
    padding-top: 4px !IMPORTANT;
    padding-bottom: 7px !IMPORTANT;
}

.categories_block .cat_block_level6 {
    margin: 4px 0 5px 50px;
    font-size: 12px;
    line-height: 14px;
}

.categories_block .cat_block_level7 {
    margin: 4px 0 5px 60px;
    font-size: 12px;
    line-height: 14px;
}

.categories_block a.plus:before {
    content: "+";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: solid 1px #6B5B55;
    border-radius: 2px;
}

.categories_block a.plus:hover {
}

.categories_block a.minus:before {
    content: "-";
    font-family: FontAwesome, serif;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    border: solid 1px #6B5B55;
    border-radius: 2px;
}

.categories_block a.minus:hover {
    /*background:url(../img/minus.jpg) no-repeat bottom;*/
}

/*--categories block-*/


/*.categories_block .block .lvl1 {*/
/*margin: 0 10px;*/
/*}*/
/*.categories_block .block .lvl1 a {*/
/*background: url(../img/cat_lvl1_separate.png) repeat-x 0 bottom;*/
/*color: #e6e6e6;*/
/*font-size: 12px;*/
/*font-weight: 600;*/
/*line-height: 32px;*/
/*text-align: left;*/
/*text-transform: uppercase;*/
/*display: block;*/

/*padding-left: 15px; }*/
/*.categories_block .block .lvl1 a i {*/
/*color: #6a6a6a;*/
/*margin-right: 14px;*/
/*font-size: 10px; }*/
/*.categories_block .block .lvl1 a:hover {*/
/*text-decoration: none;*/
/*color: #6B5B55; }*/
/*.categories_block .block .lvl1 a:hover i {*/
/*color: #6B5B55; }*/
/*.categories_block .block .lvl1:last-child a {*/
/*background: none; }*/

/*.categories_block .block .lvl1 a span.n_c_9058 {*/
/*position: relative;*/
/*}*/
/*.categories_block .block .lvl1 a span.n_c_9058:after{*/
/*content: "- 70%";*/
/*color: #fff;*/
/*background: #6C5A53;*/
/*border-radius: 100%;*/
/*padding: 5px;*/
/*position: absolute;*/
/*font-weight: bold;*/
/*top: -13px;*/
/*right: -130px;*/
/*font-size: 13px;*/
/*text-shadow: #333 1px 1px 1px;*/
/*}*/
/*.categories_block .block .lvl2 {*/
/*margin: 10px 15px 5px 35px;*/
/*font-size: 12px; }*/
/*.categories_block .block .lvl2 a {*/
/*text-decoration: none; }*/
/*.categories_block .block .lvl2 a:before {*/
/*content: "\f105";*/
/*font-family: FontAwesome, serif;*/
/*padding-right: 5px;*/
/*font-size: 13px; }*/
/*.categories_block .block .lvl2 a:hover {*/
/*color: #6B5B55; }*/
/*.categories_block .block .lvl2 a:hover i {*/
/*color: #6B5B55; }*/
.cat_descr {
    padding: 10px 20px;

}

.cat_descr .block {
    text-align: justify;
}

.cat_descr .block h2 {
    font-size: 18px !important;
}

.cat_descr .block a {
    color: #6C5A53;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .categories_block .categories_title .data span.text {
        font-size: 13px;
        padding-left: 5px;
    }

    .categories_block .block .lvl1 a {
        font-size: 11px;
        padding-left: 10px;
    }

    .categories_block .block .lvl2 {
        margin: 10px 15px 5px 35px;
        font-size: 11px;
    }

    .categories_block .block .lvl2 a {
        text-decoration: none;
    }

    .categories_block .block .lvl2 a:before {
        content: "\f105";
        font-family: FontAwesome, serif;
        padding-right: 5px;
        font-size: 13px;
    }

    .categories_block .block .lvl2 a:hover {
        color: #6B5B55;
    }

    .categories_block .block .lvl2 a:hover i {
        color: #6B5B55;
    }
}


.delivery_block {
    width: 100%;
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}

.delivery_block span {
    display: block;
    font-family: PTSerif, serif;
    margin-bottom: 10px;
    color: #d0d0d0;
    font-size: 15px;
    text-align: center;
}

.delivery_block a {
    color: #6B5B55;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .delivery_block > div > div {
        border: solid 1px #333;
        margin-bottom: 10px;
        padding: 5px;
    }
}

.popular_categories_block {
    margin: 30px auto;
}

.popular_categories_block .title_block {
    width: 100%;
    text-align: center;
}

.popular_categories_block .title_block .text_block {
    position: relative;
    font-family: PTSerif, serif;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.popular_categories_block .title_block .text_block:before {
    content: "";
    background: #666;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 16px;
    left: -130px;
}

.popular_categories_block .title_block .text_block:after {
    content: "";
    background: #666;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 16px;
    right: -130px;
}

.popular_categories_block .nav-tabs {
    text-align: center;
    width: 100%;
    border: none;
}

.popular_categories_block .nav-tabs li.nav-item {
    font-family: OpenSans, serif;
    color: #e9e9e9;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
}

.popular_categories_block .nav-tabs li.nav-item > a {
    color: #e9e9e9;
    text-decoration: none;
    background: none;
    border: none;
}

.popular_categories_block .nav-tabs li.nav-item > a.active {
    color: #6B5B55;
    position: relative;
}

.popular_categories_block .nav-tabs li.nav-item > a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 20px;
    height: 1px;
    background: #6B5B55;
}

.popular_categories_block .tab-content {
    margin-top: 10px;
}

.more_text,
.less_text {
    text-align: center;
    width: 320px !important;
    padding: 15px 20px;
    font-size: 14px;
    color: #6B5B55;
    margin: 15px auto 0 auto;
    text-decoration: none !important;
    font-weight: bold;
}

.more_text i,
.less_text i {
    padding-left: 5px;
}

.more_text:hover,
.less_text:hover {

}

.content_text {
    margin: 15px 0;
    padding: 15px 0;
}

.content_text .title {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}


.content_text .title h1 {
    font-size: 18px;
    color: #6B5B55;
    font-weight: bold;
}

.content_text .text_block {
    font-size: 14px;
    text-align: justify;
    line-height: 16px;
}

.content_text .text_block a {
    color: #6B5B55;
    font-weight: bold;

}

.content_text .text_block img {
    margin: 0 15px;
    border: solid 1px #333;
    padding: 5px;
}

.content_text .text_block h3 span {
    font-size: 20px !important;
}

.content_text .text_block h3,
.content_text .text_block h2 strong,
.content_text .text_block h3 strong {
    font-size: 18px !important;
    color: #6C5A53 !important;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .content_text .text_block img {
        max-width: 90%;
        margin: 0;
        display: none !important;
    }

}


/*======================product_block====================*/
.products_block {
    text-align: center;
}

.products_block .category_subtitle {
    font-family: PTSerif, serif;
    color: #6B5B55;
}

.products_block .category_subtitle h1 {
    font-size: 28px;
    padding: 10px 0;
    text-shadow: #111 1px 1px 1px;
}

.products_block .product_block {
    padding: 15px;
    margin: 0 5px;
    position: relative;
    width: 270px;
    display: inline-block;
    vertical-align: top;
    box-shadow: #F3EDEA 1px 1px 10px;
}

.products_block .product_block .product_image_block {
    border: solid 1px #6B5B55;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 10px 0;
    max-height: 316px;
    overflow: hidden;
}

.products_block .product_block .product_image_block img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.products_block .product_block .product_image_block .not_in_sale_mark {
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    background: rgba(235, 233, 231, .8);
    width: 100%;
    padding: 5px 0;
}
.products_block .product_block .product_image_block .hitsales_mark {
    border-radius: 4px;
}

.products_block .product_block .product_image_block .hitsales_mark span {
    display: block;
    height: 30px;
    line-height: 1.3;
    width: 120px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    background: #f36663;
    background: linear-gradient(top, #f36663 0%, #f36663 100%);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.products_block .product_block .product_image_block .hitsales_mark span::before,
.products_block .product_block .product_image_block .hitsales_mark span::after {
    width: 10px;
    height: 10px;
    bottom: -4px;
    border: none;
    border-radius: 10px;
}

.products_block .product_block .product_image_block .hitsales_mark span::before {
    background: #33aaf8;
    background: linear-gradient(left, #33aaf8 0%, #0674bb 100%);
}

.products_block .product_block .product_image_block .hitsales_mark span::after {
    background: #33aaf8;
    background: linear-gradient(right, #33aaf8 0%, #0674bb 100%);
}

.products_block .product_block .product_image_block .novelty_mark {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.products_block .product_block .product_image_block .novelty_mark span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #6B5B55;
    background: linear-gradient(#6B5B55 0%, #6B5B55 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.products_block .product_block .product_image_block .novelty_mark span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-width: 3px;
    border-style: solid;
    border-color: #6B5B55 transparent transparent #6B5B55;

}

.products_block .product_block .product_image_block .novelty_mark span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 3px;
    border-color: #6B5B55 #6B5B55 transparent transparent;
}

.products_block .product_block .product_image_block .video_mark {
    position: absolute;
    top: 10px;
    left: 10px;
}

.products_block .product_block .product_image_block .video_mark i {
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}


.products_block .product_block .product_image_block img {
    display: table-cell;
    vertical-align: middle;
}

.products_block .product_block .product_image_block .prod_short_zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, .7);
    display: none;
    text-align: center;

}

.products_block .product_block .product_image_block .prod_short_zoom i {
    font-size: 26px;
    color: #6B5B55;
    /*text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;*/
}

.products_block .product_block:hover .product_image_block .prod_short_zoom {
    display: block;
}


.products_block .product_block .product_image_block .tab_prod_short_zoom {
    width: 100px;
    height: auto;
}

.products_block .product_block .product_image_block .tab_prod_short_zoom img {
    width: 100px;
    height: auto;
}

.products_block .product_block .product_name {
    font-family: PTSerif, serif;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.products_block .product_block .product_name a:first-letter {
    text-transform: uppercase;
}

.products_block .product_block .product_name a {
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
}

.products_block .product_block .product_name a:hover {
    color: #6B5B55;
}

.products_block .product_block .product_sku {
    font-size: 12px;
}

.products_block .product_block .product_sku span {
    color: #6B5B55;
}

.products_block .product_block .product_short_description {
    font-family: OpenSans, serif;
    color: #6B5B55;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.products_block .product_block .product_short_description p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.products_block .product_block .product_short_description > div,
.products_block .product_block .product_short_description > p {
    display: inline-block;
}

.products_block .product_block .product_price_block {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    font-family: PTSerif, serif;
}

.products_block .product_block .product_price_block span.price {
    color: #222;
    font-size: 18px;
    font-weight: bold;

}

.products_block .product_block .product_price_block a {
    color: #6B5B55;
    text-decoration: none;
    font-weight: bold;
}

.products_block .product_block .product_price_block a:hover {
}

.products_block .product_block .product_price_block .special_price_s {
}

.products_block .product_block .product_price_block .special_price {
    color: #f36663;
    font-weight: bold;
    font-size: 22px;
    text-shadow: #ddd 1px 1px 1px;
}

.products_block .product_block .product_to_cart_block {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.products_block .product_block .product_to_cart_block .product_to_cart_btn {
    padding: 5px 15px;
    background: #6B5B55;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: solid 1px transparent;
}

.products_block .product_block .product_to_cart_block .product_to_cart_btn:hover {
    background: rgba(235, 233, 231, .8);
    color: #222;
    border: solid 1px #222;
}

.products_block .product_block .product_detail_favorites_block {
    text-align: center;
    margin: 10px 0;
}

.products_block .product_block .product_detail_favorites_block a {
    margin: 0 10px;
    padding: 4px 0;
}

.products_block .product_block .product_detail_favorites_block .product_to_favorites_btn {
    color: #6B5B55;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
}

.products_block .product_block .product_detail_favorites_block .product_detail_btn {
    color: #6B5B55;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
}

.products_block .product_block .product_detail_favorites_block .product_detail_btn:hover {
    color: #6B5B55;
}


/*======================product_block====================*/
/*======================product_block_tabs====================*/
.owl-item {
    vertical-align: top;
    display: inline-block;
}

.owl-nav.disabled {
    display: none;
}

/*======================product_block_tabs====================*/
/*====================pagination_block============================*/
.pagination_pages_block {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.pagination_pages_block .rows_count, .pagination_pages_block .pages_count, .pagination_pages_block .pages_active {
    font-size: 13px;
    padding: 0 10px 0 0;
}

.pagination_pages_block .rows_count b, .pagination_pages_block .pages_count b, .pagination_pages_block .pages_active b {
    padding-left: 5px;
}

.pagination_pages_block .arrows_block {
    margin: 15px auto;
    max-width: 200px;
    height: 30px;
}

.pagination_pages_block .arrows_block a {
    font-size: 18px;
    display: inline-block;
}

.pagination_pages_block .arrows_block a.page_next {
    float: right;
}

.pagination_pages_block .arrows_block a.page_prev {
    float: left;
}

.pagination_pages_block .arrows_block a i {
    /*font-size: 20px;*/
}

.pagination_pages_block .pages {
    position: relative;
}

.pagination_pages_block .pages .page {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #6B5B55;
    border: solid 1px #6B5B55;
    text-shadow: #333 1px 1px 2px;
    padding: 0 10px;
    text-decoration: none;
}

.pagination_pages_block .pages .page:hover {
    color: #6B5B55;
    background: #fff;
    text-shadow: #d6d6d6 1px 1px 2px;
    cursor: pointer;
}

.pagination_pages_block .pages .page_act {
    display: inline-block;
    font-size: 20px;
    /*background: #fff;*/
    border: solid 1px #6B5B55;
    text-shadow: #d6d6d6 1px 1px 2px;
    padding: 0 10px;
    text-decoration: none;
}

.pagination_pages_block .pages .page_prev {
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 25px;
    color: #a3a3a3;
    padding: 0 9px;
    text-decoration: none;
    line-height: 30px;
}

.pagination_pages_block .pages .page_prev:hover {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0 9px;
    text-align: center;
    color: #6C5A53;
    cursor: pointer;
}

.pagination_pages_block .pages .page_next {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    color: #a3a3a3;
    padding: 0 12px;
    text-decoration: none;
    line-height: 30px;
}

.pagination_pages_block .pages .page_next:hover {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #6C5A53;
    cursor: pointer;
}

.pagination_pages_block .pages span.point {
    margin: 10px 1px 0 7px;
    cursor: default;
    display: inline-block;
}

.pagination_pages_block a {
    margin: 0 0 0 10px;
}

/*=====================products_short_page=========================*/
/*=====================products_short_page=========================*/
/*====================sorting_block============================*/
/*====================sorting_block============================*/
/*====================navigation_block============================*/
.content-block {
    background: rgba(235, 233, 231, .8);
}

.navigation_block {
    margin: 1px 0 0 0;
    padding: 15px 0;
    width: 100%;
    box-shadow: 0 2px 1px -1px #d6d6d6;
    /*====================navigation_block============================*/
}

.navigation_block .block {
    margin-left: 15px;
}

.navigation_block .block a {
    font-size: 14px;
    margin-right: -5px;
    text-decoration: none;
}

.navigation_block .block a:first-child i {
    color: #6C5A53;
    font-size: 28px;
}

.navigation_block .block a:after {
    content: "\f105";
    font-family: FontAwesome, serif;
    margin: 0 12px;
}

.navigation_block .block a:last-child:after {
    content: "";
}

.navigation_block .block a:hover {
    color: #6C5A53;
}

.navigation_block .block a:hover:after {
}

.slideshow {
    max-height: 480px;
    overflow: hidden;
}
/*HOME banners block*/
.home_banners .title_block {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.home_banners_block {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home_banners_block .inner-block {
    margin: 11px;
    border: solid 1px #6C5A53;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
}

.home_banners_block .inner-block .img {
    max-width: 250px;
    max-height: 230px;
    overflow: hidden;
}
.home_banners_block .inner-block .img img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.home_banners_block .inner-block .text {
    background-color: #6C5A53;
    line-height: 45px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease-out;
}
.home_banners_block .inner-block:hover .text {
    background-color: rgba(235, 233, 231, .8);
    color: #6C5A53;
}

@media screen and (max-width: 768px) {
    .home_banners_block .inner-block {
        margin: 2%;
        width: 44%;
    }
    .home_banners_block .inner-block .img {
        max-width: 250px;
        max-height: 180px;
        overflow: hidden;
    }

    .home_banners_block .inner-block .text {
        font-size: 12px;
    }
    .navigation_block {
        margin: 2px 0;
    }
}
@media screen and (max-width: 420px) {
    .home_banners_block .inner-block {
        margin: 2%;
        width: 100%;
        max-width: 250px;
    }
}
#PRS_block {
    width: 100%;
}

/*****************products_short_add_to_cart************* */
#site_messages_overlay_content {
    background: #F3EDEA;
}

#site_messages_overlay_content .prices_detail_block > .block {
    padding: 10px 30px;
}

#site_messages_overlay_content .prices_detail_block {
}

#site_messages_overlay_content .prices_detail_block .price_access_error_block {
    text-align: center;
    font-size: 16px;
}

#site_messages_overlay_content .product_short_add_to_cart {
    background: #F3EDEA;
}

#site_messages_overlay_content .prices_detail_block .price_access_error_block a {
    color: #6C5A53;
    font-weight: bold;
}

#site_messages_overlay_content .prices_detail_block .price_block .special_price_s {
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #6C5A53;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}

#site_messages_overlay_content .prices_detail_block .price_block .special_price {
    padding: 3px 0;
    font-weight: bold;
    color: #6C5A53;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
}

#site_messages_overlay_content .prices_detail_block .price_block .special_price_to_date {
    color: #6C5A53;
    font-size: 13px;
    padding-left: 15px;
    display: inline-block;
}

#site_messages_overlay_content #fatin_attributes_block > .block .attribute_block {
    padding: 5px 0 0 0;
    text-align: left;
}

#site_messages_overlay_content #attributes_block > .block {
    text-align: center;
}

#site_messages_overlay_content #attributes_block > .block .attribute_block {
    padding: 10px 0 0 0;
    text-align: center;
    display: inline-block;
}

#site_messages_overlay_content .prices_detail_block > .block .prices_block_label {
    display: none;
}

#site_messages_overlay_content .prices_detail_block > .block .price_block {
    text-align: center;
}

#site_messages_overlay_content .prices_detail_block > .block .price_block span.price {
    color: #6C5A53;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 10px 3px 5px;
}

#site_messages_overlay_content .product_short_add_to_cart {
    margin: 0 10px;
}

#site_messages_overlay_content .product_short_add_to_cart .buttons_block .qty,
#site_messages_overlay_content .product_short_add_to_cart .buttons_block .add_to_cart {
    display: inline-block;
    vertical-align: top;
}

#site_messages_overlay_content .product_short_add_to_cart .buttons_block .qty {
    padding: 0;
}

#site_messages_overlay_content .product_short_add_to_cart .buttons_block .qty input {
    border: solid 1px #333;
    background: transparent;
}

#site_messages_overlay_content .product_short_add_to_cart .buttons_block .add_to_cart {
    border: solid 1px #333;
}

#site_messages_overlay_content .attributes_block {
}

#site_messages_overlay_content .attributes_block .attribute_block {
    margin: 0 3px;
    text-align: center;
    /*width: 45%;*/
    /*display: inline-block;*/
}

#site_messages_overlay_content .attributes_block .attribute_select_block select {
    border: #6C5A53 solid 1px;
    background: transparent;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    margin-top: 5px;
}

.ui-state-default .ui-icon,
.ui-widget-header .ui-icon,
.ui-icon, .ui-widget-content .ui-icon {
    background-image: none;
}


.product_short_add_to_cart {
    font-size: 16px;
    margin: 0 30px 0 30px;
}

.product_short_add_to_cart .buttons_block .qty {
    padding: 15px 0;
    text-align: center;
}

.product_short_add_to_cart .buttons_block .qty span {

    padding-right: 10px;
}

.product_short_add_to_cart .buttons_block .qty input[type="text"] {
}

.product_short_add_to_cart .buttons_block .qty .plus_minus_block {
    display: inline-block;
    vertical-align: middle;
}

.product_short_add_to_cart .buttons_block .qty .plus_minus_block .plus {
    background: url(../../777/img/plus.png) no-repeat center center;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border-radius: 0 !important;
    cursor: pointer;
    border: #e2e1dc solid 1px;
    display: inline-block;
    margin-left: 7px;
}

.product_short_add_to_cart .buttons_block .qty .plus_minus_block .minus {
    background: url(../../777/img/minus.png) no-repeat center center;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border-radius: 0 !important;
    cursor: pointer;
    border: #e2e1dc solid 1px;
    float: left;
    display: inline-block;
}

.product_short_add_to_cart .buttons_block .qty .inputboxquantity {
    background: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    vertical-align: middle;
    border: solid 1px #e2e1dc;
    color: #595954;
}

.product_short_add_to_cart .buttons_block .qty .minus:hover, .product_short_add_to_cart .buttons_block .qty .plus:hover {
    border: solid 1px #6C5A53;
}

.product_short_add_to_cart a.add_to_cart {
    display: inline-block;
    text-align: center;
    margin: 0 8px 15px 0;
    padding: 0 15px 0 47px;
    background: #6C5A53;
    color: #fff;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease;
    position: relative;
}

.product_short_add_to_cart a.add_to_cart:before {
    content: "\f290";
    font-family: FontAwesome, serif;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 0;
}

.product_short_add_to_cart .add_to_cart {
    text-decoration: none;
}

.product_short_add_to_cart .add_to_cart span {
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.product_short_add_to_cart .add_to_cart:hover {
    /*background: #6C5A53 url(../img/cart_icon.png) no-repeat 10px center;*/
}

/*****************products_short_add_to_cart************* */
/*====================footer_block=============================*/
.footer_block_desctop {
    /*border: solid 1px red;*/
    margin-bottom: 20px;
}

.footer_block_desctop .footer_desctop_catalogue {
    margin-left: 25px;
}

.footer_block_desctop .footer_desctop_catalogue .title_block {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    text-shadow: #d6d6d6 1px 1px 2px;
}

.footer_block_desctop .footer_desctop_catalogue .categories_list {
    /*border: solid 1px red;*/
}

.footer_block_desctop .footer_desctop_catalogue .categories_list ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.footer_block_desctop .footer_desctop_catalogue .categories_list ul li {
    margin-top: 1px;
}


.footer_block_desctop .footer_desctop_menu {
    margin-left: 25px;
}

.footer_block_desctop .footer_desctop_menu .title_block {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    text-shadow: #d6d6d6 1px 1px 2px;
}

.footer_block_desctop .footer_desctop_menu .menu_list {
    /*border: solid 1px red;*/
}

.footer_block_desctop .footer_desctop_menu .menu_list ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.footer_block_desctop .footer_desctop_menu .menu_list ul li {
    margin-top: 1px;
}


.footer_block_desctop,
.footer_block {
    margin-top: 20px;
    padding: 20px 0 40px 0;
    border-top: solid 1px rgba(108, 90, 83, .3);
    background: rgba(235, 233, 231, .8);
    width: 100%;
    margin-bottom: 0;
}

.footer_block .shop_info_text,
.footer_block_desctop .shop_info_text {
    margin-top: 10px;
}

.footer_block .shop_info_text .footer_logo_block {
    margin: 15px auto;
    width: 100%;
}

.footer_block .shop_info_text .footer_logo_block .logo,
.footer_block_desctop .shop_info_text .footer_logo_block .logo {
    width: 100%;
    background-size: 100%;
    display: inline-block;
    float: left;
    line-height: unset;
    text-align: center;
    font-size: 50px;
    font-family: 'Montserrat Subrayada', sans-serif;
    color: #6C5A53;
    text-shadow: #666 0 0 2px;
    position: relative;
    margin-bottom: 10px;
}

.footer_block .shop_info_text .footer_logo_block .logo span,
.footer_block_desctop .shop_info_text .footer_logo_block .logo span {
    display: block;
    font-size: 14px;
    text-shadow: none;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_block_desctop .shop_info_text .footer_logo_block {
    margin: 15px auto;
    /*width: 70%;*/
}

.footer_block .shop_info_text .text_block,
.footer_block_desctop .shop_info_text .text_block {
    font-size: 13px;
}

.footer_block_desctop .shop_info_text .text_block {
    text-align: justify !important;
}

.footer_block .shop_info_text .social_block,
.footer_block_desctop .shop_info_text .social_block {
    margin-top: 10px;
    text-align: center;
}

.footer_block .shop_info_text .social_block a,
.footer_block_desctop .shop_info_text .social_block a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #6B5B55;
    margin: 0 2px;
    border-radius: 2px;
}

.footer_block .shop_info_text .social_block a i {
    font-size: 18px;
    text-shadow: #a0a0a0 2px 2px 3px;
}

.footer_block .footer_about_company_block .logo_block {
    text-align: center;
    opacity: .7;
    padding: 5px 0 15px 0;

}

.footer_block .footer_about_company_block .footer_about_company_text {
    font-size: 12px;
    color: #727272;
    text-align: justify;
}

.footer_block .footer_categories_block {
    margin-bottom: 10px;
}

.footer_block .footer_categories_block .title_block {
    color: #6C5A53;
    text-align: left;
    padding: 13px 0 35px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.footer_block .footer_categories_block ul {
    padding: 0;
}

.footer_block .footer_categories_block ul li {
    border: none;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}

.footer_block .footer_categories_block ul a {
    color: #6B5B55;
    font-size: 14px;
    text-align: left;
}

.footer_block .footer_menu_block .title_block {
    color: #6C5A53;
    text-align: left;
    padding: 28px 0 35px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.footer_block .footer_menu_block ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

.footer_block .footer_menu_block ul li a {
    color: #6B5B55;
    font-size: 14px;
    text-align: left;
}

.footer_block .footer_menu_block ul li {
    border: none;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}

.footer_block .footer_menu_block ul li a:hover {
    color: #6C5A53;
}

.footer_block .footer_menu_block ul li a:before {
    content: "\f105";
    font-family: FontAwesome, serif;
    padding-right: 8px;
    display: none;
}


.footer_block_desctop .footer_desctop_adress .footer_adress_block {
    margin-top: 30px;
}

.footer_block_desctop .footer_desctop_adress .title_block {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-left: 35px;
    text-shadow: #d6d6d6 1px 1px 2px;
}

.footer_adress_block .title_block {
    font-weight: bold;
    text-align: center;
}

.footer_adress_block .adress_block {
    margin: 10px 0 10px 10px;
}

.footer_block_desctop .footer_desctop_adress .footer_adress_block .adress_block {
    margin: 10px 0 10px 0;
}

.footer_adress_block .adress_block > div {
    display: inline-block;
    vertical-align: middle;
}

.footer_adress_block .adress_block > div i {
    text-shadow: #a0a0a0 2px 2px 3px;
}

.footer_adress_block .adress_block > div .fa.fa-map-marker {
    padding-right: 7px;
    /*border: solid 1px red;*/
}

.footer_adress_block .adress_block > div:first-child {
    font-size: 22px;
    padding-right: 10px;
    text-align: center;
}

.footer_adress_block .adress_block > div .viber_ico {
    background: url(../img/viber_ico.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.footer_adress_block .adress_block > div a {
    font-size: 16px;
}

.toggle_xs_footer {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.toggle_xs_footer li {
    list-style-position: outside;
    position: relative;
    padding: 0 10px;
    width: 80%;
    margin: 0 auto;
}

.toggle_xs_footer li .tab_name span {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 26px;

}

.toggle_xs_footer li .tab_name {
    color: #6B5B55;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
}

.footer_bottom_block {
    background: rgba(108, 90, 83, .8);
    padding: 10px 0;
    color: #fff;
    line-height: 40px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .footer_block .footer_center_left_block .footer_categories_block .title_block {
        text-align: center;
    }

    .footer_categories_block {
        margin: 0 auto;
        text-align: center;
    }
}

/*====================footer_block=============================*/


/*===================== PRODUCT FULL  ========================*/

.product_template {
    margin: 0 0 25px 0;
}

.product_template .free_delivery {
    margin: 25px 0;
    padding-bottom: 10px;
    box-shadow: 0 2px 1px -1px #d6d6d6;
}

.product_template .free_delivery i {
    font-size: 28px;
    margin-right: 5px;
}

.product_template .free_delivery span {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.product_template .images_block {
    position: relative;
    overflow: hidden;
    /*border: solid 1px red;*/
}

.product_full_block .images_block {
    /*float: left;*/
    position: relative;
}

.product_template .images_block .big_image {
    /*max-width: 615px;*/
    overflow: hidden !important;
    /*max-height: 500px;*/
    text-align: center;
    /*border: solid 1px red;*/
    width: 100%;


}

.product_template .images_block .big_image img {
    max-width: 100%;
    /*max-width:615px;*/
    max-height: 695px;
    /*max-height: 300px;*/
}

.product_template .images_block .gallery_zoom_block {
    /*border: solid 1px red;*/

}

.product_template .images_block .gallery_zoom {
    /*border: solid 1px red;*/
    margin: 5px 0;
}

.product_template .images_block .gallery_zoom.item {
    max-width: 113px;
    max-height: 155px;
    display: inline-block;
    line-height: 85px;
}

.product_template .images_block .gallery_zoom.item a {
    display: block;
}

.product_template .images_block .gallery_zoom.item a img {
    max-width: 113px;
    max-height: 155px;
    border: #333 solid 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

.product_template .images_block .gallery_zoom.item a img:hover {
    border: #ee3616 solid 1px;
}

.product_template .images_block .gallery_zoom .item.active img {
    border: #ee3616 solid 1px;
}

.zoomWrapper {
    height: auto !important;
}


.product_template .product_data {

}

.product_template .product_data .product_name h1 {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 15px;
}

.product_template .product_data .prev_next_block a {
    border: solid 1px #6C5A53;
    display: inline-block;
    font-size: 20px;
    /*padding: 5px;*/
    width: 30%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .product_template .product_data .prev_next_block a {
        font-size: 16px;
    }
}

.product_template .product_data .availability_block {
    margin: 15px 0 0 0;
}

.product_template .product_data .availability_block span {
    color: #F9556B;
}


.product_template .product_data .product_sku {
    padding: 15px 0;
}

.product_template .product_data .product_sku span {
    font-weight: bold;
}

.product_template .product_data .product_price .prices_detail_block {

}

.product_template .product_data .product_price .prices_detail_block .price_access_error_block {
    border: solid 3px #fff;
    text-align: left;
    padding: 15px;
}


.product_template .product_data .product_price .prices_detail_block .block {

}

.product_template .product_data .product_price .prices_detail_block .block .prices_block_label {
    display: none;
}

.product_template .product_data .product_price .prices_detail_block a {
    font-weight: bold;
}

.product_template .product_data .product_price .prices_detail_block .block .price_block {
    margin-bottom: 15px;
}

.product_template .product_data .product_price .prices_detail_block .block .price_block span.price {
    font-size: 32px;
    font-weight: 600;
}

.product_template .product_data .product_price .prices_detail_block .block .price_block .special_price {
    font-size: 32px;
    color: #f36663;
    font-weight: bold;
    text-shadow: #ddd 1px 1px 1px;
}
.product_template .product_data .product_price .prices_detail_block .block .price_block .special_price span {
    font-size: 22px;
}
.product_template .product_data .product_price .prices_detail_block .block .price_block .special_price_s {
    font-size: 18px;
}

.product_template .product_data .product_price .prices_detail_block .block .price_block .price_name {
    font-size: 16px;
    margin-right: 10px;
}

.product_template .product_data .product_price .prices_detail_block .block .price_block .special_price_to_date {
    font-weight: bold;
}

.product_template .product_data .product_attributes .attributes_block .block .attribute_block{
    align-self: flex-end;
    display: inline-block;
    margin-right: 20px;
    text-align: left !important;
}
.product_template .product_data .product_attributes .attributes_block .block .attribute_block .attribute_select_label{
}
.product_template .product_data .product_attributes .attributes_block .block {
    flex-wrap: wrap;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .product_template .product_data .product_attributes .attributes_block .block{
        text-align: center;
    }
    .product_template .product_data .product_attributes .attributes_block .block .attribute_block .attribute_select_label{
        height: 42px;
        text-align: left;
    }
    .product_template .images_block .prod_next:before, .product_template .images_block .prod_next_alb:before,
    .product_template .images_block .prod_prev:before, .product_template .images_block .prod_prev_alb:before{
        font-size: 1.5em;
    }
}
.product_template .product_data .product_attributes .attributes_block .block .attribute_block .attribute_select_block{
    padding: 5px 0;
}
.product_template .product_data .product_attributes .attributes_block .block .attribute_block .attribute_select_block select{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #6C5A53;
    background: #6C5A53;
}
.product_template .product_data .product_albums {
    margin: 25px 0;
}

.product_template .product_data .product_albums .color_title {
    padding: 10px 0;
}

.product_template .product_data .product_albums .albums_block {
    /*margin:0 0 5px 0;*/
}

.product_template .product_data .product_albums .albums_block .album_color_block, .album_text_block {
    display: inline-block;
}

.product_template .product_data .product_albums .albums_block .album_color {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 2px solid #fff;
    box-sizing: content-box;
    padding: 3px;
}

.product_template .product_albums .albums_block .album_color_block .album_color span {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.product_template .product_albums .albums_block .album_color_block a.album_color:hover {
    border: 2px solid #585753;
}

.product_template .product_albums .albums_block .album_color_block a.active {
    border: 2px solid #585753;
    cursor: default;
}

.product_template .product_albums .albums_block .album_color_block a.active:hover {
    cursor: default;
    border: 2px solid #c4c1a8;
}

.product_template .product_albums .albums_block .album_text_block .album_text {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 16px;
}

.product_template .product_albums .albums_block .album_text_block a.active {
    color: #FFFFFF;
    cursor: default;
}

.product_template .product_albums .albums_block .album_text_block a.active:hover {
    color: #FFFFFF;
    cursor: default;
}

.product_template .product_data .product_add_to_cart_block{
    margin: 40px 0;
    display: flex;
    flex: 1;
}
.product_template .product_data .product_add_to_cart_block .product_qty{

    text-align: center;
    margin: 0 10px;
}
.product_template .product_data .product_add_to_cart_block .product_qty span{
    font-size: 14px;
}
.product_template .product_data .product_add_to_cart_block .product_qty input{
    width: 60px;
    padding-left: 10px;
    line-height: 60px;

}
.product_template .product_data .product_add_to_cart_block .add_to_cart_block{
    margin: 0 10px;
}
.product_template .product_data .product_add_to_cart_block .add_to_cart_block .add_to_cart{
    background: #6C5A53;
    border: solid 1px #6C5A53;
    color: #fff;
    display: block;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    padding: 0 10px;
    text-transform: uppercase;
}
.product_template .product_data .product_add_to_cart_block .add_to_cart_block .add_to_cart:hover{
    background: #fff;
    color: #050308;
}
.product_template .product_data .product_add_to_cart_block .add_to_cart_block .add_to_cart:hover span {
    color: #050308;
}
.product_template .product_data .product_add_to_cart_block .add_to_favorites_block{
    margin: 0 10px;
}
.product_template .product_data .product_add_to_cart_block .add_to_favorites_block a{

    text-align: center;
    display: inline-block;
}
.product_template .product_data .product_add_to_cart_block .add_to_favorites_block a i.fa-heart-o{
    position: relative;
    font-size: 42px;
    line-height: 68px;
}
.product_template .product_data .product_add_to_cart_block .add_to_favorites_block a i.fa-plus-circle{
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: -5px;
    border-radius: 100%;
    background: #fff;
}

@media screen and (min-width: 320px) and (max-width: 440px) {
    .product_template .product_data .product_add_to_cart_block .product_qty span{
        font-size: 13px;
    }
    .product_template .product_data .product_add_to_cart_block .product_qty input{
        width: 40px;
        line-height: 40px;
    }
    .product_template .product_data .product_add_to_cart_block .add_to_cart_block .add_to_cart{
        line-height: 44px;
        font-size: 16px;
    }
    .product_template .product_data .product_add_to_cart_block .add_to_favorites_block a{

    }
    .product_template .product_data .product_add_to_cart_block .add_to_favorites_block a i.fa-heart-o{
        font-size: 32px;
        line-height: 48px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .product_template .product_data .product_add_to_cart_block .product_qty input{
        width: 40px;
        line-height: 40px;
    }
    .product_template .product_data .product_add_to_cart_block .add_to_cart_block .add_to_cart{
        line-height: 44px;
        font-size: 16px;
    }
    .product_template .product_data .product_add_to_cart_block .add_to_favorites_block a{

    }
    .product_template .product_data .product_add_to_cart_block .add_to_favorites_block a i.fa-heart-o{
        font-size: 32px;
        line-height: 48px;
    }
}

.product_template .product_data .back_block {
}

.product_template .product_data .back_block .back_button {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    float: left;
}


.product_template .product_bottom_data {
    margin: 40px 0;
}


.product_template .product_data .description {
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .product_template .images_block {
        margin-bottom: 20px;
    }

    .product_template .product_data .product_name {
        width: 100%;

    }
}


.product_full_block .block {

}

.product_full_block .block .data_block .info_text_block {
    border: solid 1px #111;
    padding: 15px;
}

.product_full_block .block .data_block .info_text_block .info_icon {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
}

.product_full_block .block .data_block .info_text_block .info_icon i {
    font-size: 60px;
    color: #999;
}

.product_full_block .block .data_block .info_text_block .info_text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    color: #d6d6d6;
    font-style: italic;
    text-align: justify;
}

.product_full_block .block .data_block .info_text_block .info_text a {
    color: #6C5A53;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .product_full_block .block .data_block .info_text_block .info_icon {
        width: 17%;
    }

    .product_full_block .block .data_block .info_text_block .info_icon i {
        font-size: 50px;
        color: #999;
    }

    .product_full_block .block .data_block .info_text_block .info_text {
        width: 81%;
    }
}


.product_full_block .images_block {
    /*float: left;*/
    position: relative;
}

.images_block.mobile {
}

.product_full_block .images_block .big_image {
    /*max-width: 615px;*/
    overflow: hidden !important;
    /*max-height: 500px;*/
    text-align: center;
    width: 100%;


}

.product_full_block .images_block .big_image img {
    max-width: 100%;
    /*max-width:615px;*/
    max-height: 495px;
    /*max-height: 300px;*/
}

.product_full_block .images_block .gallery_zoom {
    /*border: solid 1px red;*/
    margin: 20px 0;
}

.product_full_block .images_block .gallery_zoom.item {
    max-width: 113px;
    max-height: 155px;
    display: inline-block;
    line-height: 85px;
}

.product_full_block .images_block .gallery_zoom.item a {
    display: block;
}

.product_full_block .images_block .gallery_zoom.item a img {
    max-width: 113px;
    max-height: 155px;
    border: #333 solid 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

.product_full_block .images_block .gallery_zoom.item a img:hover {
    border: #6C5A53 solid 1px;
}

.product_full_block .images_block .gallery_zoom .item.active img {
    border: #6C5A53 solid 1px;
}


.zoomWrapper {
    height: auto !important;
}

.product_full_block .data_block {
}

.product_full_block .full_name_sku_block {
    border-bottom: solid 1px #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product_full_block .full_name_sku_block .product_full_name {
    color: #fff;
    font-size: 30px;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    margin-top: 8px;
}

.product_full_block .full_name_sku_block .product_full_name h1 {
    font-size: 30px;
}

.product_full_block .full_name_sku_block .product_full_sku {
    color: #fff;
    font-size: 15px;
    text-align: right;
    margin-top: 13px;
    float: right;
}

.product_full_block .full_name_sku_block .product_full_sku span {
    color: #6C5A53;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

@media screen and (min-width: 320px) and (max-width: 540px) {

    .product_full_block .full_name_sku_block .product_full_name {
        font-size: 25px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .zoomWindowContainer {
        width: 320px !important;
    }

    .product_full_block > .block .marks_block {
        width: 100% !important;
    }

    .product_full_block .full_name_sku_block .product_full_sku {
        text-align: center;
        float: none;
        margin-top: 0;
    }
}


.product_full_block .data_block .small_images_block {
    height: 200px;
}

.zoomContainer {
    height: 0 !important;
    width: 0 !important;
}


.product_full_block .data_block .prev_next_prod_block {
    margin-bottom: 15px;
}

.product_full_block .data_block .prev_next_prod_block .prev_product_href {
    float: left;
}

.product_full_block .data_block .prev_next_prod_block .next_product_href {
    float: right;
}

.product_full_block .data_block .prev_next_prod_block .prev_product_href a,
.product_full_block .data_block .prev_next_prod_block .next_product_href a {
    background: #000;
    border: solid 1px #999;
    color: #999;
    text-shadow: #333 1px 1px 1px;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}

.product_full_block .data_block .prev_next_prod_block .prev_product_href a i,
.product_full_block .data_block .prev_next_prod_block .next_product_href a i {
    color: #999;
}

.product_full_block .data_block .prev_next_prod_block .prev_product_href a:hover,
.product_full_block .data_block .prev_next_prod_block .next_product_href a:hover {


    background: #6C5A53;
    border: #6C5A53 solid 1px;
    color: #fff;
}

.product_full_block .data_block .prev_next_prod_block .prev_product_href a:hover i,
.product_full_block .data_block .prev_next_prod_block .next_product_href a:hover i {
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .product_full_block .data_block .prev_next_prod_block {
        margin-top: 15px;
    }

    /*.product_full_block .data_block .prev_next_prod_block .prev_product_href a,*/
    /*.product_full_block .data_block .prev_next_prod_block .next_product_href a{*/
    /*font-size: 10px;*/
    /*}*/
}


/*=========== ALBUMS BLOCK ==========*/
.product_full_block > .block .marks_block {
    width: 500px;
    position: relative;
}

.product_full_block > .block .marks_block .novelty_mark {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.product_full_block > .block .marks_block .novelty_mark span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #6C5A53;
    background: linear-gradient(#6C5A53 0%, #6C5A53 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.product_full_block > .block .marks_block .novelty_mark span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-width: 3px;
    border-style: solid;
    border-color: #6C5A53 transparent transparent #6C5A53;
}

.product_full_block > .block .marks_block .novelty_mark span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-width: 3px;
    border-style: solid;
    border-color: #6C5A53 transparent;
}

.product_full_block > .block .marks_block .rasprodaja_mark {
    background: url(../../777/img/rasprodaja.png) no-repeat;
    width: 89px;
    height: 26px;
    position: absolute;
    z-index: 9;
}

.product_full_block > .block .marks_block .akciya_mark {
    background: url(../../777/img/akciya.png) no-repeat;
    width: 62px;
    height: 20px;
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 5px;
}

.product_full_block > .block .marks_block .hitsales_mark {
    background: url(../../777/img/hitsales.png) no-repeat;
    width: 104px;
    height: 21px;
    position: absolute;
    z-index: 9;
}

.product_full_block > .block .marks_block .different_colors_mark {
    background: url(../../777/img/different_colors.png) no-repeat;
    width: 129px;
    height: 26px;
    position: absolute;
    z-index: 9;
    right: 34px;
    top: 0;
}

.product_full_block > .block .marks_block .super_price_mark {
    background: url(../../777/img/super_price.png) no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 9;
    right: 39px;
    top: 5px;
}

.product_full_block > .block .marks_block .restricted_party_mark {
    background: #E24949;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 9;
    right: 34px;
    top: 0;
}

.product_full_block > .block .marks_block .customised_product_mark {
    height: 21px;
    background: #6C5A53;
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 13px;
    padding: 0 10px;
    line-height: 21px;
    right: 36px;
    top: 0;
}

.product_full_block > .block .marks_block .not_in_sale_mark {
    border: solid 1px #e24949;
    position: absolute;
    z-index: 9;
    width: 467px;
    line-height: 30px;
    background: #fff;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    top: 300px;
    left: 0;
}


.data_block .color_title {
    color: #585753;
    text-align: left;
    padding: 10px 0 5px 0;
}

.product_full_block .attributes_block {
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block;
    margin: 10px 0 20px 0;
}

.product_full_block .attributes_block .block {
    width: 100%;
}

.product_full_block .attributes_block .block .attribute_block {
    display: inline-block;
    min-width: 141px;
}

.product_full_block .attributes_block .attribute_select_label {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.product_full_block .attributes_block .attribute_select_block {
    padding: 1px 0 1px 5px;
}

.product_full_block .attributes_block .attribute_select_block select {
    border: #111 solid 1px;
    background: transparent;
    color: #fff;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    margin-left: -5px;
    padding-left: 10px;
}

.product_full_block .attributes_block .attribute_select_block select option {
    background: #000;
    line-height: 40px;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    height: 30px;
}

.product_full_block .attributes_block .attribute_select_block select option[value="2703"] {
    background: #fff;
    color: #000;
}

.product_full_block .attributes_block .attribute_select_block select option[value="2704"] {
    background: #F9EED2;
    color: #000;
}

.product_full_block .attributes_block .attribute_select_block select option[value="2705"] {
    background: #E2AE75;
    color: #000;
}


.fatin_attr_block_readmore {
    border: solid 1px #111;
}

.more_fatin_attr,
.less_fatin_attr {
    text-align: center;
    /*display:inline-block;*/
    padding: 10px 0;
    color: #6C5A53;
    text-decoration: none !important;
}

.more_fatin_attr:hover,
.less_fatin_attr:hover {
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .more_fatin_attr,
    .less_fatin_attr {
        font-size: 18px;
        animation: blur 1.25s ease-out infinite;
    }

    @keyframes blur {
        from {
            text-shadow: 0 0 4px #6C5A53,
            0 0 10px #6C5A53,
            0 0 25px #6C5A53,
            0 0 25px #6C5A53,
            0 0 25px #6C5A53,
            0 0 25px #6C5A53,
            0 0 25px #6C5A53,
            0 0 25px #6C5A53,
            0 0 50px #6C5A53,
            0 0 50px #6C5A53,
            0 0 50px #6C5A53,
            0 0 150px #6C5A53,
            0 5px 100px #6C5A53,
            0 5px 100px #6C5A53,
            0 5px 100px #6C5A53,
            0 5px 100px #6C5A53,
            0 -5px 100px #6C5A53,
            0 -5px 100px #6C5A53;
        }

    }
}


.fatin_attributes_block {
    padding: 15px;
}

.fatin_attributes_block .title_block {
    color: #6C5A53;
    margin-bottom: 10px;
}

.fatin_attributes_block .title_block span {
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

.fatin_attributes_block .attribute_block {
    padding: 5px;
    display: inline-block;
}

.fatin_attributes_block .attribute_block .attribute_select_label {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    /*line-height: 32px;*/
    width: 130px;
    color: #fff;
    vertical-align: top;
    margin-top: 2px;
}

.fatin_attributes_block .attribute_block .attribute_select_label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85px;
    line-height: 40px;
    display: inline-block;
}

.fatin_attributes_block .attribute_block .attribute_select_block {
    display: inline-block;
    vertical-align: top;
}

.fatin_attributes_block .attribute_block .attribute_select_block input {
    background: transparent;
    border: solid 1px #333;
    color: #fff;
    width: 40px;
    line-height: 40px;
    padding-left: 5px;
}

.fatin_attributes_block .attribute_block .attribute_select_label:after {
    content: '';
    border: solid 1px #333;
    width: 42px;
    height: 44px;
    position: absolute;
    right: 0;
    top: -2px;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_1:after {
    content: '';
    background: #fff;

}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_2:after {
    content: '';
    background: #ECE5DB;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_3:after {
    content: '';
    background: #FEF5E4;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_4:after {
    content: '';
    background: #FFF6DD;
}


.fatin_attributes_block .attribute_block .attribute_select_label.f_a_5:after {
    content: '';
    background: #d6c3a3;
}


.fatin_attributes_block .attribute_block .attribute_select_label.f_a_6:after {
    content: '';
    background: #c4a68c;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_7:after {
    content: '';
    background: #FDD9B5;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_8:after {
    content: '';
    background: #CD9575;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_9:after {
    content: '';
    background: #442D25;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_10:after {
    content: '';
    background: #5C432C;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_11:after {
    content: '';
    background: #5C432C;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_12:after {
    content: '';
    background: #F1E2CD;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_13:after {
    content: '';
    background: #DEB0A9;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_14:after {
    content: '';
    background: #FBCEB1;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_15:after {
    content: '';
    background: #FDD5B1;
}

/*-----------------------------*/
.fatin_attributes_block .attribute_block .attribute_select_label.f_a_16:after {
    content: '';
    background: #F1C5A8;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_17:after {
    content: '';
    background: #fbab88;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_18:after {
    content: '';
    background: #FCDEE0;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_19:after {
    content: '';
    background: #c98ac3;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_20:after {
    content: '';
    background: #c59e8d;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_21:after {
    content: '';
    background: #e5cdc1;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_22:after {
    content: '';
    background: #c5ada3;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_23:after {
    content: '';
    background: #f985a8;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_24:after {
    content: '';
    background: #F6F791;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_25:after {
    content: '';
    background: #FFC70E;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_26:after {
    content: '';
    background: #FFA475;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_27:after {
    content: '';
    background: #A60F14;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_28:after {
    content: '';
    background: #710620;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_29:after {
    content: '';
    background: #bf8e49;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_30:after {
    content: '';
    background: #FF5D00;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_31:after {
    content: '';
    background: #561102;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_32:after {
    content: '';
    background: #2e141d;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_33:after {
    content: '';
    background: #B31D53;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_34:after {
    content: '';
    background: #870F8A;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_35:after {
    content: '';
    background: #6C3169;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_36:after {
    content: '';
    background: #8800FC;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_37:after {
    content: '';
    background: #9D6F7C;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_38:after {
    content: '';
    background: #C5ADD1;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_39:after {
    content: '';
    background: #8D72BC;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_40:after {
    content: '';
    background: #42268a;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_41:after {
    content: '';
    background: #F097E7;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_42:after {
    content: '';
    background: #b1e4db;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_43:after {
    content: '';
    background: #85D9BF;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_44:after {
    content: '';
    background: #009CA9;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_45:after {
    content: '';
    background: #A7B5D8;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_46:after {
    content: '';
    background: #c2e5eb;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_47:after {
    content: '';
    background: #1fbadf;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_48:after {
    content: '';
    background: #0c6f86;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_49:after {
    content: '';
    background: #066E7A;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_50:after {
    content: '';
    background: #C7F0E0;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_51:after {
    content: '';
    background: #d6f2d8;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_52:after {
    content: '';
    background: #6bdcc7;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_53:after {
    content: '';
    background: #40DECF;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_54:after {
    content: '';
    background: #499889;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_55:after {
    content: '';
    background: #2D7B4B;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_56:after {
    content: '';
    background: #034C39;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_57:after {
    content: '';
    background: #52ae61;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_58:after {
    content: '';
    background: #5EA130;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_59:after {
    content: '';
    background: #A69385;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_60:after {
    content: '';
    background: #676862;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_61:after {
    content: '';
    background: #1236C9;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_62:after {
    content: '';
    background: #00003E;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_63:after {
    content: '';
    background: #082F50;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_64:after {
    content: '';
    background: #010014;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_65:after {
    content: '';
    background: #010014;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_66:after {
    content: '';
    background: #C5F446;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_67:after {
    content: '';
    background: #CC7822;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_68:after {
    content: '';
    background: #BCBBC0;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_69:after {
    content: '';
    background: #4D3140;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_70:after {
    content: '';
    background: #122862;
}

.fatin_attributes_block .attribute_block .attribute_select_label.f_a_71:after {
    content: '';
    background: #BE2059;
}


.product_full_block .prices_detail_block {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.product_full_block .prices_detail_block .block {
    text-align: center;
}

.product_full_block .prices_detail_block .prices_block_label {
    display: none;
}

.product_full_block .prices_detail_block .select_option {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.product_full_block .prices_detail_block .price_block {
    color: #fff;
}

.product_full_block .prices_detail_block .price_block .price_select {
}

.product_full_block .prices_detail_block .price_block .price_description {
    padding: 0 0 0 20px;
    color: #fff;
}

.product_full_block .prices_detail_block .price_block .price_name {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}

.product_full_block .prices_detail_block .price_block .price {
    padding: 3px 10px 3px 0;
    font-weight: bold;
    color: #6C5A53;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
}

.product_full_block .prices_detail_block .price_block .special_price_s {
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.product_full_block .prices_detail_block .price_block .special_price {
    padding: 3px 10px 3px 5px;
    font-weight: bold;
    color: #6C5A53;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
}

.product_full_block .prices_detail_block .price_block .special_price_to_date {
    color: #6C5A53;
    font-size: 13px;
    padding-left: 15px;
}

.product_full_block .prices_detail_block .price_block .price_description {
    color: #fff;
    font-size: 13px;
    padding-right: 5px;
    display: inline-block;
}

.product_full_block .prices_detail_block .price_block input {
    margin-right: 20px;
}

.product_full_block .prices_detail_block .price_access_error_block {
    text-align: center;
    margin-top: 10px;
    background: #070707;
    border: solid 1px #333;
    padding: 15px 0;
}

.product_full_block .prices_detail_block .price_access_error_block > span {
    /*line-height: 35px;*/
}

.product_full_block .prices_detail_block .price_access_error_block > span a {
    color: #6C5A53;
    text-transform: uppercase;
}

.product_full_block .prices_detail_block .price_access_error_block > span a:hover {
    text-decoration: underline !important;
}

.product_full_block .buttons_block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 25px 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .product_full_block .buttons_block {
        text-align: center;
    }

}

.product_full_block .qty {
    /*padding:15px 0;*/
    display: inline-block;
}

.product_full_block .qty span {
    color: #fff;
    padding-right: 5px;
}

.product_full_block .qty input[type="text"] {
    color: #000;
}

.product_full_block .qty .plus_minus_block {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
}

.product_full_block .inputboxquantity {
    background: #fff;
    text-align: center;
    width: 40px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
    border: solid 1px #e2e1dc;
    color: #595954;

}

.product_full_block .qty .plus {

}

.product_full_block .qty .minus:hover, .product_full_block .qty .plus:hover {
    border: solid 1px #6C5A53;
}

.product_full_block .add_to_cart {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 15px 0 37px;
    background: #6C5A53 url(../img/cart_icon.png) no-repeat 10px center;
    color: #fff;
    height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product_full_block .add_to_cart span {
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.product_full_block .add_to_cart:hover {
    background: #000 url(../img/cart_icon.png) no-repeat 10px center;
    border: solid #333 1px;
}


.product_full_block .add_to_cart:hover span {

}


.product_full_block a.add_to_favorite {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #6C5A53;
}

.product_full_block a.add_to_favorite > i.fa-heart {
    font-size: 42px;
    color: #6C5A53;
    position: relative;
}

.product_full_block a.add_to_favorite > i.icon-heart i.icon-plus-sign {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -7px;
    color: #fff;
    text-shadow: 1px 0 #6C5A53, -1px 0 #6C5A53, 0 1px #6C5A53, 0 -1px #6C5A53;
}

.product_full_block a.add_to_favorite:hover i.icon-heart {
    color: #7a796f;
}

.product_full_block .block .data_block .prod_full_short_descr {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    border: solid 1px #111;
}

.product_full_block .block .data_block .prod_full_short_descr .title_block {
    border-bottom: solid 1px #111;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    margin: 0 15px;
}

.product_full_block .block .data_block .prod_full_short_descr .text_block {
    /*border: solid 1px red;*/
    margin: 14px;
    text-align: left;
}

.product_full_block .block .data_block .prod_full_short_descr .text_block table {

    margin: 10px 0;
}

.product_full_block .block .data_block .prod_full_short_descr .text_block table tr td {
    padding: 3px 6px;
    border: solid 1px #333;
}

.product_full_block .block .data_block .prod_full_buttons_block {
    width: 100%;
    float: right;
    margin-top: 20px;
}


.product_full_block .block .data_block .prod_full_buttons_block a {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product_full_block .block .data_block .prod_full_buttons_block a.check_btn {
    display: inline-block;
    width: 100%;
    background: #fce8d2;
    color: #e24949;
    border-bottom: #e24949 solid 3px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.product_full_block .block .data_block .prod_full_buttons_block a.check_btn:hover {
    border-bottom: #808080 solid 3px;
    color: #808080;
}

.product_full_block .block .data_block .prod_full_buttons_block a.call_me_btn {
    display: inline-block;
    width: 100%;
    background: #e6e6e6;
    color: #808080;
    border-bottom: #cdcdcd solid 3px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.product_full_block .block .data_block .prod_full_buttons_block a.call_me_btn:hover {
    border-bottom: #000 solid 3px;
    color: #000;
}

.product_full_block .block .data_block .prod_full_buttons_block a.retail_btn_sp {
    background: #fff7ef;
    border: #f0bbbb solid 1px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 55px;
    line-height: 55px;
    display: block;
    color: #313131;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.product_full_block .block .data_block .prod_full_buttons_block a.retail_btn_sp i {
    color: #6C5A53;
    font-size: 24px;

}

.product_full_block .block .data_block .prod_full_buttons_block a.retail_btn_sp:hover {
    background: #f0bbbb;
    border: solid 1px #fff7ef;
    color: #fff;
    font-weight: bold;
}

.product_full_block .block .data_block .prod_full_buttons_block a.retail_btn_sp:hover i {
    /*color: #fff;*/
}

.product_full_block .prod_full_back a {
    background: #6C5A53;
    border: #6C5A53 solid 1px;
    color: #fff !important;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 15px;
    text-decoration: none;
}

.product_full_block .prod_full_back a i {
    color: #fff !important;
}

.product_full_block .prod_full_back a:hover {
    background: #000;
    color: #fff !important;
    border: solid 1px #333;
}

.product_full_block .prod_full_back a:hover i {
    color: #6C5A53 !important;
}


.product_tabs_block {
    padding: 0 0 0 0;
    margin: 20px 0;
    width: 100%;
}

.product_tabs_block > .nav-tabs {
    /*border: solid 1px red;*/
    border-bottom: #333 solid 1px;
}

.product_tabs_block .nav-item {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.product_tabs_block .nav-item a {
    color: #000;
    padding: 7px 25px;
    border: solid 1px #333 !important;
    text-shadow: #999 1px 1px 1px;
    /*text-transform: uppercase;*/
    font-size: 16px;

}

.product_tabs_block .nav-item a.active {
    background: #6C5A53;
    color: #fff;
    text-shadow: #333 1px 1px 1px;
}


.product_tabs_block .tab-content {
    border-left: #333 solid 1px;
    border-right: #333 solid 1px;
    border-bottom: #333 solid 1px;
}

.product_tabs_block .tab-content .tab-pane {
    margin: 0 5px;
}

.product_tabs_block .tab-content .tab-pane .tab_image_block {
}

.product_tabs_block .tab-content .tab-pane .tab_image_block img {
    max-width: 150px;
    padding: 5px;
    border: #333 solid 1px;
    margin: 5px;
}

.product_tabs_block .tab-content .tab-pane .product_description {
    padding: 10px 0 10px 5px
}

.product_tabs_block .tab-content .tab-pane .product_description table {
    border: solid 1px #333;
    margin: 5px 0;
}

.product_tabs_block .tab-content .tab-pane .product_description table tr {
    border: solid 1px #333;
    padding: 5px 0;
}

.product_tabs_block .tab-content .tab-pane .product_description table tr td {
    border: solid 1px #333;
    padding: 3px 5px;
}

.product_tabs_block .tab-content .tab-pane .product_description_short {
    padding: 10px 0 10px 5px;
}


.panes > div {
    display: none;
    width: 100%;
    text-align: left;
    color: #fff;
    border: solid 1px #e6e6e6;
    margin-top: 1px;
}

.product_full_block .tabs_block .tab_image_block a {
    display: inline-block;
    margin: 10px 5px;
}

.product_full_block .tabs_block .tab_image_block a img {
    width: 160px;
    border: solid 1px #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product_full_block .tabs_block .tab_image_block a img:hover {
    border: solid 1px #535148;
}

.product_full_block .tabs_block .product_description {
    font-size: 14px;
    color: #2d2d2d;
    padding: 10px 15px;
}


.product_detail_comments_block {

}


.product_detail_comments_block .product_comments {
    float: left;
    width: 70%;
}

.product_comment_form_block {
    padding: 5px 0 5px 0;
}

.product_detail_comments_block .product_comments_form {
    float: right;
    width: 30%;
}

@media screen and (max-width: 768px){
    .product_detail_comments_block .product_comments {
        width: 100%;
    }

    .product_detail_comments_block .product_comments_form {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
.product_detail_comments_block .form_block {
    padding: 0 0 0 3px;
}

.product_comments_form .form_label {
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 6px;
    text-align: left;
    /*color:#fff;*/
}

.product_detail_comments_block .form_field {
    /*border: 1px solid #cdcdcd;*/
}

.product_comments_form .form_field label {
    padding: 0 0 2px 4px;
    display: block;
    float: none;
    width: auto;
    /*color:#fff;*/
}

.product_comments_form .form_field label.error {
    padding: 2px 4px;
}

.product_comments_form .form_field input, .product_comments_form .form_field textarea {
    display: block;
    float: none;
    width: 95%;
    border-radius: 0;
    padding: 5px;
}

.product_comments_form .form_field input {
    margin: 0;
    background: #FFF;
    border: 1px solid #cdcdcd;
    color: #fff;
}

.product_comments_form .form_field textarea {
    background: #FFF;
    border: 1px solid #cdcdcd;
    color: #fff;
}

.product_comments_form .captcha .form_field input {
    margin: 0;
}

.product_comments_form .captcha .form_field img {
    border: 1px solid #fff;
    margin: 2px 0;
}

.product_detail_comments_block .form_block .submit {
    text-align: center;
    margin: 0 0 5px 0;
}

.product_detail_comments_block .block {
    padding: 0 5px 10px 5px;
    margin: 0;
}

.product_detail_comments_block .comment_block {
    padding: 5px;
    border-bottom: solid 1px #fff;
    background-color: #FFF;
}

.product_detail_comments_block .comment_name {
    color: #535147;
    font-size: 16px;
    line-height: 16px;
    float: left;
    width: 70%;
    height: 20px;
    font-style: italic;
    font-weight: bold;
}

.product_detail_comments_block .comment_date {
    color: #535147;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 0 0 0;
    float: right;
    width: 30%;
    height: 18px;
    text-align: right;
}

.product_detail_comments_block .answer_block {
    margin: 5px 0 0 30px;
    padding-left: 15px;
    border: solid 1px #cdcdcd;
}

.product_detail_comments_block .answer_block .comment_name {
    float: none;
    width: auto;
    color: #535148;
    font-weight: bold;
}

.product_detail_comments_block .answer_block .comment_message {
    color: #585753;
}

.product_detail_comments_block .comment p, .product_detail_comments_block .answer_block p {
    margin: 0;
}

.reviews_block .answer_block {
    margin: 5px 0 0 30px;
    padding-left: 15px;
    border: solid 1px #cdcdcd;
    width: 100%;
}

.reviews_block .answer_block .comment_name {
    float: none;
    width: auto;
    color: #535148;
    font-weight: bold;
}

.reviews_block .answer_block .comment_message {
    color: #585753;
}

.product_detail_comments_block .comment p, .product_detail_comments_block .answer_block p {
    margin: 0;
}

.message {
    text-align: left;
    padding: 2px;
}

.big_button {
    display: inline-block;
    background: #6C5A53;
    border: #6C5A53 solid 1px;
    color: #fff !important;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.big_button span {
}


.big_button:hover span {

}

.big_button:hover {
    background: #fff;
    color: #6C5A53 !important;
}

.related_block {
    margin-bottom: 20px;
}



.related_block .title_block .block {
    font-size: 25px;
    text-transform: uppercase;
    color: #c4c1a8;
    padding: 20px 0;
}


.related_block .products_block_short {
    display: inline-block;
    border: solid 1px #e5e5e2;
    width: 225px;
    margin: 16px 13px;
    vertical-align: top;
    box-shadow: #bababa 2px 2px 5px;
    background: #fff;

}

.related_block .products_block_short .prod_img a {
    line-height: normal;
}

.related_block .products_block_short .products_block_short_name {
    color: #47453b;
    font-size: 15px;
    width: 90%;
    border-bottom: #e8e7e3 solid 1px;
    padding: 0 0;
    height: 60px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}

.related_block .products_block_short .products_block_short_name span {
    display: inline-block;
    width: 90%;
}

.related_block .products_block_short .products_block_short_bottom {
    border-top: #e8e7e3 solid 1px;
    width: 90%;
    margin-top: 5px;
    padding: 5px 0;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail {
    height: 34px;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail a.btn-detail {
    border: solid 1px #6C5A53;
    text-decoration: none;
    color: #fff;
    background: #6C5A53;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    vertical-align: top;
    float: right;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail a.btn-detail:hover {
    background: #fff;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail a.btn-detail i {
    color: #fff;
    display: inline-block;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail a.btn-detail:hover i {
    color: #6C5A53;
}

.related_block .products_block_short .products_block_short_bottom .short_sku_detail .short_sku {
    background: #7a796f;
    color: #ffffff;
    font-size: 10px;
    display: inline-block;
    padding: 3px 0;
    width: 62%;
    vertical-align: middle;
    float: left;
}

.related_block .products_block_short .products_block_short_bottom .short_sku span {
    font-size: 12px;
}

.related_block .products_block_short .products_block_short_bottom .products_short_price_block {
    text-align: left;
    padding: 5px 0;
}

.related_block .products_block_short .products_block_short_bottom .products_short_price_block .price_name {
    font-size: 13px;
}

.related_block .products_block_short .products_block_short_bottom .products_short_price_block .special_price, .related_block .products_block_short .products_block_short_bottom .products_short_price_block .price {
    color: #282828;
    font-size: 20px;
    /*font-weight: bold;*/
    font-weight: 600;
}

.owl-buttons {
    position: absolute;
    height: 40px;
    top: -52px;
    right: 10px;

}

.owl-buttons .owl-prev i,
.owl-buttons .owl-next i {
    font-size: 40px;
    margin: 5px 10px 0 10px;
    line-height: 40px;
    color: #7A796F;
}

.owl-buttons .owl-prev {
    left: -45px;
    top: 0;
    display: inline-block;
}

.owl-buttons .owl-next {
    right: -45px;
    top: 55px;
    display: inline-block;
}


.similar_block {
    margin: 30px 0 20px 0;
}


.product_full_block .corsets_title_text {
    border: solid 1px #111;
    padding: 15px;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}

.product_full_block .corsets_title_text span {
    color: #6C5A53;
}

.corsets_price_from {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}

/****************contacts_block*****************************/
/* ----------------------------- CONTACTS----------------------------*/
.contacts_block {
    width: 100%;
}

.contacts_block .block {
    padding: 5px 6px 0 8px;
    clear: both;
    width: 100%;
}

.block .name {
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 0 10px 0;
    text-align: center;
}

.contacts_block .block p {
    font-weight: normal !important;
    margin: 0;
    padding: 0;
}

.contacts_form_block {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}

.reviews_block {
    width: 100%;
}

.contacts_block .contacts_form_block, .reviews_block .reviews_form_block {
    text-align: left;
    padding: 5px 6px 5px 8px;
    width: 100%;
    /*border: solid 1px red;*/
}

.contacts_block .contacts_form_block .form_block, .reviews_block .reviews_form_block .form_block {
    text-align: left;
    /*border: solid 1px #333;*/
}

.contacts_block .contacts_form_block .form_label, .reviews_block .reviews_form_block .form_label {
    font-weight: bold;
}

.contacts_block .contacts_form_block .contacts_field, .reviews_block .reviews_form_block .form_field {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 4px 5px;
    text-align: left;
    border: solid 1px #333;
}

.contacts_block .contacts_form_block .contacts_field label, .reviews_block .reviews_form_block .form_field label {
    width: 40%;
    float: left;
    text-align: left;
}

.contacts_block .contacts_form_block .contacts_field label.error, .reviews_block .reviews_form_block .form_field label.error {
    text-align: left;
    display: block;
    width: auto;
    float: none;
    font-size: 14px;
    line-height: 15px;
    color: #FF0000;
    margin: 3px 0;
    padding: 3px;
}

.contacts_block .contacts_form_block .contacts_field input, .contacts_block .contacts_form_block .contacts_field textarea, .reviews_block .reviews_form_block .form_field input, .reviews_block .reviews_form_block .form_field textarea {
    width: 50%;
    float: right;
    margin: 0;
    padding: 3px 0 3px 10px;
    outline: none;
    font-size: 13px;
    border: #333 solid 1px;
    border-radius: 2px;
    background: none;
}

.contacts_block .contacts_form_block .captcha .contacts_field input {
    margin: 50px 0 50px 0;
}

.contacts_block .contacts_form_block .captcha .contacts_field img {
    display: block;
    margin: 5px 0 2px 0;
}

.contacts_block .contacts_form_block .submit, .reviews_block .reviews_form_block .submit {
    margin: 15px 0 10px 0;
    text-align: center;
}

.contacts_block .contacts_form_block .submit #submit, .reviews_block .reviews_form_block .submit #submit {
    font-size: 16px;
    padding: 3px 15px;
    background: #6C5A53;
    color: #fff;
    border: #6C5A53 solid 1px;
    text-decoration: none;
    border-radius: 2px;
}

.contacts_block .contacts_form_block .submit #submit:hover, .reviews_block .reviews_form_block .submit #submit:hover {
    border: #fff solid 1px;
    color: #47453b;
    background: #fff;
}

.reviews_block > .block {
    margin: 15px 0;
}

.review {
    margin: 5px auto;
    width: 95%;
}

.review .name {
    color: #6C5A53;
    padding: 0 0 5px 0;
    font-size: 18px;;
    text-align: left;
    border-bottom: solid 1px #333;
}

.answer_block .name {
    color: #6C5A53;
    padding: 0 0 5px 0;
    font-size: 18px;;
    text-align: left;
    border-bottom: solid 1px #333;
    font-weight: bold;

}

.review .description {
    padding: 10px 0;
    text-align: left;
}

.review_form_block {
    text-align: left;
    margin: 5px 6px 0 8px;
    padding: 5px 6px 5px 8px;
    width: 95%;
    border-radius: 3px;
    font-size: 16px;
    background: #000;
}

.review_form_block .form_field {
    border: solid 2px #D2E6F6 !important;
}


.contacts_shops {
    margin-bottom: 30px;
}

.contacts_shops .shop > .block {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 10px;
}

.contacts_shops .shop > .block .map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    top: 300px;
    margin-top: -300px;
}

.contacts_shops .shop > .block .adress_block {
    margin-bottom: 20px;
    margin-left: 20px;
}

.contacts_shops .shop > .block .adress_block .adress_icon {
    background: url(../img/adress_icon.png) no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.contacts_shops .shop > .block .phones_block {
    float: left;
    margin-left: 20px;
}

.contacts_shops .shop > .block .phones_block .viber_icon {
    background: url(../img/viber_icon.png) no-repeat;
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.contacts_shops .shop > .block span {
    display: inline-block;
    vertical-align: middle;
}

.contacts_shops .managers_contacts {
    margin: 20px 0;
}

.contacts_shops .managers_contacts > .title_block {
    font-size: 22px;
    text-align: center;
    padding: 5px 0 15px 0;
}

.contacts_shops .managers_contacts > .block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.contacts_shops .managers_contacts > .block .name {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.contacts_shops .managers_contacts > .block .phone {
    margin: 10px auto;
    width: 50%;
}

.contacts_shops .managers_contacts > .block .viber_icon {
    background: url(../img/viber_icon.png) no-repeat;
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.contacts_shops .managers_contacts > .block .phone_icon {
    background: url(../img/phone_icon.png) no-repeat 5px 0;
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 47px;
}

.contacts_shops .managers_contacts .emails_block {
    text-align: center;
    margin: 10px 0;
}

.contacts_shops .managers_contacts .emails_block .email_icon {
    background: url(../img/email_icon.png) no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
}

/****************contacts_block*****************************/


/*.bx-crm-widget-wrapper.bx-crm-widget-chat-config-wrapper{*/
/*!*border: solid 1px red;*!*/
/*}*/
/*.bx-imopenlines-config-sidebar-header,*/
/*.bx-imopenlines-config-sidebar-info,*/
/*.bx-imopenlines-config-sidebar-iframe-container,*/
/*.bx-imopenlines-config-sidebar-chat-container{*/
/*background: #000;*/
/*color: #fff;*/
/*}*/

/*.bx-imopenlines-config-sidebar-message-item,*/
/*.bx-imopenlines-config-sidebar-social-title-item{*/
/*color: #fff;*/
/*}*/


/***************last_news******************************/
.last_news_block {
    margin-bottom: 50px;
}

.last_news_block .last_news_title {
    text-transform: uppercase;
    text-align: center;

    font-family: PTSerif, serif;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.last_news_block .last_news_title a {
    text-decoration: none;
    font-size: 22px;
}

.last_news_block .last_news_title a:hover {
    /*color: #6C5A53;*/
}

.last_news_block .last_news_title .title_diamond {
    position: relative;
    margin-top: 5px;
}

.last_news_block .last_news_title .title_diamond i {
    font-size: 20px;
}

.last_news_block .last_news_title .title_diamond:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #6C5A53;
    height: 1px;
    width: 34vw;
}

.last_news_block .last_news_title .title_diamond:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    background: #6C5A53;
    height: 1px;
    width: 34vw;
}


.last_news_block .last_news_text {
    margin-top: 30px;
}

.last_news_block .last_news_text .last_news_date {
    font-weight: bold;
    font-style: italic;
}

.last_news_block .last_news_text .last_news_date .day {
    display: inline-block;
    vertical-align: middle;
    font-family: PTSerif, serif;
    /*color:  #1c1c1c;*/
    font-size: 13px;
    /*line-height: 36px;*/
}

.last_news_block .last_news_text .last_news_date .month {
    display: inline-block;
    vertical-align: middle;
    font-family: OpenSans, serif;
    /*color:  #1c1c1c;*/
    font-size: 13px;
    line-height: 36px;
}

.last_news_block .last_news_text .last_news_name {
    font-family: PTSerif, serif;
    /*color:  #ffffff;*/
    font-size: 18px;
    /*font-style: italic;*/
    margin-top: -10px;
    font-weight: bold;
    z-index: 9;
    line-height: 18px;
    /*min-height: 40px;*/
}

.last_news_block .last_news_text .last_news_description {
    color: #727272;
    font-size: 13px;
}

.last_news_block .last_news_text .last_news_detail {
    font-family: PTSerif, serif;
    color: #6C5A53;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.last_news_block .last_news_text .last_news_detail:hover {
    /*color: #fff;*/
}

.last_news_block_owl {
    /*border: solid 1px red;*/
    /*width: 250px;*/
}

.last_news_carousele {
    overflow: hidden;
}

.owl-dots {
    text-align: center;
    display: none;
}

.owl-dots .owl-dot {
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #999;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: none;
}

.owl-dots .owl-dot.active {
    background: #6C5A53;
}

@media screen and (min-width: 320px) and (max-width: 599px) {

    .last_news_block {
        margin-top: 20px;
    }

    .owl-dots {
        display: block;
    }

    .last_news_carousele {
        margin: 0 25px;
    }

}

/***************last_news******************************/


.search_result_data {
    font-style: italic;
    text-align: center;
    margin: 20px 0;
}

.search_result_data span.search_keywords,
.search_result_data span.search_count {
    margin: 0 10px;
}

.search_result_data .search_keywords span,
.search_result_data .search_count span {
    color: #6C5A53;
}


.black_friday {
    border: solid 5px #111;
    padding: 15px 0 30px 0;
    margin: 20px 0;
}

.black_friday .counter {
    /*border: solid 1px red;*/
}

.black_friday .bf {
    /*background: url(../img/bf.png) no-repeat;*/
    width: 43%;
    text-align: center;
    height: 292px;
    display: inline-block;
    -webkit-background-size: 100%;
    background-size: 100%;
    /*border: solid 1px red;*/
    vertical-align: middle;
}

.black_friday .text_block {
    /*border: solid 1px red;*/
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #111;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
}

.black_friday .text_block span {
    font-size: 40px;
    color: #6C5A53;
    padding: 0 10px;

}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .black_friday .bf {
        width: 100%;
    }

}


/*****************************novelty_block***********************/
.novelty_block {
    margin: 20px 0;
    background: rgba(235, 233, 231, .7);
}

.home_banners .title_block,
.novelty_block .title_block,
.bestseller_block .title_block,
.sales_block .title_block,
.similar_block .title_block,
.related_block .title_block {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.home_banners .title_block .text_block,
.novelty_block .title_block .text_block,
.bestseller_block .title_block .text_block,
.sales_block .title_block .text_block,
.similar_block .title_block .text_block,
.related_block .title_block .text_block {
    position: relative;
    font-family: PTSerif, serif;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.home_banners .title_block .text_block:before,
.novelty_block .title_block .text_block:before,
.home_banners .title_block .text_block:after,
.novelty_block .title_block .text_block:after,
.bestseller_block .title_block .text_block:before,
.bestseller_block .title_block .text_block:after,
.sales_block .title_block .text_block:before,
.sales_block .title_block .text_block:after,
.similar_block .title_block .text_block:before,
.similar_block .title_block .text_block:after,
.related_block .title_block .text_block:before,
.related_block .title_block .text_block:after {
    content: '';
    background: #6C5A53;
    width: 28px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home_banners .title_block .text_block:before,
.novelty_block .title_block .text_block:before,
.bestseller_block .title_block .text_block:before,
.sales_block .title_block .text_block:before,
.similar_block .title_block .text_block:before,
.related_block .title_block .text_block:before {
    left: -42px
}

.home_banners .title_block .text_block:after,
.novelty_block .title_block .text_block:after,
.bestseller_block .title_block .text_block:after,
.sales_block .title_block .text_block:after,
.similar_block .title_block .text_block:after,
.related_block .title_block .text_block:after {
    right: -42px
}

.home_banners .title_block .text_block span,
.novelty_block .title_block .text_block span,
.bestseller_block .title_block .text_block span,
.sales_block .title_block .text_block span,
.similar_block .title_block .text_block span,
.related_block .title_block .text_block span {
    position: relative;
    padding: 0 20px;
}

.home_banners .title_block .text_block span:before,
.novelty_block .title_block .text_block span:before,
.bestseller_block .title_block .text_block span:before,
.sales_block .title_block .text_block span:before,
.similar_block .title_block .text_block span:before,
.related_block .title_block .text_block span:before,
.home_banners .title_block .text_block span:after,
.novelty_block .title_block .text_block span:after,
.bestseller_block .title_block .text_block span:after,
.sales_block .title_block .text_block span:after,
.similar_block .title_block .text_block span:after,
.related_block .title_block .text_block span:after {
    content: '';
    width: 11px;
    height: 11px;
    border: solid 1px #6C5A53;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home_banners .title_block .text_block span:before,
.novelty_block .title_block .text_block span:before,
.bestseller_block .title_block .text_block span:before,
.sales_block .title_block .text_block span:before,
.similar_block .title_block .text_block span:before,
.related_block .title_block .text_block span:before {
    left: -11px;
}

.home_banners .title_block .text_block span:after,
.novelty_block .title_block .text_block span:after,
.bestseller_block .title_block .text_block span:after,
.sales_block .title_block .text_block span:after,
.similar_block .title_block .text_block span:after,
.related_block .title_block .text_block span:after {
    right: -11px;
}

.novelty_block .title_block .title_diamond,
.bestseller_block .title_block .title_diamond {
    position: relative;
    margin-top: 5px;
}

.novelty_block .title_block .title_diamond i,
.bestseller_block .title_block .title_diamond i {
    font-size: 20px;
}

.novelty_block .title_block .title_diamond:before,
.bestseller_block .title_block .title_diamond:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #6C5A53;
    height: 1px;
    width: 34vw;
}

.novelty_block .title_block .title_diamond:after,
.bestseller_block .title_block .title_diamond:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    background: #6C5A53;
    height: 1px;
    width: 34vw;
}

.products_block .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.products_block .owl-nav .owl-prev.disabled,
.products_block .owl-nav .owl-next.disabled {
    display: none;
}

.products_block .owl-nav .owl-next {
    border: solid 1px #6C5A53;
    float: right;
    padding: 10px 15px;
    border-radius: 3px;
    color: #6C5A53;
    background: rgba(108, 90, 83, .2)
}

.products_block .owl-nav .owl-next:after {
    content: "\f105";
    font-family: FontAwesome, serif;
    font-size: 20px;
}

.products_block .owl-nav .owl-prev {
    border: solid 1px #6C5A53;
    padding: 10px 15px;
    border-radius: 3px;
    color: #6C5A53;
    background: rgba(108, 90, 83, .2);
    float: left;
}

.products_block .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome, serif;
    font-size: 20px;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #6B5B55;
}

#cssmenu {
    width: 100%;
    /*border: solid 1px red;*/
    margin: 0 auto 20px auto;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu > ul > li.active > ul {
    display: block;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 19px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    box-shadow: none;
}

#cssmenu > ul > li > a:hover {
    /*color: #6C5A53;*/
}

#cssmenu > ul > li > a span {
    display: inline-block;
    padding-left: 0;
    color: #6B5B55;
}

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #6B5B55;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #6B5B55;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul li a.lvl1 {
    padding: 14px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: dashed 1px #d6d6d6;
    text-shadow: #d3cecb 1px 1px 2px;
}

#cssmenu ul li:last-child a.lvl1 {
    border-bottom: dashed 1px #d6d6d6;
}

#cssmenu ul li:first-child a.lvl1 {
    border-top: none;
}

#cssmenu ul ul li a span {
    padding-left: 20px;
}

#cssmenu ul li a.lvl2 {
    padding: 14px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: dashed 1px #d6d6d6;
    text-shadow: #d3cecb 1px 1px 2px;
}

#cssmenu ul ul li a {
    padding-left: 32px;
    color: #000;
}

#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

#cssmenu ul li ul li a {
    padding: 5px 0;
    border-top: none !important;
}

#cssmenu ul li ul li span {
    color: #6B5B55;
    padding: 0 15px;
    font-style: italic;
}


.menu-container {
    width: 100%;
    position: relative;
}

.menu-container ul.menu {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.menu-container ul.menu li {
    list-style: none;
    text-align: left;
}

.menu-container ul.menu > li > a {
    text-decoration: none;
    background: none;
    color: #fff;
    padding-left: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.menu-container ul.menu li a:before {
    content: "\f0c9";
    font-family: FontAwesome, serif;
    font-size: 22px;
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
}

.menu-container ul.menu li:hover {
    color: #fff;
    text-decoration: none;
}

.menu-container ul.menu li:hover a,
.menu-container ul.menu li:hover a:before {
    color: #fff;
}

.menu-container ul.menu ul {
    position: relative;
    display: none;
    margin: 15px;
    padding: 0 25px;
    background: rgba(108, 90, 83, .9);
}

.menu-container ul.menu ul li {
    position: relative;
    width: 100%;
}

.menu-container ul.menu ul li a {
    color: #fff;
    background: url(../img/cat_lvl1_separate.png) repeat-x 0 bottom;
    padding: 5px 0;
    display: block;
    text-transform: none;
    text-decoration: none;
}


.menu-container ul.menu ul li a:hover {
    color: #fff;
}


.menu-container ul.menu ul li a:before {
    content: '';
}

.menu-container .current {
}

.menu-container .with-child::after {
    content: '\25be';
    color: #ffffff;
}

.menu-container ul.menu .lvl2 {
    display: none;
}


/********************pick_up_goods***********************/
.pick_up_goods {
    margin: 0 auto;
    text-align: center;
}

.pick_up_goods .pick_up_goods_title {
    width: 90%;
    margin: 20px auto;
    font-size: 18px;
    color: #fff;
}

.pick_up_goods .pick_up_goods_title span {
    color: #6C5A53;
}

#feedback-form { /* вся форма */
    max-width: 650px;
    padding: 2%;
    margin: 0 auto;
}

#feedback-form .form_row {
    display: block;
}

#feedback-form label { /* наименование полей */
    display: inline-block;
    width: 20%;
    vertical-align: top;
    line-height: 40px;
    text-align: left;
}

#feedback-form .w100 { /* поля */
    max-width: 400px;
    width: 97%;
    margin-bottom: 1em;
    padding: 1.5%;
    display: inline-block;
    border: solid 1px #333;
    background: transparent;
    font-style: italic;
    color: #fff;
}

#feedback-form .border { /* граница полей */

}

#feedback-form .border:focus {
    outline: none;
}

#feedback-form .border:hover {
}

#feedback-form .border:focus::-moz-placeholder { /* убрать при фокусе первоначальный текст поля */
    color: transparent;
}

#feedback-form .border:focus::-webkit-input-placeholder {
    color: transparent;
}

#feedback-form .border:not(:focus):not(:hover):valid { /* правильно заполненные поля */
    opacity: .8;
}

#feedback-form .form_row input[type="file"] {
    background: #111;
    font-style: normal;
}

#submitFF { /* кнопка "Отправить" */
    padding: 2% 10%;
    border: solid 1px transparent;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
    background: #6C5A53;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#feedback-form br {
    height: 0;
    clear: both;
}

#submitFF:hover {
    background: #000;
    border: solid 1px #6C5A53;
}

#submitFF:focus {
    box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0, 0, 0, .8), inset 0 -1px 0 rgba(0, 0, 0, .05);
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #feedback-form label {
        width: 100%;
        padding: 0 1.5%;
    }

}

/**************************pick_up_goods*********************/

/************************prod_detail_tabs*******************/
#product_tabs {
    margin: 15px 0;
}

.ui-scroll-tabs-header:after {
    content: "";
    display: table;
    clear: both;
}

.ui-scroll-tabs-view {
    z-index: 1;
    overflow: hidden;
}

.ui-scroll-tabs-view .ui-widget-header {
    border: none;
    background: transparent;
}

.ui-scroll-tabs-header {
    position: relative;
    overflow: hidden;
}

.ui-scroll-tabs-header .stNavMain {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0;
    transition: left .5s, right .5s, opacity .8s;

}

.ui-scroll-tabs-header .stNavMain button {
    height: 100%;
}

.ui-scroll-tabs-header .stNavMainLeft {
    left: -250px;
}

.ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
    left: 0;
    opacity: 1;
}

.ui-scroll-tabs-header .stNavMainRight {
    right: -250px;
}

.ui-scroll-tabs-header .stNavMainRight.stNavVisible {
    right: 0;
    opacity: 1;
}

.ui-scroll-tabs-header ul.ui-tabs-nav {
    position: relative;
    white-space: nowrap;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li {
    display: inline-block;
    float: none;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li.stHasCloseBtn a {
    padding-right: 0.5em;
}

.ui-scroll-tabs-header ul.ui-tabs-nav li span.stCloseBtn {
    float: left;
    padding: 4px 2px;
    border: none;
    cursor: pointer;
}

.ui-widget-content {
    /*color: #fff;*/
}

#product_tabs .ui-widget-header {
    margin-bottom: 1px;
}

#product_tabs .ui-scroll-tabs-header ul.ui-tabs-nav li {
    text-transform: uppercase;
}

#product_tabs .ui-scroll-tabs-header ul.ui-tabs-nav li:first-child {
    margin-left: 33px;
}

#product_tabs .ui-scroll-tabs-header ul.ui-tabs-nav li.ui-tabs-active {
    background: #6C5A53;
}

#product_tabs .ui-scroll-tabs-header .stNavMain button {
    background: #fff;
    outline: none;
}

#product_tabs #tab3 .images-block img {
    border: solid 1px #111;
    padding: 5px;
    margin: 5px auto;
}


/***********************************faq_block***************************/
.faq_block {
}

.faq_block > .block {
    width: 100%;
    border-bottom: #333 solid 1px;
}

.faq_block > .block:last-child {
    border-bottom: none;
}

.faq_block > .block .question_block {
    margin: 30px 0;
}

.faq_block > .block .question_block .title,
.faq_block > .block .answer_block .title {
    color: #d6d6d6;
    font-size: 13px;
    text-align: left;
}

.faq_block > .block .question_block .question {
    color: #6C5A53;
    font-size: 18px;
}

.faq_block > .block .answer_block {
    margin-left: 3%;
    margin-bottom: 30px;
}

.faq_block > .block .answer_block ul li {
    list-style: circle;
}

.faq_block > .block .answer_block ul li span {
    color: #6C5A53;
}

.faq_block > .block .answer_block .answer {
    color: #fff;
    font-size: 18px;

}

/***********************************faq_block***************************/

/******************************return_to_top***************************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(108, 90, 83);
    background: rgba(108, 90, 83, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(108, 90, 83, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/******************************return_to_top***************************/
/*
     FILE ARCHIVED ON 03:34:44 Oct 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:56:48 Sep 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.438
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.035
  esindex: 0.008
  cdx.remote: 10.065
  LoadShardBlock: 120.369 (3)
  PetaboxLoader3.datanode: 162.057 (5)
  PetaboxLoader3.resolve: 112.481 (2)
  load_resource: 164.293
  loaddict: 76.083
*/