@media screen and (max-width: 1200px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    ::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    * {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .HeaderTabs {
        display: none;
    }


    .SideMenuBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 37px;
        aspect-ratio: 1 / 1;
        border: none;
        border-radius: 5px;
        color: #ffffff;
        background: #ffffff24;
        transition: 400ms;
        padding: 5px;
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        filter: invert(1);
    }

    .HeaderBtns button {
        margin: 0 10px;
    }

    .SideMenu {
    }

    .SideMenuInner {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        z-index: -1;
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        background: #ffffff;
        z-index: 2;
        box-shadow: 0px 0px 49px 18px #00000029;
        padding: 43px 20px;
        max-width: 80%;
    }

    .SideMenuLogo {
        display: block;
        margin: 0 auto 20px;
        width: 100%;
        height: 50px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .SideMenuDiv ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 14px 7px;
        border-bottom: solid 1px #ebebeb;
        font-size: 14px;
    }

    .AboutInner h1 {
        font-size: 40px;
    }

    .AboutInner p {
        font-size: 20px;
    }

    .AboutInner .AboutQuoteIcon {
        left: -28px;
        top: -16px;
        width: 31px;
    }

    .AboutInner button {
        font-size: 13px;
        padding: 10px 12px;
    }

    .WhyUsInner {
        padding: 20px;
    }

    .WhyUsArt {
        display: block;
        margin: -55px auto 20px;
        width: 90%;
        height: auto;
        position: relative;
        aspect-ratio: 1/0.5;
        right: unset;
        top: unset;
    }

    .SharedSectionHeader h1 {
        font-size: 30px;
    }

    .ContactsGH h1 {
        font-size: 23px;
    }

    .ContactsGH h1 .setbg {
        width: 30px;
    }

    .CertificationsItem {
        width: 25%;
    }

    .FeaturedGH {
        display: flex;
        justify-content: start;
        margin: 0 auto;
        width: 100%;
        flex-wrap: wrap;
    }

    .FeaturedItem {
        display: block;
        margin: 13px 2%;
        width: 29.3%;
    }

    .AllProductsContainer {
    }

    .FilterProducts {
        display: flex;
        margin: 0 0 20px;
        width: fit-content;
        border: solid 2px;
        padding: 6px 26px;
        background: none;
        text-transform: uppercase;
        padding-left: 39px;
        position: relative;
        border-radius: 5px;
    }

    .FilterProducts .setbg {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        background-size: 22px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .AllProductsContainerFiltration {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        background: #ffffff;
        padding: 10px;
        height: 100%;
        z-index: 9999999999999999;
        max-width: 85%;
    }

    .FeaturedItemsGH {
        display: flex;
        width: 100%;
    }

    .AllProductsContainerFiltrationFade {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        background: #000000;
        opacity: 0.5;
    }


    .ProductImagePrevsGH, .ArabicBody .ProductImagePrevsGH {
        right: unset;
        left: 0;
    }

    .ProductImagePrev img {
        padding-left: 80px;
    }

    .ProductDetailsTextTitle {
        margin: 35px auto;
        width: 100%;
    }

    .OurClientsSlider .slick-dots {
        display: none!important;
    }
}


