.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
    color: var(--button-text);
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    min-width: 160px;
    padding: 0 30px;
    border-radius: 5px;
    cursor: pointer;
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 1px solid var(--basic-company);
    background: transparent;
    color: var(--basic-company);
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    min-width: 160px;
    padding: 0 30px;
    border-radius: 5px;
    cursor: pointer;
}
.underline_btn {
    transition: all .3s ease;
    border-bottom: 1px solid var(--basic-company);
    color: var(--basic-company);
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    cursor: pointer;
    user-select: none;
}

/*header*/
.header__center {
    background: #F5F5F5;
}
.header__bottom {
    box-shadow: 0px 4px 10px 0px #0200380F;
    background: #fff;
}
.header__menu {
    max-width: 800px;
    width: 100%;
}
.menu_group__list {
    margin: 0;
    display: flex;
    list-style: none;
    width: 100%;
}
.menu_group__item {
    margin: 0;
    padding: 15px 0;
    flex-grow: 1;
}
.menu_group__item:last-child {
    flex-grow: 0;
}
.menu_group__link {
    color: var(--body-text);
    padding: 15px 0;
}
.btn_search_block {
    flex-grow: 1;
    max-width: 585px;
}
.search__button {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 13px;
    color: #9F9F9F;
}
.search__button svg{
    width: 24px;
    height: 24px;
}
.form_search_desktop input {
    width: 100%;
    height: 100%;
}
.search_desktop{position:relative;margin:auto 30px;-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:395px;width:100%;align-items:center;background:transparent;backdrop-filter:none;display:flex; flex-shrink: 0;}
.logo__link {
    display: flex;
}
.header__bottom_panel {
    padding: 11px 0;
}
.informer_counter {
    width: 33px;
    height: 23px;
    border: 3px solid #fff;
    background: var(--basic-company);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 60px;
    position: absolute;
    right: -22px;
    top: -3px;
}
.informer_name {
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    line-height: 1.2;
    transition: all .3s ease;
}
.info_links {
    display: flex;
    position: relative;
}
.header_informers, .informers_panel {
    gap: 60px;
}
div#cart_informer {
    border: 1px solid var(--basic-company);
    border-radius: 5px;
    min-width: 200px;
    font-weight: 600;
    margin-left: 10px;
}
.header_cart_link {
    gap: 18px;
    width: 100%;
    padding: 5px 16px;
}
.header_informers__link {
    color: var(--body-text);
}
.header-btn {
    gap: 8px;
}
.header-contact {
    height: 50px;
    position: relative;
    min-width: 286px;
}
.header-contact__inner {
    padding: 13px 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 4px;
    height: 45px;
}
.header-contact--phone, .header-contact--email, .header-contact--time {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 7px;
    line-height: 1.2;
    word-break: break-all;
}
.header-contact__item--visible.header-contact--phone a {
    text-decoration: none;
    color: var(--body-text);
    justify-content: flex-end;
    padding-right: 10px;
}
.header-contact--phone a, .header-contact--email a {
    color: var(--body-text);
}
.header-contact__section svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    line-height: 1;
    color: var(--body-text);
    flex-shrink: 0;
}
.header-contact__item .dottes_icon {
    position: absolute;
    top: 3px;
    right: -10px;
    color: var(--basic-company);
}
.header-contact__item {
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.header-contact__item--visible {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header__bottom.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    animation: fixedMenu .5s;
    width: 100%;
}
@-webkit-keyframes fixedMenu {
    0%{top:-100px}
    100%{top:0}
}
@keyframes fixedMenu {
    0%{top:-100px}
    100%{top:0}
}
.discounted_item {
    padding: 0!important;
}
.discounted_link {
    display: flex;
    align-items: center;
    color: var(--basic-company);
    gap: 4px;
}
.discounted_link svg {
    width: 20px;
    height: 20px;
}

/*footer*/
footer {
    background: #3D3535;
    padding-top: 40px;
    color: var(--button-text);
}
.footer__copyright {
    padding: 16px 0;
    border-top: 1px solid #FFFFFF40;
    font-size: 12px;
    color: var(--button-text);
    margin-top: 40px;
}
.powered a {
    color: var(--button-text);
    font-weight: 700;
}
.footer_slogan {
    font-size: 14px;
    max-width: 240px;
}
.footer__menu .menu_group__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 60px;
}
.footer__menu .menu_group__item {
    padding: 0;
}
.footer__menu .menu_group__link {
    padding: 0;
    color: var(--button-text);
}
.footer_first_column {
    gap: 20px;
}
.footer-contact__section svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    color: var(--button-text);
}
.footer-contact__section {
    color: var(--button-text);
    font-weight: 500;
}
.phones_list {
    margin-bottom: 24px;
}
.footer__social {
    gap: 16px;
    margin-top: 30px;
}
.social__link {
    width: 30px;
    height: 30px;
    background: var(--basic-company);
    color: var(--button-text);
    border-radius: 5px;
    padding: 5px;
}
.copyright_icons {
    gap: 30px;
}

.catalog_book_block {
    background: #FFEAE4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.catalog_book_item {
    padding: 100px 60px;
}


/*breadcrubs*/
.breadcrumbs {
    margin: 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs__item {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #9F9F9F;
    white-space: nowrap;
}
.breadcrumbs__item a{
    color: #555555;
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 10px;
    content: url(../images/breadcrumb.svg);
    top: 2px;
    position: relative;
}


/*Products page*/
.products_sidebar {
    border: 1px solid #EDE1DE;
    background: #FDF3F1;
    border-radius: 5px;
    padding: 24px 16px;
    width: 325px;
    float: left;
}
.products_container {
    max-width: calc(100% - 355px);
    margin-left: auto;
}
.sort_filter {
    padding-bottom: 12px;
    border-bottom: 1px solid #00000026;
}
.center_icon {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.product_sort__link.active_up .center_icon {
    opacity: 1;
    visibility: visible;
}
.product_sort__link {
    background: none;
    border: none;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    cursor: pointer;
    gap: 10px;
}
.product_sort__form:first-child .product_sort__link {
    padding-left: 0
}
.product_sort__form:last-child .product_sort__link {
    padding-right: 0
}
.category_products {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 12px
}
.products_title h1 {
    margin-bottom: 0;
}
.products_ttl_annotation {
    max-width: 520px;
}
.product_annotation {
    color: #555555;
    font-size: 14px;
}
.products_title .product_annotation {
    margin-top: 10px;
}
.sub_list_item {
    background: #FFE4DD;
    border-radius: 5px;
    padding: 14px 20px;
    max-width: 166px;
    font-size: 14px;
    font-weight: 500;
    color: #732E2E;
    line-height: 1.3;
    gap: 12px;
    margin-right: 16px;
}
.sub_list_item.active {
    background: #732E2E;
    color:#FFFFFFFA;
    transition: all .3s ease;
}
.sub_list_item.active img{
    filter: brightness(1000%);
}
.sub_list_item:last-child {
    margin-right: 0;
}
.products_title {
    margin-bottom: 30px;
}
.sub_item_icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.sub_item_icon img {
    transition: all .3s ease;
    filter: brightness(100%);
}
.one_product_cont {
    max-width: 100%!important;
}
/* .one_product_cont .category_products,
.products_list_wishlist {
    grid-template-columns: repeat(4, 1fr);
} */
.products_sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.products_sort .select2-container .select2-selection--single {
    padding-left: 40px;
    height: 45px;
    border-color: var(--body-text);
}
.products_sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
        padding-left: 0;
}
.products_sort .select2-container {
    width: fit-content !important;
    min-width: 200px;
    font-weight: 500;
}
.products_sort .sort_mob_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; 
    visibility: hidden; 
    transition: all .3s ease;
}

.sort_mob_icon.visible {
    opacity: 1; 
    visibility: visible;
}

/*pagination*/
.pagination {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 14px;
}
.products_pagination {
    margin-top: 40px;
}
.pagination__item {
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #9F9F9F;
    background: #FFFFFFFA;
    border-radius: 3px;
    transition: all .3s ease;
    color: #555555;
}
.pagination__item.active{
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
}
.pagination__link {
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
span.pagination__link {
    color: #FEFEFE;
}

/*filters*/
.filter__name {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.filter_group_item:not(:last-child),
.fn_selected_features {
    border-bottom: 1px solid #EDE1DE;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.filter__group, .filter__selected_features {
    padding-top: 16px;
    max-height: 275px;
    overflow: auto;
}
.filter__link {
    transition: color .3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 26px;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox,
.item-checkbox-label .filter__checkbox {
    transition: border-color .3s;
    border-radius: 5px;
    border: 1px solid #9F9F9F;
    display: block;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
}
.item-checkbox-label .filter__checkbox {
    position: relative;
}
.filter__link.checked .filter__checkbox,
.item-checkbox-label input:checked+.filter__checkbox {
    border-color: var(--basic-company);
    background: var(--basic-company);
}
.filter__link .filter__checkbox svg,
.item-checkbox-label .filter__checkbox svg {
    height: 22px;
    opacity: 0;
    width: 22px;
    transition: all .3s ease;
}
.price_label {
    flex: 0 0 calc(50% - 35px);
    -webkit-box-flex: 0;
    max-width: calc(50% - 35px);
}
.min_input, .max_input {
    width: 100%;
}
.filter__item {
    margin-bottom: 12px;
}
.fn_selected_features .filter__group {
    padding-top: 0;
}
.filter__sf_link {
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
    gap: 7px;
    font-family: 'Montserrat';
}
.feature_val {
    font-weight: 600;
}
.filter__selected_feature_item .remove_icon {
    width: 14px;
    height: 14px;
    color: #9F9F9F;
}
.filter__selected_feature:not(:last-child) {
    margin-bottom: 12px;
}
.filter__selected_feature {
    cursor: pointer
}
.filter__link.checked svg,
.item-checkbox-label input:checked+.filter__checkbox svg {
    opacity: 1
}
.description_img {
    max-width: 560px;
    max-height: 560px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: -170px;
}
.product_seo_description {
    gap: 40px;
}
.switch_mobile_filter {
    gap: 10px;
    height: 45px;
}

/*product page*/
.product-page__gallery {
    width: 100%;
    max-width: 41%;
    position: sticky;
    top: 150px;
    height: fit-content;
}
.product-page__details {
    width: 57%;
}
.product_header {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
}
.rating_starOff, .rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.available__in_stock {
    font-weight: 600;
    color: #4DAD67;
    gap: 10px;
}
.available__no_stock {
    font-weight: 600;
    color: #9F9F9F;
    gap: 10px;
}
.available__preorder {
    font-weight: 600;
    color: #F07157;
    gap: 10px;
}
.top_details_product {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000024;
}
.product_sku {
    color: #555555;
}
.product_sku_value {
    font-weight: 600;
}
.rating_text {
    font-weight: 500;
    color: #555555;
}
.rating_value {
    gap: 7px;
    padding-right: 14px;
    border-right: 1px solid #00000024;
}
.comments_value {
    padding-left: 14px;
    gap: 7px;
}
.details_product {
    border: 1px solid #EDE1DE;
    background: #FDF3F1;
    border-radius: 5px;
    padding: 24px;
}
.amount {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFFFFFB2;
    border-radius: 5px;
    border: 1px solid #F8E5E2;
    height: 50px;
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 130px;
    max-width: 130px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px #6324142B;
}
.amount__plus, .amount__minus {
    position: relative;
    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;
    width: 40px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    font-size: 32px;
    height: 48px;
    color: var(--basic-company);
    transition: all .3s ease;
}
.amount__input {
    border: 0 none;
    display: block;
    width: calc(100% - 80px);
    text-align: center;
    font-weight: 600;
    padding: 0;
    font-size: 20px;
    height: 48px;
    background: transparent;
}
.details_boxed__buttons {
    padding-top: 24px;
    gap: 40px;
}
.fast_order_button.underline_btn {
    color: #E9330F;
    border-color: #E9330F;
    line-height: 1.2;
}
.details_price_ttl {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 2px;
}
.details_boxed__price {
    font-size: 40px;
    font-weight: 700;
    padding-left: 24px;
    gap: 5px;
    line-height: 1.2;
}
.details_boxed__price .currency {
    font-size: 24px;
    margin-bottom: -12px;
}
.delivery_payment_block {
    border: 1px solid #00000024;
    border-radius: 5px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}
.delivery_payment_title {
    font-size: 20px;
    font-weight: 500;
    color: #5D5D5D;
    gap: 10px;
    margin-bottom: 12px;
}
.delivery_item ul, .payment_item ul {
    margin: 0;
    list-style: none;
}
.delivery_item ul li, .payment_item ul li{
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    display: flex;
    align-items: center;
}
.delivery_item ul li::before, .payment_item ul li::before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #212121;
    margin: 0 10px;
}
.features, .data_list, .order_details {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}
.features li {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    align-items: flex-start;
    display: flex;
    gap: 8px;
}
.features__wrap{
    width: 100%;
    gap: 10px;
}
.features__name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 300px;
    white-space: unset !important;
    font-weight: 400;
}
.features_dash {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    position: relative;
    display: block;
}
.features__value {
    width: 370px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
li.features_hidden {
    display: none;
    padding-left: 0;
    margin: 0;
}
li.features_hidden ul {
    margin: 0;
}
.product_content_item .features_dash {
    bottom: -5px;
}
.product_details .show_more {
    margin-top: 16px;
}
.product_content_item {
    margin: 40px 0;
    padding: 0 10px 40px;
    border-bottom: 1px solid #00000024;
}
.comment_form {
    background: #FDF3F1;
    border-radius: 5px;
    padding: 20px 24px;
}
.block_header_comments {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.your_rating {
    color: #555555;
}
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.form_comment_center {
    margin-bottom: 20px;
    gap: 20px;
}
.comment_form input:not(.main_btn), .comment_form textarea {
    border-color: #CEC2BE;
}
.comment_form .form__group {
    margin-bottom: 10px;
}
.product-page__img {
    padding: 0;
    width: 100%;
}
.product-page__image, .post_container__img {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.product-page__images {
    padding-top: 16px;
    width: 100%;
}
.product-page__images-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
    /* width: 110px; */
    /* min-height: 100px; */
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease-out;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    aspect-ratio: 1/1;
    max-height: 100px;
}
.swiper-slide-thumb-active {
    border-color: var(--basic-company); 
}
.product-page__gallery .product_icons {
    top: 16px;
    right: 16px;
}
.gallery_image a {
    min-height: 400px;
    max-height: 550px;
    padding: 20px;
    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;
}
.gallery_image picture {
    height: auto;
    max-height: 100%;
}
.gallery_image img, .product-page__images-item img {
    object-fit: contain;
}
.product-page__gallery .stickers {
    top: 10px;
    left: 10px;
    z-index: 1;
}
.product-page__images-item picture {
    padding: 10px;
    height: 100%;
}
.comments_list {
    padding-top: 24px;
}
.comment__item:not(.admin_note) {
    border: 1px solid #EEEEEE;
    background: #FFFFFFFA;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px #06003F1F;
    padding: 20px;
    margin-bottom: 16px;
}
.comment__item:not(.admin_note):last-child {
    margin-bottom: 0;
}
.comment__body {
    color: #555555;
    line-height: 1.5;
}
.comment__name {
    font-size: 18px;
    font-weight: 600;
}
.comment__header {
    margin-bottom: 10px;
}
.comment__date {
    color: #9F9F9F;
    font-size: 14px;
    padding-right: 36px;
    margin-left: auto;
}
.comment__item.admin_note {
    margin-left: 16px;
    padding-left: 16px;
    border-radius: 5px;
    border-left: 1px solid #DCDCDC;
    margin-top: 24px;
}
.product_content_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.price--red {
    color: #FF5B3B;
}
.details_boxed__old_price {
    font-size: 30px;
    font-weight: 500;
    color: #555555;
    padding-left: 16px;
}
.details_boxed__old_price .currency {
    font-size: 24px;
}
.boxed_old_price {
    position: relative;
}
.boxed_old_price::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #555555;
    position: absolute;
    left: 0;
    top: 21px;
}
.variant_button, .item-checkbox {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.product_variants_wrapper {
    border: 1px solid #732E2E;
    border-radius: 5px;
    margin-bottom: 24px;
    position: relative;
}
.product_var_item {
    z-index: 1;
    cursor: pointer;
    display: flex;
    min-width: 250px;
    transition: all .3s ease;
    justify-content: center;
    position: relative;
}
.product_var_item:first-child .variant_content{
    border-radius: 5px 0 0 5px;
}
.product_var_item:nth-child(2) .variant_content{
    border-radius: 0 5px 5px 0;
}
.variant_content {
    gap: 14px;
    color: #732E2E;
    transition: all .5s ease;
    padding: 8px 30px;
    width: 100%;
}
.product_variant_name {
    font-size: 18px;
    font-weight: 500;
}
.product_variant_price {
    font-size: 18px;
    font-weight: 700;
}
.product_variant_price .currency {
    font-size: 12px;
}
.product_sale_label {
    font-size: 11px;
    font-weight: 600;
    color: #FFEAE4;
    background: #732E2E;
    border-radius: 50px;
    padding: 2px 7px;
    display: flex;
    align-items: center;
    max-height: 17px;
    margin-left: 12px;
    transition: all .5s ease;
}
.selected_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 67px;
    background-color: #732E2E;
    transition: width .3s ease-in-out, left .3s ease-in-out;
    width: 0;
    z-index: 0;
}

.product_var_item input:checked+.variant_content {
    color: #FFFFFFFA;
}
.product_var_item input:checked+.variant_content .product_sale_label {
    color: #732E2E;
    background: #FFEAE4;
}
.product_var_item input:checked+.variant_content+.bonuses_info svg {
    color: #c1c1c1;
}
.bonuses_info.help-tip {
    position: absolute;
    display: flex;
    top: 8px;
    right: 32px;
}
.bonuses_info.help-tip div {
    display: none;
    background-color: #555555;
    padding: 10px;
    width: 285px;
    height: auto;
    position: absolute;
    left: 22px;
    top: 50%;
    border-radius: 5px;
    color: #FFFFFFFA;
    font-size: 14px;
    line-height: 17px;
    z-index: 99;
    text-transform: none;
}
.help-tip:hover div {
    display: block;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease;
}
.bonuses_info svg {
    color: #555555;
    transition: all .3s ease;
}
.sticker--garage {
    background-image: url(../images/garage-sale.png);
}
.no_instock_price {
    color: #6f6f6f;
}
.main_btn.product-page__button, .mobile_product_button {
    max-width: 220px;
    width: 100%;
}
.tabs_navigation_product {
    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;
    border-bottom: 2px solid #F2F2F2;
    background: #F2F2F2;
    border-top: 2px solid #F2F2F2;
    animation: unfixedTabs .5s;
    top: -100px;
    position: fixed;
    width: 100%;
    z-index: -1;
}
@-webkit-keyframes unfixedTabs {
    0%{top:82px}
    100%{top:-100px}
}
@keyframes unfixedTabs {
    0%{top:82px}
    100%{top:-100px}
}
.tabs_navigation_product.hidden {
    display: none;
}
.product_tab_name {
    font-weight: 600;
}
.product_button_tab.main_btn {
    height: 40px;
    min-width: 100px;
    padding: 0 18px;
}
.tabs__link {
    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;
    height: 54px;
    padding: 0 20px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.tabs__link.selected, .tabs__link:hover {
    color: var(--basic-company);
}
.tabs__link.selected:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: var(--basic-company);
    width: 100%;
    left: 0;
}
.tabs_product_card {
    gap: 50px;
}
.tabs_navigation_product.fixed {
    animation: fixedTabs .5s;
    top: 82px;
    z-index: 60;
}
@-webkit-keyframes fixedTabs {
    0%{top:-100px}
    100%{top:82px}
}
@keyframes fixedTabs {
    0%{top:-100px}
    100%{top:82px}
}
.comments_tab_count {
    color: #9F9F9F;
}
.product_description .block__description h2, .product_description .block__description h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 18px;
}
.comment__body .fn_readmore[data-readmore] {
    max-height: 200px;
}
.comment__body .fn_readmore + [data-readmore-toggle] {
    font-size: 14px;
}
.details_boxed__select.hidden {
    display: none;
}

/*cart page*/
.cart_right_block {
    border: 1px solid #EDE1DE;
    border-radius: 5px;
    background: #FDF3F1;
    padding: 20px;
    max-width: 590px;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 100px;
}
.cart_block_ttl {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}
.cart_left_block {
    width: calc(100% - 630px);
}
.form_cart {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px #06003F14;
    background: #FFFFFFFA;
    padding: 20px;
    margin-bottom: 30px;
}
.form__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.form__group--last {
    margin-bottom: 0;
}
.delivery__label {
    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;
    margin-bottom: 16px;
    gap: 10px;
    cursor: pointer;
}
.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.form__group svg {
    cursor: pointer;
}
.delivery__name {
    font-weight: 500;
    line-height: 1.5;
}
.delivery__description {
    font-size: 14px;
    color: #555555;
    line-height: 1.4;
    margin-left: 34px;
}
.checkbox_deliveries, .checkbox_payment {
    height: 24px;
    width: 24px;
    color: var(--basic-company);
    display: block;
}
.payment_method__item, .delivery__item {
    margin-bottom: 24px;
}
.checkbox__mark {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.checkbox__input:checked + * .checkbox__mark {
    opacity: 1;
    visibility: visible;
}
.novaposhta_delivery .form__group {
    margin-bottom: 0;
}
.novaposhta_types_inputs {
    margin: 16px 0;
}
.delivery_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.delivery_name {
    font-weight: 500;
    font-size: 16px;
    color: var(--body-text);
}
.novaposhta_types_inputs .checkbox_deliveries {
    color: #555555;
}
.novaposhta_delivery .form__group.novaposhta_inputs {
    margin-bottom: 16px;
}
.cart_right_block .purchase__image,
.user_order_block .purchase__image{
    max-width: 120px;
    aspect-ratio: 1 / 1;
    border: 1px solid #EDE1DE;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    grid-row-end: 3;
    grid-row-start: 1;
    justify-content: center;
}
.cart_right_block .purchase__image img,
.user_order_block .purchase__image img {
    object-fit: contain;
}
.cart_right_block .purchase__group_title,
.user_order_block .purchase__group_title{
    font-size: 12px;
    color: #555555;
    margin-bottom: 3px;
}
.cart_right_block .purchase__group,
.user_order_block .purchase__group{
    grid-column-start: 2;
}
.cart_right_block .amount {
    min-width: 110px;
    max-width: 110px;
    height: 44px;
}
.cart_right_block .amount__plus, .cart_right_block .amount__minus {
    font-size: 32px;
    height: 42px;
}
.cart_right_block .amount__input {
    font-size: 16px;
    min-height: 42px;
    height: 42px;
}
.cart_right_block .purchase__item:not(:last-child),
.user_order_block .purchase__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDE1DE;
}
.cart_right_block .purchase__price_content,
.user_order_block .purchase__price_content {
    font-size: 18px;
    font-weight: 700;
}
.cart_right_block .purchase__price_content .currency,
.user_order_block .purchase__price_content .currency{
    font-size: 14px;
}
.cart_right_block .purchase__old_price_content,
.user_order_block .purchase__old_price_content{
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    width: fit-content;
    position: relative;
}
.cart_right_block .purchase__old_price_content::after,
.user_order_block .purchase__old_price_content::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #555555;
    position: absolute;
    left: 0;
    top: 10px;
}
.cart_right_block .purchase__old_price_content .currency,
.user_order_block .purchase__old_price_content .currency{
    font-size: 11px;
}
.cart_right_block .purchase__name_link,
.user_order_block .purchase__name_link{
    font-weight: 600;
    color: var(--body-text);
}
.purchase__remove {
    border: 1px solid #EDE1DE;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    grid-row-start: 1;
    grid-column-start: 3;
}
.purchase__remove svg {
    width: 30px;
    height: 30px;
}
.cart_right_block .purchase__item,
.user_order_block .purchase__item{
    gap: 16px;
    display: grid;
    grid-template-columns: 120px auto 35px;
}
.user_order_block .purchase__item {
     grid-template-columns:max-content auto;
}
.cart_right_block .purchase_detail {
    margin-top: 30px;
}
.form__button--coupon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
}
.coupon__group {
    position: relative;
}
.cart_right_block .purchase_detail__item,
.user_order_block .purchase_detail__item {
    width: 100%;
    gap: 10px;
    margin-bottom: 16px;
}
.purchase_detail__column_name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 300px;
    white-space: unset !important;
    font-weight: 400;
}
.purchase_detail__column_value {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
.purchase_detail__column_value .purchase_detail__price {
    font-weight: 600;
}
.purchase_detail__name--total {
    font-size: 20px;
    font-weight: 600;
}
.purchase_detail__column_value .purchase_detail__price--total {
    font-size: 30px;
    font-weight: 700;
}
.purchase_detail__price--total .currency {
    font-size: 20px;
}
.purchase_detail__item .features_dash {
    bottom: -3px;
}
.purchase_total_price_details .features_dash {
    bottom: -6px;
}
.form__group--coupon {
    margin-bottom: 0;
}
.cart_right_block .purchase_price_details {
    margin-top: 30px;
}
.coupon__group svg {
    position: absolute;
    right: 15px;
}
.cart_right_block .purchase__content {
    width: 100%;
}
.item-checkbox-label {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.cart_left_block .form__footer {
    margin-top: 24px;
}

.cart_left_block .form__footer .main_btn {
    max-width: 300px;
    width: 100%;
}
.delivery__description.novaposhta_delivery {
    font-size: 16px;
}
.delivery__image,
.checkbox_deliveries, .checkbox_payment {
    flex-shrink: 0;
}
.select2-selection.has-value {
    background-color: #EBF6EE!important;
}
.novaposhta_delivery .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #212121;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    top: 42%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.novaposhta_delivery .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(225deg);
    border-color: #212121;
    border-width: 0 1.5px 1.5px 0;
    top: 46%;
}
.cart_right_block .purchase__price_total,
.user_order_block .purchase__price_total {
    min-width: 100px;
}

/*order page*/
.order_number span{
    color: var(--basic-company);
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}
.block__title--order span {
    padding: 0 20px;
    border-right: 1px solid #EDE1DE;
    line-height: 1.75;
}
.block__title--order span:first-child {
    padding-left: 0;
}
.block__title--order span:last-child {
    border-right: none;
    padding-right: 0;
}
.sidebar_order_details {
    max-width: 40%;
    width: 100%;
    border: 1px solid #EDE1DE;
    height: fit-content;
    background: #FDF3F1;
    border-radius: 5px;
    padding: 25px;
    position: sticky;
    top: 100px;
}
.details_value {
    width: unset !important;
    /* word-break: break-all; */
    white-space: normal !important;
    max-width: 225px;
    font-size: 14px;
    hyphens: auto;
}
.details_item {
    gap: 10px;
    font-size: 15px;
}
.user_order_block {
    width: calc(60% - 30px);
}
.user_order_block .purchase__image {
    max-width: 100px;
}
.user_order_block .purchase__group {
    max-width: 400px;
    width: 100%;
}
.user_order_block .purchase__content {
    width: 100%;
}
.user_order_block .purchase_detail {
    margin-top: 20px;
    border-top: 1px solid #EDE1DE;
    padding-top: 36px;
    width: 100%;
    height: fit-content;
}
.user_order_block .purchase_detail__price--total {
    color: var(--basic-company);
}
.order_bottom_text {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 5px;
    margin-top: 36px;
    line-height: 1.5;
}
.details_item .features_dash {
    bottom: -15px;
}
.user_order_block .purchase_detail__item .features_dash {
    bottom: -8px;
}
.user_order_block .purchase__price .purchase__price_content,
.user_order_block .purchase__amount_value {
    font-weight: 500;
}
.order_payment_ttl input {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 1px solid #4DAD67;
    background: #4DAD67;
    color: var(--button-text);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    min-width: 300px;
    padding: 0 25px;
    border-radius: 5px;
    cursor: pointer;
    min-height: 40px;
}
.order_payment_ttl h2 {
    font-size: 34px;
    text-align: center;
    line-height: 1.4;
}
.payment_detail_item {
    align-items: center;
}
.payment_detail_item .features_dash {
    bottom: -5px;
}
.order_payment_ttl {
    flex-direction: column;
    gap: 24px;
}
.order_payment_ttl form {
    margin-right: auto;
}

/*Post*/
.post_container__header {
    margin: 20px 0;
}
.post_information__item {
    margin: 8px 35px 8px 0;
    font-size: 13px;
    color: #9F9F9F;
    gap: 10px;
}
.last_information_item {
    margin-right: 0!important;
}
.post_container__footer {
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.share__text {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
.share__icons .jssocials-share-logo {
    font-size: 30px;
}
.share__icons .jssocials-share-link {
    padding: 5px;
    border-radius: 4px;
}
.share__icons .jssocials-shares {
    margin: 0;
}
.share__icons .jssocials-share {
    margin-top: 0;
    margin-bottom: 0;
}
.no_comments_bl {
    color: #9F9F9F;
    margin-bottom: 24px;
}
.block_post_comments .comment__date {
    padding-right: 0;
}
.sidebar_blog {
    border: 1px solid #EDE1DE;
    border-radius: 5px;
    background: #FDF3F1;
    padding: 30px 20px;
    max-width: 400px;
    width: 100%;
    height: fit-content;
}
.post_container {
    width: calc(100% - 430px);
}
.post_item_sidebar {
    padding: 10px 0;
    border-bottom: 1px solid #CECDCD;
    gap: 6px;
    color: var(--body-text);
    font-weight: 500;
}
.sidebar_post_date {
    color: #9F9F9F;
    font-size: 13px;
}
.sidebar_post_date::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: relative;
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    background: var(--basic-company);
}
.post_item_sidebar:last-child {
    border-bottom: none;
}
.post_item_sidebar:first-child {
    padding-top: 0
}
.post_container__img .article__no_image {
    padding: 80px;
}
.article__preview {
    border: 1px solid #D1D1D1;
    height: 100%;
    padding: 10px 10px 15px;
    position: relative;
    transition: .3s;
    width: 100%;
    border-radius: 5px;
}
.article__image_link {
    height: 300px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.article__image_link picture {
    height: 100%;
}
.article__image_link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.article__info {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
}
.article__info_item {
    padding-right: 25px;
    color: #9F9F9F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    transition: all .3s;
    gap: 8px;
}
.article__info_item:last-child {
    padding-right: 0;
}
.article__info svg {
    max-width: 18px;
} 
.article__title {
    color: var(--body-text);
    font-size: 20px;
    transition: .3s;
    position: relative;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    overflow: hidden;
}
.article__annotation {
    position: relative;
    line-height: 1.4;
    color: #595959;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article__no_image svg {
    color: #ededed
}

.post_item_sidebar .article__title {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

/*feedback page*/
.contact_block {
    position: relative;
}
.contacts_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 52%;
    position: absolute;
    right: 0px;
    z-index: 10;
}
.form_contacts {
    width: 55%;
    border: 1px solid var(--basic-company);
    background: #FDF3F1;
    border-radius: 5px;
    padding: 50px 165px 50px 100px;
    position: relative;
    z-index: 0;
}
.contact_bl_item {
    box-shadow: 0px 5px 8px 0px #001D580D;
    border: 1px solid var(--basic-company);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}
.contact_bl_item svg {
    color: var(--basic-company);
    margin-bottom: 16px;
    width: 50px;
    height: 50px;
}
.contacts_ttl {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contacts_content {
    gap: 8px;
    text-align: center;
}
.contacts_content a:not(.social__link){
    color: #414141;
    font-size: 16px;
    transition: all .3s ease-out;
}
.contacts_form_desc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}
.contacts_content svg {
    color: var(--button-text);
    margin-bottom: 0!important;
    margin-right: 0!important;
    width: unset!important;
    height: unset!important; 
}
.contacts_social {
    gap: 16px;
}
.feedback_btn.main_btn {
    max-width: 260px;
    width: 100%;
}

/*not_found*/
.not_found__description {
    text-align: center;
    max-width: 910px;
}
.not_found_btns {
    gap: 24px;
    margin-top: 30px;
    width: 100%;
}
.not_found_content {
    position: relative;
    padding: 150px 0;
}
.not_found_content::after {
    background-image: url(../images/not-found-bg.svg);
    content: "";
    width: 100%;
    max-width: 875px;
    height: 690px;
    position: absolute;
    z-index: -1;
    top: 45px;
}
.not_found_btns a {
    max-width: 280px;
    width: 100%;
}

.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:26px;gap:26px}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
@media (max-width: 1199px) {
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
}
@media (max-width: 991px) {
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:1fr 1fr 0.5fr;grid-gap:10px;gap:10px}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
}
@media (max-width: 767px) {
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
}

.filter__group::-webkit-scrollbar {
    width: 5px
}
.filter__group::-webkit-scrollbar-track {
    background: #dcdcdc
}

.filter__group::-webkit-scrollbar-thumb {
    background-color: var(--basic-company);
    border-radius: 20px;
    border: 1px solid var(--basic-company)
}


.preorder_label {
    font-size: 13px;
    color: #6e6e6e;
}