/* Min Width Responsive Start From Here */
@media (min-width: 576px) {
    .single-product {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .single-product {
        width: 50%;
    }
}


@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #e2e5ec !important;
    }

    .border-lg-top {
        border-top: 1px solid #e2e5ec !important;
    }

    .border-lg-right {
        border-right: 1px solid #e2e5ec !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e2e5ec !important;
    }

    .border-lg-left {
        border-left: 1px solid #e2e5ec !important;
    }

    .border-lg-0 {
        border: 0 !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .single-product {
        width: 33.33%;
    }

    .category-area {
        flex: 0 0 auto;
        width: 280px;
    }

}


@media (min-width: 1200px) {

    .slider-area {
        flex: 0 0 auto;
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .single-product {
        width: 25%;
    }

}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .single-product {
        width: 20%;
    }
}



/* Max Width Responsive Start From Here */

@media (max-width: 1199.98px) {
    .scrollTop {
        bottom: 85px;
    }

    .details-sidebar-wrapper .details-area {
        flex: 0 0 auto;
        width: 100%;
    }

    .dashboard-wrapper .info-area {
        flex: 0 0 auto;
        padding-left: 0;
        width: 100%;
    }

    .responsive-slide-img {
        width: 100%;
        height: auto;
    }

    .banner-img {
        width: 100%;
        height: auto;
    }

    .toggle-header {
        display: none !important;
    }

    .toggler-area {
        display: none;
    }

    header.sticky-top .toggler-area {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .front-header-search {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }

    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }

    .cart-wrapper .cart-form {
        flex: 0 0 auto;
        width: 100%;
    }

    .scrollTop {
        bottom: 80px;
        right: 20px;
    }

    .category-sidebar .category {
        flex: 0 0 auto;
        width: 100%;
    }

    .category-sidebar .category>* {
        padding: 20px;
    }

    .detail-gallery>.gallery {
        max-width: 300px;
    }

    .top-categories>* {
        width: 16.66%;
    }

    header .category-toggler {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .scrollTop {
        display: none !important;
    }

    .detail-gallery>.details {
        flex: 0 0 auto;
        padding-left: 0;
        width: 100%;
        padding-bottom: 0;
    }

    .payment-methods>li {
        width: calc(50% - 10px);
    }

    header .logo-area {
        flex: 0 0 auto;
        width: auto;
    }

}

@media (max-width: 575.98px) {
    .carousel .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .cart_table {
        display: block;
    }

    .cart_table thead tr,
    .cart_table thead,
    .cart_table tbody {
        display: block;
    }

    .cart_table tbody tr>* {}

    .cart_table thead tr>*:not(.product-name) {
        display: none;
    }

    .cart_table thead tr>.product-name {
        width: 100%;
        text-align: center;
        border: 1px solid var(--bs-gray-300);
        margin-bottom: -1px;
        display: block;
    }

    .cart_table tbody {
        border-top: none !important;
    }

    .cart_table tbody tr {
        border-left: 1px solid var(--bs-gray-300) !important;
        border-right: 1px solid var(--bs-gray-300) !important;
        margin-bottom: 10px;
        display: block;
        border-top: 1px solid var(--bs-gray-300) !important;
    }

    .cart_table tbody tr>* {
        display: block;
        text-align: center;
    }

    .product-remove button {
        margin: auto;
    }

    .wishlist_table tbody,
    .wishlist_table tr>*,
    .wishlist_table tr,
    .wishlist_table {
        display: block;
        width: 100%;
        border: none !important;
    }

    .wishlist_table thead {
        display: none;
    }

    .wishlist_table tbody tr {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 10px;
    }

    .wishlist_table tr td {
        border: 1px solid #dee2e6 !important;
        text-align: center;
        margin-top: -1px;
        border-bottom: none !important;
    }

    .otp-verify-wrapper {
        margin: 30px auto;
        padding: 30px;
    }

    .verify-codes input {
        width: 40px;
        height: 35px;
        padding: 5px;
        font-size: 14px;
    }

    .payment-methods>li {
        width: 100%;
    }

    .top-categories>* {
        width: 25%;
    }

    header .logo {
        max-width: 200px !important;
        height: auto;
    }

    footer .social-links ul li i {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
}

@media (max-width: 479.98px) {
    header .logo {
        max-width: 170px !important;
    }

    .single-product {
        width: 100%;
    }

}