/* Min Width Responsive Start From Here */
@media (min-width: 480px) {
    .custom-col {
        width: 50%;
    }

    .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 576px) {
    .custom-col {
        width: 50%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .fs-sm-14 {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .custom-col {
        width: 33.33%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}


@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;
    }

    .custom-col {
        width: 25%;
    }

    .category-menu .sub-cat-menu {
        width: calc(100% - 25%);
        left: 25%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }


}


@media (min-width: 1200px) {

    .custom-col {
        width: 16.6666%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 1400px) {

    .custom-col {
        width: 16.6666%;
    }

    .category-menu .sub-cat-menu {
        width: calc(100% - 16.66666667%);
        left: 16.6666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 1500px) {
    .container {
        /* max-width: 1490px; */
    }

    .custom-col {
        width: 14.285714%;
    }
}

@media (min-width: 1630px) {
    .container {
        /* max-width: 1600px; */
    }
}

@media (min-width: 1770px) {
    .container {
        /* max-width: 1740px; */
    }
}



/* 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;
    }

    .slider-nav-thumbnails {
        order: 2;
        width: 100%;
    }
}

@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;
    }
}

@media (max-width: 991.98px) {    
    .welcome-menu-are{
        padding: 5%;
    }
    .welcome-logo{
        width: 120px;
    }
    .wd-flex{
        display: inline-block;
    }
    .wj-center{
        justify-content: center;
    }
    .w-logo-center{
        text-align: center;
    }
    .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;
        min-height: 150px;
    }

    .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;
    }

    header.bg-white {
        background-color: transparent !important;
    }

    header.bg-white.sticky-top {
        position: static !important;
    }

    .mobile-round {
        width: 36px;
        height: 36px;
        font-size: 10px;
        color: var(--bs-primary) !important;
        background-color: var(--bs-white);
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 3px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 6%);
    }
}

@media (max-width: 767.98px) {
    .d-mbl-none{
        display: none;
    }
    .d-dsk-none{
        display: block;
    }
    .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);
    }

    .heading .line {
        display: none;
    }

    .detail-gallery>.gallery {
        padding: 0;
    }
    
    .size-40px{
        height: 27px;
        width: 27px;
    }
    .fs-18 {
        font-size: 1rem !important;
    }
    .btn-primary {
        padding: 4px 10px !important;
    }
    .pe-30px, .px-30px, .p-30px {
        padding-right: 7px !important;
    }
    .ps-30px, .px-30px, .p-30px {
        padding-left: 7px !important;
    }
    .py-2 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
}

@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:last-child {
        /* border: none !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%;
    }

    .brand-logo {
        height: 50px;
    }

    .logo {
        max-width: 160px;
    }

    .single-category a {
        font-size: 13px !important;
    }

    .single-category img {
        height: 16px;
    }

    .product-vertical figure img,
    .product-vertical figure {
        order: -1;
        width: 100% !important;
    }

    .area-title {
        font-size: 18px;
    }

    .single-blog h6,
    .single-product h5,
    .single-product h6 {
        font-size: 14px !important;
    }

    .single-product p,
    .single-product .price {
        font-size: 12px !important;
    }

    footer .nav-link {
        font-size: 13px !important;
    }

    .btn-gradient {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .cart_table .product-img {
        width: 60px;
    }
}