@media (min-width: 1440px) {
    .most_content > h3 {
        font-size: 34px;
    }
}

@media (min-width: 1290px) {
    .products_cont > .product-item {
        width: 20%;
    }
}

@media (max-width: 1289px) and (min-width: 992px) {
    .subs_flex > div {
        width: 50% !important;
    }
}

@media (max-width: 1289px) and (min-width: 768px) {
    .get_shade .headermenu {
        padding: 0;
    }

    .headermenu > ul > li > a, .headermenu > ul > li > span {
        padding: 0 10px;
        font-size: 18px;
    }

    .faq_ones {
        margin: 0 auto;
    }

    .footerR_long {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .home .tt_prev, .home .tt_next {
        width: 40px;
        height: 94px;
    }

    .stories_cont {
        padding: 0;
        row-gap: 20px;
    }

    .story_item,
    .story_item:nth-child(2),
    .story_item:nth-child(4) {
        max-width: 49%;
    }

    .story_item:nth-last-child(2) {
        max-width: 70%;
    }
}

@media (max-width: 1024px) and (min-width: 593px) {
    .story_link {
        max-width: 30%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .article_full {
        width: 67%;
    }

    .related_posts {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .header_cont .padder {
        padding: 0 2%;
    }

    #mostliked .products_cont {
        justify-content: space-between;
    }

    #mostliked .products_cont > .product-item {
        width: 33%;
    }

    #mostliked .thumb-wrap {
        padding-bottom: 80%;
    }
}

@media (max-width: 991px) {
    .logo img {
        max-width: 180px;
    }

    #mostliked .products_cont > .product-item {
        width: 100%;
    }

    #mostliked .thumb-wrap {
        padding-bottom: 60%;
    }

    #mostliked .product_list_info {
        padding: 15px 3vw;
    }

    .product_list_info {
        padding: 6% 3vw;
    }

    #mostliked .product_list_info h4 {
        font-size: clamp(18px, 3vw, 24px);
    }

    .product_list_info h4 {
        font-size: clamp(14px, 3vw, 24px);
    }

    .product-item .sale.js-salePrice,
    .product-item .price small {
        font-size: clamp(12px, 3vw, 20px);
    }

    .footer .logo img {
        max-width: clamp(64px, 11vw, 108px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerL, .footerL_short {
        min-width: unset;
    }
}

@media (max-width: 940px) and (min-width: 768px) {
    .main_news .blog_img {
        padding-top: 35%;
    }
}

@media (min-width: 768px) {
    .headermenu {
        padding: 19px 0 8px;
    }

    .upheader {
        position: unset;
    }

    .get_all_cats u {
        left: 21px;
        top: 7px;
    }

    .get_all_cats u::after, .get_all_cats u::before {
        background: #fff;
    }

    .main_news .blog_info {
        padding-right: 30px;
    }

    .footerR > div {
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .header_flex .logo {
        justify-content: center;
        position: absolute;
        left: 0;
    }

    .logo a {
        z-index: 1;
    }

    .get_shade .logo img {
        overflow: hidden;
        height: 0;
    }

    .headermenu, .category_menu {
        background: #efefef;
    }

    .arrowleft:before, .arrowleft:after {
        background: var(--black);
    }

    .headermenu > ul > li + li {
        display: block;
    }

    .back_to_menu {
        display: block;
    }

    .upheader {
        position: relative;
        padding: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .upheader > a, .upheader > div, .upheader > span {
        margin: 0;
    }

    .search_form {
        position: unset;
        background: none;
    }

    .search_submit {
        margin: 0;
    }

    .upheader .cart {
        margin-left: 2%;
    }

    .fixed_burger {
        position: absolute;
        top: auto;
        left: 0;
    }

    .fixed_burger i {
        background: var(--black);
    }

    .fixed_burger i:nth-child(2) {
        width: 18px;
    }

    .mainbanner::after {
        content: none;
    }

    .prime_block {
        position: relative;
        margin: 41px 0 0;
        transform: none;
    }

    .prime_block .prime_block_header h2,
    .prime_block .prime_block_header p {
        color: var(--black) !important;
    }

    .home .tt_prev, .home .tt_next {
        display: none;
    }

    .subs_img {
        display: none;
    }

    .common_news .blog_info, .main_news .blog_info {
        padding: 0 5% 0;
    }

    .blog_info h3 {
        margin-top: 10%;
    }

    .article_full {
        width: 100%;
    }

    .article_socs {
        position: unset;
        width: unset;
    }

    .related_posts {
        position: unset;
        width: 100%;
    }

    .about_s_one + .about_s_one {
        margin: 0;
    }

    .about_s_text {
        min-width: unset;
        width: 100%;
    }

    .about_s_img {
        margin-bottom: -1px;
    }

    .footerR > div {
        margin-top: 20px;
    }
}

@media (max-width: 593px) {
    .header, .header_cont {
        height: 70px;
    }

    .mb_padder {
        padding: 0 4.721753794266442%;
    }

    .mainbanner_cont .galpager_cont span::before {
        width: 12px;
        height: 12px;
    }

    .products_cont .stars .star:before,
    .products_cont .stars .star.star-full:before,
    .products_cont .stars .star.star-half:before,
    .products_cont .stars .star.star-half u:before,
    .products_cont .stars .star.star-no:before {
        width: 14px;
        height: 14px;
    }

    .stars_rate, .orders_count {
        margin-left: 7px;
    }

    .story_item,
    .story_item:nth-child(2),
    .story_item:nth-child(4) {
        max-width: 100%;
    }

    .footone h5 {
        font-size: 24px;
        margin: 0;
    }

    .footone a, .footone p {
        font-size: 14px;
    }
}
