@media (max-width: 1399px) {
    .col-gd {
        width: 25%;
    }
    .hero-area3.hero-area4 .item {
        height: 450px;
    }
}
@media (max-width: 1366px) {
    .slider-area-wrapper .item-inner {
        max-width: 70%;
    }
    .flash-sell-area.three_column_product .section-title h2{
        font-size: 24px;
    }
    .flash-sell-area.three_column_product .section-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .left-category-area .category-list .navi-link img{
        display: none;
    }
    .left-category-area .category-list .navi-link {
        padding: 17px 8px;
    }
    .left-category-area .category-list {
        padding: 14px 0px;
    }
    .left-category-area .category-list .navi-link i {
        top: 5px;
    }

}

@media (max-width: 991px) {
    .hero-area3 .right-img img {
        max-width: 220px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .slider-area-wrapper .item-inner {
        max-width: 100%;
    }
  
    .hero-area3 .left-content .title {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-area3 .left-content{
        text-align: center;
        width: 100%;
    }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .hero-area3 .left-content .subtitle {
        font-size: 30px;
    }
    .service-section.mt-60.pt-0{
        margin-top: 30px !important;
    }
  
    .col-gd {
        width: 33.333%;
    }
    .newproduct-section .section-title,
    .sps-two .section-title
    {
        display: block;
        text-align: center;
    }
    .sps-two  .section-title h2,
    .newproduct-section  .section-title h2
    {
        display: inline-block;
        margin-bottom : 20px;
    }
    .newproduct-section .section-title .links,
    .sps-two .section-title .links
    {
        display : block;
    }
    .newproduct-section .section-title .links, 
    .sps-two .section-title .links 
    {
        padding-bottom: 10px;
    }
    .section-title .links a::before {
        display: none;
    }
    .widget.p-4 {
        padding: 0px !important;
        box-shadow: none !important;
    }
    .contact-page .card.widget.p-4,
    .checkut-page .card.widget.p-4
    {
        border-radius: 5px !important;
        padding: 1.5rem !important;
    }
    .topbar{
        position: relative;
    }
    .compare-mobile {
        margin-right: 0px;
        margin-left: 10px;
    }
    .site-header .search-box-wrap{
        position: absolute;
        left: 0px;
        width: 100%;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 999;
    }
    .close-m-serch{
        font-size: 24px;
        margin-left: 20px;
        cursor: pointer;
    }
    .track-order-link.wishlist-mobile{
        margin-right: 10px;
    }
    .t-h-dropdown {
        margin-right: 10px;
    }
    .hero-slider .item {
        height: 430px;
    }
    .body_theme2 .hero-slider .item {
        height: 430px;
    }
    .home-youtube-wrap{
        width: 100%;
    }
    .home-youtube-embed{
        width: 100% !important;
        height: 260px !important;
        border-radius: 10px;
    }

    /* Theme 1 Modern Mobile Header */
    body.body_theme1 .menu-top-area{
        display: none !important;
    }
    body.body_theme1 header.site-header{
        background: #fff;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    body.body_theme1 header.site-header.navbar-sticky{
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    body.body_theme1 .topbar{
        padding: 10px 0;
    }
    body.body_theme1 .topbar .site-logo img{
        max-height: 44px;
        width: auto;
    }
    body.body_theme1 .site-header .toolbar{
        gap: 6px;
    }
    body.body_theme1 .site-header .toolbar .toolbar-item{
        width: auto;
        margin-left: 0;
    }
    body.body_theme1 .site-header .toolbar .toolbar-item > a > div{
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,0.04);
        border: 1px solid rgba(0,0,0,0.06);
        transition: transform .12s ease, background .12s ease;
    }
    body.body_theme1 .site-header .toolbar .toolbar-item > a:active > div{
        transform: scale(0.96);
    }
    body.body_theme1 .site-header .toolbar .toolbar-item > a > div .text-label{
        display: none;
    }
    body.body_theme1 .site-header .toolbar .toolbar-item i{
        font-size: 20px;
        line-height: 20px;
    }
    body.body_theme1 .site-header .toolbar .toolbar-item > a > div > .compare-icon > .count-label,
    body.body_theme1 .site-header .toolbar .toolbar-item > a > div > .cart-icon > .count-label{
        top: -6px;
        right: -6px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
        border-radius: 999px;
        border: 2px solid #fff;
    }
    body.body_theme1 .site-header .search-box-wrap{
        border-radius: 16px;
        overflow: hidden;
    }
}

/* Theme 1 Modern Desktop Header (light) */
@media (min-width: 992px) {
    body.body_theme1 header.site-header{
        box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    }
    body.body_theme1 .topbar{
        padding: 12px 0;
    }
    body.body_theme1 .search-box-wrap .search-box{
        background: rgba(0,0,0,0.03);
        border-radius: 14px;
        padding: 6px;
    }
    body.body_theme1 .search-box-wrap .form-control{
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .hero-area3.hero-area4 .item {
        height: 320px;
    }
    .body_theme2 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme3 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme4 .genius-banner{
        margin-bottom: 30px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center{
        text-align: center;
    }
    .shop-top-filter-wrapper select.form-control:not([size]):not([multiple]) {
        height: 35px;
    }
    .quickFilter .quickFilter-title{
        height: 35px;
        line-height: 35px;
    }
    .shop-top-filter-wrapper .shop-sorting .form-control {
        max-width: 155px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center .sptfl{
        justify-content: center;
        display: block;
    }
    .shop-top-filter-wrapper .shop-view{
        float: unset;
        margin-top: 15px;
    }
    .shop-top-filter-wrapper  .shop-sorting{
        display: block;
        flex: unset;
        margin-top: 15px;
        text-align: center;
    }

    .col-gd {
        width: 50%;
    }
    .hero-slider .owl-carousel .owl-nav div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .hero-slider .item {
        padding: 0px 20px;
    }
    .payment-methods .single-payment-method {
        width: 50%;
    }
    .details-page-top-right-content{
        margin-top: 30px;
    }
    .t-m-s-a{
        text-align: center;
    }
    a.genius-banner {
        margin-bottom: 30px;
    }
    .deal-of-day-section .section-title{
        display: block;
        text-align: center;
    }
    .deal-of-day-section .section-title h2{
        display: inline-block;
    }
    .deal-of-day-section .countdown{
        display: table;
        margin: 0 auto;
    }
    .deal-of-day-section .section-title .right-area{
        padding: 10px 0px 10px;
    }
    .flash-sell-area .section-title{
        text-align: left;
    }

}
@media (max-width: 576px) {
    .shop-top-filter-wrapper  .shop-sorting #sorting{
        display: block;
        margin: 0 auto;
    }
    .hero-slider .item {
        height: 340px;
    }
    .announcement-with-content .left-area {
        display: none;
    }
    .announcement-with-content .right-area {
        padding-left: 0px;
    }
    .announcement-with-content .right-area h3{
        font-size: 24px;
        font-weight: 600;
    }
}


@media (max-width: 500px) {
    .hero-area3.hero-area4 .item {
        height: 250px;
    }
    .slider-area-wrapper .item-inner .title {
        font-size: 30px;
    }
    .slider-area-wrapper .item-inner .subtitle {
        font-size: 15px;
        line-height: 24px;
    }
 
    .selected-product-section .features-slider .owl-nav div{
        top: 50% !important;
        transform: translateY(-50%);
    }
    .selected-product-section .features-slider .owl-nav div.owl-prev{
        left: -10px;
        right: auto;
    }
    .selected-product-section .features-slider .owl-nav div.owl-next{
        right: -10px;
    }
    .product-card .product-title > a {
        font-size: 13px !important;
        display: block;
    }
    .product-card .product-category>a{
        font-size: 12px;
    }
    .deal-of-day-section .section-title .h3::before{
        display: none;
    }
    .site-header .toolbar .toolbar-item {
        width: 34px;
        margin-left: 6px;
    }
    .flash-sell-new-section .product-card{
        display: block;
    }
    .flash-sell-new-section .product-card .product-thumb{
        width: 100%;
    }
    .flash-sell-area .section-title h2{
        font-size: 20px;
    }
    .p-action-button{
        display: block;
        margin-top: 12px;
    }
    .details-page-top-right-content .product-quantity{
        float: none;
    }
    .topbar .search-box-inner .search-box select {
        width: 80px;
    }
    .site-header .search-box-wrap .input-group{
        position: unset;
    }
    .site-header .search-box-wrap .search-box-inner{
        position: relative;
    }
}

@media (max-width: 414px) {
    .g-3, .gy-3 {
        --bs-gutter-y: 10px !important;
    }
    .g-3, .gx-3 {
        --bs-gutter-x: 10px !important;
    }
    .t-h-dropdown {
        margin-right: 8px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .details-page-top-right-content .p-title-main {
        font-size: 20px;
        line-height: 30px;
    }
   
}
@media (max-width: 390px) {
    .product-card .product-price > del{
        display: block;
    }
}
@media (max-width: 360px) {
    .product-card .product-title > a {
        font-size: 12px !important;
    }
    .product-card .product-card-body {
        padding: 10px 5px 0px;
    }
    .product-card.p-col .product-thumb {
        width: 100px;
        margin-right: 20px;
    }
    .genius-banner .inner-content h4 {
        font-size: 20px;
    }
}

.pagination {
    display: block; 
}
.pagination li {
    display: inline-block;
    margin: 3px 3px;
}

@media (max-width: 991px) {
    body.body_theme1{
        padding-bottom: 70px !important;
        padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
    }

    nav.mobile-bottom-nav{
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1030 !important;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        background: #ffffff !important;
        border-top: 1px solid rgba(0,0,0,0.08) !important;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.10) !important;
        padding-bottom: env(safe-area-inset-bottom) !important;
    }

    nav.mobile-bottom-nav .mobile-bottom-nav__item{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px 6px !important;
        min-height: 70px !important;
        text-decoration: none !important;
        color: #555;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    nav.mobile-bottom-nav .mobile-bottom-nav__item i{
        font-size: 22px !important;
        line-height: 22px !important;
    }

    nav.mobile-bottom-nav .mobile-bottom-nav__item span{
        margin-top: 4px !important;
        font-size: 11px !important;
        line-height: 12px !important;
        font-weight: 600 !important;
    }

    nav.mobile-bottom-nav .mobile-bottom-nav__item.is-active{
        background: rgba(0,0,0,0.03) !important;
    }
}