@media (min-width: 992px) {
    a:hover,
    .menu_group_footer .menu_link:hover {
        color: #F47701;
    }

    .maincat li:hover {
        background: #242424;
    }

    .maincat li:hover .menu-after {
        transform: rotate(180deg);
    }

    .orange-btn:hover {
        background: transparent;
        color: #F47701;
    }

    .violet_btn:hover {
        color: #7F4DA0;
    }

    .black_btn:hover {
        background: transparent;
        color: #000;
    }
    .products_sort_select {
        display: none
    }
}

@media (max-width: 1400px) {
    .fn_featured_slider .slick-next {
        right: 20px;
    }

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

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

    .fn_featured_slider .slick-prev:before, .fn_featured_slider .slick-next:before {
        font-size: 50px;
        color: #c6c4c491;
    }
}

@media (max-width: 1248px) {

    .menu_group_header .menu_list li:not(:last-child) {
        margin-right: 20px;
    }

    .top_header_contact a:not(:last-child) {
        margin-right: 30px;
    }

    .aromat_informer:not(:last-child) {
        margin-right: 15px;
    }

    .header_logo {
        width: 200px;
    }

    .aromat_search_wrapper {
        max-width: 373px;
    }

    .main_banner_image {
        height: 240px;
    }

    .header_bottom a {
        padding: 10px 15px;
        white-space: unset;
    }

    .main_banner {
        margin-bottom: 50px;
    }

    .featured_link_wrapper {
        margin: 25px 0 50px;
    }

    .blog_block .post-block {
        width: 32%;
    }

    .post_info {
        padding: 15px;
    }

    .post_image {
        height: 180px;
    }

    .product_image_box {
        width: 315px;
        height: 315px;
    }

    .product-image {
        width: 480px;
        padding: 30px;
    }

    .product-info-wrapper {
        width: calc(100% - 500px);
    }

    .product-image {
        height: fit-content;
    }

    .product_images_box {
        max-width: 80px;
        height: 80px;
    }

    .purchases-tr > div {
        padding: 10px 15px;
    }

    .cart_page_wrapper {
        grid-template-areas:
            "coupon_wrapper coupon_wrapper"
            "order_total_info_wrapper order_total_info_wrapper"
            "order_info_wrapper order_info_wrapper"
            "order_notify_info_wrapper order_notify_info_wrapper"
            "payment_info_wrapper payment_info_wrapper"
            "payment_info_bottom payment_info_bottom"
            "cart_inner_wrapper cart_inner_wrapper";
        /* grid-template-areas:
            "coupon_wrapper coupon_wrapper"
            "order_info_wrapper payment_info_wrapper"
            "payment_info_bottom payment_info_bottom"
            "cart_inner_wrapper cart_inner_wrapper"; */
    }

}

@media (max-width: 992px) {

    .products_sort_buttons {
        display: none
    }
    .aromat_informer svg {
        width: 22px;
        height: 22px;
    }
    .menu_switcher {
        display: block !important;
    }
    .header-google-rating__starsOff {
        height: 12px;
        width: 60px;
        background-size: 12px;
    }

    .header-google-rating__starsOn {
        height: 12px;
        background-position-y: -12px;
        background-size: 12px;
    }

    .post_info_top {
        flex-direction: column;
    }

    .post_info_top span {
        max-width: unset;
    }

    .post_info_top span:not(:last-child) {
        margin-bottom: 5px;
    }

    .href-card {
        margin: 10px 0;
    }

    .post_image {
        height: 150px;
    }

    .annotation-blog {
        -webkit-line-clamp: 3;
    }

    .main_desc_image {
        width: 100%;
        height: 380px;
        background-size: contain;

    }

    .main_desc_inner {
        width: 100%;
    }

    .header_top,
    .header_bottom {
        display: none;
    }

    .footer_arrow {
        display: flex;
        transition: .5s;
    }

    .content_inner:first-child {
        display: none;
    }

    .content_inner {
        width: 100%;
    }

    .footer_ttl.fn_footer_title {
        background: #000000;
        border-radius: 3px;
        padding: 8px 15px;
        cursor: pointer;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .active_footer_toggle .footer_arrow {
        transform: rotate(180deg);
    }

    .menu_footer_content {
        display: none;
        margin-bottom: 15px;
    }

    .footer_contact_link {
        width: 100%;
    }

    .footer_contact_block {
        margin: 5px 0 15px;
        font-weight: 400;
        font-size: 16px;
    }

    .menu_group_footer .menu_link {
        color: #fff;
    }

    .menu_footer_content {
        display: none;
    }

    .footer_content {
        padding: 20px 0 5px;
        color: #C7C7C7;
    }

    .aromat_header_phone,
    .user_informer,
    .header_logo,
    .lang_wrap {
        display: none;
    }

    .header_middle {
        padding: unset;
        background: #343434;
        color: #fff;
    }

    .header_relative {
        position: relative;
        padding: 18px 0;
    }

    .aromat_search_wrapper {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        z-index: 1;
        max-width: unset;
        background: #343434;
        padding: 10px;
        border-radius: 0px 0px 30px 30px;
    }

    header {
        top: 0;
    }

    .header_relative > *:not(:last-child) {
        margin-right: 15px;
    }

    .mobile_logo {
        margin-right: auto !important;
    }

    .aromat_informer {
        background: unset;
        width: unset;
        height: unset;
    }

    .cart_count {
        top: -8px;
        right: -10px;
    }

    .aromat_informer:not(:last-child) {
        margin-right: unset;
    }

    .mobile_menu_icon,
    .mobile_logo,
    .mobile_informer {
        display: flex !important;
        cursor: pointer;
    }

    .mobile_informer {
        width: 24px;
        height: 24px;
    }

    .mobile_informer.active {
        color: #f47701;
    }

    .mobile_lang_wrap a {
        color: #fff;
    }

    ul.top-nav {
        background: #343434;
        border: unset !important;
        padding: 18px;
    }

    ul.top-nav .nav-item-link {
        padding: unset;
        border: unset !important;
    }

    .top-nav a:hover {
        background: unset !important;
    }

    .mobile_user_link svg {
        color: #464646;
        margin-right: 10px;
    }

    .mobile_user_link,
    .mobile_user_link a {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.005em;
        color: #000000;
    }

    .mobile_user_link a {
        text-decoration: underline;
    }

    .nav-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .bottom-nav {
        display: flex;
        width: 100%;
        height: 52px;
        justify-content: space-between;
        color: #fff;
        background: #343434 !important;
        margin-top: auto !important;
        border: unset !important;
    }

    .bottom-nav li {
        width: 33.33%;
    }

    .bottom-nav li:last-child {
        display: none;
    }

    .hc-offcanvas-nav a.social_link.nav-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        height: 100%;
    }

    li.nav-item.nav-close div {
        height: 100%;
    }

    .hc-offcanvas-nav a.nav-close-button.has-label {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: unset !important;
    }

    ul.bottom-nav.social div {
        height: 52px;
    }

    .second-nav {
        padding: 8px 0 !important;
    }

    .hc-offcanvas-nav ul {
        border-bottom: 1px solid #ECECEC;
    }

    .footer_contact_link.nav-item-link {
        margin: unset;
    }

    .mobile_contact_wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        box-shadow: 0px 1px 5px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 30px 30px;
    }

    .mobile_contact_wrapper > div {
        align-items: center;
        row-gap: 20px;
    }

    .mobile_contact_wrapper .orange-btn {
        max-width: 240px;
    }

    .breadcrumbs {
        padding: 15px 0;
        font-size: 16px;
    }

    .breadcrumbs li:not(:last-child):after {
        margin: 0 7px;
    }

    .breadcrumbs svg {
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }

    .product-image {
        width: 100%;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .images {
        margin-top: 20px;
    }

    .fn_product_image {
        width: 100%;
    }

    .product_image_box {
        width: 100%;
    }

    .product-info-wrapper {
        width: 100%;
    }

    /* .product_info_inner {
        margin-bottom: 30px;
    } */
    .product-top_wrapper {
        margin-bottom: 30px;
    }

    .complect-discount {
        position: relative;
        font-size: 14px;
        line-height: 16px;
        width: 41px;
        height: 22px;
        border-radius: 65px;
        margin-left: auto;
        right: unset;
    }

    .comments {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 30px;
    }

    .cart_block_wrapper.coupon_wrapper {
        margin-right: unset;
    }

    .cart_inner_wrapper {
        padding: 15px 20px;
    }

    .purchases-tr {
        font-size: 16px;
        line-height: 18px;
    }

    .price.price_total {
        font-size: 18px;
    }

    .price.price_total span {
        font-size: 16px;
        line-height: 18px;
    }

    .payment_info_bottom {
        margin-top: 0px;
    }

    .content_inner:nth-child(1) {
        order: 4;
    }

    .content_inner:nth-child(2) {
        order: 2;
    }

    .content_inner:nth-child(3) {
        order: 3;
    }

    .content_inner:nth-child(4) {
        order: 1;
    }

    .main_banner_image {
        height: 170px;
    }

    .cart_page_wrapper {
        grid-template-areas:
            "coupon_wrapper coupon_wrapper"
            "order_total_info_wrapper order_total_info_wrapper"
            "order_info_wrapper order_info_wrapper"
            "order_notify_info_wrapper order_notify_info_wrapper"
            "payment_info_wrapper payment_info_wrapper"
            "payment_info_bottom payment_info_bottom"
            "cart_inner_wrapper cart_inner_wrapper";
        /* grid-template-areas:
            "coupon_wrapper coupon_wrapper"
            "order_info_wrapper order_info_wrapper"
            "payment_info_wrapper payment_info_wrapper"
            "payment_info_bottom payment_info_bottom"
            "cart_inner_wrapper cart_inner_wrapper"; */
    }
    .cart_page_container{
        flex-direction: column;
    }
    .cart_page_left_wrapper, 
    .cart_page_right_wrapper{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .main_banner_image {
        height: 100px;
    }

    .slick-dots {
        bottom: -30px;
    }

    .slick-dots li {
        width: 14px;
    }

    .slick-dots li button {
        width: 14px;
        height: 14px;
        padding: 5px;
    }

    .slick-dots li button:before {
        font-size: 14px;
        line-height: 21px;
        width: 14px;
        height: 14px;
    }

    .header_relative {
        padding: 18px 16px;
    }

    .main_banner {
        margin: 0 -12px 70px;
    }

    .main_ttl span {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }

    .main_ttl a {
        font-size: 12px;
        line-height: 15px;
    }

    .main_ttl {
        margin-bottom: 20px;
    }

    .product_preview .preview {
        width: 100%;
        border: 1px solid #ECECEC;
        box-shadow: unset;
        overflow: hidden;
    }

    .featured_link_wrapper {
        margin: 55px 0 35px;
    }

    .main_desc_inner h1 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .hide-text-main {
        font-size: 14px;
    }

    .blog_block {
        padding: 30px 0;
        margin-top: 50px;
    }

    .main_ttl a {
        white-space: nowrap;
    }

    .blog_block .post-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
        padding: 18px 20px;
    }

    .catalog_page h1 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 29px;
    }

    .catdescription-read {
        font-size: 13px;
    }

    .catdescription {
        font-size: 14px;
    }

    .block-products {
        margin-bottom: 50px;
        border-top: unset;
    }

    .pagination {
        margin-top: 20px;
    }

    .products_container__sort {
        padding: 0 0 20px;
    }

    .product_sort__title {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .products_sort {
        column-gap: 5px;
    }

    .product_sort__link {
        padding: 5px 7px;
        font-size: 14px;
        line-height: 16px;
    }

    .features-mob-title {
        display: flex;
        background: #464646;
        border-radius: 3px;
        color: #fff;
        padding: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

    .block-features {
        display: none;
        margin-top: 20px;
        margin: 20px -12px 0;
    }

    .product-heading_wrapper {
        margin-bottom: 20px;
    }

    .product-heading_wrapper h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .product-image {
        padding: 15px 30px;
    }

    .product_image_box {
        height: 230px;
    }

    .product_images_box {
        max-width: 48px;
        height: 48px;
        padding: 4px;
    }

    .images {
        margin-top: 15px;
    }

    .product_info_inner {
        padding: unset;
    }

    .product-info_name {
        margin-bottom: 15px;
        padding: 15px 10px 0px 10px;
    }

    .product_available {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .rating + .orange-btn {
        display: none;
    }

    .rating {
        padding: 0 10px;
        width: 100%;
    }

    .product-variants {
        margin-top: 20px;
    }

    .variants_ttl {
        padding: 0 10px;
        margin: 15px 0;
    }

    .product-variants .variant_label {
        padding: 8px 10px;
        font-weight: 500;
    }

    .btns-row {
        margin-top: 10px;
        padding: 15px 10px 20px;
    }

    .btns-row .orange-btn {
        max-width: 148px;
    }

    .amount__input {
        width: 42px;
        height: 33px;
        font-size: 16px;
    }

    .minus, .plus {
        font-size: 18px;
        padding: 0px 7px;
    }

    .product-delivery_wrapper {
        padding: unset;
        flex-direction: column;
    }

    .product-delivery_block:not(:last-child) {
        border-right: unset;
        padding-right: unset;
        margin-right: unset;
        border-bottom: 1px solid #E0E0E0;
    }

    .product-delivery_block {
        width: 100%;
        padding: 20px 10px;
    }

    .product-delivery_title {
        margin-bottom: 20px;
    }

    .product-delivery_ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .main-complect {
        padding: 20px 10px;
        margin-bottom: 40px;
    }

    .complect_product {
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .related-heading {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .complect_main-name {
        margin: 0px 0 10px;
        min-height: unset;
    }

    .product_tab_btn {
        font-size: 14px;
        padding: 15px;
    }

    .tabs-ul li:not(:last-child) {
        margin-right: unset;
    }

    .tabs_wrapper {
        margin-bottom: 20px;
    }

    .dots_box {
        display: none;
    }

    .product-features li {
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .product-features {
        width: 100%;
    }

    .product-features li:not(:last-child) {
        margin-bottom: 15px;
    }

    .related_block {
        margin-top: 40px;
        padding: 0;
        background: unset;
        padding-bottom: 60px;
    }

    .comments-right {
        padding: 20px 15px;
    }

    .comment_header {
        padding: 10px 15px;
        font-size: 16px;
    }

    .commentss {
        font-size: 16px;
        padding: 15px;
    }

    .comments {
        grid-gap: 10px;
    }

    .order_info_wrapper {
        order: 2;
    }

    .payment_info_wrapper {
        order: 3;
    }

    .cart_block_wrapper.coupon_wrapper {
        order: 1;
        width: 100%;
    }

    .payment_info_bottom {
        order: 5;
        flex-direction: column;
        margin-bottom: 0;
    }

    .cart_inner_wrapper {
        order: 7;
    }

    .order_total_info_wrapper {
        order: 4;
    }

    .order_notify_info_wrapper {
       order: 6;
    }

    .cart_page_wrapper {
        margin-bottom: 50px;
        gap: 30px 0;
    }

    .order_notify_info_wrapper {
        font-size: inherit;
    }

    .cart_block_wrapper {
        padding: 20px 10px;
    }

    .cart_ttl {
        font-size: 18px;
    }

    .cart-row {
        width: 100%;
    }

    .cart-row:not(:last-child) {
        margin-bottom: 15px;
    }

    .checkbox-wrapper .radio_box {
        margin-right: 5px;
    }

    .delivery_block {
        padding-left: unset;
    }

    .description {
        padding-left: unset;
    }

    .coupon-wrapper div {
        /* margin-top: 15px; */
        width: 100%;
    }

    .coupon-wrapper div input {
        width: 100%;
    }

    .payments {
        padding-top: 20px;
        margin-top: 20px;
    }

    .radio_name_wrapper {
        font-weight: 500;
    }

    .cart_inner_wrapper {
        padding: 20px 10px;
    }

    #fn_purchases .price_by_one {
        display: none;
    }

    .purchases-tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #E0E0E0;
        border-radius: 3px;
        padding: 20px 10px;
        align-items: center;
        margin-bottom: 15px;
    }

    .purchases-tr > div {
        padding: unset;
        border-top: unset;
        border-bottom: unset;
    }

    .remove {
        border: unset !important;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .purchases-tr > div:first-child {
        border-left: unset;
        border-radius: unset;
    }

    .image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .purchases-tr .name {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: start;
        margin: 20px 0;
    }

    .page-heading {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .cart-row.reg_check {
        margin-bottom: 15px;
    }

    .m-btm-40 {
        margin-bottom: 15px;
    }

    .feedback_form {
        padding: unset;
    }

    .cart-row.cart-row_captch {
        width: 100%;
        gap: 10px;
    }

    .flex_btn {
        margin: 0 auto;
    }

    .footer-comments {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
    }

    .complect-wrapper .complect__main-image {
        display: none;
    }

    .block-products .product_name,
    .block-products .anotation_container {
        min-height: unset;
    }

    .preview_image {
        height: 300px;
    }

    .post_image {
        height: 270px;
    }

    .mobile-block {
        display: flex;
    }

    .cart_page_wrapper{
        display: flex!important;
    }
}