@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 */
    }

    .HideOnIpad {
        display: none !important;
    }

    .HeaderBtns {
        position: absolute;
        right: 0;
        top: 0;
        width: fit-content;
        height: 100%;
        min-width: 318px;
        min-height: 46px;
        z-index: 22;
    }

    .SideMenuBtn {
        display: flex;
        height: 100%;
        aspect-ratio: 1/1;
        margin-left: 20px;
        justify-content: center;
        align-items: center;
        filter: invert(1);
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .HeaderCategoriesList {
        width: 255px;
        right: unset;
        left: 0;
        top: 45px;
    }

    .HomeSliderItemContant h3 {
        font-size: 25px;
    }

    .HomeSliderItemContant h6 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .WebsiteFeatureItem {
        margin: 10px auto;
    }

    .GetBookNowDiv label {
        margin: 25px auto;
        font-size: 17px;
    }

    .GetBookNowDiv h4 {
        font-size: 30px;
    }

    .GetBookNowInner {
        padding: 20px 30px;
    }

    .HomeDiscountsContent {
        width: 100%;
    }

    .HomeDiscountsArt {
        display: none;
    }

    .SideMenuInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 9999999999;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 400px;
        height: 100%;
        background: white;
        padding: 20px;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: black;
        opacity: 0.5;
    }

    .SideMenuProduction {
    }

    .SideMenuProduction .setbg {
        display: block;
        margin: 15px auto;
        width: 107px;
        aspect-ratio: 1/1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .SideMenuProduction h4 {
        display: block;
        margin: 0 auto;
        width: fit-content;
        font-weight: bold;
        color: #2d2d2d;
    }

    .SideMenuDiv ul {
        display: block;
        margin: 23px auto;
        width: 100%;
        height: fit-content;
        padding: 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: #757575;
        padding: 11px 23px;
        border-bottom: solid 1px #dfdfdf;
    }

    .Shop .NewArrivalMain {
        display: none !important;
    }

    .ShopFilter {
        margin: 0 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 430px;
        height: 100%;
        z-index: 9999999999999999;
        box-shadow: -13px 1px 92px 0px #00000063;
        padding: 25px;
        display: none;
    }

    .ProdBtns {
        display: flex !important;
    }

    .ProductItem {
        background: none !important;
        transform: scale(1.0) !important;
        box-shadow: unset !important;
    }

    .SortByGH {
        padding-right: 140px;
        margin: 3px auto 55px;
    }

    .ShowFilterBtn {
        display: flex;
        background: none;
        color: #bd9338;
        font-size: 19px;
        border: solid 2px;
        padding: 5px 21px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        padding-left: 40px;
        position: relative;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ShowFilterBtn .setbg {
        position: absolute;
        left: 10px;
        top: 20%;
        width: auto;
        height: 60%;
        aspect-ratio: 1/1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .FiltrationFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 2;
        opacity: 0.5;
    }

    .img-zoom-lens {
        display: none !important;
    }

    .img-zoom-result {
        display: none !important;
    }

    .ProductImagesGH {
        display: flex;
        flex-wrap: wrap;
    }

    .ProductImagesItem {
        width: 110px;
    }

    .ProdDetailsParentOnIpad {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .ProductDetailsInner {
        width: 100%;
    }

    .BasketAmountsGH {
        margin: 39px auto;
    }

    .FooterCenter {
        margin: 25px auto;
    }

    .SideMenuDiv ul li .fa-angle-down {
        margin: 0 8px;
    }

    .CoursesSideMenuItem {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 12px 4px;
        border-top: solid 1px #e8e8e8;
    }

    .CoursesSideMenuItem i {
        margin: 0 6px;
        color: #cfaf6b;
    }

    #CoursesSideMenu {
        margin: 10px auto 0;
        width: 110%;
        position: relative;
        left: -5%;
    }
}
