@media  (max-width: 575px) {
    header{
        flex-wrap: wrap;
        height: 50px;
    }
   
.header_left, .header_right{
    flex: 1 1 50%;
    text-align: center;
    padding-top: 7px;
}
.container .header_right .header_icons .cart i{
    font-size: 15px;
}
.container .header_right .header_icons .cart p{
    font-size: 13px;
}
.header_left .alimder a{
    font-size: 5vw;
}
header{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header_center{
    flex: 1 1 50%;
    order: 3;
    margin-top: 14px;
    
}
.container .header_right .header_icons{
    gap: 15px;
    padding: 0px 10px;
}
.container .header_center .search_box {
    padding: 0px 15px;
    border-radius: 5px;
}
.search_box{
    width: 95% !important;
    margin: auto;
}
    .search_box input{
    width: 90% !important;
}
nav{
    display: none;
}
.content_section_row_banner {
     width: 100%; 
     margin-top: 43px;
}
.content_section .content_section_row{
    padding: 10px;
    flex-direction: column-reverse;
    
}
.content_section .content_section_row .banner_image{
    width: 100%;
    height: 167px;
}

.content_section_row_product{
    width: 100%;
}
.content_products{
    width: 100%;
}
.content_section_row_product {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px;
}
.all_products_items{
    justify-content: space-between;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px;
}
.content_section_banner .banner_image {
        margin-bottom: 5px;
}
.product_image {
    width: 96%;
    margin: 0;
    height: 150px;
}
.content_product_coloum_2 {
    margin-top: 12px;
}

.content_product_coloum_2 .product_all_details .bestseller p{
    text-align: left !important;
}
.product_all_details .product_rating {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product_all_details .product_rating span{
    width: 23vw;
}
.content_product_coloum_2 .product_all_details .bestseller span{
   font-size: 3.6vw;
   padding-left: 10px;
   
}
   
    .footer_section {
        overflow-x: hidden;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
       
    }
    .footer_section .footer_section_col {
        width: 100%;
        margin: auto;
        margin-top: 28px;
        margin: 10px;

        
       
    }
    .footer_social_media{
        width: 50%;
        margin: auto;
        margin-top: 30px;
        flex-direction: column;
    }
    .footer_section .footer_section_col ul h3{
        text-align: left;
    }
    .footer_section .footer_section_col ul li{
        text-align: left;
    }
    footer .footer_social_media{
        width: 50%;
    }
    
  
}
@media  (min-width:576px) and (max-width:767px) {
    html, body{
        overflow-x: hidden;
    }
     header{
        flex-wrap: wrap;
        height: 50px;
    }
   
.header_left, .header_right{
    flex: 1 1 50%;
    text-align: center;
    padding-top: 6px;
    
}
.container .header_right .header_icons .cart i{
    font-size: 15px;
}
.container .header_right .header_icons .cart p{
    font-size: 13px;
}
.header_left .alimder a{
    font-size: 5vw;
}
header{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header_center{
    flex: 1 1 50%;
    order: 3;
    margin-top: 13px;
    
}
.container .header_right .header_icons{
    gap: 15px;
    padding: 0px 10px;
}
.container .header_center .search_box {
    padding: 0px 15px;
    border-radius: 5px;
}
.search_box{
    width: 94% !important;
    margin: auto;
}
    .search_box input{
    width: 90% !important;
}
nav{
    display: none;
}

.content_section_row_banner {
     width: 100%; 
     margin-top: 43px;
}
.content_section .content_section_row{
    padding: 20px;
    flex-direction: column-reverse;
    
}
.content_section .content_section_row .banner_image{
    width: 100%;
    height: 250px;
}

.content_section_row_product{
    width: 100%;
}
.content_products{
    width: 100%;
}
.content_section_row_product {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 10px;
}
.all_products_items{
    justify-content: space-between;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px;
}
.content_section_banner .banner_image {
        margin-bottom: 9px;
}
.product_image {
    width: 94%;
    margin: 0;
    height: 250px;
}
.content_product_coloum_2 {
    margin-top: 40px;
}

.content_product_coloum_2 .product_all_details .bestseller p{
    text-align: left !important;
    font-size: 3vw;
}
.product_all_details .product_rating {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_all_details .product_rating span{
    width: 11vw;
}
.content_product_coloum_2 .product_all_details .bestseller span{
   font-size: 4vw;
   padding-left: 15px;
   
}


    
}
@media  (min-width: 768px) and (max-width: 991px){
        html, body{
        overflow-x: hidden;
    }
     header{
        flex-wrap: wrap;
        height: 50px;
    }
   
.header_left, .header_right{
    flex: 1 1 50%;
    text-align: center;
    padding-top: 9px;
    
}
.container .header_right .header_icons .cart i{
    font-size: 15px;
}
.container .header_right .header_icons .cart p{
    font-size: 13px;
}
.header_left .alimder a{
    font-size: 5vw;
}
header{
    height: 60px;
}

.header_center{
    flex: 1 1 50%;
    order: 3;
    margin-top: 13px;
    
}
.container .header_right .header_icons{
    gap: 15px;
    padding: 0px 10px;
}
.container .header_center .search_box {
    padding: 0px 15px;
    border-radius: 5px;
}
.search_box{
    width: 95.8% !important;
    margin: auto;
}
    .search_box input{
    width: 90% !important;
}
nav{
    display: none;
}

.content_section_row_banner {
     width: 100%; 
     margin-top: 43px;
}
.content_section .content_section_row{
    padding: 20px;
    flex-direction: column-reverse;
    
}
.content_section .content_section_row .banner_image{
    width: 100%;
    height: 250px;
}

.content_section_row_product{
    width: 100%;
}
.content_products{
    width: 100%;
}
.content_section_row_product {
    justify-content: space-between;
    gap: 10px;
}
.all_products_items{
    justify-content: space-between;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 5px;
}
.content_section_banner .banner_image {
        margin-bottom: 9px;
}
.product_image {
    width: 94%;
    margin: 0;
    height: 250px;
}
.content_product_coloum_2 {
    margin-top: 40px;
}

.content_product_coloum_2 .product_all_details .bestseller p{
    text-align: left !important;
    font-size: 2vw;
}
.product_all_details .product_rating {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_all_details .product_rating span{
    width: 11vw;
}
.content_product_coloum_2 .product_all_details .bestseller span{
   font-size: 2vw;
   padding-left: 15px;
   
}

    }


    @media  (min-width: 992px) and (max-width: 1199px){
        nav .nav_list ul li i {
        color: whitesmoke;
        display: none;
    }
    .content_section_row_banner {
        width: 100%;
    }
    .content_section_banner .banner_image{
        height: 300px;
        margin-bottom: 10px;
    
    }
    .content_section .content_section_row{
        padding: 15px;
        flex-direction: column-reverse;
    }
    .all_products_items {
        width: 97%;
        gap: 9px;
    }
    .content_section_row_product {
        gap: 1%;
    }
    .content_products {
        width: 24%;
    }

    .content_section_row_product {
        width: 100%;
        justify-content: flex-start;
    }
    .product_image{
        height: 227px;
    }

     .all_products_items {
        padding: 0px 15px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .all_products_items .content_products{
                width: 100%;
    }
    footer{
        height: 50vh;
    }
}


    


