@media screen and ( min-width: 1201px ) {
    .hide-mobile { display: none !important; }
    /* .hide-desktop { display: block !important; } */
    .custom-container {
        max-width: 60%;
    }

    .custom-container-2 {
        max-width: 60%;
    }

}

@media screen and (max-width: 1200px) {
    .hide-desktop { display: none !important; }
    /* .hide-mobile { display: block !important; } */

    .custom-container {
        max-width: 95%;
    }

    .menu-right {
        right: -100%;
        width: 100%;
    }

    .menu-left {
        left: -80%;
        width: 80%;
    }

    .social-menu {
        margin: 0 16px !important;
    }
    .social-menu:last-child {
        margin-right: 0 !important;
    }

    .site-heading {
        margin-top: 3.5rem !important;
    }

    .heading h4 {
        font-size: 2.5rem !important;
    }

    .section-container {
        padding: 0 1rem !important;
    }

    .press-list {
        max-width: 100% !important;
    }

    .blockquote::before {
        left: 44%!important;
    }

    .site-action-preparation {
        padding-left: 1rem !important;
        padding-right: 1rem!important;
    }

    .site-action-preparation .section-container {
        padding: 0!important;
    }

    .site-action-preparation .heading {
        max-width: 100% !important;
    }

    .first-before-desktop {
        -webkit-order: 1;
        order: 1;
    }

    .second-before-desktop {
        -webkit-order: 2;
        order: 2;
    }
    /* .post-thumbnail {
        height: 200px;
    } */
    .section-header p{
        text-transform: capitalize;
        font-size: 1.2rem !important;
    }

}

.product-menu-list h6 {
    margin-bottom: 8px;
}
.product-menu-list .link-button {
    padding: 5px 0;
}

.custom-padding {
    padding: 3rem 0;
}

.site-quotes {
    background: rgb(63 88 90 / 5%);
    overflow: hidden;
}

.press-list {
    max-width: 70%;
}

.site-action-preparation {
    background: url(../../site-assets/img/photo_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.site-action-preparation .action-button {
    margin-top: 3rem;
}

.site-action-preparation .heading {
    max-width: 70%;
}

.site-action-preparation .heading p {
    font-size: 14px;
}

.site-footer {
    background: #dae9e4;
}

/* .site-footer .link-button a {
    color: #fff;
} */

/* .site-footer .--underline {
    box-shadow: inset 0 0 0 #fff;
    animation: boxShadowExitWhite .3s ease-in-out;
}

.site-footer .link-button:hover > .--underline {
    box-shadow: inset 120px 0 0 #fff;
    animation: boxShadowEntranceWhite .3s ease-in-out;
} */

.site-footer address {
    color: var(--fitting-color-white);
}

.flash-sale-gallery {
    display: flex;
    flex-wrap: wrap;
}

.mobile-action-button {
    position: fixed;
    background: var(--fitting-primary-color);
    width: 100%;
    bottom: -100%;
    transition: bottom .5s ease-in-out;
}

.--mobile-action-active {
    bottom: 0;
}

.--mobile-action-active-main {
    bottom: 5.5rem;
}
