

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}


@media (max-width: 1213px) {
    .cart-content{
        flex-direction: column;
    }
}


@media (max-width: 1200px) {
    .category-title{
        font-size: 1rem;
    }
}
@media (max-width: 993px) {
    .cart-content{
        flex-direction: row;
    }
}
@media (max-width: 991px) {
    #nav-item{
        padding: 0.7rem;
        border: 1px solid var(--border_color);
        border-radius: 8px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #nav-item i{
        margin-right: auto;
        color: var(--white_color);
        background: var(--primary_color);
        width: 25px;
        height: 25px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .dropdown-menu{
        margin-bottom: 1rem;
    }
    .navbar-brand{
        margin-right: 10px;
    }
    .ul_mobile_hodden{
        display: none;
    }
    #Btnnav_toggler{
        display: flex;
    }
    .content_banner h1{
        font-size: 1.7rem;
    }
    .content_banner p{
        font-size: 1rem;
    }
    /* #Btnnav_toggler{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: ;
    } */
    .footer-section {
        font-size: 0.95rem;
    }
    .footer-title {
        font-size: 1rem;
    }
    .product-details-section {
        padding-top: 1.2rem;
    }
    .product-gallery, .product-info-block {
        padding: 1.2rem 0.7rem;
        min-height: 220px;
    }
    .product-details-section .product-title {
        font-size: 1.1rem;
    }
    .footer-logo img {
        max-width: 90px;
    }
    .hero-title { font-size: 1rem; }
    .hero-desc { font-size: 1rem; }
    .hero-section { min-height: 320px; padding: 1.5rem 0; }
    .hero-img { max-height: 180px; }
    .banner-card {
        min-height: 220px;
    }
    .banner-content {
        padding: 1.2rem 0.7rem 0.7rem 0.7rem;
    }
    .banner-title {
        font-size: 0.8rem;
    }
    .banner-desc {
        font-size: 0.95rem;
    }
    .offer-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: 180px;
        padding: 1rem 0.7rem;
        gap: 0.7rem;
    }
    .offer-img-wrap {
        margin-left: 0;
        margin-bottom: 0.7rem;
    }
    .offer-title {
        font-size: 1rem;
    }
    .offer-new-price, .offer-old-price, .offer-timer {
        font-size: 0.95rem;
    }
    .offer-badge {
        right: 10rem;
    }
    .products-tabs .nav-link {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    .aboutus-title { font-size: 1.3rem; }
    .aboutus-img { max-width: 220px; }
    .aboutus-section { margin-bottom: 1.2rem; }
}
@media (max-width: 830px) {
    .cart-content{
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .cart-items-wrapper,
    .cart-summary {
        padding: 1rem;
    }

    .cart-item {
        padding: 1rem;
    }


    .cart-item-title {
        font-size: 1rem;
    }

    .cart-item-price {
        font-size: 1rem;
    }

    .quantity-control {
        width: 100%;
    }

    .cart-item-actions {
        justify-content: center;
        margin-top: 1rem;
    }
    .cart-content{
        flex-direction: row;
    }
    .brands-hero {
        padding: 60px 0;
    }
    .search-section {
        margin-top: -30px;
        padding: 1.5rem;
    }
    .brands-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
        padding: 2rem 0;
    }
    .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}
@media (max-width: 767px) {
    .footer-section {
        font-size: 0.9rem;
        padding-top: 2rem;
    }
    .notifications-box {
        padding: 1.2rem 0.5rem 0.7rem 0.5rem;
        max-width: 98vw;
    }
    .notifications-title {
        font-size: 1.05rem;
    }
    .notification-item {
        font-size: 0.95rem;
        padding: 0.7rem 0.5rem;
    }
    .footer-title {
        font-size: 0.95rem;
    }
    .footer-logo img {
        max-width: 70px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 0.7rem;
        font-size: 0.9rem;
    }
    .aboutus-title { font-size: 1.1rem; }
    .aboutus-img { max-width: 120px; }
    .aboutus-section { margin-bottom: 0.7rem; }
    .feature-box {
        padding: 1.2rem 0.7rem;
    }
    .product-details-section {
        padding-top: 0.7rem;
    }
    .product-gallery, .product-info-block {
        padding: 0.7rem 0.2rem;
        min-height: 120px;
    }
    .product-details-section .product-title {
        font-size: 0.95rem;
    }
    .product-thumb{
        width: 65px;
        height: 65px;
        border-radius: 6px;        
    }
    .products-tabs-section {
        padding-top: 1.2rem;
    }
    .products-tabs .nav-link {
        font-size: 0.95rem;
        padding: 0.5rem 0.7rem;
    }
    .feature-title {
        font-size: 1.1rem;
    }
    .feature-icon {
        font-size: 2rem;
        width: 48px;
        height: 48px;
    }
    .category-card {
        /* min-height: 180px; */
        padding: 1rem 0.5rem 0.7rem 0.5rem;
    }
    .section-title {
        font-size: 1.3rem;
    }
    .testimonial-card {
        min-height: 180px;
        padding: 1.2rem 0.7rem 0.7rem 0.7rem;
    }
    .testimonial-img-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 0.7rem;
    }
    .testimonial-quote {
        font-size: 0.95rem;
    }
    .testimonial-user {
        font-size: 0.95rem;
    }
    .product-card {
        /* min-height: 220px; */
        padding: 0.7rem 0.5rem 1rem 0.5rem;
    }
    .product-img-wrap {
        /* height: 110px; */
        margin-bottom: 0.7rem;
    }
    .product-title {
        font-size: 0.95rem;
    }
    .product-price {
        font-size: 0.9rem;
    }
}
@media (max-width: 567px) {
    #nav{
        padding: 0.5rem;
    }
    #nav .btn_default {
        padding: 10px !important;
    }
    #nav .btn_default , .profile_image_img{
        margin: 3px !important;
    }
    /* #logo img{
        width: 80px;
    } */
    .listedSocial_hidden_mobile{
        display: none;
    }
    .listedSocial_show_mobile{
        display: flex;
        justify-content: start;
    }
    .category-title{
        font-size: 12px;
    }
    .section-title{
        font-weight: 500;
        font-size: 16px;
    }
    .swiper-btn-prev, .swiper-btn-next{
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
    .card_profile{
        padding: 5px 1px;
    }
    .notification-item , .notification-time{
        font-size: 12px;
    }
    .notification-time{
        padding: 0.2rem 0.4rem;
    }
    .flex_work{
        flex-direction: column !important;
    }
    .card_time_work_days{
        width: 100%;
    }
    .success_icon{
        max-width: 200px;
    }
}
@media(max-width: 480px){
    .gallery_grid {
        column-count: 1;
    }
}
@media (max-width: 426px){
    .filter-btn{
        padding: 0.3rem 1rem;
        font-size: 14px;
    }
    .order-number {
        font-size: 1rem;
        font-weight: 500;
    }
    .order-date {
        font-size: 0.8rem;
    }
    .summary-row{
        font-size: 0.9rem;
    }
    .summary-row.total{
        font-size: 1rem;
    }
    .tracking-step{
        width: 30px;
        height: 30px;
    }
    .tracking-label{
        font-size: 0.7rem;
    }
    .order-header{
        flex-direction: column;
        justify-content: center;
    }
    .ul_tabs_methods_cheack{
        flex-direction: column;
    }
    .ul_tabs_methods_cheack li{
        width: 100%;
    }
}
@media (max-width: 425px) {
    .title_cardbody_cheack{
        font-size: 18px;
        font-weight: 500;
    }
    .cardbody_cheackout, .header_cardbody{
        padding: 8px;
    }
    .header_products_cart{
        max-width: 320px;
        border-radius: 0;
    }
    .card_product_cart_header{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cardbody_content_cart_header{
        padding: 15px 1px 1px !important;
    }
}
@media (max-width: 414px) {
    .cart-content{
        flex-direction: column;
    }
}
@media (max-width: 380px) {
    .notification-item .info{
        flex-direction: column;
    }
}
@media (max-width: 360px) {
    #nav .container{
        justify-content: center;
        gap: 0.9rem;
    }
}
@media (max-width: 321px){
    .order-item-title{
        font-size: 0.9rem;
    }
    .order-item-price{
        font-size: 0.9rem;
    }
    .order-item-quantity{
        font-size: 0.8rem;
    }
    .order-item-img{
        width: 70px;
        height: 70px;
    }
    .summary-row.total{
        font-size: 0.9rem;
    }
}