@media (min-width: 1025px) {
    .desk-none{
        display: none;
    }
}
@media (max-width: 1024px) {
    .mob-none{
        display: none;
    }
    .red-heading>h2{
        font-size: 20px;
        font-weight: 800;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        position: absolute;
        top: 35%;
        z-index: 9;
        background-color: #fff !important;
        width: 25px;
        height: 40px;
    }
/* mobil filter style */
.filter-box {
    display: none;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 20px 7px rgb(0 0 0 / 18%);
    overflow: hidden;
    padding-top: 40px;
}
    .filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
        z-index: 9; /* Ensure it covers the background but not the accordion */
    }
    .close-filter {
        position: absolute;
        top: 3px;
        right: 6px;
        font-size: 24px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
}
@media (max-width: 600px) {
    .bg-category .image {
        width: 80px !important;
        height: 70px;
    }
    .bg-category {
        background-color: #FFFFFF;
        padding: 0px 0px 20px 0px;
    }
    .image-name{
        font-size: 15px;
    }
    .saree_collection {
        padding: 0px 0px 20px 0px;
    }
    .new-arrival-collection-bg-color{
        padding: 0px 0px 20px 0px;
    }
    .socil-list {
        justify-content: center;
        gap: 10px;
    }
    .bg-footer {
        background-color: var(--bs-body-bg);
        padding: 20px 0px;
    }
    .footer-write {
        text-align: center;
    }
    /* signup page */
    .background-up-style, .background-down-style{
        width: 100%;
    }
    /* listing page mob view */
    .mob-product-list {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }
    .add-to-cart.absolute{
        right: -127px;
        bottom: 0px;
    }
    .mob-product-list .item-body{
        padding: 0px 0px 10px 0px;
    }
    .mob-product-list .saree-img {
        width: 110px;
    }
    .mob-product-list .sale-tag.absolute {
        position: absolute;
        top: auto;
        left: 9px;
        bottom: 15px;
    }
    /* product details page */
    .help-list {
        list-style: none;
        display: flex;
        gap: 15px;
        padding-left: 0;
        flex-wrap: wrap;
    }
    .bg-signup {
        position: relative;
        padding: 16px 0px;
    }
    .create-account-button{
        padding: 10px;
    }
    .password-icon{
        right: 0;
    }
    .create-account{
        font-size: 25px;
    }
    .verify-account{
        font-size: 14px;
    }
    .rupees {
        font-family: var(--font-dm);
        display: flex;
        gap: 0px 14px;
        margin-bottom: 0;
    }
    .dtls-price{
        padding-top: 16px;
    }
    
    /*===== Cart Page =======*/
    .cart {
        gap: 5px;
    }
    .cart-img {
        width: 30%;
        border-radius: 10px;
        padding: 0px;
        border: none;
    }
    .cart-price-content {
        padding: 5px;
        border: none;
        width: 70%;
    }
    .cart-price h6{
            font-size: 14px;
    }
    .cart-price p{
        margin-bottom:5px;
    }
    .cart-remove-btn a span{
        display:none;
    }
    .cart-remove-btn a {
        color: var(--bs-white);
        text-decoration: none;
        text-transform: capitalize;
        padding: 12px 13px;
        border-radius: 25px;
    }
    .cart-end{
        margin-top: 0px;
    }
    .cart-det {
        padding: 5px 5px;
        border: 1px solid var(--theme-color-dark);
        border-radius: 25px;
        gap: 16px;
    }
    .btn-bottom-fixed-mob {
        position: fixed;
        bottom: 15px;
        left: 50%;
        max-width: 90%;
        z-index:1;
        transform: translateX(-50%);
}
    /*===== Order details Page =======*/
    .order-dtld-status-content>h5 {
        flex-direction: column;
        align-items: center !important;
    }
    .order-details-card .card-body {
        padding: 0px 0px;
    }
    .lg-account-new-card .card-title {
        font-size: 14px;
    }
    .flex-card .card-img-top {
        width: 60px;
    }
    .order-status-ul{
        padding: 0px 0px;
    }
    .padding-top-220 {
        padding-top: 75px;
    }
    .user-profile-ul li{
        display: flex;
        gap: 15px;
    }
    .bg-home-banner {
        max-height: 650px;
    }
    .user-profile-ul>li>a{
        gap: 0px;
        color: var(--theme-color-red);
        font-size: 14px;
    }
    .cart-count {
        font-size: 14px;
        background-color: var(--theme-color-red);
        color: var(--bs-white);
    }
    /*contact page*/
    .counter-ul {
        flex-direction: column;
        padding: 0;
    }
    .counter-ul li {
        width: 100%;
        padding: 5px 5px;
    }
    .counter-ul li .counter-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .counter-ul li:nth-child(2) {
        border: none;
        border-top: 1px solid #ffffff38;
        border-bottom: 1px solid #ffffff38;
        padding: 20px 0px;
        margin: 20px 0px;
    }
    .astro-main-box {
        gap: 10px;
    }
    .item-astro {
        text-align: center;
        width: 48%;
        background-color: #fff;
        border-radius: 8px;
    }
    .astro-collection {
        background-color: #dbdbdb;
        padding: 2px 0px 0px 0px;
    }
    .astro-collection .section-title {
        margin-bottom: 0px;
    }
    .view-all-button {
        display: block;
        width: 200px;
        margin: 20px auto;
    }
    .round-image{
        gap:10px
    }
    .cat-item{
        width: 48%;
        padding: 10px;
    }
    .img-decoration {
        width: auto;
        height: auto;
        min-height: 175px;
    }
    .section-title {
        margin-bottom: 0px;
    }
    .add-banner-box {
        height: 230px;
        align-items: center;
        justify-content: center;
    }
    .add-banner-box h2 {
        color: var(--bs-white);
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .add-banner-box a {
        background-color: var(--theme-color-red);
        display: block;
        width: 140px;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        padding: 9px 14px;
        font-weight: 600;
    }
    .advertisement_1st_banner {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .advertisement-2nd-banner {
        padding: 0px 0px 0px 0px;
    }
    .img-flex-box>img {
        width: 46%;
        margin: auto;
        background-color: #fff;
        padding: 7px;
    }
    .bg-media {
    padding: 0px 0px 10px 0px;
}
    .awardmedia-inner-left .expertinner-link {
        padding: 25px 10px 25px 10px;
        gap: 5px;
    }
    .awardmedia-inner-left .expertcta-link {
        width: 49%;
        width: calc(50% - 5px);
    }
    .awardmedia-inner-left .expertcta-link a{
        font-size:12px;
        height: 50px;
        line-height: 15px;
    }
    .awardmedia-inner-left .expertcta-link.expertcta-ask a img {
        width: 15px;
        height: 15px;
    }
    .awardmedia-inner-left .expertcta-link.expertcta-callnow a em.fa.fa-phone {
        margin-right: 8px;
        font-size: 12px;
    }
    .slide-gallery{
            margin-top: 20px;
    }
    .customer-bg {
    padding: 20px 15px;
}
    .whatsapp_icon {
        left: unset;
        bottom: 200px;
        right: 10px;
    }
}
