@media(max-width:1199px) {
    .header-utilities {
        display: none;
    }

    .header-menus>ul {
        display: none;
    }

    .header-right {
        display: none;
    }

    .mobile-utl {
        display: block;
    }

    .header-wrap {
        padding: 10px 0;
    }

    .cart-popup {
        right: -7px;
    }

    .featured-category ul li:nth-child(7) {
        border-right: none;
    }

    .featured-category ul li:nth-child(8) {
        border-right: 1px solid var(--border-color);
        border-bottom: none;
    }

    .featured-category ul li:nth-child(14) {
        border-right: none;
    }

    .featured-category ul li:last-child {
        display: none;
    }

    .best-selling .row .col-lg-3 {
        width: 25%;
    }

    .best-selling .row .col-lg-3:nth-child(9) {
        display: none;
    }

    .best-selling .row .col-lg-3:nth-child(10) {
        display: none;
    }

    .best-selling .row .col-lg-3:nth-child(4) .product-wrap {
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(5) .product-wrap {
        border-right: 1px solid var(--border-color);
    }

    .best-selling .row .col-lg-3:nth-child(8) .product-wrap {
        border-right: none;
    }
}






@media(max-width:991px) {
    .information-wrap {
        margin-top: 25px;
    }

    .information.mt1 {
        margin-top: 5px;
    }

    .featured-category ul {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .featured-category ul li:nth-child(5) {
        border-right: none;
    }

    .featured-category ul li:nth-child(7) {
        border-right: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(8) {
        border-bottom: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(9) {
        border-bottom: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(10) {
        border-bottom: 1px solid var(--border-color);
        border-right: none;
    }

    .featured-category ul li:nth-child(14) {
        border-right: 1px solid var(--border-color);
    }

    .featured-category ul li:last-child {
        display: block;
        border-right: none;
    }

    .additional-cat .col-lg-4:nth-child(3) {
        display: none;
    }

    .category-option-col {
        margin-bottom: 25px;
    }

    .category-option.mb {
        margin-bottom: 25px;
    }

    .offer-walls-wrap {
        height: 100%;
    }

    .best-selling .row .col-lg-3 {
        width: 33.3333%;
    }

    .best-selling .row .col-lg-3:nth-child(9) {
        display: block;
    }

    .best-selling .product-wrap {
        padding: 30px;
    }

    .best-selling .row .col-lg-3:nth-child(3) .product-wrap {
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(4) .product-wrap {
        border-right: 1px solid var(--border-color);
    }

    .best-selling .row .col-lg-3:nth-child(6) .product-wrap {
        border-bottom: 1px solid var(--border-color);
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(8) .product-wrap {
        border-right: 1px solid var(--border-color);
    }

    .best-selling .row .col-lg-3:nth-child(9) .product-wrap {
        border-right: none;
    }

    .thumbnail-product-wrap {
        min-height: 168px;
    }

    .footer .row .col-lg-3 {
        width: 25%;
    }

    .footer-head {
        flex-wrap: wrap;
    }

    .social-media {
        width: 50%;
    }

    .store {
        width: 50%;
        justify-content: flex-end;
    }

    .newsletter {
        margin-top: 20px;
    }

    /* .details-page-slide {
        display: none;
    } */

    .details-mobile-slide {
        display: block;
    }

    .details-mobile-slide .carousel-item {
        border-radius: 10px;
        height: auto;
        border: 1px solid var(--border-color);
        cursor: pointer;
    }

    .details-page-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .category-filter-wrap {
        position: fixed;
        top: 0;
        left: -320px;
        z-index: 1022;
        border-radius: 0;
        width: 320px;
        height: 100%;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 50px;
        opacity: 0;
        visibility: hidden;
        transition: ease-in-out .5s;
    }

    .category-filter-wrap.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .category-filter-wrap::-webkit-scrollbar {
        width: 8px;
    }

    .category-filter-wrap::-webkit-scrollbar-track {
        background: #fff;
    }

    .category-filter-wrap::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 50px;
    }

    .cat-filter-close {
        display: block;
    }

    .category-page .row .col-lg-9 {
        width: 100%;
    }

    .filter-tog {
        display: block;
    }

    .category-sidebar h3 {
        display: none;
    }

    .cart-page-sidebar {
        margin-top: 25px;
    }

    .bd-sidebar {
        position: static;
        margin-top: 20px;
    }

    .dashboard_sidebar {
        position: fixed;
        top: 0;
        left: -270px;
        bottom: 0;
        height: 100%;
        z-index: 1022;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
    }

    .dashboard_sidebar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .dashboard-main-wrapper {
        width: 100%;
    }

    .dash-toggle {
        display: block;
    }

    .dash-close {
        display: block;
    }
}






@media(max-width:767px) {
    .search {
        width: 380px;
    }

    .carousel-item {
        height: 400px;
    }

    .information .col-lg-3 {
        width: 50%;
    }

    .featured-category ul {
        grid-template-columns: repeat(auto-fill, minmax(182px, 1fr));
    }

    .featured-category ul li:nth-child(3) {
        border-right: none;
    }

    .featured-category ul li:nth-child(5) {
        border-right: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(6) {
        border-right: none;
    }

    .featured-category ul li:nth-child(9) {
        border-right: none;
    }

    .featured-category ul li:nth-child(10) {
        border-right: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(11) {
        border-bottom: 1px solid var(--border-color);
    }

    .featured-category ul li:nth-child(12) {
        border-bottom: 1px solid var(--border-color);
        border-right: none;
    }

    .additional-cat .col-lg-4 {
        width: 50%;
    }

    .best-selling .row .col-lg-3 {
        width: 50%;
    }

    .best-selling .row .col-lg-3:nth-child(2) .product-wrap {
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(3) .product-wrap {
        border-right: 1px solid var(--border-color);
    }

    .best-selling .row .col-lg-3:nth-child(4) .product-wrap {
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(8) .product-wrap {
        border-right: none;
    }

    .best-selling .row .col-lg-3:nth-child(9) {
        display: none;
    }

    .offer-walls-wrap {
        margin-bottom: 25px;
        height: auto;
    }

    .footer .row .col-lg-3 {
        width: 33.3333%;
    }

    .footer-logo {
        order: 1;
    }

    .payment-list {
        order: 2;
    }

    .copyright {
        order: 3;
        width: 100%;
        border-top: 1px solid #414142;
        margin-top: 15px;
        padding-top: 15px;
    }

    .footer-bottom-wrap {
        flex-wrap: wrap;
    }

    .checkout-page .check-row {
        flex-direction: column-reverse;
    }

    .checkout-main {
        margin-top: 30px;
    }

    .details-additional-right {
        margin-top: 20px;
    }

    .details-add-review-col {
        display: block;
    }

    .customer-reviews-right {
        margin-left: 0;
        margin-top: 30px;
    }


    .team-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .team-member {
        flex: 0 1 calc(50% - 20px);
    }


}

@media (min-width: 769px) {
    .team-member {
        flex: 0 1 calc(25% - 20px);
    }

    .feature-card {
        padding: 15px;
    }

    .feature-card h3 {
        font-size: 21px;
    }

    .feature-card p {
        font-size: 0.9rem;
    }
}






@media(max-width:575px) {
    .logo img {
        height: 22px;
    }

    .search .form-control {
        height: 36px;
        font-size: 13px;
        padding: 5px 10px;
        padding-right: 45px;
    }

    .search button {
        padding: 6px 10px;
        font-size: 17px;
    }

    .search {
        width: 240px;
    }

    .th-wrap {
        padding: 12px 0;
    }

    .header-wrap {
        padding: 7px 0;
    }

    .mobile-logo img {
        height: 27px;
    }

    .mobile-menu-head {
        height: 60px;
        padding: 10px 20px;
    }

    .mobile-utl ul li a {
        font-size: 20px;
    }

    .cart-popup b {
        height: 15px;
        width: 15px;
        line-height: 15px;
        font-size: 10px;
    }

    .cart-popup {
        top: 0px;
    }

    .carousel-control-prev {
        left: 15px;
    }

    .carousel-control-next {
        right: 15px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 30px;
        width: 30px;
        line-height: 32px;
    }

    .carousel-control-prev-icon::before {
        font-size: 14px;
    }

    .carousel-control-next-icon::before {
        font-size: 14px;
    }

    .carousel-item {
        /* height: 250px; */
        height: 150px;
    }

    .cart-popup-head {
        padding: 10px 20px;
        height: 60px;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .cart-popups {
        padding: 20px;
        width: 100%;
    }

    .cart-popup-head h3 {
        font-size: 18px;
    }

    .cart-empty img {
        height: 100px;
    }

    .cart-empty h3 {
        font-size: 18px;
        margin-top: 15px;
    }

    .cart-empty {
        padding-top: 10px;
    }

    p {
        font-size: 15px;
    }

    .mobile-menu {
        width: 100%;
    }

    .bars img {
        height: 16px;
    }

    .information-wrap {
        display: block;
        border: 1px solid var(--border-color);
        padding: 15px 10px;
        border-radius: var(--border-radius);
        text-align: center;
        margin-top: 10px;
    }

    .information-icon i {
        font-size: 28px;
    }

    .information-content {
        padding-left: 0;
    }

    .information-content b {
        font-size: 16px;
    }

    .information-content span {
        font-size: 14px;
        margin-top: 10px;
    }

    .information .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .information .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .information.mt1 {
        margin-top: 25px;
    }

    .main-title h3 {
        font-size: 17px;
        order: 1;
    }

    .main-title a {
        order: 2;
    }

    #countdown {
        order: 3;
        padding-right: 0;
        margin-top: 15px;
    }

    .main-title {
        margin-bottom: 20px;
    }

    .featured-category ul li {
        width: 33.3333%;
        padding: 15px 10px;
    }

    .featured-category ul {
        display: flex;
        flex-wrap: wrap;
    }

    .featured-category ul li:nth-child(3) {
        border-right: none;
    }

    .featured-category-info h3 {
        font-size: 12px;
    }

    .featured-category-info {
        margin-top: 10px;
    }

    .featured-category-img img {
        height: 45px;
        width: 45px;
    }

    .deals-product .owl-theme .owl-nav {
        display: none;
    }

    .deals-product .main-title {
        flex-wrap: wrap;
    }

    #countdown h3 {
        white-space: nowrap;
        order: 0;
    }

    .product-wrap {
        padding: 20px;
    }

    .product-img img {
        margin: auto;
    }

    .deals-product .product-wrap {
        min-height: 430px;
    }

    .mt {
        margin-top: 40px;
    }

    .mb {
        margin-bottom: 40px;
    }

    .pt {
        padding-top: 40px;
    }

    .pb {
        padding-bottom: 40px;
    }

    .additional-cat .col-lg-4 {
        width: 100%;
    }

    .additional-cat .col-lg-4:nth-child(2) .add-cat-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .additional-cat .col-lg-4:nth-child(3) {
        display: block;
    }

    .add-cat-wrap {
        padding: 25px 20px;
        min-height: 150px;
    }

    .add-cat-content h3 {
        font-size: 18px;
    }

    .add-cat-content a {
        font-size: 13px;
        padding: 5px 15px;
        margin-top: 15px;
    }

    .add-cat-img {
        width: 100px;
        height: 100px;
    }

    .add-cat-content {
        width: calc(100% - 100px);
    }

    .category-option-col {
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }

    .inner-title h3 {
        font-size: 18px;
    }

    .category-option-col .col-lg-6 {
        width: 50%;
    }

    .category-option-info h3 {
        font-size: 15px;
    }

    .category-option-img {
        height: 120px;
        padding: 10px;
    }

    .category-option.mb {
        margin-bottom: 0;
    }

    .main-title a {
        font-size: 13px;
    }

    .best-selling .row {
        flex-wrap: nowrap;
        margin-left: -10px;
        margin-right: -10px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .best-selling .row::-webkit-scrollbar {
        display: none;
    }

    .best-selling .row .col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
        width: 82%;
    }

    .border-section {
        border: none;
    }

    .best-selling .product-wrap {
        border: 1px solid var(--border-color) !important;
        border-radius: var(--border-radius);
        padding: 20px;
        min-height: 397px;
    }

    .product-ads-img {
        margin-bottom: 20px;
        height: 150px;
    }

    .product-ads.mb {
        margin-bottom: 20px;
    }

    .thumbnail-product .main-title {
        margin-bottom: 5px;
    }

    .thumbnail-product-wrap {
        padding: 15px;
    }

    .thumbnail-product-img {
        width: 80px;
        height: 80px;
    }

    .thumbnail-product-content {
        width: calc(100% - 80px);
    }

    .thumbnail-product-content h3 {
        font-size: 15px;
    }

    .thumbnail-product-wrap .product-util {
        right: 15px;
        bottom: 20px;
    }

    .product-content h3 {
        font-size: 13px;
        /* font-size: 15px; */
    }

    .offer-walls-wrap {
        display: block;
        padding: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .offer-walls-left {
        width: 100%;
    }

    .offer-walls-right {
        width: 100%;
        margin-top: 30px;
    }

    .offer-walls-right img {
        margin: auto;
        height: 120px;
        width: 120px;
    }

    .offer-walls-left span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .offer-walls-left h3 {
        font-size: 25px;
    }

    .offer-walls-left a {
        padding: 7px 15px;
    }

    .offer-walls.mb {
        margin-bottom: 20px;
    }

    .footer {
        padding: 40px 0 10px;
    }

    .social-media {
        order: 1;
        width: 100%;
    }

    .store {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .store a {
        flex: 1;
        padding: 7px 15px;
        border-radius: var(--border-radius);
    }

    .newsletter {
        order: 2;
        width: 100%;
    }

    .footer-head {
        text-align: center;
    }

    .social-media ul {
        justify-content: center;
    }

    .newsletter button {
        padding: 5px 10px;
    }

    .footer .row .col-lg-3 {
        width: 50%;
    }

    .footer-wrap {
        margin-bottom: 30px;
    }

    .footer-wrap h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-wrap ul li a {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-logo img {
        height: 25px;
    }

    .payment-list img {
        height: 18px;
    }

    .copyright {
        text-align: center;
    }

    .copyright p {
        font-size: 13px;
    }

    .footer-bottom {
        padding: 15px 0 15px;
    }

    .mobile-utl ul li+li a {
        margin-left: 20px;
    }

    .cart-popup-img img {
        height: 70px;
        width: 70px;
    }

    .cart-popup-content h3 {
        font-size: 14px;
    }

    .cart-footer a {
        font-size: 14px;
    }

    .cart-popup-content {
        width: calc(100% - 70px);
    }

    .auth-page {
        padding: 0;
    }

    .auth-card-body {
        padding: 30px 20px;
    }

    .auth-card-head h3 {
        font-size: 20px;
    }

    .other-login-btn a {
        font-size: 13px;
        padding: 10px 7px;
    }

    .other-login-btn a img {
        height: 15px;
        width: 15px;
        margin-right: 7px;
    }

    .other-login-btn a+a {
        margin-left: 5px;
    }

    .auth-card-head {
        margin-bottom: 20px;
    }

    .auth-card-footer p {
        margin-top: 20px;
    }

    .checkout-product-left h3 {
        font-size: 15px;
    }

    .grand-total span {
        font-size: 16px;
    }

    .grand-total b {
        font-size: 16px;
    }

    .checkout-sidebar>h3 {
        font-size: 20px;
    }

    .checkout-main h3 {
        font-size: 20px;
    }

    .checkout-form {
        padding: 20px;
    }

    .payment-utl .form-check {
        margin-top: 10px;
    }

    .common-btn .btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .payment-utl {
        padding-bottom: 10px;
    }

    .payment-utl h3 {
        margin-bottom: 15px;
    }

    .breadcrumb {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
    }

    .details-mobile-slide .carousel-indicators .active::before {
        background: #fe0000;
        height: 9px;
        width: 9px;
    }

    .details-page-info h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .details-footer {
        margin-top: 20px;
    }

    .details-footer-head button {
        margin-right: 5px;
        font-size: 15px;
    }

    .details-footer-head a {
        margin-right: 5px;
        font-size: 15px;
    }

    .additional-list ul li i {
        font-size: 20px;
        margin-right: 12px;
    }

    .additional-list ul li span {
        font-size: 14px;
    }

    .details-page-head form {
        margin-bottom: 0;
    }

    .nav-tabs .nav-link {
        margin-right: 25px;
        font-size: 17px;
        padding-bottom: 3px;
    }

    .nav-tabs .nav-link:last-child {
        margin-right: 0;
    }

    .avg-rating-btn a {
        padding: 10px 10px;
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .avg-rating-btn {
        display: block;
    }

    .avg-rating-btn button {
        width: 100%;
        padding: 10px 10px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 10px;
    }

    .main-review {
        margin-top: 30px;
    }

    .main-review-list {
        display: block;
    }

    .main-review-content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .main-review-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .main-review h5 {
        margin-bottom: 25px;
    }

    .main-review-icon img {
        height: 50px;
        width: 50px;
        border-radius: var(--border-radius);
    }

    .related-product .product-wrap {
        min-height: 442px;
    }

    .related-product .owl-theme .owl-nav {
        display: none;
    }

    .filter-tog {
        order: 1;
    }

    .category-main-head .form-control {
        order: 2;
        width: 250px;
    }

    .category-main-head h3 {
        order: 3;
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
    }

    .category-main-head {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .filter-tog h2 {
        height: 36px;
        font-size: 15px;
        padding: 10px 12px;
    }

    .category-filter-wrap {
        width: 100%;
    }

    .category-page.mb {
        margin-bottom: 15px;
    }

    .cart-sidebar-col {
        padding: 20px;
    }

    .cart-page-list {
        padding: 20px;
    }

    .cart-page-col {
        display: block;
        text-align: center;
    }

    .cart-page-content {
        width: 100%;
        padding-left: 0;
    }

    .cart-page-main {
        margin-right: 0;
    }

    .cart-page-content h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .cart-page-util-left .prev-price {
        margin-right: 10px;
    }

    .qty span {
        margin-right: 10px;
    }

    .cart-page-util {
        display: block;
    }

    .cart-page-util-left {
        justify-content: center;
    }

    .cart-page-util .qty {
        justify-content: center;
        margin-top: 10px;
    }

    .cart-page-util .qty .form-control {
        width: 20% !important;
    }

    .prev-price del {
        font-size: 15px;
    }

    .new-price span {
        font-size: 15px;
    }

    .cart-page-main h3 {
        font-size: 20px;
    }

    .car-page-img img {
        height: 100px;
        width: 100px;
    }

    .cart-page-sidebar h3 {
        font-size: 20px;
    }

    .cart-sidebar-col ul li span {
        font-size: 15px;
    }

    .bp-content h3 {
        font-size: 18px;
    }

    .bp-content p {
        margin-top: 10px;
    }

    .bp-content {
        padding: 15px;
        min-height: auto;
    }

    .bp-wrap {
        margin-bottom: 25px;
    }

    .blog-page.mb {
        margin-bottom: 15px;
    }

    .bd-main-img {
        height: auto;
    }

    .bd-main h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .bd-main ul li {
        font-size: 14px;
    }

    .bd-sidebar h3 {
        font-size: 18px;
    }

    .contact-us-list-wrap {
        padding: 20px;
    }

    .contact-us-list-wrap h3 {
        padding: 12px 20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 20px;
    }

    .contact-us-list-wrap ul li a {
        font-size: 15px;
    }

    .contact-us-form h3 {
        font-size: 20px;
    }

    .contact-us-form {
        margin-top: 0;
        padding: 20px;
    }

    .contact-us-form label {
        font-size: 14px;
    }

    .contact-us-form .form-control {
        height: 42px;
    }

    .contact-us-form button {
        font-size: 15px;
    }

    .cta-content {
        padding: 20px;
    }

    .cta-content h3 {
        font-size: 20px;
    }

    .call-us a {
        font-size: 20px;
    }

    .cta-btn a {
        font-size: 15px;
    }

    .dashboard_sidebar {
        width: 100%;
    }

    .graph-row .col-lg-3 {
        width: 50%;
    }

    .visit_graph {
        margin-bottom: 14px;
    }

    .main-dashboard {
        margin-top: 10px;
    }

    .graph_art i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    .graph_art {
        margin-right: 12px;
    }

    .visit_graph h5 {
        font-size: 15px;
    }

    .in_dp_flex span {
        font-size: 20px;
    }

    .data_tables td {
        white-space: nowrap;
    }

    .payment-option-dashboard ul {
        flex-wrap: wrap;
    }

    .payment-option-dashboard ul li {
        width: 50%;
        text-align: center;
    }

    .payment-option-dashboard ul li+li {
        margin-left: 0;
    }

    .data_tables .table thead th {
        white-space: nowrap;
    }

    .otp-form {
        margin-top: 0;
        margin-bottom: 0;
        padding: 30px 20px;
    }

    .u-columns p {
        max-width: 100%;
    }

    .otp-img img {
        height: 150px;
    }

    .u-columns h2 {
        font-size: 22px;
    }

    .u-column2 h3 {
        font-size: 18px;
    }

    /* for Membership */
    @media (max-width: 768px) {
        .pricing-container {
            flex-direction: column;
            align-items: center;
        }
    }
}