/* Min Width Responsive Start From Here */
@media (min-width: 360px) {
    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
}

@media (min-width: 768px) {

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }


    .w-md-auto {
        width: auto !important;
    }

    .small-thumb {
        width: 75px;
        order: 1;
    }

    .big-thumb {
        flex: 0 0 auto;
        width: calc(100% - 65px);
        padding-left: 10px;
        order: 2;
    }
}


@media (min-width: 992px) {

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .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;
    }

    .category-menu .sub-cat-menu {
        width: calc(100% - 265px);
        left: 265px;
    }

    .small-thumb img:not(.fixed) {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-custom {
        flex: 0 0 auto;
        width: 20%;
    }

    .container {
        max-width: 1170px;
    }

}

@media (min-width: 1400px) {

    .category-menu .sub-cat-menu {
        width: calc(100% - 265px);
        left: 265px;
    }
}


/* Max Width Responsive Start From Here */

@media (max-width: 1499.98px) {
    .responsive-hide {
        display: none !important;
    }

    .detail-gallery>.gallery {
        width: 400px;
        display: block;
        padding: 0 30px;
    }

    .detail-gallery>.details {
        width: calc(100% - 400px);
    }

    .product-image-slider {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1399.98px) {
    .detail-gallery>.details {
        width: 100%;
        padding: 25px 0 0 0;
        max-width: 400px;
    }

}

@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-width {
        width: 110px;
    }

    .main-menu .nav-link {
        padding: .5rem .7rem;
    }
}

@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;
    }

    .responsive-slide-img {
        max-height: 250px;
        height: auto;
    }

    .responsive-img {
        height: auto;
    }

    .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: 400px;
        width: 100%;
    }

    header .category-toggler {
        display: none !important;
    }

    .banner-img {
        width: 100%;
        height: auto;
    }


    .phone-verification-section {
        padding: 50px 0;
    }

    .phone-verification-section .title-area .title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .scrollTop {
        display: none !important;
    }

    .mbl-hide {
        display: none;
    }

    .product-slide-image .watermark-img {
        width: 143px;
        height: 63px;
        left: 84px;
        top: 154px;
    }

    .detail-gallery>.details {
        flex: 0 0 auto;
        padding-left: 0;
        width: 100%;
        padding-bottom: 0;
    }

    .payment-methods>li {
        width: calc(50% - 10px);
    }

    .heading .line {
        display: none;
    }

    .detail-gallery>.gallery {
        padding: 0;
    }


    .tracking-wrapper .tracking .tracking-body .steps .step {
        width: 100%;
        flex: 0 0 auto;
    }

    .tracking-wrapper .tracking .tracking-body .steps .step.active::before {
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 10px);
        animation: topBottom 2s infinite;
    }

    @keyframes topBottom {
        0% {
            transform: translateX(-50%) translateY(-15px) rotate(90deg);
        }

        50% {
            transform: translateX(-50%) translateY(0) rotate(90deg);
        }

        100% {
            transform: translateX(-50%) translateY(-15px) rotate(90deg);
        }
    }
}

@media (max-width: 575.98px) {

    header .logo {
        object-fit: contain;
        max-width: 150px;
    }

    .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 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%;
    }

    .responsive-size {
        font-size: 28px;
    }

    .custom-table {
        display: block;
    }

    .custom-table thead {
        display: none;
    }

    .custom-table tr {
        display: block;
    }

    .custom-table tr td {
        display: block;
        text-align: center;
    }

    .responsive-sm {
        width: 60px;
        height: 60px;
    }


    .order-view-table {
        display: flex;
        flex-direction: column;
    }

    .order-view-table tbody tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .order-view-table tbody tr td:first-child {
        flex: 0 0 auto;
        width: 70px;
    }

    .order-view-table tbody {
        border-top-color: transparent !important;
    }

    .order-view-table tbody tr td:nth-child(2) {
        border-radius: 0 5px 5px 0;
        flex: 0 0 auto;
        width: calc(100% - 70px);
    }

    .order-view-table tbody tr td {
        display: flex;
        align-items: center;
    }

    .order-view-table thead {
        display: none;
    }

    .order-view-table tbody tr td:nth-child(3) {
        flex: 1;
        padding-left: 15px;
    }

    .order-view-table tbody tr td:nth-child(4) {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .order-view-table tbody tr td .price {
        display: flex;
        justify-content: space-between;
    }

    .order-view-table tbody tr td:nth-child(4) .price span {
        flex: 0 0 auto;
        width: 105px;
        padding-left: 28px;
    }


    .phone-verification-section .verification-body {
        padding: 15px;
    }

    .phone-verification-section .verification-body form input {
        padding: 6px;
    }

    .phone-verification-section {
        padding: 60px 0;
    }

    .h4,
    h4 {
        font-size: calc(1.1rem + .3vw);
    }
}
