@media (max-width: 1399.98px) {

    .category-box-bg {
        overflow-x: auto;
    }

}

@media (max-width: 1299.98px) {
    .product-list-listing-box {
        width: 32%;
    }


}

@media (max-width: 1199.98px) {
    .header-bottom_wrapper {
        display: none;
    }

    .product-list-listing-box {
        width: 31.7%
    }

    .button-container {
        display: flex;
        flex-direction: column;
    }

    .prd-detail-heading {
        font-size: 20px;
        line-height: 30px;
    }


    .qty-control {
        width: 30%;
        margin-left: 0;
    }

    .qty-control-bg {
        justify-content: start;
        align-items: center;
        margin-top: 15px;
    }

    .item-total {
        margin-left: 25px;
        margin-bottom: 0;
    }

    .remove-item {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .filter-btn {
    padding: 7px 9px;
    margin-right: 6px;
    font-size: 14px;
}
.filter-card label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 500 !important;
}

}




@media (max-width: 991.98px) {
    .become-seller-btn {
        display: none;
    }

    .header-search {
        width: 90%;
        margin: 0 auto;
    }

    .become-seller-bg {
        display: none;
    }

    .become-seller-mob-bg {
        display: block;
    }

    .become-seller-mob-btn {
        padding: 0;
        border-radius: 30px;
        margin-right: 20px;
        background: #ee9ca7;
        background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);
        background: linear-gradient(to right, #ffdde1, #ee9ca7);
        font-size: 14px;
        color: #ff2d4a;
        background: transparent;
    }

    .category-box {
        margin-right: 15px;
        border-radius: 15px;
        padding: 15px 20px;
    }

    .category-box-img {
        width: 100px;
        height: 100px;
    }

    .category-box-info {
        margin-top: 10px;
        text-align: center;
    }

    .category-box-info h6 {
        font-size: 13px;
    }

    .latest-art-main-bg {
        padding: 40px 0;
        margin-top: 30px;
    }

    .category-bg {
        margin-top: 30px;
    }

    .category-box-bg {
        overflow-x: auto;
    }


    .column-base {
        padding-left: 10px;
    }

    .product-list-listing-bg {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-list-listing-box {
        width: 49%;
        margin: 0;
        margin-bottom: 10px;
    }

    .sidebar-shop {
        display: none;
    }





    .column-base {
        padding-left: 0;
    }



    .btn-filter {
        background: #f9eded;
        color: #000000;
        padding: 1px 7px;
        font-size: 14px;
    }

    .wishlist-add-bg-mob {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wishlist-add-bg {
        display: none;
    }

    .wishlist-add-bg-mob.active i {
        color: #B22222;
    }

    .product-list-heading-bg {
        display: none;
    }

    .pk-sort-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pk-sort-bar-mobile {
        background: #ffffff;
        padding-bottom: 0.25rem;
        width: 100%;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-radius: 9px;
        border: 2px solid #f1f1f1;
        margin-top: 2px;
        margin-bottom: 15px;
    }
    .filter-card{
        margin-bottom: 5px;
    }
    .order-detail-card .info h2 {
    font-size: 15px;
    font-weight: 700;
}


}



@media (max-width: 767.98px) {
    .product-list-heading-bg {
        margin-top: 55px;
    }

    .header-search {
        display: none;
    }

    .serch-mob-ico-bg {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .serch-mob-ico-bg span {
        font-size: 13px;
        color: #111827;
        ;
    }

    .sidebar {
        width: 300px;
        transform: translateX(-100%);
        z-index: 854545455;

    }

    .right-content {
        width: calc(100% - 0px);
    }


    .sidebar .btn-close {
        position: absolute;
        top: 0px;
        right: 20px;
        font-size: 36px;
        margin-left: 50px;
        color: #fff;
    }


    .header-logo img {
        width: 50px;
    }

    .open-slide {
        display: inline-block;
    }

    .product-list-index-bg {
        justify-content: space-between;
    }

    .product-list-index-box {
        width: 49%;
        margin: 0;
    }

    .header-middle_wrapper {
        padding: 10px 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 21;
        background: #fff;
        width: 100%;
    }

    .header-top {
        display: none;
    }


    /* White rounded container */
    .bottom-nav {
        background: #ffffff;
        height: 60px;
        border-radius: 0px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        position: fixed;
        bottom: 0;
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1039;
        border-top: 1px solid #dedede;
    }

    /* Nav items */
    .bottom-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        color: #9a9a9a;
        cursor: pointer;
    }

    .bottom-nav .nav-item i {
        font-size: 22px;
        margin-bottom: 6px;
    }


    /* Active state */
    .bottom-nav .nav-item.active span {
        color: #B22222;
    }

    .bottom-nav .nav-item.active img {
        filter: invert(16%) sepia(116%) saturate(7539%) hue-rotate(356deg) brightness(61%) contrast(136%);
    }

  /* Full page overlay */


  #openOverlay {
        border: 1px solid #b22222;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        padding: 4px 9px;
        color: #b22222;
        background: #fff;
}
.overlay-content label{
    text-align: left;
            display: grid;
}
.orders-tabs-bg{
    flex-direction: column;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a7221f;;
}
    .filter-btn {
        padding: 7px 9px;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

#fullPageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}


#fullPageOverlay.active {
    opacity: 1;
    visibility: visible;
}

.overlay-content {
    background: #fff;
    width: 100%;  
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    height: 100vh;
}

/* Cancel button */
.close-btn {
  border: 0;
    border-radius: 6px;
    padding: 7px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 10px;
    font-size: 14px;
        background: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.closeOverlay-heading{
        align-items: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 18px;
       padding-bottom: 15px;

}
.filter-card-web, .orders-tabs-bg-web{
    display: none !important;
}
.order-main-bg{
    margin-top: 80px;
}


    .cart-target {
        display: none !important;
    }

    .footer-copyright {
        margin-bottom: 70px;
    }



    .banner-bg {
        margin-top: 70px;
    }

    .product-breadcrumb {
        display: none;
    }

    .product-gallery {
        position: relative;
        margin-top: 50px;
    }

    .section-title {
        font-size: 16px;
    }

    .related-products {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .tab-content {
        padding-bottom: 0;
    }

    .product-details-tabs .nav-tabs {
        overflow-x: auto;
        display: -webkit-box;
        overflow-y: hidden;
    }

    .cart-page-container {
        margin-top: 75px;
        padding: 15px;
    }

    .checkout-section-progress {
        margin-top: 50px;
        margin-bottom: 0;
        padding: 15px;
    }

    .checkout-section {
        margin-top: 20px;
        padding: 15px;
    }

    .seller-group {
        padding: 0;
        background: #fff;
    }

    .order-summary-item {
        padding: 0;
        box-shadow: none;
    }

    .action-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 42142;
        background: #fff;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 12px 10px;
        border-top: 1px solid #dedede;
    }

    .buy-now {
        width: 48%;
    }

    .add-to-cart {
        width: 49%;
    }

    .qty-control {
        width: 46%;
        margin-left: 0;
    }

    .pk-sort-bar-mobile {
        z-index: 20;
        background: #ffffff;
        padding-bottom: 0.25rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px 5px;
        margin-top: 60px;
        border: 0;
        border-radius: 0;
    }

    .login-section {

        margin-top: 60px;
    }

    .success-icon-container {
        width: 70px;
        height: 70px;
    }

    .success-icon-container i {
        font-size: 40px;
    }

    .order-success-heading-bg h2 {
        font-size: 25px;
    }
        .success-order-bg {
        margin-top: 40px;
    }

     #toastContainer{
        position: fixed;
        bottom: 15%;
        left: 50%;
        z-index: 9999;
        min-width: 300px;
        transform: translateX(-50%);
    }
   .overlay-content, #openOverlay{
    display: block;
}
    .price-order-list-bg{
        display: flex;
        flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
    }
    .price-order-list-bg h6{
        margin-left: 10px;
        font-size: 12px;
        font-weight: 500;
    }
    .order-card-top-bg {
    padding: 8px 5px;
    position: relative;
}
.order-card-top-bg h5 {
    font-size: 12px;
}
.order-card-bottom-bg {
    padding: 10px;
}
.order-detail-info-bg a {
    margin: 0;
    font-size: 12px; 
    line-height: 18px;
}
b, strong {
    font-weight: 500;
    font-size: 13px;
}
.overlay-content .nav-pills .nav-link {
    font-size: 14px;
}
.status-badge-bg{
        position: absolute;
        right: 19px;
        top: 20px;
}
.status-badge-bg .status-badge {
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}
.btn-outline-theme {
    border: 1px solid #b22222;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 4px 9px;
    color: #b22222;
}
.order-card-top-bg{ 
    padding: 15px 5px;
}
.order-header {  
    margin-top: 60px;
}
.order-detail-card .info{
    margin: 5px 0;
}

    
}







@media (max-width: 575.98px) {
    .category-bg h3 {
        font-size: 20px;
    }

    .latest-product-bg h3 {
        font-size: 22px;
    }

    .availability-bg {
        flex-direction: column;
    }



    .item-total {
        margin-left: 10px;
    }

    .order-summary-card {
        padding: 15px;
    }

  

    .checkout-section-progress span {
        font-size: 12px;
    }

    .progress-step {
        width: 25px;
        height: 25px;
        font-weight: normal;
        font-size: 12px;
    }

    .progress {
        display: none;
    }

    .login-header h2,
    .login-header-heading {
        font-size: 18px;
    }

    .login-header p,
    #otpMobileDisplay {
        font-size: 12px;
    }

    .login-body {
        padding: 20px;
    }

    .btn-checkout {
        padding: 10px;
    }

    .login-section {
        padding-top: 15px;
    }

    .login-features li {
        margin: 0px 4px;
        font-size: 10px;
    }



    .order-success-heading-bg h2 {
        font-size: 20px;
    }
    .order-success-heading-bg p {
        font-size: 13px;
    }
    .success-order-bg h5{
        font-size: 14px;
    }
    .actions .btn-outline-theme{
        margin: 5px 0;
        width: 100%;
    }
 



}

@media (max-width: 369.98px) {

    .buy-now {
        width: 47%;
        font-size: 13px;
    }

    .add-to-cart {
        width: 49%;
        font-size: 13px;
    }
}