/* ---------------------------------------------------------------------------------------------- */
/*             Is Se Nechay Koi Code Nahi Likhna, Jo Bhi Likhna Hay Is Se Upper Likho             */
/* ---------------------------------------------------------------------------------------------- */

.main_head .container {
    position: relative;
}

.main_head .products-mega-menu {
    display: none;
}

/* .main_head .menu ul li.products-dropdown-menu:hover~.products-mega-menu {
    display: block;
} */

.main_head .products-mega-menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: auto;
    z-index: 999;
    border: 2px solid var(--theme-color);
    background: #000;
    border-radius: 10px;
}

.main_head .products-mega-menu .products-cats {
    padding: 15px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.main_head .products-mega-menu .products-cats .product-cat {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--theme-color);
    border-radius: 5px;
}

.main_head .products-mega-menu .products-cats .product-cat:hover {
    background: var(--theme-color);
}

.main_head .products-mega-menu .products-cats .product-cat .cat-image {
    height: 100px;
    margin-block-end: 10px;
}

.main_head .products-mega-menu .products-cats .product-cat .cat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_head .products-mega-menu .products-cats .product-cat .cat-name {
    font-size: 20px;
    font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                            Shop Page                                           */
/* ---------------------------------------------------------------------------------------------- */

.archive .filters .filter_inner .s_top h4 {
    cursor: pointer;
}

.archive .filters .filter_inner .filter_box .wrapper_p .price-filter-button {
    width: 100%;
    margin-top: 20px;
}

.filters .filter_inner .filter_box .wrapper_p .price-filter-button button {
    padding: 10px 20px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-family: var(--barlow-condensed);
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: 0.012em;
    text-transform: uppercase;
    color: #141414;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                           Newsletter                                           */
/* ---------------------------------------------------------------------------------------------- */

.news_inner .right p {
    display: block;
}

.news_inner .right p:nth-child(1) {
    display: none !important;
}

.news_inner .right input {
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                         Contact Us Form                                        */
/* ---------------------------------------------------------------------------------------------- */

.submit_btn .view_more {
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                            Checkout                                            */
/* ---------------------------------------------------------------------------------------------- */

.woocommerce-checkout .checkout form .form-row textarea {
    border-radius: 20px;
}


div.caseSelectionPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1234;
}

div.caseSelectionPopup .popupBos {
    width: 400px;
    background: #000;
    padding: 50px;
    border-radius: 3px;
    border: 2px solid #2eb4e6;
}

div.caseSelectionPopup .popupBos .message p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #2eb4e6;
}

div.caseSelectionPopup .popupBos .okButton {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
}

div.caseSelectionPopup .popupBos .okButton #okButton {
    padding: 12px 50px;
    background: #2eb4e6;
    border: 0px;
    font-weight: 600;
    font-size: 25px;
    border-radius: 50px;
    cursor: pointer;
}

div.caseSelectionPopup.reset-pc-popup .popupBos .okButton #cancelButton {
    padding: 12px 50px;
    background: #2eb4e6;
    border: 0px;
    font-weight: 600;
    font-size: 25px;
   border-radius: 50px;
    cursor: pointer;
    margin-right: 0px;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                         Responsiveness                                         */
/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 500px) {

    .filter_right .best_products .product_1 .pdt_img {
        min-height: unset !important;
        height: 150px !important;
    }

    .filter_right .best_products .product_1 .pdt_img a {
        height: 100% !important;
        width: 100% !important;
    }

    .filter_right .best_products .product_1 .pdt_img img {
        width: 100% !important;
        object-fit: contain !important;
    }

    .accordion .set_acc.is-case a .reset-btn {
        padding: 4px 8px !important;
        border-radius: 50px !important;
        margin-left: 10px !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 450px) {
    .main_head .products-mega-menu .products-cats {
        padding: 5px;
        grid-template-columns: repeat(2, 1fr);
    }

    .main_head .products-mega-menu {
        border-radius: 5px;
    }

    .menu_wrapper .close_btn {
        left: unset !important;
        right: 55px !important;
    }
}


@media screen and (max-width: 450px) {
    .main_head .products-mega-menu {
        top: 280px !important;
        bottom: 0 !important;
        border: none;
        width: 91%;
    }

    .main_head .products-mega-menu .products-cats {
        grid-template-columns: repeat(1, 1fr);
    }

    .main_head .products-mega-menu .products-cats .product-cat {
        /* will change border  */
    }

    .main_head .products-mega-menu .products-cats .product-cat .cat-image {
        display: none;
    }
}