a {
    color: #000000;
    text-decoration: unset;
}
.header_top {
    background: #EFEFEF;
    padding: 5px 0;
}
.header_bottom {
    background: #343434;
    color: #FFFFFF;
}
.menu_group_header .menu_list {
    display: flex;
    align-items: center;
}
.menu_group_header .menu_list li:not(:last-child) {
    margin-right: 40px;
}
.header_top a {
    color: #000;
}
.top_header_contact a:not(:last-child) {
    margin-right: 64px;
}
.header_bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    height: 100%;
}
.maincat li {
    width: 100%;
    border-right: 1px solid #434343;
}
.maincat li:first-child {
    border-left: 1px solid #434343;
}
.subcat li {
    height: unset;
    border: unset;
}
.subcat li:not(:last-child) {
    border-bottom: 1px solid #434343;
}
.header_middle {
    padding: 8px 0;
}
.aromat_search_wrapper {
    width: 100%;
    max-width: 473px;
}
.aromat_search_form {
    position: relative;
    width: 100%;
    height: 40px;
}
.search__button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: unset;
    background: #464646;
    color: #FFFFFF;
    padding: unset;
    cursor: pointer;
}
.search__button svg {
    width: 15px;
    height: 15px;
}
.input_search {
    width: 100%;
    height: 100%;
    padding: 0px 58px 0px 20px;
    border: 1px solid #999999;
    border-radius: 100px;
}
.aromat_header_phone svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.aromat_header_phone a:not(:last-child) {
    margin-bottom: 4px;
}
.aromat_informer {
    position: relative;
    background: #464646;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.aromat_informer svg {
    width: 18px;
    height: 18px;
}
.aromat_informer > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cart_count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #F47701;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
.aromat_informer:not(:last-child) {
    margin-right: 35px;
}
footer {
    background: #343434;
    color: #FFFFFF;
}
.copyright {
    padding: 18px 0;
    border-top: 1px solid #FFFFFF;
}
.footer_content {
    padding: 50px 0;
    color: #C7C7C7;
}
.content_inner {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.footer_logo {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}
.footer_ttl {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    height: fit-content;
    margin-bottom: 18px;
}
.menu_group_footer .menu_item:not(:last-child) {
    margin-bottom: 8px;
}
.menu_group_footer .menu_link {
    color: #C7C7C7;
}
.footer_contact_link {
    color: #fff;
    margin-bottom: 8px;
}
.footer_contact_link svg {
    margin-right: 10px;
    width: 16px;
}
.footer_contact_block {
    margin-top: 50px;
}
.social_link {
    color: #fff;
}
.main_banner_image {
    height: 300px;
    width: 100%;
}
.main_banner_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main_banner {
    margin-bottom: 80px;
}
.main_banner:not(.slick-initialized) > div:nth-child(1n+2) {
    display: none;
}
.main_ttl {
    margin-bottom: 30px;
}
.main_ttl span {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}
.main_ttl a {
    font-weight: 400;
    font-size: 17px;
    text-decoration-line: underline;
    color: #989898;
}
.preview {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 6px 10px rgb(105 105 105 / 19%);
    border-radius: 3px;
    overflow: hidden;
}
.preview_image {
    height: 170px;
}
.preview_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product_name {
    margin: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 37px;
}
.anotation_container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 15px 15px;
    color: #464646;
    font-size: 14px;
    min-height: 32px;
}
.preview .variants {
    padding: 0 15px 20px;
    display: flex;
    flex-direction: column;
}
label {
    cursor: pointer;
}
.radio_box {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #F47701;
    border-radius: 50%;
    margin-right: 15px;
    box-sizing: border-box;
    position: relative;
}

.radio_box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F47701;
    border-radius: 50%;
    border: 4px solid white;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s;
}
input[type="radio"]:checked + label .radio_box:after,
input[type="radio"]:checked + .radio_box:after {
    opacity: 1;
}
input[type="radio"] + label + .delivery_block{
    display: none;
}
input[type="radio"]:checked + label + .delivery_block{
    display: block;
}
input[type="radio"]:checked + .radio_box:after {
    opacity: 1;
}
label:hover .radio_box:after {
    opacity: .5;
}
input[type="radio"]:checked + .variant_label,
.variant_label:hover {
    background: #F5F5F5;
}
.variant_label {
    width: 100%;
    padding: 8px 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}
.variant_name_wrapper {
    width: 100%;
}
.variant_name {
    font-size: 14px;
}
.input-shell {
    padding-top: 10px;
    margin-top: auto;
}
.orange-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F47701;
    border-radius: 100px;
    width: 100%;
    height: 39px;
    border: 2px solid #F47701;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transition: .5s;
    cursor: pointer;
}
.orange-btn svg {
    margin-right: 10px;
}
.product_preview {
    padding: 0px 0 17px;
}
.product_preview .preview {
    width: calc(100% - 25px);
    margin: 0 auto;
}

/* FN - FEATURED SLIDER [START] */
.fn_featured_slider.slick-initialized .slick-track {
    display: flex;
    flex-direction: row;
}

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

.fn_featured_slider.slick-initialized .product_preview,
.fn_featured_slider.slick-initialized .preview {
    height: 100%;
}

.fn_featured_slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.fn_featured_slider:not(.slick-initialized) > div,
.fn_featured_slider:not(.slick-initialized) > div .product_preview,
.fn_featured_slider:not(.slick-initialized) > div .preview {
    height: 100%;
}

.fn_featured_slider:not(.slick-initialized) > div:nth-child(1n+5) {
    display: none;
}

@media (max-width: 1247px) {
    .fn_featured_slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, 1fr);
    }

    .fn_featured_slider:not(.slick-initialized) > div:nth-child(1n+4) {
        display: none;
    }
}

@media (max-width: 991px) {
    .fn_featured_slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }

    .fn_featured_slider:not(.slick-initialized) > div:nth-child(1n+3) {
        display: none;
    }
}

@media (max-width: 766px) {
    .fn_featured_slider:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }

    .fn_featured_slider:not(.slick-initialized) > div:nth-child(1n+2) {
        display: none;
    }
}

.fn_featured_slider .slick-next {
    right: -65px;
}

.fn_featured_slider .slick-prev {
    left: -65px;
}

.fn_featured_slider .slick-prev, .fn_featured_slider .slick-next {
    width: 70px;
    height: 70px;
}

.fn_featured_slider .slick-prev:before, .fn_featured_slider .slick-next:before {
    font-size: 70px;
    color: #c6c4c4;
}
/* FN - FEATURED SLIDER [END] */

.featured_link_wrapper {
    margin: 35px 0 80px;
}
.black_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100px;
    padding: 0 30px;
    height: 39px;
    border: 2px solid #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transition: .5s;
    cursor: pointer;
}
.main_desc_image {
    width: 410px;
    height: 570px;
    background-image: url(../images/about-ad.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main_desc_inner {
    width: calc(100% - 445px);
}
.main_desc_inner h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
}
.open-all {
    font-weight: 400;
    font-size: 17px;
    text-decoration-line: underline;
    color: #989898;
    margin-top: 40px;
    cursor: pointer;
}
::-webkit-scrollbar {
    background: #EFEFEF;
    box-shadow: inset -2px -3px 5px #ffffff;
    border-radius: 37px;
    width: 17px;
}
::-webkit-scrollbar-thumb {
    background: #F47701;
    border-radius: 10px;
    border-left: 5px solid #efefef;
    border-right: 5px solid #f8f8f8;
}
.hide-text-main {
    max-height: 280px;
    overflow-y: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    transition: max-height .5s;
}
.show-full {
    height: unset;
    max-height: 100%;
}
.blog_block {
    padding: 50px 0;
    margin-top: 50px;
}
.grey_background {
    background-color: #F5F5F5;
}
.post-block {
    /* width: 30%; */
    background: #FFFFFF;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
}
.blog_block .post-block {
    width: 30%;
}
.post_image {
    width: 100%;
    height: 226px;
    overflow: hidden;
}
.post_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post_info {
    padding: 20px 23px 25px;
}
.post_info_top {
    font-size: 14px;
    color: #989898;
}
.href-card {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 38px;
}
.annotation-blog {
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.post_info_top span {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
}
.post_info_top svg {
    margin-right: 5px;
    min-width: 16px;
}
.menu-after {
    margin-left: 5px;
    transition: .5s;
}
.footer_arrow,
.mobile_informer,
.mobile_logo,
.mobile_contact_wrapper {
    display: none;
}
.mobile_menu_icon {
    display: none!important;
}
header {
    position: sticky;
    top: -26px;
    z-index: 100;
    font-size: 14px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-weight: 500;
    font-size: 14px;
    color: #989898;
    overflow: auto;
}
.breadcrumbs svg {
    width: 15px;
    height: 15px;
}
.breadcrumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.breadcrumbs svg {
    margin-right: 15px;
}
.breadcrumbs li:not(:last-child):after {
    content: '';
    position: relative;
    display: block;
    background-image: url(../images/bread_arrow.svg);
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0 15px;
}
.breadcrumbs li,
.breadcrumbs a {
    display: flex;
    align-items: center;
    height: 18px;
}

.catalog_page h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    margin: 20px 0;
}
.catdescription,
.page_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 30px;
    opacity: .8;
}
.catdescription-read {
    display: block;
    color: #989898;
    margin-top: 5px;
    text-decoration: underline;
}
.block-products {
    margin-bottom: 70px;
    border-top: 1px solid #E0E0E0;
}
.pagination {
    margin: 35px 0 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.block-products .pagination {
    margin-bottom: unset;
}
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    font-size: 18px;
    background: transparent;
    border-radius: 50%;
}
.pagination a.selected {
    background: #FD8300;
    color: white;
    pointer-events: none;
}
.products_container__sort {
    padding: 20px 0;
}
.products_sort {
    column-gap: 15px;
}
.product_sort__link {
    border: 1px solid #989898;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
    background: transparent;
    cursor: pointer;
}
.product_sort__link svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.product_sort__link.active_down .sorting_icon--left{fill: #F47701}
.product_sort__link.active_up .sorting_icon--right{fill: #F47701;}
.product_sort__link.active_up,
.product_sort__link.active_down {
    border-color: #F47701;
    color: #989898;
}
.product_sort__title {
    font-size: 18px;
    line-height: 22px;
}
.feature_name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.filter__checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #989898;
    border-radius: 5px;
}
.filter__checkbox::after {
    content: "✔";
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    font-size: 22px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    color: #F47701;
}
.selected .filter__checkbox,
input:checked + label .filter__checkbox {
    border-color: #F47701;
}
.selected .filter__checkbox:after,
.feature_values a:hover .filter__checkbox:after,
input:checked + label .filter__checkbox:after {
    opacity: 1;
}
.box-feature {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 7px rgb(105 105 105 / 19%);
    border-radius: 3px;
    padding: 20px;
}
.feature_values a {
    display: flex;
    align-items: center;
}
.feature_values a:not(:last-child) {
    margin-bottom: 15px;
}
.breadcrumbs span {
    line-height: 1;
    white-space: nowrap;
}
.product-heading_wrapper {
    margin-bottom: 15px;
}
.product-heading_wrapper h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}
.related-heading {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
}
.related_block {
    margin-top: 70px;
    padding: 50px 0;
    background: #F5F5F5;
}
.main-complect {
    padding: 30px;
    margin-bottom: 70px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    background: #FFFFFF;
}
.complect-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.complect__plus,
.complect__equals {
    color: #000;
    font-size: 45px;
    font-weight: 400;
    margin: 0 35px;
}
.complect__main-image {
    display: flex;
    width: 215px;
    height: 215px;
    overflow: hidden;
}
.complect__main-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.complect_product {
    position: relative;
    max-width: 215px;
}
.complect-discount {
    position: absolute;
    top: -15px;
    right: -27px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #DC0F0F;
    box-shadow: -2px 4px 6px rgb(0 0 0 / 25%);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.complect_main-name {
    font-size: 18px;
    line-height: 22px;
    color: #464646;
    margin: 10px 0;
    min-height: 44px;
}
.complect_main-price,
.complect__block-var {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
.complect_variant_name {
    font-size: 21px;
}
.complect-prices-wrapper .compare_price {
    font-size: 14px;
    line-height: 17px;
}
.complect-total {
    width: 150px;
}
.total-complect-price {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.total-complect-price .total_currency {
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
.product-image {
    display: flex;
    justify-content: space-between;
    width: 647px;
    height: fit-content;
    padding: 20px 40px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 7px rgb(105 105 105 / 19%);
    border-radius: 3px;
    /* position: sticky; */
    /* top: 109px; */
}
.fn_product_image {
    width: calc(100% - 120px);
    margin: 0 auto;
}
.product_images_box {
    max-width: 100px;
    height: 100px;
    border: 1px solid #989898;
    border-radius: 3px;
    padding: 9px;
    margin: 0 auto;
    cursor: pointer;
}
.slick-current .product_images_box {
    border: 1px solid #F47701;
}
/* .images {
    margin-top: 20px;
} */
.product_image_box {
    height: 408px;
    overflow: hidden;
}
.product_image_box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-info-wrapper {
    width: calc(100% - 687px);
}
.product_info_inner {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 15px;
    /* margin-bottom: 20px; */
    position: sticky;
    top: 109px;
}
.product-info_name {
    font-size: 18px;
    margin-bottom: 10px;
}
.product_available {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #197E08;
}
.product_available.not_available {
    color: red;
}
.orange-btn.violet_btn {
    background: #7F4DA0;
    border: 2px solid #7F4DA0;
}
.rating + .orange-btn {
    width: 148px;
}
.product-variants {
    border-top: 1px solid #E0E0E0;
    margin-top: 10px;
}
.variants_ttl {
    margin: 10px 0;
}
.btns-row {
    padding-top: 15px;
    border-top: 1px solid #E0E0E0;
    margin-top: 10px;
}
.btns-row .orange-btn {
    max-width: 241px;
}
.amount__input {
    border: 1px solid #989898;
    border-radius: 3px;
    width: 47px;
    height: 38px;
    text-align: center;
    font-size: 18px;
}
.minus, .plus {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 0px 10px;
}
.product-delivery_wrapper {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 15px;
}
.product-delivery_block {
    width: 48%;
}
.product-delivery_block:not(:last-child) {
    border-right: 1px solid #E0E0E0;
    padding-right: 25px;
    margin-right: 25px;
}
.product-delivery_title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.product-delivery_ul li:not(:last-child) {
    margin-bottom: 10px;
}
.product-top_wrapper {
    margin-bottom: 55px;
}
.tabs_wrapper {
    background: #F5F5F5;
    margin-bottom: 40px;
}
.product_tab_btn {
    display: flex;
    padding: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    box-sizing: content-box;
    transition: .5s;
    border-bottom: 3px solid transparent;
}
.active_tab {
    border-color: #F47701;
}
.tabs-ul li:not(:last-child) {
    margin-right: 15px;
}
.tab {
    display: none;
}
.product-features {
    width: 75%;
}
.dots_box {
    width: 100%;
    border-bottom: 1px dashed #C9C9C9;
    margin: 0 20px;
}
.features_value {
    max-width: 435px;
    white-space: nowrap;
}
.product-features li {
    font-size: 18px;
    line-height: 22px;
}
.product-features li:not(:last-child) {
    margin-bottom: 25px;
}
.features_name {
    font-weight: 600;
}
.comments-left {
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
#comments h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}
.comments {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 4%;
}
.block-comment:not(:last-child) {
    margin-bottom: 20px;
}
.block-comment {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 7px rgb(105 105 105 / 19%);
    border-radius: 3px;
}
.comment_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 18px;
}
.comment-date {
    font-size: 14px;
    color: #464646;
}
.commentss {
    font-size: 18px;
    line-height: 130%;
    padding: 15px 25px;
}
.comments-right {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 35px 25px;
    height: fit-content;
}
.footer-comments .orange-btn {
    max-width: 147px;
}
input#comment_name, #comment_captcha {
    width: 100%;
    background: #F5F5F5;
    border-radius: 3px;
    height: 49px;
    border: unset;
    padding: 0 15px;
}
textarea#comment_text {
    height: 150px;
    width: 100%;
    background: #F5F5F5;
    border-radius: 3px;
    border: unset;
    padding: 15px;
    margin-bottom: 20px;
}
.block-name {
    margin-bottom: 20px;
}
.cart_inner_wrapper {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 7px rgb(105 105 105 / 19%);
    border-radius: 3px;
    padding: 25px 35px;
}
.page-heading {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 15px;
}
.page-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.page-heading-wrap .page-heading{
    margin-bottom: 0;
}
.logout {
    margin-left: auto;
}
.cart_ttl {
    font-size: 24px;
}
.purchases {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.purchases-tr {
    display: table-row;
    width: 100%;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.purchases-tr > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 25px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
.purchases-tr > div:first-child {
    border-left: 1px solid #E0E0E0;
    border-radius: 3px;
}
.purchases-tr > div:last-child {
    border-right: 1px solid #E0E0E0;
    border-radius: 3px;
    vertical-align: baseline;
}
.coupon_total {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 700;
    font-size: 18px;
    color: #989898;
    margin-top: 5px;
}
.coupon_total span {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.price.price_total {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 700;
    font-size: 24px;
    color: #F47701;
    margin-top: 15px;
}
.price.price_total span {
    font-size: 24px;
    line-height: 22px;
    color: #000000;
}
.remove a,
.cart_remove {
    color: #f47701;
    cursor: pointer;
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
}
.cart_block_wrapper .cart_ttl {
    margin-bottom: 15px;
    width: 100%;
}
.cart_block_wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 25px;
    align-content: baseline;
    /* width: 50%; */
}
.cart_block_wrapper input[type=text] {
    background: #F5F5F5;
    border: unset;
    height: 49px;
    padding: 0 15px;
    /* min-width: 235px; */
    border-radius: 5px;
}
.cart-row {
    width: 48%;
}
.cart-row:not(:last-child) {
    margin-bottom: 20px;
}
.cart-row input[type="text"] {
    width: 100%;
}
.cart-row.cart-phone-row {
    width: 100%;
}
.cart_phone_pre {
    display: flex;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
}
.cart_phone_pre + input[type="text"] {
    width: calc(100% - 40px)!important;
    min-width: unset!important;
}
.cart_check {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cart-row textarea {
    background: #F5F5F5;
    border-radius: 5px;
    border: unset;
    width: 100%;
    padding: 13px 15px;
}
.checkbox-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.checkbox-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
.radio_name_wrapper {
    margin-left: 5px;
    font-weight: 600;
    gap: 5px;
}
.description {
    width: 100%;
    margin-top: 5px;
    color: #989898;
    padding-left: 38px;
}
.payments {
    width: 100%;
    padding-top: 10px;
    margin-top: 40px;
    border-top: 1px solid #E0E0E0;
}
.delivery_block {
    padding-left: 38px;
    margin: 15px 0 0;
}
.delivery_block > div {
    width: 100%;
    padding: unset;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.select_ttl {
    width: 100%;
    margin-bottom: 5px;
}
.select_wrapper {
    width: 100%;
}

.payment_info_bottom {
    width: 100%;
    gap: 25px;
    margin-bottom: 30px;
}
.payment_info_bottom .orange-btn {
    width: 200px;
}
.cart_page_wrapper {
    margin-bottom: 80px;
}
.login_btns_wrapper .orange-btn {
    width: 168px;
}
.lblInpt input[type="text"],
.lblInpt input[type="password"] {
    background: #F5F5F5;
    border: unset;
    height: 49px;
    padding: 0 15px;
    min-width: 235px;
    box-shadow: unset;
}
.feedback-row.cart-row.cart-row_captch {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.feedback-row {
    width: 100%;
}
.cart-row.reg_check {
    margin: unset;
}
.lblInpt label {
    margin-bottom: 10px;
}
.tabs-ul {
    display: flex;
    padding: 10px 0;
}
.shadow-form .tc {
    width: 264px;
    margin: 20px auto 0;
}
.shadow-form .page-heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    margin-bottom: unset;
}
.feedback-row textarea {
    background: #F5F5F5;
    border: unset;
    padding: 15px;
    box-shadow: unset;
    width: 100%;
}
.flex_btn {
    width: 200px;
}
.cart-row.cart-row_captch {
    display: flex;
    width: calc(100% - 220px);
    align-items: center;
    margin: unset;
}
.captcha {
    width: 140px;
}
.footer-comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabs_wrapper .tabs-ul {
    padding: unset;
}
.tabs-content {
    margin-bottom: 50px;
}
.copyright a {
    color: #F47701;
}
.amount {
    display: flex;
    align-items: center;
}
.price {
    white-space: nowrap;
}
.price.sale_price {
    color: #f47701;
}
.lds-grid {
    top: 50%;
    left: 50%;
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
  }
  .lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F47701;
    animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
  }
  @keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }

  #p_prldr{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    background: #fff;
    z-index: 9999;
  }

.hidden {
    display: none;
}
.features_name {
    white-space: nowrap;
}

p:not(:first-child),
p:not(:last-child) {
    margin: 20px 0;
}
p:first-child,
p:last-child {
    margin: unset;
}
.header_logo {
    height: 45px;
}
.header_logo img {
    height: 100%;
}
.viber_btn.orange-btn {
    max-width: 300px;
    margin: 0 auto;
}
.purchases-tr td {
    padding: 5px 10px;
    vertical-align: baseline;
}
.thanks-form-wrapper .purchases-tr > div:last-child {
    vertical-align: middle;
}
.order_info_inner {
    gap: 15px;
}
.order_info_inner > span {
    width: calc(50% - 8px);
}
.order_info_ttl {
    font-weight: 600;
}
span.order_info_payment {
    font-weight: 600;
    color: #f47701;
}
.thanks-left img {
    border: 1px solid #f47701;
    border-radius: 5px;
    overflow: hidden;
}
.thanks-form-wrapper .cart_inner_wrapper {
     margin-top: 30px;
}

.radio_label {
    flex-wrap: wrap;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
.delivery .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: absolute;
    width: 100%;
}

.select2-container .select2-selection--single {
    height: unset;
}
.order_notify_info_wrapper a, .order_total_info_wrapper a {
    color: #f47701;
}
.order_notify_info_promo {
    color: #f47701;
    font-size: 20px;
    margin-bottom: 5px;
}
.order_info_inner img {
    width: auto;
    height: fit-content;
}
.cart_block_wrapper hr {
    width: 100%;
    background-color: #E0E0E0;
}
.order_notify_info_wrapper .cart_ttl{
    font-size: 20px;
}
.cart_delivery_price_wrapper strong{
    color: #f47701;
}
.cart_page_container {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.cart_page_left_wrapper,
.cart_page_right_wrapper{
    width: 100%;
    max-width: 50%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.variant_price {
    gap: 10px;
}
.variant_compare_price {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}
.variant_compare_price .currency {
    font-size: 14px;
    font-weight: 500;
}
.cart_coupon_text{
    background: #e1f4d1;
    padding: 15px;
    font-size: 14px;
    color: #316b00;
    border-radius: 5px;
    margin-bottom: 16px;
}

.menu_switcher {
    display: none !important;
}

.menu_footer_social {
    gap: 10px;
}