/* Media Queries */
@media screen and (max-device-width: 1024px) {
    .configBox {
        /*top: unset;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        max-width: 100%;
        max-height: 100%;
        height: 50dvh;
        border-top: 2px solid var(--baseColor);
        border-radius: 0;
        position: unset;
    }
    #wrapper {
        height: 150px;
        width: 360px;
        width: 100%;
        overflow-y: auto;
    }
    #second {
        display: none;
    }
    .iframeBox {
        height: 50dvh;
    }
    /* #mobileTabCuntent6, #mobileTabCuntent7, #mobileTabCuntent8, #mobileTabCuntent9, #mobileTabCuntent10 {
        display: unset;
    } */
    .heightOuterCont {
        margin: 0;
    }
    .heightMobP {
        margin: 0 auto;
        padding-top: 20px;
    }
    .mobDepthP {
        display: block;
        font-weight: 700;
        text-decoration: underline;
        margin: 0 auto;
        padding-top: 20px;
    }
    .mobileFlexColumn {
        display: flex;
        flex-direction: column-reverse;
    }
    .tooltiptext {
        display: none !important; 
    }
    .rangeLable {
        display: none;
    }
    .outsideCont {
        margin: 10px 0;
    }
    .outsideColorCont {
        justify-content: space-between;
        gap: unset;
        width: 100%;
    }
    .heightOuterCont, .lightingCont {
        justify-content: center;
    }
    .inOutDrawers {
        width: 100%;
        padding-top: 5px;
    }
    .offcanvas {
        width: 100% !important;
        height: 100% !important;
        /* border-top-right-radius: 40px;
        border-top-left-radius: 40px; */
        padding-top: 40px;
    }
    .cameraBtnDiv {
        top: 0;
        bottom: unset;
    }
    .payment-popup {
        gap: 10px !important;
    }
    .payment-popup img {
        width: 50px;
    }
    .botomFooter {
        position: unset;
        margin: 10px 0 0 0;
    }
    .footerBtns {
        padding: 11px 10px;
    }
    .footerBtnCont {
        flex-direction: column-reverse;
    }
    .priceMobileDiv {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 320px;
        background-color: transparent;
    }
    .priceDesktopDiv {
        display: none;
    }
    .switchOuterContainer {
        justify-content: center;
    }
    .sloppingBoxesContainerMobile {
        justify-content: center;
    }

    .box {
        padding: 0;
        /* width: 360px; */
        width: 100%;
    }
    .wideRangeGap {
        gap: 15px;
        margin-top: 30px;
    }
    .deepRangeGap {
        gap: 15px;
        margin: 20px 0;
    }
    .comeLittleClose {
        display: block;
    }
    .mobileHide {
        display: none;
    }
    .mobileTabContent {
        display: none;
    }
    .mobileTabContent.active {
        display: block !important;
    }
    .mobileTabBtnsCont {
        display: flex;
    }
    .mobileTabBtns {
        text-transform: uppercase;
    }
    .insideColorCont {
        width: 100%;
        justify-content: center;
    }

    .facadeBoxesCont {
        width: 100%;
    }

    /* FARAZ CSS */
    .logo img {
        width: 200px;
    }
    .logo {
        left: 96px;
    }
    .depthInput {
        margin-top: 20px;
    }
    .heightRangeGap {
        margin-top: 35px;
    }
    .product-items {
        gap: 20px;
        justify-content: start;
    }
    .sectionDepthCont {
        justify-content: center;
    }
    .iframeBtnBox {
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        right: unset;
    }
    .iframeIcons {
        height: 35px;
        width: 35px;
    }
    .iframeIcons img {
        height: 20px;
        width: 20px;
    }
    /* FARAZ CSS */
}
@media screen and (max-device-width: 768px) {
    .product-items img {
        width: 120px;
    }
    .product-information {
        display: flex;
        flex-direction: column;
    }
    .product-information p:not(:first-child) {
        font-size: 12px;
    }
    .discount-price {
        font-size: 10px;
        border: 1px solid var(--baseColor);
    }
    .previous-price {
        text-decoration: line-through;
        font-size: 12px;
        color: #6f7173;
    }
    .after-discount-price {
        font-weight: bolder;
        font-size: 15px;
    }

    .mainPrice {
        font-size: 16px;
    }

    .hide{
        display: none;
    }
    .priceInfo{
        display: none;
    }
}