@font-face {
    font-family: 'Teakava';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/teakavaweb-regular.woff2') format('woff2'), url('../fonts/teakavaweb-regular.woff') format('woff')
}

@font-face {
    font-family: 'Teakava';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/teakavaweb-bold.woff2') format('woff2'), url('../fonts/teakavaweb-bold.woff') format('woff')
}


@keyframes menu {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: Teakava, sans-serif;
    line-height: 1.5;
    color: #030303;
    background-color: #ffffff;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.main {
    flex: 1 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main {
    margin-top: 50px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: Teakava;
    color: #0a0a28;
}

.h1 {
    padding: 25px 15px;
    font-size: 22px;
    /* border-top: 1px solid #e1e8ed; */
    margin: 0;
}

.h2 {
    font-size: 24px;
    /* background-color: #fff; */
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.blog_header {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}

.h5 {
    margin: 0 0 5px;
    font-family: Teakava;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: var(--tk-site-product-name-color);
}

/* p, span {
    line-height: 140%!important;
} */

a {
    color: inherit;
    text-decoration: underline;
}

.container_blog a {
    text-decoration: none;
}

.container_blog .h5 a:hover {
    transition: 0.5s;
    color: #323232cf;
}

.container_blog .h5 a {
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 34px;
}

a:hover,
a:active {
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

/*
 .row:after,
 .container:after,
 .clearfix:after {
     clear: both;
     content: " ";
     display: block;
 }
*/

.hidden {
    display: none !important;
}

.center {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}

.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}

.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label_block {
    font-size: 14px;
    font-family: Teakava;
    display: block;
    margin-left: 10px;
}

/* Form */
.fn_validate_register .form_group {
    width: 48%;
    margin: 10px 5px;
}

.form_group {
    position: relative;
    margin-bottom: 20px;
    clear: both;
    margin: 10px 0px;
}

.form_input.first {
    width: 208px;
}

.form_input.second,
.form_input.third {
    width: 140px
}

.form_input {
    padding: 0 15px;
    margin-right: 10px;
    width: 100%;
    border-radius: var(--tk-site-border-radius) !important;
}

.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: var(--tk-site-border-radius);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder {
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 13px;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.form_placeholder {
    pointer-events: none;
}

.form_textarea {
    display: block;
    width: 100%;
    padding: 15px;
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}

.form_captcha {
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px;
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: var(--tk-site-border-radius);
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise,
    -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white, 2px 2px white, 3px 3px white, 4px 4px white;
    color: white;
    transition: all 1s;
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
    text-align: center;
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}

.error {
    color: #f00;
    display: inline-block;
    font-size: 13px;
}

.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}

#sm_logo img {
    vertical-align: top;
}

.ya_map {
    width: 100%;
    min-height: 450px;
    padding-bottom: 80px;
}

.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: -3px;
    left: -7px;
    z-index: 1;
}

.dropdown {
    display: none;
}

.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.padding {
    padding: 20px 15px 25px;
}

header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}

.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    border: 2px solid #f2bd0b;
    border-radius: var(--tk-site-border-radius);
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

.o_notify_v2_order_id :is(.button, .disable_button) {
    font-size: 18px;
}

.button {
    cursor: pointer;
}

.button:hover {
    background-color: #f4f4f4;
}

.buy {
    padding: 0px 10px;
    line-height: 30px;
    border: 2px solid var(--tk-site-additional-color);
    color: #ffffff;
    font-size: 17px;
    line-height: 34px;
    font-weight: normal;
    transition: 0.5s;
    /* max-width: 100px; */
    height: 50px;
    background-color: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    margin-top: 0px;
    white-space: nowrap;
}

.buy:hover {
    border-color: var(--tk-site-additional-color);
    color: var(--tk-site-additional-color);
    transition: 0.5s;
}

.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wishlist_button {
    background-position: 0 -15px;
}

.comparison_button.selected {
    background-position: -34px 0;
}

.wishlist_button.selected {
    background: url("../images/favorite-heart-button1.png");
}

/* Header */

header {
    background-color: #000;
}

header a {
    color: #a1a1a1;
    font-family: Teakava;
    font-size: 14px;
}

header a:hover {
    color: #989595;
}

.menu_switch {
    position: relative;
    float: left;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}

.informers {
    float: right;
}

.informer {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 22px;
    font-weight: bold;
    font-size: 0;
    min-width: 49px;
    text-align: center;
    border-left: 1px solid #e8e8e1;
    text-transform: capitalize;
    color: #686666;
}

.informer_name,
.informer_counter {
    vertical-align: top;
    font-size: 12px;
}

.informer_counter {
    margin-left: 4px;
}

.cur_switch,
.lang_switch {
    cursor: pointer;
}

.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: 100%;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px;
}

.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

.informer .dropdown_item:hover {
    background-color: #e8e8e1;
}

.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png);
}

.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    /* background-image: url(../images/sprite.png); */
    background-image: url(../images/Vector.png);
}

.wish_icon {
    background-position: 0px -15px;
}

.compare_icon {
    background-position: 0px 0px;
}

.angle_icon {
    height: 10px;
    /* background-position: 0px -32px; */
}

.logo {
    display: block;
    font-size: 0;
    text-align: center;
    /* margin-top: 17px; */
}

/* .cart_info {
    display: inline-block;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    font-size: 13px;
    color: #fff;
}

.cart_info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 32px;
    background: url(../images/sprite.png) no-repeat 0 -111px;
} */

.cart_counter {
    position: absolute;
    top: -5px;
    left: 18px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #ffffff;
    color: #5f5f5f;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.cart_total {
    display: block;
    font-weight: bold;
}

.times,
.phones {
    float: left;
    line-height: 21px;
    /* font-weight: bold; */
    margin-top: 16px;
}

.times {
    font-size: 14px;
}

.phones {
    font-size: 17px;
}

.times_inner,
.phones_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}

.times_text {
    color: #686666;
    font-weight: normal;
}

.times_inner::before,
.phones_inner::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px;
}

.phones_inner::before {
    top: 7px;
    background: url(../images/sprite.png) no-repeat 0 -77px;
}

.callback {
    display: block;
    float: left;
    padding: 11px 12px;
    border: 2px solid #929faf;
    border-radius: var(--tk-site-border-radius);
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.callback:hover {
    border-color: #f2bd0b;
}

.account {
    float: right;
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}

/* .account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}

.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px;
} */

.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}

/* .header_bottom {
    background-color: var(--tk-site-product-name-color);
} */

/* .menu_style.header_bottom {
    animation: menu 0.3s ease forwards;
    z-index: 9999999;
} */

/* .search {
    padding: 10px 0;
    position: relative;
    float: right;
    width: calc(100% - 50px);
    left: 100px;
} */

/* .search_input {
    width: 95%;
    height: 31px;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    font-size: 14px;
    color: #fff;
    background: var(--tk-site-product-name-color);
} */

.search_button {
    position: absolute;
    top: 13px;
    right: 0;
    border: none;
    background: var(--tk-site-product-name-color);
    width: 34px;
    height: 31px;
    line-height: 31px;
    padding: 0;
    font-size: 0;
    color: #a1a1a1;
    cursor: pointer;
}

.search_button:hover {
    background: var(--tk-site-product-name-color);
}

.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle;
}

.categories {
    position: relative;
}

.categories_heading {
    color: #fff;
    background-color: var(--tk-site-product-name-color);
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu_icon {
    vertical-align: middle;
}

.categories_heading a {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
    font-family: Teakava;
}

/* .categories_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
    background: url("../images/layer3.jpg");
    color: #fcc276;
    width: 340px;
    padding: 12px 10px;
     background-size: cover; 
} */

/* .category_item {
    position: relative;
    padding: 4px 0px;
} */

.menu_fixed.category_item {
    position: relative;
    padding: 16px 0px;
}

.menu_fixed.categories_nav {
    padding: 0px 10px;
}

/* .subcategory .category_item {
    padding: 12px 0;
} */

/* .category_link::before {
    display: inline-block;
    content: "";
    background: url("../images/coffe.png");
    width: 14px;
    height: 12px;
    margin-right: 10px;
} */

/* .param {
    line-height: 1.4;
}

.param__prop {
    position: relative;
    display: block;
    overflow: hidden;
}

.param__prop:after {
    content: "";
    position: absolute;
    margin-left: 0.3em;
    bottom: 0.2em;
    width: 100%;
    border-bottom: 1.5px dashed var(--tk-site-secondary-additional-color);
}

.category_item .param__prop:after {
    content: "";
    position: absolute;
    margin-left: 0.3em;
    bottom: 0.35em;
    width: 100%;
    border-bottom: 1px dashed var(--tk-site-secondary-additional-color);
}

.param__value {
    float: right;
    padding-left: 0.2em;
    color: #ffffff;
}

.category_link {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 17px;
    transition: 0.5s;
} */

/* .category_link:hover {
    transition: 0.5s;
    opacity: 0.5;
}

.category_item .arrow_right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 0;
    color: #23aee2;
}

.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}

.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
} */
/* FOOTER */

.footer_top {
    position: relative;
    padding: 23px 0;
    background-color: #fff;
    font-size: 0;
}

.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}

.footer_bottom {
    background-color: #f5f6f7;
    padding: 25px 0;
    font-size: 14px;
    color: #686666;
}

#subscribe_container {
    margin-bottom: 18px;
}

.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}

.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: var(--tk-site-border-radius);
    font-weight: bold;
    font-size: 12px;
}

.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}

.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border: none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}

.foot .h3 {
    font-weight: normal;
    margin-bottom: 18px;
}

.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
}

.fb {
    background-position: 0 0;
}

.vk {
    background-position: 0 -32px;
}

.ok {
    background-position: 0 -64px;
}

.tw {
    background-position: 0 -96px;
}

.ins {
    background-position: 0 -128px;
}

.foot_item {
    margin-bottom: 5px;
}

.footer_contacts,
.foot_menu {
    margin-top: -5px;
}

.footer_contacts a {
    text-decoration: none;
}

.copyright {
    padding-top: 10px;
    font-size: 12px;
}

/* Main page */

.advantages {
    background-color: #f2f6f7;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #929faf;
}

.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat;
}

.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px;
}

.advantage_2::before {
    top: 13px;
    background-position: 0 -65px;
}

.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px;
}

.advantage_4::before {
    top: 13px;
    background-position: 0 0;
}

.banners {
    font-size: 0;
}

.look_all {
    color: var(--tk-site-secondary-additional-color);
    width: fit-content;
    font-weight: 400;
    font-size: 17px;
}

.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: 0.7;
}

/* Blog */

.news {
    position: relative;
}

.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}

.news_item:hover {
    transition: 0.5s;
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transform: translateY(-5px);
}

.news_content,
.blog_content {
    padding: 20px 23px 30px;
    color: #606060;
}

.news_content {
    position: relative;
}

.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    /* padding-bottom: 52%; */
    /* background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat; */
    height: 220px;

}

.news_image::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 18%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    /* max-width: 342px; */
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.blog_annotation,
.news_annotation {
    opacity: 0.7;
    max-height: 105px;
    overflow: hidden;
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    /* display: flex;
    align-items: center; */
    color: #5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_date,
.blog_date {
    /* margin: 0px 0 10px; */
    opacity: 0.7;
    font-family: Teakava;
    font-size: 14px;
    line-height: 34px;
    color: var(--tk-site-secondary-additional-color);
}

/* Brands */

.brands-wrapper > .brands {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.brands-wrapper .brand_item {
    width: 100%;
    border: 1px solid #e8e8e1;
    transition: 0.5s;
}

.brands-wrapper .brand_item:hover {
    box-shadow: 0px 0px 10px 0px #ddd;
}

.brands-wrapper .brand_item .brand_image.no_img svg {
    width: 75%;
    height: 75%;
    filter: drop-shadow(0px 0px 1px black) grayscale(1) opacity(0.2);
}

.all_brands {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.all_brands .slick-dots {
    width: 100%;
    max-width: 100%;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}

.container_brands {
    padding: 60px 0;
    /* background-color: #F9F8F8; */
}

.container_brands * {
    background: none;
}

.container_brands .h2 {
    justify-content: center;
    padding-bottom: 50px;
    background: none;
}

.container_brands > .fn_all_brands > .slick-list {
    width: 1200px;
}

.container_brands .slick-prev {
    display: block;
    /* position: relative; */
    z-index: 1;
    top: 86px;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    color: white;
}

.container_brands .slick-next {
    display: block;
    /* position: relative; */
    z-index: 1;
    top: 86px;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    color: white;
}

.container_brands .slick-prev {
    left: auto;
}

.container_brands .slick-next {
    right: 0;
}

.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
}
.mobile_product_details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 10px;
}
.stock_product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 10px;
}
.rating {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.mobile_product_details .rating {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 10px;
}
.mobile_product_details .rating_text {
    text-align: left;
    line-height: 1.2;
}
.sku_mobile {
    display: flex;
    justify-content: flex-start;
    /* color: var(--tk-site-secondary-additional-color); */
    padding-bottom: 10px;
    flex-direction: column;
    gap: 10px;
}
.sku_mobile span {
    font-family: Teakava;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    /* color: var(--tk-site-secondary-additional-color); */
    color: #707070;
    display: block;
    margin-right: 0;
}
.sku_mobile span.sku_nubmer {
    color: #0A0A28;
    line-height: 1.6;
}
    
.pr_descr > div:first-child {
    /* padding: 20px 10px 15px; */
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.all_brands_link {
    filter: grayscale(100%);
}

.all_brands_link:hover {
    filter: grayscale(0%);
}

.slick-current .all_brands_link {
    border-left: none;
}

.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
}

.brand_image,
.brand_name {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.brand_image {
    /*margin-bottom: 20px;*/
    height: 212px;
}

.brand_img {
    vertical-align: middle;
    /*max-height: 100%;*/
}

.container_brands .brand_img {
    height: 100%;
    border-radius: var(--tk-site-border-radius);
    transition: 0.5s;
}

/* Product preview */

.main_products {
    position: relative;
}

.preview {
    position: relative;
    padding: 20px;
}

.products_container .no_padding {
    margin-top: 10px;
}

.products_item {
    margin-bottom: 10px;
    /* height: 460px; */
    height: 100%;
}

.product_name {
    display: block;
    font-weight: bold;
    max-height: 51px;
    line-height: 17px;
    font-size: 14px;
    color: var(--tk-site-product-name-color);
    margin-bottom: 3px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.preview_image {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    justify-content: space-between;
    text-decoration: none;
}

.preview_img {
    /* vertical-align: middle; */
    max-height: 100%;
    /* z-index: 9; */
    align-self: center;
}

.price_container {
    position: relative;
    color: var(--tk-site-additional-text-color);
}

.price_container-old-price {
    display: flex;
    gap: 5px;
    /* margin: 0px 0 15px; */
    text-align: right;
    flex-direction: column;
}

.old_new_price {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.price_container-cashback {
    font-weight: normal;
    font-size: 14px;
    color: #947b62;
    line-height: 100%;
}

.price_container-cashback .points {
    font-weight: bold;
}


.fn_not_preorder {
    margin: 0;
    margin-top: auto;
}

.o_notify_v2_order_id {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.o_notify_v2_order_id .button {
    background-color: var(--tk-site-additional-color);
    border: 2px solid var(--tk-site-additional-color);
    transition: all ease 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 48px;
    border-radius: var(--tk-site-border-radius);
    /* overflow: hidden; */
    padding: 0px 40px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.o_notify_v2_order_id .button:hover {
    background-color: #fff;
    color: var(--tk-site-additional-color);
}

.preview_form {
    display: flex;
    height: 50px;
    /* width: 100%; */
}
.preview_form.margin-top {
    margin-top: 20px;
}

.preview .button {
    width: 100%;
    max-width: 100px;
    height: 40px;
    background-color: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    margin-top: 0px;
}
.preview .button.find_out_price {
    max-width: 100%;
}

.product_contact .button {
    width: 100%;
    max-width: 100px;
    height: 40px;
    background-color: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    margin-top: 0px;
}

.price_container .button {
    width: 100%;
    max-width: 100px;
    height: 40px;
    background-color: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    margin-top: 0px;
}

.preview .button:hover {
    background-color: #ffffff;
}

.old_price {

        position: static;
        line-height: 20px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.1;
        margin-top: 0px;
        opacity: 0.8;
        text-align: right;
        text-decoration: line-through;
        color: #6a6a6a;

}

.remove_link {
    display: flex;
    align-items: center;
    margin: -15px auto 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.remove_link .remove_icon {
    color: #e62e04;
    margin-right: 5px;
}

.remove_link span {
    font-size: 16px;
    color: #872f2f;
}

.remove_link:hover span {
    text-decoration: none;
}

.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
}

.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: bold;
    font-size: 16px;
}

.sort_link {
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
}

.sort_link.active_up,
.sort_link.active_down {
    /* color: #f2bd0b;
     font-weight: bold; */
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    color: var(--tk-site-secondary-additional-color);
}

.sort_link span {
    display: inline-block;
    position: relative;
    /* padding-right: 21px; */
}

/* .sort_link span::after {
     content: "";
     width: 16px;
     height: 10px;
     position: absolute;
     top: 50%;
     right: 0;
     margin-top: -5px;
     background: url(../images/sprite.png) no-repeat -1px -303px;
 } */

.sort_link.no_after span::after {
    content: none;
}

/* Cart */
.cart-bonuses {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 25px;
    border-top: 1px solid #cdcdcd;
}

.cart-bonuses-title {
    color: var(--tk-site-product-name-color);
}

.purchase {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 35px;
}

.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
    color: var(--tk-site-additional-text-color);
}

.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    background-color: #fcfcfc;
    color: #8c7a63;
}

.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    /* background-color: #fff; */
}

.purchase_remove,
.purchase_image {
    font-size: 0;
}

.purchase_remove a {
    text-decoration: none;
}

.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}

.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.amount {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.plus,
.minus {
    font-size: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #707070;
    /* margin-left: 5px;
    margin-top: 3px; */
    text-align: center;
    padding: 12px;
}

.plus:hover,
.minus:hover {
    color: #030303;
}

.input_amount {
    display: block;
    float: left;
    font-size: 17px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center;
    color: var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
}

.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

.purchase_total {
    font-weight: bold;
    font-size: 16px;
}

.purchase_total .total_sum {
    color: var(--tk-site-additional-text-color);
    font-size: 18px;
}

.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: var(--tk-site-additional-text-color);
}

.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}

.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: var(--tk-site-border-radius);
    font-size: 13px;
    font-family: inherit;
    background-color: #eae2d9ab;
}

.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: var(--tk-site-border-radius);
    cursor: pointer;
}

.coupon_button:hover {
    background: #d4a507;
}

.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}

.delivery {
    font-size: 15px;
}

.animate_delivery {
    animation: fade_in 10s linear;
}

.color_text {
    color: var(--tk-site-additional-text-color);
}

.delivery_item {
    margin-bottom: 0px;
}

.delivery:not(:last-child) .delivery_item {
    border-bottom: 1px solid #cdcdcd;
}

.delivery_item {
    padding-bottom: 25px;
}

.delivery_description {
    /* margin-left: 8px; */
    display: none;
}

.active + .delivery_description {
    display: block;
}

.input_delivery {
    float: left;
    margin: 5px 0 0;
}

.delivery_item img {
    vertical-align: middle;
    /* margin-right: 4px; */
    /* margin: 10px 10px 5px; */
    border: 3px solid #606060;
    background: #fff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.delivery_name-wrapper {
    display: grid !important;
    grid-template-columns: 22px 1fr 40px;
    align-items: center;
    gap: 15px;
    /* display: block; */
    /* padding-left: 25px; */
    font-size: 13px;
    font-family: Teakava;
}

.delivery_name {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 20px;
    font-weight: normal;
}

.delivery_options_name-wrapper {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    gap: 15px;
}

.stores__rows .delivery_options_name-wrapper {
    grid-template-columns: 20px 1fr;
}

.delivery_label {
    /* display: block; */
    /* overflow: hidden; */
    margin-top: 25px;
    font-weight: 500;
}

.active.delivery_label {
    font-weight: normal;
}

.store_delivery .delivery_label.store_type_input:not(:last-of-type) {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
}

.order_details {
    width: 100%;
}

.order_details td {
    padding: 0 0 15px;
}

.order_notify {
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}

.order_heading {
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}

.order_thank {
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}

.order_tag {
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: var(--tk-site-border-radius);
    display: inline-block;
    background-color: rgb(56, 192, 243);
}

.order_heading_promo {
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}

.method_name {
    font-weight: bold;
    font-size: 16px;
}

.method_form {
    margin: 15px 0;
}

.method_description {
    margin-bottom: 15px;
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}

.feedback_inner {
    padding-top: 25px;
}

/* Pagination */

.pagination {
    list-style: none;
    text-align: center;
    padding: 0;
}

.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}

.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Teakava;
    font-size: 17px;
    color: #ffffff;
    background: var(--tk-site-secondary-additional-color);
    border-radius: 100%;
    line-height: 24px;
}

.page_link:hover,
.active .page_link {
    /* width: 34px;
  height: 34px; */
    font-family: Teakava;
    font-size: 17px;
    color: #ffffff;
    background: var(--tk-site-additional-color);
    border-radius: 100%;
}

/* Product Page */

.product_heading {
    font-size: 22px;
    color: #0a0a28;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0 22px;
}

.sku {
    font-size: 13px;
}

.sku_nubmer {
    color: var(--tk-site-secondary-additional-color);
}

.product_brand_block {
    font-size: 13px;
    float: left;
    margin-right: 25px;
}

.product_image {
    position: relative;
    text-align: center;
    height: 340px;
    margin-bottom: 23px;
    width: 100%;
}

.product_image a {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--tk-site-border-radius);
}

.product_img {
    position: relative;
    max-height: 100%;
}

.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
    display: flex;
    flex-direction: row;
}

.product_images_slider:not(.slick-initialized) {
    overflow: hidden;
}

.images_item {
    width: 100px;
    padding-left: 6px;
    padding-right: 6px;
}

.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 0;
    min-width: 68px;
}

.images_item img {
    vertical-align: middle;
}

.product_details {
    margin-bottom: 23px;
}

.product_wish {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-right: 40px;
    font-family: Teakava;
    font-size: 17px;
    line-height: 15px;
    color: var(--tk-site-product-name-color);
    text-decoration: none;
}

.product_wish::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    background-repeat: no-repeat;
    background-image: url(../images/favorite-heart-button.svg);
}

.product_wish.selected::before {
    background-position: -34px -15px;
}

.product_compare::before {
    background-position: -17px 0;
}

.product_compare.selected::before {
    background-position: -34px 0;
}

/* .product_wish::after,
 .product_compare::after {
     content: attr(title);
 } */

.details_label {
    font-size: 13px;
    /* margin-right: 14px; */
    display: inline-block;
}

.product_rating {
    display: inline-block;
    /* margin: 20px 0 16px; */
    font-size: 13px;
}

.available {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-family: Teakava;
    font-size: 14px;
    line-height: 15px;
    color: var(--tk-site-additional-color);
}

.no_stock {
    padding-left: 18px;
    color: #ff4b27;
}

.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(../images/done-tick.png);
}

.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
    top: 2px;
}

.quontity_label {
    margin-top: 34px;
}

.product .amount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: top;
    /*margin-top: 26px;*/
    margin-bottom: 1px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}

.info_delivery,
.info_payment {
    margin-top: 25px;
}

.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}

/*
.product .variant_select,
.products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: var(--tk-site-border-radius);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
*/

.variant_select::-ms-expand {
    display: none;
}

.product .old_price {
    font-weight: bold;
}

.price {
    font-weight: bold;
    font-size: 18px;
}

.product .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-top: -5px;
}

.product_buttons {
    margin-top: 25px;
}

.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}

.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px;
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}

.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}

.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: 0.7;
}

.product_share {
    margin: 20px 0 25px;
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

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

.product .pager {
    padding: 0;
}

.tab_navigation {
    overflow: hidden;
    z-index: 1;
}

.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3;
}

.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0;
}

.tab {
    display: block !important;
    padding: 15px;
}

.product_description {
    line-height: 1.65;
}


.features {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 13px;
}

.features li {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.features_name,
.features_value {
    display: block;
    float: left;
    padding-left: 20px;
}

.features_value {
    width: 50%;
    padding-right: 15px;
    font-family: Teakava;
    font-size: 14px;
    color: var(--tk-site-product-name-color);
    line-height: 100%;
    padding: 10px;
}

.features_name {
    width: 50%;
    position: relative;
}

.features_name span {
    position: relative;
    padding-right: 10px;
    /* z-index: 1; */
    font-family: Teakava;
    font-size: 14px;
    line-height: 29px;
    color: var(--tk-site-product-name-color);
}

/* .features_name::before {
     content: "";
     position: absolute;
     bottom: 4px;
     left: 0;
     width: 100%;
     height: 1px;
     border-bottom: 1px dotted #e1e8ed;
 } */
/* Comments */

.comment_item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
}

.container_author_face {
    border-bottom: 1px solid rgb(225, 232, 237);
    margin-bottom: 15px;
}

.author_face {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-image: url(../images/author.png);
    margin: 8px auto;
}

.comment_header {
    margin-left: 15px;
}

.comment_author {
    font-weight: bold;
    color: rgb(5, 72, 98);
    text-transform: uppercase;
    font-size: 13px;
}

.comment_date {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.no_comments-text {
    font-size: 17px;
    color: #5F5F5F;
}

.comment_content {
    color: rgb(50, 50, 50);
    font-size: 13px;
    line-height: 1.4;
}

.no_comments_img {
    background-image: url(../images/no_comments.png);
    width: 180px;
    height: 165px;
    margin-bottom: 60px;
}

.no_comments {
    background-position-y: bottom;
    width: 195px;
    height: 270px;
    background-repeat: no-repeat;
    margin: 145px auto;
}

/* Post */
.post_date {
    opacity: 0.7;
    margin-bottom: 10px;
}

.post_share {
    margin: 20px 0;
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pager li:nth-child(even) {
    text-align: right;
}

.pager a,
.pager a:hover span {
    text-decoration: none;
}

.pager a span {
    text-decoration: underline;
}

.change_pass {
    margin-bottom: 10px;
}

.change_pass span {
    cursor: pointer;
    /* border-bottom: 1px dotted; */
}

.change_pass span:hover {
    border-color: transparent;
}

.password_remind {
    margin-top: 10px;
    font-size: 13px;
    color: var(--tk-site-secondary-additional-color);
    font-family: Teakava;
}

/* Filters */
.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}

.sidebar .h2 {
    font-family: Teakava;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: var(--tk-site-product-name-color);
    padding-left: 20px;
    padding-right: 20px;
}

.filter_group {
    /* padding: 23px 23px 0; */
    padding: 0 20px;
    max-height: 186px;
    overflow: auto;
}

.catalog_menu {
    padding: 20px 23px 0;
}

.selected_filter_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: 15px;
}

.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 10px; */
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
}

.selected_filter_item {
    max-width: 100%;
    padding: 0 8px;
    min-height: 40px;
    background: #ffffff;
    border: 1px solid var(--tk-site-secondary-additional-color);
    box-sizing: border-box;
    border-radius: var(--tk-site-border-radius);
    color: var(--tk-site-secondary-additional-color);
    display: flex;
}

.filter_item {
    margin: 3px 0px;
    color: #000;
}

.filter_reset {
    font-size: 13px;
    color: var(--tk-site-secondary-additional-color);
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 10px 0;
    text-decoration: underline;
    cursor: pointer;
}

.selected_filter_box .s_filter_link {
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 0;
    cursor: pointer;
    color: #575757;
}

.selected_filter_box .s_filter_link span {
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.selected_filter_box .s_filter_link svg {
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg {
    color: #f25050;
}

.selected_filter_box .selected_filter_item:hover {
    background: var(--tk-site-secondary-additional-color);
}

.selected_filter_box .selected_filter_item:hover .s_filter_link {
    color: #fff;
}

.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}

.filter_item {
    line-height: 24px;
}

.filter_item:first-child {
    padding-top: 20px;
}

.filter_item:last-child {
    padding-bottom: 20px;
}

.catalog_item {
    padding: 0;
}

.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    min-height: 25px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
    font-family: Teakava;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0px;
}

.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter_indicator {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 15px;
    background: #ffffff;
    border: 0.5px solid #5f5f5f;
    box-sizing: border-box;
    border-radius: 100%;
    transform: translateY(5px);
}

.checked .filter_indicator {
    background: url(../images/Agree.svg);
}

.price_range {
    overflow: hidden;
    margin-left: -12px;
    /* margin-right: -12px; */
    margin-bottom: 22px;
    margin-top: 22px;
}

.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}

.max_price {
    text-align: right;
}

.max_input,
.min_input {
    max-width: 100%;
    padding: 0 20px;
    height: 40px;
    background: #ffffff;
    border: 1px solid var(--tk-site-secondary-additional-color);
    box-sizing: border-box;
    border-radius: var(--tk-site-border-radius);
    color: var(--tk-site-secondary-additional-color);
    /* line-height: 30px;
     height: 32px;
     border: 1px solid #e8e8e1; */
}

/* Browsed products */

.browsed {
    padding-top: 10px;
    /* padding-bottom: 80px;  */
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.browsed_item img {
    vertical-align: middle;
}

/* Product Rating */

.rating_starOff {
    display: inline-block;
    vertical-align: top;
}

.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
    min-width: 90px;
    /* margin-top: auto; */
}

.rating_starOn {
    display: block;
    background-position: left bottom;
}

.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}

/* BREADCRUMBS */

.breadcrumbs {
    padding: 10px 15px;
    /* margin: 25px 0; */
    list-style: none;
    font-size: 12px;
    background-color: #ececec;
    margin-top: 0;
    margin-bottom: 0;
    
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    color: var(--tk-site-secondary-additional-color);
}

.breadcrumbs li + li:before {
    padding: 0 2px;
    content: "/\00a0";
}

/* .burger_text {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 65%;
    right: -15%;
} */

/* Scroll to top */

.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
}

.to_top:hover {
    background-color: var(--tk-site-additional-text-color);
}

/* POPUP WINDOW */

.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* Comparison_page */

.comparison_page {
    padding-bottom: 40px;
}

.comparison_left {
    float: left;
    width: 30%;
}

.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}

.comparison_item {
    border-right: 1px solid #e8e8e1;
}

.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}

.cell:nth-child(odd) {
    background: #efefef;
}

.compare_controls {
    position: relative;
}

.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}

.compare_show a span {
    border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: var(--tk-site-border-radius);
}

.callback_form .captcha {
    display: block;
    margin: 0 0px 20px 0;
}

.callback_form .captcha .secret_number {
    width: 95px;
}

.callback_form .captcha .form_captcha {
    width: calc(100% - 117px);
}

.callback_form .button {
    display: block;
    width: 100%;
}

.order_notify_v2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}

.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 20px;
}

.order_notify_v2 svg {
    width: 44px;
    height: 44px;
    color: #74b636;
    margin-right: 12px;
    vertical-align: middle;
}

.order_notify_v2 .o_notify_v2_heading {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}

.o_notify_v2_content {
    margin-bottom: 25px;
}

.o_notify_v2_content .o_notify_v2_content_inner {
    max-width: 660px;
    display: inline-block;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
    display: inline-block;
    border: 2px solid #ffc007;
    padding: 10px 15px;
    border-radius: var(--tk-site-border-radius);
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}

/* main menu */

.menu_group_header {
    /* float: left; */
    background-image: url("../images/headline.png");
    width: 100%;
}

.menu_list_1 {
    padding-left: 0px;
    list-style: none;
}

.menu_list_2,
.menu_list_3,
.menu_list_4 {
    padding-left: 15px;
    list-style: none;
}

.menu_list {
    margin: 5px 0px 0px 0px;
}

.menu_item {
    margin-bottom: 5px;
}

/* menu 404 */

menu_group_404 .menu_list {
    margin: 0px;
    padding-left: 15px;
}

.menu_404 {
    margin-top: 30px;
}

.menu_404 .text_404 {
    margin: 0 0 40px;
}

.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}

.menu_group_404 .menu_list {
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}

.menu_group_404 .menu_list_2 {
    display: none !important;
}

.menu_group_404 .menu_list .menu_item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00c1f5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: var(--tk-site-border-radius);
    width: 100%;
}

.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

.header_menu {
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: space-between;
    /* display: block; */
    background-image: url(../images/headline.png);
}

/* menu  */

img {
    max-width: 100%;
    height: auto;
}

.fn_banner_group1 {
    max-width: 850px;
}

.back_color_menu {
    background: var(--tk-site-product-name-color);
}

.show_phones a {
    color: #fff;
    font-weight: normal;
    font-family: Teakava;
    margin-left: 32px;
    font-size: 17px;
}

.show_phones a:hover {
    color: #ddd;
}

.show_phones {
    position: absolute;
    background: var(--tk-site-product-name-color);
    top: 25px;
    width: 220px;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 0 8px 8px #212121;
    z-index: 400000;
}

.show_phone {
    width: 10px;
    height: 10px;
    background: url("../images/back_header.svg");
    margin-left: 15px;
    margin-top: 10px;
}

.size {
    width: 30px;
    height: 30px;
}

.header_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header_row_one {
    display: flex;
    align-items: center;
}

.delivery {
    color: var(--tk-site-product-name-color);
}

.bus {
    width: 23px;
    height: 15px;
    background: url("../images/bus1.png");
    margin-left: 10px;
}

.group {
    width: 17px;
    height: 16px;
    background: url("../images/Group.svg");
    margin-left: 10px;
    position: relative;
}

.favorite {
    font-size: 13px;
    margin-left: 20px;
}

.user {
    width: 15px;
    height: 15px;
    background: url("../images/user.svg");
    margin-left: 10px;
}

.entrance {
    font-size: 13px;
    margin-left: 20px;
}

.menu_head {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transition: 0.5s;
}

.menu_head:hover {
    transition: 0.5;
}

.menu_phone {
    display: flex;
    align-items: center;
}

h3 {
    text-align: center;
    color: #4f4f4f;
    font-family: Teakava;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    color: #7f7e7e;
    text-align: center;
}

h4 span {
    font-size: 30px;
    font-weight: 700;
    color: #e85146;
}

/* .main_container {
    background: url("../images/background.jpg");
} */

/* .logo {
    width: 74px;
    height: 55px;
    margin: 10px auto;
} */

.show_slide img {
    display: block;
    margin: 0px 0px 0px auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.all_products {
    width: 156px;
    height: 17px;
    margin-left: 25px;
    margin-top: 13px;
    font-size: 14px;
    transition: 0.5s;
    color: #a1a1a1;
}

.all_products:hover {
    transition: 0.5s;
    opacity: 0.5;
}

.call_answer {
    width: 15px;
    height: 15px;
    background: url("../images/call-answer.svg");
}

/* .container_main {
    display: flex;
    flex-direction: column;
    border: 1px solid #b8b8b8;
    width: 100%;
    padding: 0 20px 20px;
} */

.slick-next::before {
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    /* margin-bottom: 10px; */
}

.slick-prev::before {
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    /* margin-bottom: 10px; */
}

.main_products .slick-prev::before,
.main_products .slick-prev::after {
    margin-left: 5px;
    margin-right: 0;
}

/* .slick-dots {
    left: 50%;
    right: auto;
} */

.slick-dots li button {
    background-color: #cccccc;
}

.slick-dots li.slick-active button {
    background-color: #2F8734;
}

.slick-dots li button:hover {
    background-color: var(--tk-site-additional-color);
}

.slick-prev:active::before {
    color: #fcc276;
    border-top: 3px solid #fcc276;
    border-left: 3px solid #fcc276;
}

.slick-next:active::before {
    color: #fcc276;
    border-top: 3px solid #fcc276;
    border-left: 3px solid #fcc276;
}

.slider_catalog {
    width: 100%;
    height: 252px;
    background: url("../images/layer_2.png");
}

.all_categories1 {
    width: 120px;
    height: 120px;
    background: url("../images/Ellipse.png");
    margin: 0 auto;
}

.all_categories1 img {
    margin: 35px 35px;
}

span.link {
    color: #fcc276;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    transition: 0.5s;
    /* text-decoration: none; */
}

a.hover_link:hover {
    transition: 0.5s;
    opacity: 0.5;
}

a.hover_link {
    display: block;
    text-decoration: none;
}

.slick-list {
    padding: 0;
    margin: 0;
}

.container_one {
    /* background: linear-gradient(to top, #f2f2f2 50%, #ffffff 50%); */
    width: 100%;
    padding: 0 0;
    /* padding: 80px 0; */
    /* height: 683px; */
}

.products {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.product_des {
    background-color: #ffffff;
    margin: auto 14px;
    border: 1px solid #ececec;
    /* box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19); */
    border-radius: var(--tk-site-border-radius);
    transition: 0.5s;
    height: 100%;
}

.product_des:hover {
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
    transform: translateY(-5px);
}

.wishlist_button {
    background: url("../images/favorite-heart-button.png");
    width: 20px;
    height: 20px;
}

.price_all {
    margin-top: 20px;
}

.shop {
    background-color: #2f8734;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: var(--tk-site-border-radius) 0 0 var(--tk-site-border-radius);
}


.all_prod {
    max-width: 286px;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    font-size: 17px;
    font-family: Teakava;
    background: var(--tk-site-product-name-color);
    border-radius: var(--tk-site-border-radius);
    color: #ececec;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.5s;
}

.all_prod:hover {
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
}

input.btn:hover {
    box-shadow: 0px 2px 8px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
}

.price_amount {
    color: var(--tk-site-additional-text-color);
    font-weight: bold;
    font-size: 18px;
}

.line {
    line-height: 26px;
}

.price_color {
    color: var(--tk-site-secondary-additional-color);
    font-size: 14px;
}

/* .main_products .slick-track {
    padding: 20px 0;
} */

.all_brands .slick-prev::before,
.main_products .slick-prev::before {
    width: 25px;
    height: 25px;
    color: var(--tk-site-secondary-additional-color);
    border-top: 2px solid;
    border-left: 2px solid;
    margin-left: 15px;
}


.all_brands .slick-prev,
.main_products .slick-prev {
    left: -85px;
    z-index: 1;
    transform: translateY(-50%);
    width: 82px;
    height: 82px;
    background: transparent;
    color: black;
    border-radius: 50%;
}

/* .all_brands .slick-prev {
    left: -20px;
} */

/* .slick-prev {
    left: -30px;
} */

.banners .slick-prev {
    left: 0px;
    bottom: 0;
    top: auto;
    height: 100%;
    background-color: #00000057;
    border-radius: 0px;
    transition: 0.5s;
}

.banners .slick-next {
    right: 0px;
    bottom: 0;
    top: auto;
    height: 100%;
    background-color: #00000057;
    border-radius: 0px;
    transition: 0.5s;
}

.banners .slick-next:hover,
.banners .slick-prev:hover {
    background-color: #00000087;
}

.all_brands .slick-next::before,
.main_products .slick-next::before {
    margin-left: -8px;
    margin-right: 0;
    width: 25px;
    height: 25px;
    color: var(--tk-site-secondary-additional-color);
    border-top: 2px solid;
    border-left: 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.all_brands .slick-next,
.main_products .slick-next {
    right: -85px;
    z-index: 1;
    transform: translateY(-50%);
    width: 82px;
    height: 82px;
    background: transparent;
    color: black;
    border-radius: 50%;
}

/* .all_brands .slick-next {
    right: -20px;
} */

/* .main_products .slick-next:active::before {
    color: var(--tk-site-additional-color);
} */

/* .buy_text {
    margin-left: 32px;
} */

.h2 span {
    font-size: 24px;
    font-family: Teakava;
    font-weight: bold;
    color: var(--tk-site-product-name-color);
}

.look_all a {
    line-height: 20px;
    font-family: Teakava;
    font-size: 17px;
}

.slider2 {
    /*     width: 100%;*/
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px;
}

.slider2 .slick-next {
    right: -20px;
}

.slider2 .slick-prev {
    left: -20px;
}

.main_container_blog {
    opacity: 1;
    width: 1200px;
    transform: translate3d(0px, 0px, 0px);
}

.center {
    display: flex;
    justify-content: center;
    font-family: Teakava;
    font-size: 24px;
}

.container_blog {
    padding: 60px 0;
    width: 100%;
    background-color: #F9F8F8;
    /* background: linear-gradient(to bottom, #f2f2f2 70%, #ffffff 70% 100%); */
}

/*FOOTER STYLE*/

.footer-menu {
    font-family: Teakava;
    color: #fff;
    width: 100%;
    background-position: top center;
    background-size: contain;
}

.footer-menu .layout {
    max-width: 1140px;
    margin: 0 auto;
    padding: 90px 0 100px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: Teakava;
}

.footer-menu .layout > .nostyle {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    font-family: Teakava;
}

.footer-menu .vmenu img {
    display: none;
}

.footer-menu .vmenu a:before {
    /* content: url(/images/tea_leaf.png); */
    margin-right: 20px;
    position: relative;
    top: 4px;
}

.footer-menu .vmenu .nav,
.footer-menu .vmenublock .nav {
    width: 100%;
    list-style-type: none;
    /* padding-left: 30px; */
}

.footer-menu .vmenu .nav .image-title {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu .vmenu ul.nav li {
    line-height: 175%;
}

.footer-menu .footer-heading {
    /*    font-family: Arial;*/
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.contacts > p,
.contacts > .phones,
.contacts > .email {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 0;
    position: relative;
}

.contacts p {
    margin: 0;
}

.contacts {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 3px 0;
}

.footer-menu .contacts img {
    margin: 0 5px;
}

footer .footer-container .nostyle {
    text-align: right;
}

footer .footer-container {
    width: 1140px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
}

footer .footer-container > div {
    display: inline-block;
    width: calc(50% - 2px);
}

.footer-menu .vmenu ul.nav li:first-child,
.vmenublock ul.topmenu li:first-child {
    display: none;
}

.footer {
    padding: 0;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 10pt;
    line-height: 175%;
    text-align: left;
    background: #000;
    font-family: Arial;
    width: 100%;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer td,
.footer th,
.footer caption {
    color: #292929;
    line-height: 140%;
    padding: 2px 0;
}

.footer p {
    padding: 0;
    color: #757575;
}

.footer a,
.footer a:link {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}

.footer a:visited {
    color: #fff;
}

.footer img {
    border: none;
    margin: 0;
    /* margin-left: 30px; */
    margin-top: 40px;
}

.rss-tag-icon {
    /* background: url(../images/footerrssicon.png) no-repeat scroll; */
    margin: 0 auto;
    min-height: 25px;
    min-width: 25px;
    display: inline-block;
    text-indent: 28px;
    background-position: left center;
}

.rss-tag-icon:empty {
    vertical-align: middle;
}

/*
 .footer ul > li:before {
     content: url('../images/footerbullets.png');
     margin-right: 6px;
     bottom: 2px;
     position: relative;
     display: inline-block;
     vertical-align: middle;
     font-size: 0;
     line-height: 0;
     margin-left: -13px;
 }
*/

.opera .footer ul > li:before {
    bottom: 0;
}

.footer li {
    font-size: 13px;
    color: #545454;
}

.footer ul > li,
.footer ol {
    padding: 0;
}

/* .footer ul > li {
    padding-left: 13px;
} */

.page-footer,
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    color: #c55526;
}

.page-footer {
    position: relative;
    z-index: auto !important;
    padding: 1em;
    text-align: center !important;
    text-decoration: none;
    color: #595959;
}

.vmenublock a::before {
    content: url(../images/coffe.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.coffe::before {
    content: url(../images/coffe.png) !important;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}

.footer-menu.footer-menu .layout > .vmenublock a:hover {
    opacity: 0.4;
}

.footer-menu a:hover {
    opacity: 0.4;
}

.custom.contacts h4 {
    font-family: Arial;
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: 700;
}

.footer-menu p {
    color: #ffff;
}

.vmenublock {
    margin: 0;
    /*    text-align: left;*/
    line-height: 30px;
}

.custom.contacts h4 {
    color: #fff;
}

.footer-menu p {
    color: #ffff;
    font-weight: 400;
}

.vmenublock a,
.vmenu a,
.footer-menu a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    line-height: 150%;
}

ul.nav.menu.info {
    column-count: 1;
    /* max-height: 200px; */
    display: inline-block;
    width: 75%;
    list-style-type: none;
    margin-top: 0px;
}

.footer-menu .vmenublock {
    margin-left: -40px;
}

@media (max-width: 940px) {
    /* .footer-menu .layout > .nostyle {
        width: 100%;
    } */
    .footer-menu .vmenublock {
        margin-left: 0px;
    }

    .footer-menu .layout {
        flex-wrap: wrap;
    }

    ul.nav.menu.info {
        min-height: none;
    }
}

.background {
    background-image: url("../images/bg_footer_layer.jpg");
}

.footer-menu .layout > .vmenublock {
    /* width: 30%; */
    width: auto;
    font-family: Teakava;
    /* margin-left: -110px; */
    margin-left: 0px;
}

.vmenublock a,
.vmenu a,
.footer-menu a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    line-height: 150%;
}

.custom.contacts h4 {
    font-family: Teakava;
    text-align: start;
}

.footer-menu .vmenu .nav li > a::before {
    content: "";
    background: url("../images/leaf.png");
    width: 17px;
    height: 17px;
    display: inline-block;
}

.contacts > p.calendar::before {
    content: "";
    display: inline-block;
    background: url("../images/calendar.png");
    width: 17px;
    height: 17px;
    position: absolute;
    left: -25px;
    top: 5px;
}

.contacts > p.locate_places_on_maps::before {
    content: "";
    display: inline-block;
    background: url("../images/for-locate-places-on-maps.png");
    width: 17px;
    height: 17px;
    position: absolute;
    left: -25px;
    top: 5px;
}

.contacts_tel::before,
.phones p > a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -25px;
    top: 6px;
}

a.tel_1::before {
    background: url("../images/mts.png");
}

a.tel_2::before {
    background: url("../images/life.png");
}

a.tel_3::before {
    background: url("../images/kyiv.png");
}

.tel-1 {
    background: url("../images/mts.png");
}

.tel-2 {
    background: url("../images/life.png");
}

.tel-3 {
    background: url("../images/kyiv.png");
}

.email a::before {
    content: "";
    display: inline-block;
    background: url("../images/email.png");
    width: 17px;
    height: 13.36px;
    position: absolute;
    left: -25px;
    top: 9px;
}

.contacts > p,
.contacts > .phones,
.contacts > .email {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 0;
}

.footer-menu p {
    margin-top: 0;
    font-size: 16px;
    position: relative;
}

/*BLOG STYLE*/

.news_block {
    display: flex;
    justify-content: space-between;
}

.news_block.news_list {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.post_video {
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_video iframe {
    width: 80%;
    height: 90%;
}

.comments_block.review_block {
    background: none;
    padding: 0;
    margin: 0;
}

.post_page .h1 {
    padding: 0 0 16px;
}

.news_video_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .7);
}

.news_video_icon svg {
    width: 24px;
    height: 24px;
}

.news_video_icon,
.post_page .post_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_details_item svg {
    width: 24px;
    height: 24px;
}

.post_details_item svg path {
    fill: var(--tk-site-additional-text-color);
}

.post_details {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.post_details div:first-child:before{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #03030354;
    position: absolute;
    right: 0;
}
.post_page .post_annotation,
.post_page .post_description{
    margin-top: 32px;
}
.post_details_item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.post_details div:first-child{
    padding-right: 25px;
}

.more_details {
    font-family: Teakava;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: var(--tk-site-additional-color);
    text-decoration: none;
    transition: 0.5s;
    display: block;
    margin-top: 20px;
    transition: 0.5s;
}

.more_details:hover {
    transition: 0.5s;
    color: #3c8734;
}

.show_post {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1),
    inset 0px 1px 4px rgba(0, 0, 0, 0.08);
    background-image: url(../images/backArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.show_post:hover {
    background-color: var(--tk-site-additional-color);
    background-image: url(../images/back1.png);
    transition: 0.5s;
}

.h5 {
    margin-bottom: 15px;
}

.logo2 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/LOGO.png");
    margin-top: 5px;
}

.discount {
    /* height: 360px; */
    width: 100%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    background-color: #ffffff;
    display: flex;
    padding: 80px 0;
}

.text_block {
    /* height: 410px; */
    width: 100%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    background-color: #ffffff;
    display: flex;
    padding: 60px 0;
}

.discount_container,
.text_block_container {
    /* display: flex; */
    width: 100%;
}

.text_block_container div > p {
    line-height: 30px;
}

.discount_container h3 {
    max-width: 791px;
    height: 29px;
    text-align: start;
    font-family: Teakava;
    font-size: 24px;
    line-height: 29px;
    color: var(--tk-site-product-name-color);
    margin-bottom: 35px;
}

.discount_container div {
    width: 75%;
    max-width: 820px;
    /*     height: 196px;*/
    height: 100%;
    font-family: Teakava;
    font-size: 17px;
    line-height: 30px;
    color: #5f5f5f;
}

.img_discount {
    width: 25%;
    max-width: 340px;
    height: 234px;
    background-image: url(../images/Mask_Group.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .phones {
    margin-top: 0px !important;
}

.text_block_container h3 {
    max-width: 946px;
    height: 59px;
    font-family: Teakava;
    font-size: 24px;
    line-height: 29px;
    color: var(--tk-site-product-name-color);
    text-align: start;
    margin-bottom: 35px;
}

.text_block_container div {
    width: 100%;
    max-width: 1200px;
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    color: #5f5f5f;
}

.footer_container {
    width: 100%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    background-color: #000;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.footer_main_container {
    display: flex;
    width: 100%;
    align-items: center;
}

.footer_main_container > span {
    width: 50%;
    height: 17px;
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    color: #b8b8b8;
}

.footer_main_container span:nth-child(2) {
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    color: #b8b8b8;
    width: 50%;
    /*     height: 17px;*/
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: end;
}

.footer .footer_main_container a {
    color: #fff;
    transition: 0.5s;
    text-decoration: underline;
    display: inline;
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
}

.footer .footer_main_container a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.breadcrumb_container {
    width: 100%;
    background-color: #ececec;
    margin-top: -1px;
}

.breadcrumb_link {
    color: var(--tk-site-additional-text-color);
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
}

.stars {
    position: absolute;
    bottom: 10px;
    right: 23px;
    z-index: 2;
}

li.catalog:hover .transform_block {
    transform: rotateY(-180deg);
}

.transform_block {
    display: block;
    transition: 1s;
}

.menu_fixed {
    position: fixed;
    z-index: 99999;
}

nav.categories_nav.menu_fixed {
    width: 100%;
    left: 0px;
    top: 19px;
    animation: menu 0.3s ease forwards;
    background: url("../images/layer_2.png");
}

.menu_fixed .container_main {
    border: none;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.menu_fixed img.logo {
    width: 40px;
    height: 30px;
}

.menu_fixed ul.level_1.categories_menu {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu_fixed span.param__value {
    display: none;
}

.menu_fixed .category_link:before {
    content: none;
}

.menu_fixed .param_prop:after {
    content: none;
}

.menu_fixed a.param__prop.category_link {
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    margin-left: 30px;
    color: #ffffff;
}

.menu_fixed .param__prop:after {
    content: none;
}

.product-des-bottom {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-items: flex-end;
    border: 0px !important;
    margin-top: 20px;
}


.menu_fixed a.all_products {
    display: none;
}

.menu_style {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999999999 !important;
}

.autocomplete-suggestions {
    background-color: rgb(255, 255, 255);
    color: #8f8f8f;
    box-shadow: 0 8px 8px #212121;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-family: Teakava;
    /* width: 296px !important; */
}

.autocomplete-suggestion:nth-child(even) {
    background-color: var(--tk-site-product-name-color);
    transition: 0.5s;
}

.autocomplete-suggestions {
    border: none;
    cursor: pointer;
}

.autocomplete-suggestions .autocomplete-selected {
    transition: 0.5s;
    opacity: 0.8;
    background-color: #e9e9e9!important;
}

.autocomplete-suggestions span {
    font-weight: bold;
    color: var(--tk-site-additional-text-color);
    text-align: end;
}

a.all_brands_link {
    transition: 0.5s;
}

a.close-modal:hover {
    transition: 0.5s;
    transform: rotate(180deg);
}

.modal a.close-modal {
    font-size: 0;
    text-indent: 0;
}

/* #cart_informer {
    float: right;
    margin-top: 15px;
    right: 0;
    position: absolute;
    background-color: #00942c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 10px 15px;
    z-index: 9999999999999999999999;
    margin-top: 97px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    box-shadow: 0px 3px 10px #004012;
    width: 50px;
    height: 50px;
    transition: 0.5s;
} */

/* .cart_block {
    position: fixed;
    right: 0;
    top: 0;
} */

.modal {
    background: #fff;
    text-align: center;
}

.text_block_container {
    background-color: #fff;
    /* padding-top: 30px;
  padding-bottom: 30px; */
}

.filter_name {
    width: 270px;
    min-height: 50px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 4px 10px rgba(105, 105, 105, 0.11);
    cursor: pointer;
}

.sort_products {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}


.browsed > div {
    flex-basis: 21%;
}

.you_watched_text {
    font-family: Teakava;
    font-size: 24px;
    line-height: 29px;
    color: var(--tk-site-product-name-color);
}

.you_watched_text .fn_variants {
    font-size: 14px;
    line-height: 130%;
}

.size_transform {
    transform: rotateX(180deg);
}

.header_size span {
    font-size: 17px;
}

.padding_text {
    padding-top: 35px;
    padding-bottom: 40px;
}

.sort_img.sort_title {
    background-image: url("../images/controls.svg");
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    padding: 0;
}

.tiles_view {
    background-image: url("../images/tiles-view.svg");
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.list {
    background-image: url("../images/list.svg");
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.sort_images {
    display: flex;
    padding: 16px 0;
    width: 50px;
    justify-content: inherit;
}

.prod_sort {
    display: flex;
    align-items: center;

}

.arrow {
    min-width: 12px;
    height: 12px;
    background-image: url("../images/back.svg");
    background-repeat: no-repeat;
    transition: 0.5s;
}

/* .sidebar > div:first-child .filter_name {
  border-radius: 22px 22px 0px 0px;
} */

.click_filter_name {
    transform: rotateZ(180deg);
}

.container_sidebar {
    padding-bottom: 80px;
    padding-top: 20px;
    width: 100%;
    /* background: linear-gradient(to top, #f2f2f2 60%, #ffffff 60% 100%); */
    background-color: #f2f2f2;
    clear: both;
}

.fn_pagination {
    clear: both;
    position: relative;
}

.next_page {
    background-image: url(../images/back2.png);
}

a.fn_sort_pagination_link.page_link {
    border-radius: 20px;
}

.filter_name span {
    font-size: 15px;
}

.ui-slider {
    position: relative;
    height: 4px;
    box-shadow: 0px 2px 5px rgba(145, 145, 145, 0.42);
    background-color: var(--tk-site-secondary-additional-color);
    margin: 0px 12px 33px;
    border-radius: var(--tk-site-border-radius);
}

.ui-slider .ui-slider-range {
    position: absolute;
    height: 100%;
    border: 2px solid var(--tk-site-additional-color);
    box-shadow: 0px 2px 5px rgba(5, 255, 0, 0.53);
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    cursor: pointer;
    background: #ffffff;
    border: 0.5px solid var(--tk-site-secondary-additional-color);
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25),
    inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -12px;
    top: -10px;
}

.ui-slider .ui-slider-range {
    background-color: #ffffff;
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #ffffff;
}

.author_item {
    width: 100%;
    max-width: 60px;
    height: 60px;
    background-color: #be9e7e;
    border-radius: 100%;
}

header.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.top_block {
    /* top: 97px; */
    top: 0;
    position: relative;
    /* padding-bottom: 100px; */
}

.arrow_show {
    /* width: 40px; */
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("../images/show_arrow.svg");
    /* margin-right: 25px; */
}

.arrow_show p {
    color: #5f5f5f;
    display: inline-block;
    position: relative;
    left: 59px;
    font-size: 17px;
    line-height: 21px;
    width: 114px;
    top: -1px;
}

.filter_group::-webkit-scrollbar {
    width: 5px;
}

.filter_group::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0,0,0);  */
    border-radius: var(--tk-site-border-radius);
}

.filter_group::-webkit-scrollbar-thumb {
    border-radius: var(--tk-site-border-radius);
    /* border: 1px solid #F000; */
    /* -webkit-box-shadow: inset 0 0 6px rgb(0,0,0);  */
    background: #b8b8b8;
}

.product_item .product_heading {
    font-family: Teakava;
    font-size: 28px;
    line-height: 34px;
    color: var(--tk-site-product-name-color);
    margin: 0 15px 0 0;
}

.product_head_flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 55px;
}

.item_favorite span {
    display: block;
    font-family: Teakava;
    font-size: 14px;
    line-height: 15px;
    color: var(--tk-site-secondary-additional-color);
    min-width: 120px;
}

.item_favorite {
    position: relative;
}

.product_info {
    display: flex;
    justify-content: space-between;
}

div.product_img {
    max-width: 280px;
    width: 100%;
}

div.buy_product {
    max-width: 280px;
    width: 100%;
}

#fn_products_content {
    display: flex;
    flex-wrap: wrap;
}

#fn_products_content .products_item {
    height: auto;
}

.product_description {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.rating_flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* border-bottom: 1px solid #ececec; */
    margin-top: 10px;
    /* flex-direction: column; */
    width: 100%;
}

.rating_text {
    font-family: Teakava;
    font-size: 14px;
    line-height: 20px;
    /* color: var(--tk-site-secondary-additional-color); */
    color: #707070;
    display: block;
    text-align: center;
    margin-right: 0;
    /* margin-bottom: 5px; */
}

.stock_product .details_label {
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    /* color: var(--tk-site-secondary-additional-color); */
    color: #707070;
    text-align: left;
    display: block;
    /* margin-bottom: 1px; */
}
.count_review {
    padding-bottom: 10px;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.count_review span {
    display: block;
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    /* color: var(--tk-site-secondary-additional-color); */
    color: #707070;
    text-align: left;
}

.count_review a {
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    color: var(--tk-site-additional-text-color);
}

.watch_video {
    background: var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
    display: block;
    max-width: 280px;
    width: 100%;
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    /* margin-top: 136px; */
    margin-top: 37px;
    transition: 0.5s;
}

a.watch_video:hover {
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
}

.video_camera {
    background-image: url(../images/video-camera.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    left: 50px;
}

.product_detailed > div:first-child {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    margin-bottom: -10px;
}

.product_detailed div:first-child h3 {
    font-family: Teakava;
    font-size: 17px;
    line-height: 15px;
    color: var(--tk-site-product-name-color);
    font-weight: 600;
}

.sku > div:first-child {
    font-family: Teakava;
    font-size: 14px;
    line-height: 127.85%;
    color: var(--tk-site-secondary-additional-color);
}

.buy_form {
    background: #ffffff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
    border-radius: var(--tk-site-border-radius);
    padding: 20px;
    overflow: hidden;
}

.grey_line {
    display: block;
    width: 200%;
    border-bottom: 1px solid #ececec;
    margin-top: 15px;
    margin-left: -20px;
}

.product_info .old_price {
    position: static;
}

.product_info .param.line {
    /*height: 50px;*/
    margin-bottom: 0px;
}

.product_info .price_color {
    top: 28px;
}

.product_info .preview .button {
    width: 100%;
}

.product_info .preview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none !important;
    padding: 0;
    width: 100%;
    margin: 15px 0;
}

.product_info .input_amount {
    height: 40px;
    width: 40px;
    background: #ffffff;
    border: none;
    margin: 0 10px;
    box-sizing: border-box;
    border-radius: 100%;
    color: var(--tk-site-secondary-additional-color);
    /* margin-right: 5px; */
}

.product_count {
    display: flex;
    flex-direction: column;
    line-height: 72%!important;
}

.amount div {
    line-height: 72%!important;
}

.product_count span {
    color: var(--tk-site-secondary-additional-color);
}

.buy_form:first-child {
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    color: var(--tk-site-product-name-color);
}

.tel_number {
    background: #ececec;
    border-radius: var(--tk-site-border-radius);
    border: 0;
    padding: 10px 10px;
    margin-top: 12px;
    font-size: 15px;
    width: 100%;
}


input::placeholder {
    color: var(--tk-site-secondary-additional-color);
    font-size: 14px;
}

.product_contact {
    position: relative;
}

.information_item ul {
    padding-inline-start: 35px;
    padding-inline-end: 20px;
}

.product_contact input[type="button"],
.product_contact input[type="submit"] {
    position: relative;
    right: 0;
    background: var(--tk-site-additional-text-color);
    border: 1px solid var(--tk-site-additional-text-color);
    box-sizing: border-box;
    border-radius: var(--tk-site-border-radius);
    top: 12px;
    width: 45px;
    min-width: 45px;
    height: 41px;
    background-image: url("../images/tap.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;

}

.fn_validate_callback  {
    display:flex;
    gap: 10px;
}

.product_contact span {
    position: relative;
    font-family: Teakava;
    font-size: 18px;
    line-height: 17px;
    color: #5f5f5f;
    text-align: center;
    width: max-content;
    display: block;
    margin-top: 16px;
    padding-right: 26px;
}

/* .product_contact span::after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/back2.png);
    width: 14px;
    height: 14px;
    top: 2px;
} */

/* .call_mobile {
    display: none;
    position: relative;
    padding-right: 70px;
    margin-right: 190px;
} */

.buy_call {
    display: flex;
    justify-content: space-between;
}

.details_boxed__other .fast_order_button, .product-page__compare, .product-page__wishlist {
    border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    opacity: 0.7;
    border-radius: 10px;
    font-size: 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    transition: all 0.2s;
    text-decoration: none;
}

.information_block {
    border: 1px solid #eae1d7;
    border-radius: var(--tk-site-border-radius);
    margin-top: 20px;
    overflow: hidden;
}

.products_buttons {
    display: flex;
}

.products_buttons span {
    background: #eae2d9;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    font-family: Teakava;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: var(--tk-site-product-name-color);
    cursor: pointer;
}

.product_buttons_active {
    background-color: #ffffff !important;
}

.product_payment,
.product_garantiees {
    display: none;
}

.padding_0 {
    /* padding-top: 0; */
    padding-bottom: 20px;
}

.information_item li::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/done-tick.png);
    display: block;
    position: absolute;
    left: -22px;
    top: 5px;
}

.information_item li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    /* line-height: 21px; */
    color: #5f5f5f;
}

.features li:nth-child(odd) {
    background-color: #eae2d9;
}

ul li.features_name:nth-child(even) {
    background-color: #ffffff;
}

.features li:nth-child(odd) .features_value {
    background: #eae2d9;
}

.features li:nth-child(even) .features_value {
    background: #ffffff;
}

.taste_of_coffee {
    display: flex;
    flex-direction: column;
    max-width: 267px;
    width: 100%;
    border: 1px solid #e7ddd1;
    border-radius: var(--tk-site-border-radius);
    margin-top: 24px;
    float: left;
    overflow: hidden;
}

.taste_of_coffee .h3 {
    font-family: Teakava;
    font-size: 17px;
    line-height: 15px;
    color: var(--tk-site-product-name-color);
    text-align: left;
    padding-top: 20px;
    padding-bottom: 2px;
    padding-left: 15px;
}

.taste_of_coffee ul > li {
    list-style-type: none;
    font-family: Teakava;
    font-size: 14px;
    line-height: 20px;
    color: var(--tk-site-product-name-color);
    display: flex;
    align-items: center;
}

.border_line {
    display: block;
    width: 200%;
    border-bottom: 1px solid #e7ddd1;
}

.taste_of_coffee ul {
    padding-left: 15px;
    width: 100%;
}

.taste_of_coffee ul > li * {
    width: 50%;
}

.seeds {
    display: flex;
}

.seed-black {
    background-image: url(../images/coffee-bean-for-a-coffee-break.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.seed-white {
    background-image: url(../images/coffee-bean-for-a-coffee-break-white.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.padding20 {
    margin-right: 20px;
}

.cooking_methods p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: Teakava;
    color: var(--tk-site-additional-text-color);
    padding-top: 10px;
    padding-bottom: 24px;
    text-align: center;
}

.turk_img {
    margin: 20px auto 0;
    background-image: url(../images/cezve.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.espresso_img {
    margin: 20px auto 0;
    background-image: url(../images/coffee_machine.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.coffee_pot_img {
    margin: 20px auto 0;
    background-image: url(../images/french-press.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.cooking_methods {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}

.cooking_methods > div {
    width: 100px;
}

.show_products {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 50px;
    width: 100%;
    padding-top: 40px;
    padding-right: 60px;
}

.slick-initialized .slick-slide {
    height: auto;
    width: auto;
}

.product_wish.selected:after {
    background-image: url(../images/favorite-heart-button1.png);
}

.review_block {
    padding-top: 65px;
    margin-top: 100px;
    background-image: url(../images/bg_footer_layer.jpg);
    background-repeat: no-repeat;
    /* margin-bottom: 60px; */
    padding-bottom: 65px;
}

.review_block .review_flex {
    display: flex;
    justify-content: space-between;
}

.review_block .review_flex > div {
    width: 100%;
}

.comment_form_block .row {
    display: flex;
    justify-content: space-between;
}

.review_block h3 {
    text-align: start;
    color: #ececec;
    font-family: Teakava;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 29px;
}

.review_block .review_flex > div:nth-child(2) {
    max-width: 480px;
}

.comment_form_block {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    height: max-content;
    border-radius: var(--tk-site-border-radius);
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin-left: 20px;
}

.comment_form_block input {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    color: var(--tk-site-secondary-additional-color);
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    box-shadow: inset 0px 6px 50px rgba(96, 96, 96, 0.14);
    border-radius: var(--tk-site-border-radius);
}

.comment_form_block textarea {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    font-family: Teakava;
    font-size: 14px;
    height: 183px;
    line-height: 17px;
    box-sizing: border-box;
    box-shadow: inset 0px 6px 50px rgba(96, 96, 96, 0.14);
    border-radius: var(--tk-site-border-radius);
    resize: none;
    color: var(--tk-site-secondary-additional-color);
}

.comment_form_block .h3 {
    color: var(--tk-site-product-name-color);
    font-family: Teakava;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}

.comment_form_block input[type="submit"] {
    background: var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
    color: #ffffff;
    font-family: Teakava;
    font-size: 17px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    line-height: 21px;
    text-align: center;
    border: none;
    transition: 0.5s;
    box-shadow: none;
}

.comment_form_block input:placeholder {
    font-size: 14px;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    background: #fff;
    padding: 0px;
    top: -5px !important;
    cursor: default;
    color: var(--tk-site-secondary-additional-color);
}

.filled .form_placeholder {
    top: -12px !important;
}

/* .filled */
.review_flex .comment_list {
    background: #ffffff;
    border: 1px solid #f6f6f6;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 20px;
    height: 604px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: var(--tk-site-border-radius);
}

.comment_list .comment_author {
    color: var(--tk-site-product-name-color);
    font-family: Teakava;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 21px;
}

.review_flex .comment_list::-webkit-scrollbar {
    width: 10px;
}

.review_flex .comment_list::-webkit-scrollbar-track {
    border-radius: var(--tk-site-border-radius);
    background: #f6f6f6;
}

.review_flex .comment_list::-webkit-scrollbar-thumb {
    border-radius: var(--tk-site-border-radius);
    background: #b8b8b8;
}

.review_flex .comment_content {
    color: #5f5f5f;
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
}

.pr_image {
    display: flex;
    height: 190px;
    width: 100%;
    justify-content: center;
}

.review_social {
    max-width: 220px;
    margin: 0 auto;
    margin-top: 50px;
}

.review_social h4,
.no_description span {
    color: #ffffff;
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
}

.padding_bot {
    padding: 65px;
    /* padding-top: 40px; */
}

.review_instagram,
.review_facebook,
.review_youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tk-site-additional-text-color);
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 50%;
    transition: 0.5s;
}

.review_instagram svg,
.review_facebook svg,
.review_youtube svg {
    fill: white;
}

.review_instagram:hover,
.review_facebook:hover,
.review_youtube:hover {
    opacity: 0.5;
    transition: 0.5s;
}

footer.footer .viber_link,
footer.footer .telegram_link,
footer.footer .instagram_link,
footer.footer .facebook_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
}

footer.footer .viber_link svg,
footer.footer .telegram_link svg,
footer.footer .instagram_link svg,
footer.footer .facebook_link svg {
    fill: white;
}

.review_social > div {
    display: flex;
    justify-content: space-between;
}

.review_line {
    width: 100%;
    display: block;
    border: 1px solid rgba(236, 236, 236, 0.2);
    margin-bottom: 31px;
}

#ex2 {
    background: none;
    padding: 0;
    max-width: max-content;
    border-radius: 0;
    max-height: 315px;
}

div#ex2 {
    display: none;
}

.related.clearfix {
    display: table;
    width: 100%;
}

.header_description {
    font-family: Teakava;
    font-size: 24px;
    line-height: 29px;
    color: var(--tk-site-product-name-color);
    font-weight: normal;
    text-align: start;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    width: 73%;
}

div#description {
    width: 73%;
    text-align: start;
    margin-left: -5px;
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    color: #5f5f5f;
    padding-top: 5px;
}

div#description iframe {
    max-width: 560px;
    width: 100%;
}

.comment_form_block input[type="submit"]:hover {
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
}

.arrow_show {
    cursor: pointer;
}

.container_sidebar form.fn_variants.preview_form {
    bottom: 15px;
}

.height_span {
    display: inline-block;
    text-transform: lowercase;
}

span.link {
    text-transform: lowercase;
}

.height_span::first-letter,
span.link::first-letter {
    text-transform: capitalize;
}

.autocomplete-suggestion:nth-child(even) {
    background-color: #e3e2e142;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px;
    display: block;
}

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
    line-height: 100%;
    text-decoration: none;
}

.autocomplete-suggestion:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.menu_fixed .category_item {
    padding: 16px 0;
}

.show_products p {
    font-family: Teakava;
    font-size: 17px;
    line-height: 21px;
    color: #5f5f5f;
}

.content_blog .container_blog {
    padding: 80px 0;
}

.padd h1 {
    padding-top: 0;
}

.padd {
    padding: 80px 0;
}

.flex_container_center {
    background-color: #ececec;
}

.auth_container_center {
    padding: 20px;
    border-radius: var(--tk-site-border-radius);
}

.auth_container_center h1 {
    padding: 10px 0 16px;
}

.auth_wrapper .flex_LogIn {
    margin-top: 25px !important;
}

.auth_wrapper .flex_LogIn .no_hover {
    border: 2px solid var(--tk-site-additional-text-color);
}

.auth_wrapper .flex_LogIn .login_registration {
    margin-left: 10px;
}

.auth_wrapper .label_block {
    margin-left: 0;
}

.center_block.container {
    max-width: 550px;
    padding: 80px 0;
}

.content_table {
    display: table;
    /* width: 75%;
    margin: 0 auto; */
}

.center_block .block {
    margin-bottom: 0;
    margin-top: 0;
}

.wish_favorite {
    display: flex;
}

.no_padding .no_hover {
    display: block;
    margin: 20px auto 0;
}

.no_hover {
    /* display: block;
    margin: 0 auto; */
    background: var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
    color: #ffffff;
    font-family: Teakava;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    border: none;
    transition: 0.5s;
    box-shadow: none;
}

.no_hover:hover {
    box-shadow: 0px 6px 14px rgba(105, 105, 105, 0.9);
    transition: 0.5s;
    background-color: var(--tk-site-additional-text-color);
    color: #ffffff;
}

.login_text {
    width: 20px;
    font-size: 14px;
    font-family: Teakava;
    display: block;
    margin: 0 auto;
}

.login_registration {
    background: #ececec;
    border: 2px solid var(--tk-site-additional-text-color);
    color: var(--tk-site-additional-text-color);
}

.cash1 {
    width: 550px;
    float: left;
    margin-right: 40px;
}

h6.zagolovh6 {
    font-size: 24px;
}

.postcontent h6 {
    color: #616161;
    margin: 10px 0 0;
    font-size: 13px;
}

.postcontent p {
    margin: 15px 0;
}

.itemFullText {
    font-size: 18px;
    /* padding-bottom: 40px; */
}

.card1 {
    width: 550px;
    float: left;
}

.np1 {
    width: 550px;
    float: left;
    margin-right: 40px;
}

.delivery1 {
    width: 550px;
    float: left;
}

p.shrift {
    font-size: 18px;
}

.description_page {
    text-align: justify;
    line-height: 30px;
}

.style_page {
    display: table;
    padding: 80px 0;
    margin: 0 auto;
    width: 100%;
}

.style_page .h1 {
    padding: 0;
}

.itemFullText img {
    max-height: 100px;
}

.style_page p {
    margin-bottom: 35px;
}

.about_us {
    display: table;
    float: right;
    margin-left: 25px;
}

.text_left {
    text-align: left;
}

.svg {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.align {
    vertical-align: top;
}

.inline {
    display: inline-block;
}

.padd_contacts.container {
    padding: 80px 0;
}

.padd_contacts .h1 {
    padding-top: 0;
}

.order-view {
    margin: 45px auto;
    width: 100%;
}

.order-view form > div {
    display: block;
    width: 50%;
    margin: 10px auto;
}

.readmorelink {
    display: block;
    margin: 0 auto;
}

.order_input input {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0px 6px 50px rgba(96, 96, 96, 0.14);
    border-radius: var(--tk-site-border-radius);
    width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
    padding-left: 15px;
}

h2.zagzakaz {
    color: #786564;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-bottom: 15px;
}

.postcontent p {
    margin: 15px 0;
}

h3.zagcenture {
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.imgright {
    float: right;
    padding-left: 40px;
    padding-bottom: 20px;
}

.imgleft {
    float: left;
    padding-right: 40px;
}

.row_content {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
    /* background: #FFFFFF;
border: 1px solid #ECECEC;
box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
border-radius: var(--tk-site-border-radius); */
}

.log_left {
    width: 340px;
    position: relative;
    /* min-width: 340px; */
}

.log_right {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.row_product_content .product_name {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    color: #5f5f5f;
    overflow: hidden;
    text-decoration: none;
    height: auto;
}

.row_product_content .line {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price_button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.row_product_content .preview_form {
    margin: 0;
}

.description_product_row {
    width: 100%;
    height: auto;
}

.description_product_row p {
    font-family: Teakava;
    font-size: 14px;
    color: #5f5f5f;
}

.op_basket_row {
    background: #f0f0f0;
    color: #1b1b1b;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
}

.fgfg.container {
    padding: 80px 0;
}

.contacts_form {
    width: 50%;
    float: right;
    padding-left: 30px;
}

.navBurger {
    position: absolute;
    /* right: 20px; */
    top: 23px;
    left: 20px;
    z-index: 10000000000000;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    height: 24px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
}

.navBurger:before,
.navBurger:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
    /* right: 0; */
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.navBurger:before {
    top: -10px;
}

.navBurger:after {
    bottom: -10px;
    width: 100%;
}

.navBurger.active {
    background: transparent;
    background-clip: content-box;
}

.navBurger.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #eee;
    width: 110%;
}

.navBurger.active:after {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #eee;
    width: 110%;
}

.overlay {
    position: fixed;
    background: var(--tk-site-product-name-color);
    top: 0;
    z-index: 999999999999;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    /* overflow: hidden; */
    overflow-y: scroll;
}

.overlay.open {
    opacity: 0.99;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay.open li {
    display: block;
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.overlayMenu {
    position: absolute;
    text-align: right;
    right: 10vw;
    top: 5vw;
}

.overlayMenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
}

.overlayMenu ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%;
}

.overlayMenu ul li a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 40px 5px 40px;
    margin: 5px 0;
    transition: 0.2s;
}

.overlayMenu ul li a:hover,
.overlayMenu ul li a:active,
.overlayMenu ul li a:focus {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    padding-left: 80px;
    outline: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.03);
}

.locked {
    overflow: hidden;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.overlayMenu .subcategory .category_item:nth-child(even) {
    background: transparent;
}

.overlayMenu ul li a:before,
.overlayMenu ul li a:after {
    display: none;
}

.overlayMenu .subcategory .category_item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.overlayMenu .category_item:hover > .param > .subcategory,
.overlayMenu .category_item.hover > .subcategory {
    width: 100%;
}

.overlayMenu .category_item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.back_active_image {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../images/list-active.svg);
}

.tiles_no_active {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../images/tiles-no-active.svg);
}

.delivery.padding.block {
    /* width: 50%; */
    padding: 0px;
}

textarea.form_textarea.placeholder_focus {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    font-family: Teakava;
    font-size: 14px;
    height: 183px;
    line-height: 17px;
    box-sizing: border-box;
    /* box-shadow: inset 0px 6px 50px rgba(96, 96, 96, 0.14); */
    border-radius: var(--tk-site-border-radius);
    resize: none;
    color: var(--tk-site-secondary-additional-color);
}

input.form_input.placeholder_focus,
input#password,
div#password .form_input {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    color: var(--tk-site-secondary-additional-color);
    font-family: Teakava;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    /* box-shadow: inset 0px 6px 50px rgba(96, 96, 96, 0.14); */
    border-radius: var(--tk-site-border-radius);
}
.find_out_price_popup input.form_input.placeholder_focus {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
}
.btn_center {
    display: block;
    margin: 0 auto;
}

.container.style_page.blocks p {
    margin-bottom: 0px;
}

.count_plus_minus {
    display: flex;
    flex-direction: inherit;
    margin: 0 auto;
    align-items: baseline;
    background-color: #f7f7f7;
    border-radius: var(--tk-site-border-radius);
}

td.purchase_amount {
    padding: 20px 5px !important;
}

.row_contacts_page.flex_contacts_page {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.payment_container.flex_container_center.block_delivery {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid #e8e8e1;
    border-radius: var(--tk-site-border-radius);
    margin-top: 20px;
}

.delivery_container.flex_container_center.block_delivery {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #e8e8e1;
    border-radius: var(--tk-site-border-radius);
}

.border_bottom_h2 {
    /* border-bottom: 1px solid #e8e8e1; */
    padding-bottom: 10px;
}

.delivery.block.text_block_payment {
    margin: 0 0;
}

.input-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.input-radio__text {
    position: relative;
    /* padding: 0 0 0 22px; */
    cursor: pointer;
}

.input-radio__text::before {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    border: 6px solid #d4e6d5;
    border-radius: 50%;
    background: #fff;
    transition: .3s;
    /* opacity: .2; */
}

.input-radio input:checked + .input-radio__text:before,
.input-radio input:focus + .input-radio__text:before {
    border-color: var(--tk-site-additional-color);
}

.input-radio__text.first::after,
.input-radio__text.first::before {
    content: "";
    display: block;
    position: static;
    /* margin-top: 36px; */
}

.input-radio__text.first::after {
    position: absolute;
}

/* .payment-text{
    margin-top: 65px;
} */

.input-radio input:checked + .input-radio__text::before,
.delivery_label:not(.payment_label) input:checked + .input-radio__text::before {
    border-color: var(--tk-site-additional-color);
}

.input-radio input:checked + .input-radio__text::after,
.delivery_label:not(.payment_label) input:checked + .input-radio__text::after {
    width: calc(100% - 5px);
}

.novaposhta_delivery .input-radio__text::after {
    opacity: 1;
}

.novaposhta_delivery .input-radio__text::after {
    content: "";
    top: 50%;
    left: 10px;
    position: absolute;
    transform: translate(0%, -50%);
    height: 90%;
    width: 0%;
    background-color: #2f873320;
    border-radius: 0 10px 10px 0;
    transition: .3s;
}

/* .input-radio__text:after, */
.input-radio__text::before {
    /* position: absolute; */
    content: "";
    display: block;
}

/* .radio_btn {
  display: block; */
/* position: relative;
  padding-left: 35px; */
/* margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
/* .radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
} */
/* .checkmark { */
/* position: absolute; */
/* top: 0;
  left: 0; */
/* height: px;
  width: 25px;
  background-color: rgb(126, 126, 126);
  border-radius: 50%;
} */
/* .radio_btn:hover input ~ .checkmark {
  background-color:#ccc;
}


.container input:checked ~ .checkmark {
  background-color: var(--tk-site-additional-text-color);
} */
/* 
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_btn input:checked ~ .checkmark:after {
  display: block;
} */
/* .radio_btn .checkmark:after {
  position: absolute;
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}  */

.novaposhta_types .type_WarehouseDoors {
    display: grid;
    gap: 20px;
    margin: 10px 0;
}

.novaposhta_types .type_WarehouseDoors > * {
    margin: 0;
    /* padding: 0; */
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.btn_pre-order {
    background-color: #ffffff !important;
    color: var(--tk-site-additional-color);
}

.none {
    display: none;
}

.no_image {
    width: 280px;
    background-image: url(../images/no_image.png);
    background-repeat: no-repeat;
    height: 280px;
    background-size: cover;
}

.block_categories_all {
    /* background-color: #ececec; */
    background-color: rgba(36, 36, 36, 0.6);
}

.categories_all {
    width: 50%;
}

.categories_all_prod {
    display: flex;
    flex-flow: row wrap;
    padding: 0px 20px 20px;
    /* flex-direction: column; */
}

.level_1 .categories_all .link_category {
    font-size: 20px;
    color: #fff;
}

.level_2 .categories_all .link_category {
    font-size: 16px;
    margin-left: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.level_2 .categories_all .link_category:hover {
    transition: 0.5s;
    opacity: 0.5;
}

.level_2 .categories_all .link_category::before {
    margin-right: 5px;
}

.tea::before {
    content: "";
    background: url(../images/leaf.png);
    width: 17px;
    height: 17px;
    display: inline-block;
}

.prod_before:before {
    background-image: url(../images/done-tick.png);
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
}

.level_1 > .categories_all {
    margin-top: 30px;
}

.favor {
    display: block;
    background-image: url(../images/like_mob.svg);
    width: 24px;
    height: 24px;
    position: relative;
}

.bus_mobile {
    display: block;
    background-image: url(../images/delivery-mobile.svg);
    width: 24px;
    height: 24px;
}

.user_mobile {
    display: block;
    background-image: url(../images/user_mobile.svg);
    width: 24px;
    height: 24px;
}

.search_icon_mobile {
    display: block;
    background-image: url(../images/search_mobile.svg) !important;
    width: 24px;
    height: 24px;
}

.show_search_form {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    background-color: rgba(4, 25, 47, 0.93);
    height: 100%;
    align-items: center;
}

.search_visible_block {
    display: none;
}

.close_search {
    display: flex;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/cancel.svg);
    position: absolute;
    /* top: 10px; */
    right: 20px;
}

.none_scroll {
    overflow-y: inherit !important;
}

.thank_you {
    text-align: center;
    color: var(--tk-site-secondary-additional-color);
    font-family: Teakava;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 600;
}

.to_call {
    font-size: 18px;
    font-weight: 700;
    color: var(--tk-site-secondary-additional-color);
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.informer_counter {
    position: absolute;
    top: -5px;
    left: 10px;
    background-color: #fff;
    border-radius: var(--tk-site-border-radius);
    color: #5f5f5f;
    font-size: 11px;
    width: 15px;
    height: 15px;
    font-weight: bold;
    text-align: center;
}

.lk_block {
    width: 85%;
}

.lk_block form {
    padding-left: 16px;
    text-align: center;
}

.breadcrumbs li a {
    color: #754517;
    text-decoration: none;
}

.capsule_img,
.automatic_img,
.chald_img,
.cup_img,
.french_img,
.drip_img,
.geyser_img,
.avtomaticheskayaspkofemashina_img {
    margin: 20px auto;
    background-image: url(../images/capsule_img.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.geyser_img {
    background-image: url(../images/geyser_img.png);
}

.automatic_img {
    background-image: url(../images/automatic_img.png);
}

.french_img {
    background-image: url(../images/french_img.png);
}

.cup_img {
    background-image: url(../images/coffee-cup.png);
}

.chald_img {
    background-image: url(../images/coffee-machine-chald.png);
}

.avtomaticheskayaspkofemashina_img {
    background-image: url(../images/coffee-bean-for-a-coffee-break.png);
    background-color: #fdf7f0;
    background-position: center;
    border-radius: var(--tk-site-border-radius);
}


/* NEW 04.15.2021 */
.d_flex {
    display: flex;
}

/* .header_top__wrapper{
    background-color: #000;
} */
.header_top {
    width: 1200px;
    max-width: 90%;
    height: 50px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

.header_phones__phone {
    position: relative;
}

.header_phones__dropdown {
    position: absolute;
    right: 10px;
    top: 42px;
    background: #000;
    border-radius: var(--tk-site-border-radius);
    padding: 0 10px;
    z-index: 2;
}

.header_phones__phone {
    position: relative;
}

.header_top__item.header_phones .header_phones__phone::after {
    right: -20px;
    top: 14px;
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: inline-block;
    position: absolute;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
    z-index: 0;
    transition: transform ease .3s;
}

.header_top__item.header_phones:hover .header_phones__phone::after {
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6) rotate(-180deg);
    opacity: 0.5;
}

.header_phones__dropdown {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.5s;
    color: #fff;
    font-weight: 700;
}

.header_phones__phone {
    height: 50px;
    display: flex;
    align-items: center;
}

.header_top__item.header_phones:hover .header_phones__dropdown {
    max-height: 65px;
    box-shadow: 0 8px 8px #212121;
}

.header_top__item.header_phones:hover .header_phones__dropdown li {
    padding: 6px 0;
    list-style-type: none;
}

header .header_informers__cart_icon {
    width: 24px;
    height: 22px;
    background-position: -102px 0;
}

header .header_informers {
    align-items: center;
}
.header_informers__loyalty {
    height: 100%
}

header .header_top {
    align-items: center;
}

header .header_search .search_input {
    width: 294px;
    height: 30px;
    border: none;
    padding-left: 8px;
    border-radius: var(--tk-site-border-radius);
    background: #fff;
    color: #000;
}

header .header_search .search_form {
    position: relative;
}

header .header_search .search_button {
    top: 0;
    border-radius: var(--tk-site-border-radius);
    background: inherit;
    height: 30px;
}

header .header_phones__phone a,
header .header_phones__dropdown a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

header .header_phones__phone a:hover,
header .header_phones__dropdown a:hover {
    opacity: 0.5;
}

header .header_phones__phone {
    margin: auto 5px auto 14px;
}

header a.lang_link {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

header a.lang_link:first-child {
    border-right: 1px solid #717171;
}

header a.lang_link.active {
    color: var(--tk-site-additional-color);
}

header .header_informers > div:not(:first-child) {
    margin-left: 8px;
}

header .header_informers > div:not(:last-child) {
    margin-right: 8px;
}

.header_top__item.header_phones {
    position: relative;
    align-items: center;
    padding: 0 15px 0 0;
}

header .account_link.user_not_identified svg path {
    fill: #fff;
}

header .account_link svg path {
    fill: var(--tk-site-additional-color);
}

.cart_informer__wrapper {
    flex-direction: column;
}

.cart_info.empty .informer_counter,
.header_wishlist_link.empty .informer_counter {
    display: none;
}

#cart_informer a,
#cart_informer .cart_info.empty {
    display: flex;
    width: fit-content;
    height: fit-content;
    flex-direction: revert;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.header_cart__amount {
    font-weight: bold;
}

.cart_informer__wrapper {
    margin-left: 12px;
}

.header_phones__icon {
    height: 18px;
    margin-top: 2px;
}

.header_phones__dropdown ul {
    padding: 0;
    margin: 0;
}

header .header_logo svg {
    height: 50px;
    width: auto;
}

header .header_bottom {
    height: 40px;
    background: url(../images/layer_2.png);
}

header .level_2.subcategory {
    height: auto;
    max-height: 0;
}

header .category_item.has_child .level_2.subcategory {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    height: auto;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.5s;
    background-color: var(--tk-site-secondary-additional-color);
    box-shadow: 0px 6px 20px rgb(105 105 105 / 50%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

header .category_item.has_child .level_2.subcategory > li a {
    padding: 13px 30px;
    font-weight: 500;
}

header .category_item.has_child .level_2.subcategory > li {
    border-bottom: 1px solid #656565;
}

/* header .category_item.has_child .level_2.subcategory > li:nth-child(even) {
    background-color: #3a3a3a;
} */
header .category_item.has_child:hover .level_2.subcategory,
header .category_item.has_child.active .level_2.subcategory {
    max-height: 1000px;
}

.categories_nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

header .level_1.categories_menu {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

header .level_2.subcategory {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}

a.category_link {
    display: block;
    width: max-content;
}

.level_1.categories_menu > li > a.category_link {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 15px;
}

header a.category_link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

header a.category_link:hover {
    color: #fff;
    opacity: 0.5;
}

.level_1.categories_menu > li > a {
    position: relative;
}

nav.categories_nav .container_main {
    margin: 0 -15px;
}

.level_1.categories_menu > .category_item.has_child > a::after {
    right: 0;
    top: 10px;
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    display: inline-block;
    position: absolute;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
    z-index: 0;
    transition: transform ease .3s;
}

.level_1.categories_menu > .category_item.has_child > a:hover::after {
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6) rotate(-180deg);
    opacity: 0.5;
}

.container.header_row {
    display: flex;
    align-items: center;
    padding: 30px 0 60px;
}

.left_banner_container {
    margin-right: 25px;
    position: relative;
    width: 100%;
    max-width: 325px;
    height: 100%;
    z-index: 2;
}

.left_banner_container h1 {
    font-family: Teakava;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #212121;
    line-height: 36px;
}

.left_banner_container h2 {
    font-family: Teakava;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #212121;
    line-height: 25px;
}

/* .coffee_btn__icon,
.tea_btn__icon{
    position: absolute;
    left: 0;
    top: 0;
} */
.left_banner_container .btn_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 48px;
    border-radius: var(--tk-site-border-radius);
    /* overflow: hidden; */
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

/* .left_banner_container .btn_wrapper a::after{
    content: '';
    display: block;
    width: 20px;
} */
.left_banner_container .btn_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_banner_container .btn_wrapper .coffee_btn__icon {
    background-color: #212121;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    border-radius: var(--tk-site-border-radius) 0 0 10px;
}

.left_banner_container .btn_wrapper .tea_btn__icon {
    background-color: #212121;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    border-radius: var(--tk-site-border-radius) 0 0 10px;
}

.left_banner_container .btn_wrapper .coffee_btn {
    background-color: var(--tk-site-additional-text-color);
    border: 2px solid var(--tk-site-additional-text-color);
    transition: all ease 0.5s;
}

.left_banner_container .btn_wrapper .tea_btn {
    background-color: var(--tk-site-additional-color);
    border: 2px solid var(--tk-site-additional-color);
    transition: all ease 0.5s;
}

.left_banner_container .btn_wrapper .coffee_btn:hover {
    /* border: 2px solid var(--tk-site-additional-text-color); */
    background-color: #fff;
    color: var(--tk-site-additional-text-color);
}

.left_banner_container .btn_wrapper .tea_btn:hover {
    /* border: 2px solid var(--tk-site-additional-color); */
    background-color: #fff;
    color: var(--tk-site-additional-color);
}

.container.header_row .slick-dots {
    bottom: -25px;
    left: 0px;
    z-index: 1;
    opacity: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.container.header_row .slick-dots button {
    opacity: 1;
}

.container.header_row .slick-dots button {
    opacity: 1;
}

.fn_banner_group1.banners {
    display: none;
    position: relative;
    z-index: 1;
    /* box-shadow: 0px 6px 20px rgb(105 105 105 / 50%); */
}

.fn_banner_group1.banners.slick-initialized {
    display: block;
}

.fn_banner_group1.banners .slick-list {
    filter: drop-shadow(0px 5px 5px rgba(105, 105, 105, 0.5));
}

.container_one .products {
    padding-top: 60px;
}

.container_one .products.discoun,
.container_one .products.new {
    padding-top: 60px;
}

.products_main {
    background-color: #F9F8F8;
    padding-bottom: 45px;
}

.products.discoun {
    padding-bottom: 45px;
}

.products .main_products {
    margin-top: 0;
}

.products .product_h2 {
    padding: 0 15px;
}

.categories_container {
    padding: 60px 0!important;
}

.main_products > .slick-list {
    padding: 15px 0;
}

.news_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--tk-site-secondary-additional-color);
    margin-bottom: 20px;
}

.text_block2 {
    display: flex;
    align-items: center;
}

/* .products.featured .main_products::after,
.products.new .main_products::after{
    position: absolute;
    content: '';
    display: block;
    width: 100vw;
    height: 467px;
    left: 50%;
    transform: translateX(-50%);
    top: -140px;
    background-color: #F9F8F8;
    z-index: -1;
}
.products.new .main_products::after{
    top: -220px;
} */
/* .products.new{
    margin-bottom: 170px;
} */
.old_price.hidden_price * {
    display: none;
}

.price_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
}

.price_dots {
    border-bottom: 1px dashed var(--tk-site-secondary-additional-color);
    flex: 1;
    margin: 0 5px 5px;
}

.informer_counter {
    min-width: 16px;
    height: 16px;
    background: var(--tk-site-additional-color);
    color: #000;
}

.header_top__item .header_informers__wish {
    position: relative;
}

#cart_informer .informer_counter {
    top: 7px;
}

a.cart_info {
    position: relative;
}

.fn_validate_post input.button,
.fn_validate_register input.button,
.fn_validate_register a.button.fright {
    transition: all ease 0.5s;
    border-radius: var(--tk-site-border-radius);
    color: #fff;
}

.look_all_products {
    display: flex;
    text-decoration: none;
    margin: 50px auto 15px;
    align-items: center;
    justify-content: center;
}

.look_all_products a {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
    color: var(--tk-site-additional-text-color);
    font-size: 17px;
    font-weight: 700;
    transition: all ease 0.3s;
    padding: 10px 20px;
}

.look_all_products a:hover {
    background-color: var(--tk-site-additional-text-color);
    color: #fff;
}

.look_all_brands {
    display: flex;
    text-decoration: none;
    margin: 50px auto 0;
    align-items: center;
    justify-content: center;
}

.look_all_brands a {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid var(--tk-site-additional-text-color);
    border-radius: var(--tk-site-border-radius);
    color: var(--tk-site-additional-text-color);
    font-size: 17px;
    font-weight: 700;
    transition: all ease 0.3s;
    padding: 10px 20px;
}

.look_all_brands a:hover {
    background-color: var(--tk-site-additional-text-color);
    color: #fff;
}

.wrap_price-btn {
    display: flex;
    /* align-items: center; */
    /* border-top: 1px solid rgb(229, 227, 227); */
}

.no_pay,
.payment_type {
    display: block;
    /* margin: -23px 0 0 68px; */
    font-size: 12px;
    color: var(--tk-site-secondary-additional-color);
    font-weight: 300;
}

.select2-selection,
.type_WarehouseDoors {
    margin-bottom: 10px;
}

.delivery_label .input_delivery {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

/* .straight_line{
    display: block;
 
    border-bottom: 1px solid black ;
} */
.type_WarehouseWarehouse .select2-selection__rendered {
    /* padding-bottom: 25px; */
    /* border-bottom: 1px solid #e5e3e3; */
    /* margin-bottom: 25px; */
    height: 74px;
}

.select2-selection__rendered {
    color: var(--tk-site-secondary-additional-color) !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.type_WarehouseWarehouse .select2 {
    /* margin-bottom: 25px; */
    max-width: 302px;
}

.block_register .h1 {
    text-align: center;
}

.tablet-hidden .h2 {
    margin: 0;
}

.del {
    padding-top: 25px;
    display: inline-block;
    width: 100%;
}

.product_des .fn_transfer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-top: 0 ! important;
}

.first_pay {
    /* margin: -15px 0 0 68px!important; */
}

.slick-prev, .slick-next {
    top: 50%;
    border-radius: 50%;
}

.slick-prev::before,
.slick-next::before {
    /* color: #48d14f; */
    color: #b3b3b3;
    width: 24px;
    height: 24px;
}

.banners .slick-prev:hover::before,
.banners .slick-next:hover::before {
    color: #fff;
}

.filters_apply .button {
    background: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid var(--tk-site-additional-color);
    transition: all ease 0.3s;
    display: flex;
    text-decoration: none;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.filters_apply .button:hover {
    background: #fff;
    color: #2F8734;
}

.lk_block .form_group .form_placeholder {
    background-color: #fff;
    border-radius: var(--tk-site-border-radius);
    padding: 4px;
}

.info_wrap_block {
    margin-top: 30px;
}

.info_wrap_top {
    margin-bottom: 20px;
}

.info_wrap_top,
.info_wrap_bottom {
    display: flex;
    width: 100%;
}

.delivery_head,
.payment_head {
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.delivery_free_head,
.delivery_novaposhta_head,
.delivery_delivery_head,
.tax_payment_head,
.bank_card_head {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.delivery_free_text,
.delivery_novaposhta_text,
.delivery_delivery_text,
.tax_payment_text,
.bank_card_text {
    font-size: 16px;
    line-height: 25px;
}

.delivery_free_text span {
    display: block;
}

.free_text_1 {
    margin-top: 10px;
}

.delivery_info_block,
.payment_info_block {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.payment_info_block {
    /* justify-content: space-around; */
    margin-left: 20px;
}

.bank_wrap,
.tax_wrap,
.delivery_wrap,
.novaposhta_wrap,
.free_wrap {
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 15px;
    border-radius: var(--tk-site-border-radius);
}

.novaposhta_wrap,
.delivery_wrap {
    margin-top: 20px;
}

.tax_payment,
.bank_card,
.delivery_free,
.delivery_novaposhta,
.delivery_delivery {
    width: 70%;
    padding-right: 10px;
}

.delivery_img img,
.novaposhta_img img {
    max-width: 100px;
    max-height: 100px;
}

.delivery_img,
.novaposhta_img,
.tax_img,
.bank_img,
.free-img {
    width: 30%
}

.delivery_img img,
.novaposhta_img img,
.tax_img img,
.bank_img img,
.free-img img {
    display: block;
    margin: 0 auto;
}

.accounts {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.accounts a {
    margin-right: 20px;
}

.yo {
    margin-right: 15px;
}

.bank_wrap {
    margin-top: 20px;
}

a.close-modal:hover {
    transition: 0.5s;
    transform: rotate(180deg);
}

a.close-modal {
    font-size: 0;
    text-indent: 0;
}

.big {
    font-size: 20px;
    color: red;
}

.stores__rows {
    display: flex;
    flex-direction: column;
    /* margin-left: 45px; */
    font-size: 12px;
    color: var(--tk-site-secondary-additional-color);
    font-weight: 300;
}

.delivery_url {
    font-weight: normal;
    margin-left: 20px;
}

.rotate {
    transform: rotate(180deg);
}

.active-mob {
    display: none;
}

/* .delivery.block.text_block_payment.lucky_line:first-child{
    margin-top: -30px;
} */
/* .del :first-child{
    margin-top: 20px;
}  */


/* .delivery.block.text_block_payment:nth-child(3){
    margin-bottom: 35px!important;
} */

/* .main_container .banners:before {
    content: '';
    background: rgba(55, 55, 55, 0.21);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: absolute;
    display: block;
    top: 40px;
    margin-left: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */


.order-timer {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.order-timer_loader {
    width: 70px;
    height: 70px;
    border: 1px solid #2f8734;
    border-radius: 50%;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spin 1s infinite ease-out;
    animation: spin 1s infinite ease-out;
}

.order-timer_number {
    font-size: 30px;
    color: #2f8734;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.categories__list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 14px;
    column-gap: 14px;
    padding-top: 15px;
    margin-top: 0;
}

.categories__item {
    list-style-type: none;
    overflow: hidden;
    border-radius: 10px;
}

.categories__link {
    border: none;
    border-radius: var(--tk-site-border-radius);
    transition: 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    height: 100%;
    margin: auto;
    position: relative;
    text-decoration: none;
    padding: 10px;
    position: relative;
    width: 100%;
    background: #505050;
    overflow: hidden;
}

.categories__image,
.categories__no_image {
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}

.categories__no_image svg {
    width: 60px;
    height: 60px;
}

/*.categories__image img,*/
/*.categories__no_image svg {*/
/*    filter: contrast(250%) invert(1);*/
/*}*/

.categories__name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    min-height: 40px;
    overflow: hidden;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    filter: invert(1);
}

.categories__link:before {
    content: '';
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100%;
    transition: all .4s ease;
}

.categories__link:hover:before {
    transform: scale(8);
}


.left_banner_container .header__bottom_panel {
    position: relative;
}

.left_banner_container .catalog_button {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 285px;
    -ms-flex: 1 0 285px;
    flex: 1 0 285px;
    max-width: 285px;
    position: relative;
    margin: 10px 0 10px;
    border-radius: 4px;
}

.left_banner_container .catalog_button__heading {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 15px;
    width: 100%;
    background: var(--basic-company);
    color: var(--basic-company-text);
    border-radius: 4px;
    height: 40px;
}

.left_banner_container .catalog_button__heading {
    pointer-events: none;
}

.left_banner_container .catalog_button .catalog_icon {
    margin-right: 10px;
}

.left_banner_container .catalog_button .catalog_icon:before {
    font-size: 20px;
}

.left_banner_container .catalog_button .catalog_button__arrow {
    position: absolute;
    right: 15px;
    height: calc(50% - 7px);
}

.left_banner_container .catalog_button .arrow_right {
    height: 14px;
    width: 14px;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left_banner_container .catalog_button.active .arrow_right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.left_banner_container .categories_nav {
    height: 422px !important;
}

.left_banner_container .categories_nav {
    background: #fff;
    display: none;
    /* position: absolute; */
    top: 100%;
    left: 0;
    transition: .3s;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.left_banner_container .categories_nav--show.categories_nav {
    display: block;
    height: 422px;
}

.left_banner_container .categories_nav .categories_nav__menu {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.left_banner_container .categories_nav .categories_nav__menu .categories_menu__item {
    margin: 0;
}

.left_banner_container .categories_nav .categories_nav__subcategory {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    width: 285px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(260px) translateZ(0px);
    transform: translateX(260px) translateZ(0px);
    -webkit-transition: -webkit-all .5s ease-in-out;
    transition: -webkit-all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: .15s;
}

.left_banner_container .categories_nav .categories_menu,
.left_banner_container .categories_nav .subcategory {
    height: 100%;
    padding: 13px 0 10px 0;
}

.left_banner_container .categories_menu:not(.scroll) {
    overflow: hidden;
}

.left_banner_container .categories_nav .level_3.categories_nav__subcategory {
    max-height: 100%;
    max-width: calc(100vw - 583px);
    width: calc(1366px - 583px);
    display: none;
}

.left_banner_container .categories_nav .categories_menu__link {
    padding: 6px 20px 6px 10px;
    position: relative;
    transition: .3s;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #e4e4e4;
}

.left_banner_container .categories_nav .categories_menu__item:last-child .categories_menu__link {
    border-bottom: none;
}

.left_banner_container .categories__image img,
.left_banner_container .categories__no_image svg {
    filter: none;
}

.left_banner_container .categories__no_image {
    height: 22px;
    width: 22px;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    min-height: 22px;
}

.left_banner_container .categories_nav .categories_menu__link .categories_menu__icon {
    height: 22px;
    width: 22px;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    /*filter: sepia(1);*/
}

.left_banner_container .categories_nav .categories_menu__link .categories_menu__icon svg {
    max-height: 22px;
    max-width: 22px;
}

.left_banner_container .categories_menu__link .categories_menu__name {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 10px;
    font-weight: 600;
    color: #947b62;
}

.left_banner_container .categories_menu__link svg.arrow_right path {
    fill: #947b62;
}

.left_banner_container .categories_nav__subcategory:not(.level_3) .categories_menu__link .categories_menu__name {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.left_banner_container .categories_nav .categories_menu__link .arrow_right {
    position: absolute;
    right: 7px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .3s;
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
}

.left_banner_container .categories_nav__subcategory.level_3 .categories__no_image .arrow_right {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    top: inherit;
    max-width: 50px;
    flex: inherit;
}

.left_banner_container .categories_nav .subcategory {
    background: #fff;
    border-left: 1px solid #ebebeb;
}

.left_banner_container .categories_nav .subcategory .categories_menu__item {
    background: #fff;
    position: static;
}

.left_banner_container .categories_nav .level_3 .subcategory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
}

.left_banner_container .categories_nav .level_3 .subcategory .categories_menu__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 120px;
    margin-bottom: 10px;
    text-align: center;
}

.left_banner_container .categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 130px;
    background: #fff;
    width: 100%;
}

.left_banner_container .categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image {
    height: 100px;
}

.left_banner_container .categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image svg {
    max-height: 65px;
    max-width: 100%;
}

.left_banner_container .categories_nav .level_3 .subcategory .categories_menu__item .category_name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.left_banner_container .categories_nav ul::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.left_banner_container .scroll {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.left_banner_container .hover_scroll {
    position: absolute;
    left: 0;
    height: 30px;
    width: 100%;
    opacity: 1;
    transition: all 320ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(240, 240, 240, 0.9);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    margin: 0;
}

.left_banner_container .hover_scroll.hover_scroll_up {
    top: 0;
}

.left_banner_container .hover_scroll:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2965";
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    color: var(--basic-company-text);
    background-color: var(--basic-company);
}

.left_banner_container .hover_scroll.hover_scroll_up:before {
    content: "\2963";
}

.left_banner_container .hover_scroll.hover_scroll_down {
    bottom: 0;
}

.catalog_button {
    background: #4f4f4f;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    padding: 8px;
    font-weight: 700;
}

.catalog_button__heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_banner_container.second_menu {
    position: absolute;
    max-width: 300px;
    top: 50px;
    left: 300px;
}

.left_banner_container.second_menu .categories_nav {
    top: auto;
}

.left_banner_container.second_menu a.categories_menu__link {
    color: #030303;
}

.catalog_button__arrow {
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 8px;
    display: block;
}


.tabs--user .tabs__content {
    overflow: hidden;
    background: #fff;
}

.tabs--user .tab_user {
    display: none;
    padding: 15px;
}

/***** #Profile user *****/
.profile {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.profile__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}

.profile__icon svg {
    width: 60px;
    height: 60px;
}

.profile__icon img {
    width: 60px;
    border-radius: 50%;
}

.profile__information {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.profile__name {
    font-size: 18px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    line-height: 1.2;
}

/* .profile__logout{margin: 10px 0 5px;} */
.profile__logout a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.profile__logout a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.user_tab__switch {
    position: relative;
    cursor: pointer;
}

.tabs--user .table_wrapper {
    max-height: inherit;
}

.user_tab__switch:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: rgb(34, 34, 34);
    position: absolute;
    content: " ";
    top: calc(50% - 2px);
    right: 20px;
    left: inherit;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.user_tab__switch.active::after {
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button__logout {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px;
    border-bottom: none;
    cursor: pointer;
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.button__logout svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.button__logout:hover {
    color: var(--basic-company);
}

.user_orders_hidden {
    display: none;
}

.user_orders_hidden.fn_user_orders_show {
    display: table-row;
}

.fn_user_orders_switch {
    margin: auto;
    display: block;
    width: 10px;
    padding: 5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75 0C5.33582 0 5 0.335815 5 0.75V5.25H0.75C0.335815 5.25 0 5.58582 0 6C0 6.41418 0.335815 6.75 0.75 6.75H5V11.25C5 11.6642 5.33582 12 5.75 12C6.16418 12 6.5 11.6642 6.5 11.25V6.75H11.25C11.6642 6.75 12 6.41418 12 6C12 5.58582 11.6642 5.25 11.25 5.25H6.5V0.75C6.5 0.335815 6.16418 0 5.75 0Z' fill='%23030F4B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fn_user_orders_active .fn_user_orders_switch {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.75' width='1.5' height='12' rx='0.75' transform='rotate(-90 0 1.75)' fill='%23030F4B'/%3E%3C/svg%3E%0A");
}

.sidebar--user .sidebar__boxed {
    padding: 0 15px 5px;
}

.profile__logout svg,
.tabs__navigation--user .tabs__link svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.tabs__navigation--user a,
.profile__logout {
    position: relative;
    margin: 0px;
    border-bottom: 1px solid rgb(227, 227, 227);
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}

.profile__logout {
    border-bottom: none;
}

.tabs__navigation--user a.selected {
    color: var(--tk-site-additional-text-color);
}

.tabs__navigation--user a:hover,
.profile__logout:hover {
    color: var(--tk-site-additional-text-color);
}

/* .tabs__navigation--user a:last-child {
    border-bottom: none;
} */
.user_personal_heading {
    font-size: 20px;
    font-family: Teakava;
    font-weight: bold;
    color: var(--tk-site-product-name-color);
    margin-bottom: 10px;
    position: relative;
}

.lk_block_wrapper .fn_validate_register.user_page {
    flex-direction: column;
    flex-wrap: nowrap;
}

.lk_block_wrapper .fn_validate_register.user_page .form_group {
    margin: 15px 0;
}

.sidebar.sidebar--user {
    border: none;
}

.lk_block_wrapper .lk_block form {
    padding-left: 15px;
}

.change_pass_wrapper {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 10px 0;
}

.change_pass_wrapper .form_group {
    margin: 0 !important;
    width: auto !important;
}

.change_pass_wrapper .change_pass {
    margin: 0;
    background-color: transparent;
    text-decoration: none;
}

.change_pass_wrapper .change_pass:hover {
    color: var(--tk-site-additional-text-color);
}

.fn_validate_register .change_pass_wrapper input.button {
    width: 175px;
    height: 40px;
    margin-right: 20px;
}

.orders_wrapper .table th {
    background: #4f4f4f;
    color: #fff;
    border: none;
    text-align: center;
}

.orders_wrapper .table td {
    border: none;
    text-align: center;
}

.orders_wrapper .table {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}

.orders_wrapper .table tr:nth-child(even) {
    background-color: #e8e8e14f;
}

.mobile_profile__logout {
    display: none;
}

.td_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_responsive {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    /* margin: 0 0 1.5rem; */
}

.table_wrapper {
    border: 1px solid #ececec;
    border-radius: var(--tk-site-border-radius);
    overflow: hidden;
}

.auth_wrapper .fn_validate_register .form_group {
    width: 100%;
    margin: 10px 0;
}

.auth_wrapper .fn_validate_register input.button {
    width: auto;
}

.user_personal_heading_order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_orders_info_wrapper {
    display: flex;
    align-items: center;
}

.user_orders_info {
    background-color: #e8e8e14f;
    border-radius: var(--tk-site-border-radius);
    padding: 10px 20px;
    font-size: 16px;
}

.user_orders_info_wrapper .user_orders_info:first-child {
    margin-right: 20px;
}

.user_orders_info_wrapper .user_orders_info {
    font-weight: normal;
}

.user_orders_info_wrapper .user_orders_info span:last-child,
.user_orders_info_wrapper .user_orders_info:nth-child(2) span:nth-child(2) {
    color: var(--tk-site-additional-color);
    font-weight: bold !important;
    margin-left: 4px;
}

.user_orders_info_wrapper .user_orders_info:nth-child(2) span:nth-child(2) {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
    display: block;
}

.user_orders_info_wrapper .user_orders_info:nth-child(2) {
    display: flex;
    align-items: center;
}

.plus_cashback {
    color: var(--tk-site-additional-color);
}

.minus_cashback {
    color: rgb(230, 51, 52);
}

.cashback svg,
.plus_cashback svg,
.minus_cashback svg {
    width: 20px;
    height: 20px;
}

.cashback_icon {
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    height: 20px;
}

.cashback > div,
.plus_cashback > div,
.minus_cashback > div {
    display: flex;
    align-items: center;
    position: relative;
}

.cashback > div {
    justify-content: center;
}

.cashback_info_wrapper {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
    border-radius: var(--tk-site-border-radius);
    width: 100%;
    max-width: 200px;
    top: -10px;
    right: 35px;
    z-index: 10;
    color: #030303;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px;
}

.cashback_icon:hover + .cashback_info_wrapper {
    opacity: 1;
    visibility: visible;
}

.cashback_info_wrapper::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -10px;
    top: 36%;
}

.products.new .slick-next {
    right: -60px;
}

.products.new .slick-prev {
    left: -60px;
}

.product_images_slider {
    max-width: 270px;
}

.product_images_slider .slick-next {
    right: -40px;
}

.product_images_slider .slick-prev {
    left: -40px;
}

.post_container__wallpaper {
    background-size: cover;
    min-height: 200px;
    position: relative;
    padding: 0;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    background-color: #F4F6F9;
    margin-bottom: 15px;
    border-radius: var(--tk-site-border-radius);
}

.post_ingredients {
    margin: 24px 0 48px;
}

/*<editor-fold desc="\*Post rating*\">*/
.form-rating-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.form-rating-wrapper .rating-input {
    display: none;
}

.form-rating-wrapper .rating-label {
    cursor: pointer;
}
.form-rating-wrapper .rating-label svg{
    width: 32px;
    height: 32px;
}
.rating-label svg path {
    transition: all 0.3s linear;
}

.rating-label:hover svg path {
    fill: #FFCD51;
}

.form-rating-wrapper label:hover ~ label svg path {
    fill: #FFCD51;
}

.form-rating-wrapper > input:not(:checked) ~ label:hover svg path,
.form-rating-wrapper > input:not(:checked) ~ label:hover ~ label svg path {
    fill: #c7a23d;
}

.rating-input:checked ~ label svg path {
    fill: #FFCD51;
}
.post__rating.stars .rating-star.active svg path{
    fill: #FFCD51;
}
.post__rating.stars {
    position: initial;
    display: flex;
    align-items: center;
}
.post__rating.stars .rating-star{
    display: block;
    width: 20px;
    height: 20px;
}
.post__rating.stars .rating-star svg{
    width: 20px;
    height: 20px;
}
.post__rating_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}
.post__rating_wrapper a{
    margin: 0;
}
/*</editor-fold>*/


/* Feedback page*/
.feedback_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 24px;
    margin-bottom: 24px;
}
.feedback_wrapper_right {
    /* max-height: 240px; */
    max-width: 616px;
}
.feedback_wrapper_right iframe{
    width: 100%;
    height: 100%;
}
.feedback_wrapper_left {
    border: 1px solid #DEDEDE;
    padding: 32px 24px;
}
.feedback_page h2.h4{
    color: #000000;
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 26px;
}
.form_group_inputs{
    gap: 24px;
}
.form_group_inputs .form_group{
    width: 100%;
}
.social_links {
    display: flex;
    align-items: center;
}
.our_email a{
    display: flex;
    align-items: center;
    gap: 12px;
}
.our_email svg{
    width: 18px;
    height: 18px;
}
.feedback_wrapper_left_contacts div.h3{
    color: #717171;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px!important;
    display: flex;
    align-items: center;
}
.feedback_wrapper_left_contacts div.h3 svg{
    margin-right: 8px;
    min-width: 24px;
}
.feedback_wrapper_left_contacts .foot_item svg{
    max-width: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedback_wrapper_left_contacts .foot_item-cont a{
    margin-left: 32px;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #030303;
    transition: all .5s ease;
}
.feedback_wrapper_left_contacts .foot_item-cont a:hover{
    opacity: .7;
}
.feedback_wrapper_left_contacts .foot_item.foot_item-cont{
    margin-bottom: 24px;
    position: relative;
}
.company_open_hours svg{
    width: 18px;
    height: 18px;
}
.feedback_wrapper_left_contacts .foot_item.foot_item_link{
    margin-bottom: 4px;
}
.feedback_wrapper_left .foot_wh {
    margin: 24px 0 0;
}
.feedback_wrapper_left .foot_wh .times_inner{
    margin-left: 32px;
}
.feedback_wrapper_left .company_open_hours{
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    padding-left: 32px;
    position: relative;
}
.location_content{
    padding-left: 32px;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
}
.location_content svg{
    width: 18px;
    height: 18px;
}
.feedback_wrapper_left .company_open_hours svg{
    position: absolute;
    left: 0;
    top: 0;
}
.feedback_wrapper_left .company_open_hours span{
    margin-bottom: 4px;
    display: block;
}
.feedback_page_annotation {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #000000;
    max-width: 760px;
    margin-bottom: 24px;
}
.feedback_wrapper_callback {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 32px;
}
.h2.feedback_callback_header {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px;
}
.feedback_page_description {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    max-width: 512px;
}
.feedback_page_description p{
    margin-bottom: 1.75rem;
}
.feedback_page{
    padding: 80px 0;
}
.feedback_social_wrapper {
    border: 1px solid #DEDEDE;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 24px;
    margin-bottom: 34px;
}
.feedback_social_wrapper div.h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}
.feedback_social_wrapper_right .email_inner {
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #030303;
    display: flex;
    align-items: center;
}
.feedback_social_wrapper_right .email_inner a{
    text-decoration: none;
    margin-left: 28px;
    transition: all .5s ease;
}
.feedback_social_wrapper_right .email_inner a:hover{
    color: var(--button-color);
}
.feedback_social_wrapper_right .email_inner::before{
    left: 0;
}
.feedback_social_wrapper_left .social_links .animated-btn{
    border-radius: 0;
}
.feedback_social_wrapper_left .foot_soc{
    margin-bottom: 20px;
}
.feedback_social_wrapper_left .social_links a:hover{
    box-shadow: none!important;
}
.feedback_social_wrapper_left .social_links a:hover svg{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.feedback_social_wrapper_left .social_links a span{
    margin-left: 8px;
    color: #030303;
    font-weight: 400;
    font-size: 16px;
}
.feedback_social_wrapper_left .social_links a svg{
    transition: all .5s ease;
}

/* End Feedback page*/

.product_page .fancybox-slide--iframe .fancybox-content{
    width: 60%!important;
    height: 60%!important;
}

.del_1{
    font-size: 11px;
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 8px;
    padding: 2px 6px;
}

.reviews-heading-wrapper .link-to-comment-wrapper a {
    color: #ececec;
    font-size: 17px;
}

  .coupon input[type="text"]::placeholder { 
    color: #823d00;
    opacity: 1; 
  }
  
  .coupon input[type="text"]:-ms-input-placeholder { 
    color: #823d00;
  }
  
  .coupon input[type="text"]::-ms-input-placeholder {
    color: #823d00;
  }
  
  .coupon input[type="text"]::-webkit-input-placeholder { 
    color: #823d00;
  }

  .grey_line1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin-top: 23px;
    /* margin-left: -20px; */
}

.old_new_price div {
    line-height: 30px!important;
}

.price span {
    line-height: 30px!important;
}
 

/* Marquee */
    .marquee-container {
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        background: #0d6600;
        color: #fff;
        font-size: 24px;
        padding: 10px 0;
        height: 36px;
        box-sizing: content-box;
        position: relative;
    }

    .marquee {
        display: flex;
        position: absolute;
        white-space: nowrap;
    }

    .marquee span {
        padding-right: 50px;
    }
/* Marquee */

.div_flex {
    flex: 1;
}
.description_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.description_wrapper img{
    position: sticky;
    top: 60px;
    border-radius: 10px;
}
.description_wrapper li{
    margin-bottom: 8px;
}
.banner_loyalty_item {
    background-color: #fff;
    box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
    border-radius: var(--tk-site-border-radius);
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 25px
}
.banner_loyalty_info {
    display: flex;
    flex-direction: column;
    width: 100%
}
.slick-name {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.slick-description {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}
.banner_loyalty_item img {
    width: 75px;
    height: 75px;
}
.fn_banner_banner_loyalty {
    display: flex;
    flex-direction: column;
    gap: 30px
}
.loyalty_description {
    font-size: 16px;
    margin: 30px 0
}
.loyalty_description p {
    margin-bottom: 15px
}
.loyalty_link {
    background: #947b62;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    max-width: 180px;
    cursor: pointer;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
}
.loyalty_link:hover {
    opacity: 0.7;
    color: #fff;
}

/* START  popup promocode */

.popup_promocode {
    position: relative;
    max-width: 700px;
    width: 90%;
    overflow: hidden !important;
    padding: 0 !important;
    border-radius: 20px;
    background: transparent !important;
}
.popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    padding: 0 15px;
}
.popup_modal_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    background: linear-gradient(118.23deg, #FFC4D3 -1.27%, #FFDEB5 26.46%, #EFFDBF 56.49%, #D8F3FF 90.57%);

}
.popup_modal_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_modal_bg::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-90px, -50%);
    width: 60%;
    height: 90%;
    background: url(../images/popup_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.popup_modal_bg::after {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 20px;
    width: 20%;
    height: 30%;
    background: url(../images/popup_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.popup_title {
    color: #282828;
    font-size: 37px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2 !important;
    position: relative;
    width: fit-content;
}
.popup_name {
    font-size: 60px;
    font-weight: 600;
    margin: 0 auto;
    width: fit-content;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
}
.popup_name::after{
    content: '';
    background: #F7890099;
    width: 320px;
    height: 86px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
}
.popup_subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    text-align: center;
}
.popup_desc {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.info_promocode {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #464545;
}
.add_info_promocode {
        max-width: 360px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    margin-top: 30px;
}
.popup_button {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    width: 320px;
    padding: 20px 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(118.17deg, #C2375A 8.55%, #E66C01 33.31%, #90B70A 60.13%, #0B90C9 90.56%);
    border-radius: 50px;
    margin-top: 40px;
    gap: 20px;
    line-height: 1.2;
}
.popup_button svg{
    transition: transform .3s ease;
}
.popup_button:hover svg{
    transform: translateX(6px);
}
.discont {
    font-size: 40px;
    font-weight: 700;
    color: #D70024;
    padding: 4px;
}
.block_promocode {
    cursor: pointer;
    position: relative;
    width: 300px;
    height: 80px;
    box-shadow: 0px 0px 40px 0px #53000EC7 inset;
    background: linear-gradient(90.35deg, #D72B48 0.3%, #FD2462 109.86%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    font-weight: 600;
    color: white;
    transition: all .3s
}
.block_promocode::before,
.block_promocode::after{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: linear-gradient(128.57deg, #ffcdd2 6.19%, #ffccd2 97.63%);
    border-radius: 50%;
    left: 26px;
    z-index: 10;
}
.block_promocode::after{
    bottom: -13px;
}
.block_promocode::before{
    top: -13px;
}
.promo{
    cursor: pointer;
    display: block;
    margin-left: 16%;
}
.block_promocode span::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 3px dashed #ffffff;
    /* background: white; */
    left: 38px;
    top: 0;
    display: block;
}
.button-modal_click {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    color: #3B3B3B;
    opacity: .8;
}
.button-modal_click:hover{opacity: 1;}
.button-modal_click  svg{
    width: 100%;
    height: 100%;
}
.block_wrp {
    position: relative;
    display: none;
}
.coupon-alert {
    font-weight: 500;
    color: #3B3B3B;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* END popup promocode */

.tabs--user {
    margin-bottom: 120px
}
.find_out_price {
    display: grid;
    place-items: center;
    white-space: nowrap;
}
.find_out_price_popup {
    border-radius: 20px;
    width: 500px;
    padding: 30px!important;
}
.find_out_price_popup .popup_heading {
    text-transform: none;
    color: #433A3B;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
.find_out_price_popup .form_group {
    max-width: 70%;
    margin: 16px auto;
}
.find_out_price_popup .form_group:first-child {
    margin-top: 0;
}
.find_out_price_popup .button {
    padding: 0px 10px;
    line-height: 30px;
    border: 2px solid var(--tk-site-additional-color);
    color: #ffffff;
    font-size: 17px;
    line-height: 34px;
    font-weight: normal;
    transition: 0.5s;
    max-width: 70%;
    height: 50px;
    background-color: var(--tk-site-additional-color);
    border-radius: var(--tk-site-border-radius);
    margin-top: 4px;
}
.find_out_price_popup .button:hover {
    background-color: #f4f4f4;
    color: var(--tk-site-additional-color);
    transition: 0.5s;
}
.find_out_price_popup input::placeholder {
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 400;
}
.find_out_price_popup .fancybox-close-small:after {
    width: 40px;
    height: 40px;
    font: 30px / 40px Arial, Helvetica Neue, Helvetica, sans-serif;
}
.product-des-bottom.find-out-price .preview_form {
    width: 100%;
}
.preview_form.form_out_of_stock {
    justify-content: center;
    opacity: .5;
}
.out_of_stock_color {
    opacity: .5;
}
.margin-top {
    margin-top: 20px;
}
.password_remind_notice {
    color: #e63334;
}