@media (min-width: 1024px) {
    .container-98 {
        max-width: 98%;
    }
    .w-35 {
        width: 35%;
    }
    .w-65 {
        width: 65%;
    }
    .w-40 {
        width: 40%;
    }
    .w-60 {
        width: 60%;
    }
    .header_menu>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .header_menu>li>ul>li>>a {
        transition: all .3s;
    }
    .header_menu>li>ul>li:hover>a {
        color: #8f161f;
    }
}

@media (max-width: 1023px) {
    .toggle-menu {
        width: 12px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        position: relative;
        display: block;
        margin-left: auto;
    }

    .toggle-menu:before, .toggle-menu:after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 24px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
    }

    .toggle-menu:after {
        top: auto;
        bottom: 8px;
    }

    header {
        height: 70px;
    }

    .logo {
        width: 50%;
    }

    .home_text_center {
        padding: 45px 60px;
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }

    .bg-cover {
        position: fixed;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 8;
        transition: all .4s;
        display: none;
    }

    .header_menu {
        position: fixed;
        width: 80% !important;
        right: 0;
        top: 0;
        background: #fff;
        height: 100vh;
        z-index: 9;
        transform: translateX(100%);
        transition: all .4s;
    }

    .toggle {
        transform: translateX(0);
    }

    .aspect-ratio-1 {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .aspect-ratio-34 {
        aspect-ratio: 3/4;
        object-fit: cover;
    }

    .header_menu {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 0 20px;
    }

    .header_menu>li {
        padding: 15px 20px;
        height: auto;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header_menu>li>ul {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .header_menu>li>i {
        margin-right: 10px;
        transition: all .3s;
    }

    .header_menu>li>i.rotate {
        transform: rotate(180deg);
    }

    .header_menu>li.logo_mobile {
        padding: 0 20px;
    }

    .header_menu>li.logo_mobile>i {
        position: absolute;
        top: 18px;
        right: 18px;
        color: #000;
        font-size: 22px;
    }

    .header_menu>li>a {
        color: #000;
    }

    .logo_mobile img {
        width: 80px;
        filter: invert(1);
    }

    .fancybox-toolbar {
        z-index: 99999;
        opacity: 1;
        visibility: visible;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 100% !important;
    }

    .fancybox-slide {
        padding: 0;
    }

    .designer-title {
        font-size: 32px;
        margin-top: 50px;
    }

    .designer_list__item.col-md-6 {
        margin: 20px 0;
    }

    .certification_item:last-child {
        margin-bottom: 30px;
    }

    .info_content .product_description:last-child {
        margin-bottom: 40px !important;
    }

    .header_menu>li>ul {
        position: unset;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .header_menu>li>ul>li {
        background: transparent;
        border: none;
    }

    .header_menu>li>ul>li>a {
        color: #000;
    }

    .header_menu>li.active>* {
        color: #8f161f;
    }

    .product_content__item {
        margin: 30px 0 0;
    }

    .product_content {
        margin-bottom: 30px;
    }

    .column-count-2 {
        column-count: 1 !important;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 !important;
    }

    .column-count-2>* {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
}