body{
    text-transform: capitalize;
    background-color:#F7F7F7;
 
  }
  .crousal{
    height: 320px;
  }
  .heading{
   
    font-size: xx-large;
    font-weight:bold; 
   
  }
  .para{
 
    color: rgb(0, 0, 0);
    font-size: xx-large;
    font-weight: bolder;
  
  
  }

  .cat{
      background-color: whitesmoke;
      display: flex;
      flex-flow: row;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y:hidden;
    height: 165px;
  }
  .c{
      background-color: whitesmoke;
      color: rgb(0, 0, 0);
      margin-left: 2%;
      margin-top: 20px;
      margin-bottom: 20px;
      height: 140px;
      width: 140px;  
      font-size: small;
      font-weight: bolder;
      text-align: center;
      transition: all 0.3s linear;
      text-decoration: underline;
    
   padding-bottom: 20px;
  }
 
  ::-webkit-scrollbar{
      width: 0px;
  }
  .cat_img{
    height: 120px;
    width: 120px;
    border-radius: 10%;
    padding: 2px;
    background-color: aliceblue;
   box-shadow: 4px 2px black;
}
.subcat_img{
  height: 120px;
  width: 120px;
  border-radius: 15px;
  padding: 2px;
  background-color: aliceblue;
 box-shadow: 4px 2px black;
}
  .product{
    background-color:white;
      display: flex;
      
      flex-wrap: wrap;
   
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
   
  }
  .product2{
    background-color:white;
      display: flex;
      flex-wrap: wrap;
   
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
   
  }
  .image{
      height: 77%;
      width: 100%;
      border-radius: 10px;
  }
  .image_product{
    height: 82%;
    width: 97%;
    border-radius: 10px;
  }
 .p{
  background-image: linear-gradient(white,lightyellow);
      color: rgb(0, 0, 0);
      width: 10%;
      height: 160px;
      margin-left: 2%;  margin-top :3%;
      padding: 1%;
      box-shadow: 1px 1px 3px rgb(81, 81, 81);
      font-size: x-small;
      overflow: hidden;
      transition: all 0.3s linear;
      border: 1px solid white;
 }
 .p:hover{
  color: rgb(112, 112, 112);
 scale: 1.01;
 }
 .product_box{
      box-shadow: 1px 1px 3px rgb(81, 81, 81);
 background-image: linear-gradient(white,rgb(212,235,242));
      color: rgb(0, 0, 0);
      width: 13%;
      height: 220px;
      margin-left: 3%;
        margin-top :2%;
      padding: 0.5%;
      overflow: hidden;
      transition: all 0.5s linear;
      border: 1px solid white;
      overflow: hidden;
      font-size: smaller;   
 }
 .topsell{
 background-color:white;
      display: flex;
      flex-wrap: wrap;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
 }
 a{
  color:black;
  text-decoration: none;
 }
 
.button1{
  height: 40px;
  color:black; 
  font-weight:100;
   border:0.1px solid black;
    background-color:white;
    position:relative;
    bottom:110px;
}
.button2{
  height: 40px;
  position:relative;bottom:110px; margin-left:95%; color:black; font-weight:100;  border:0.1px solid black; background-color:white;
}
@media(max-width:1100px)  {
     .crousal{
    height: 250px;
  }
     .p{
  margin-left: 2%;
  width: 14%;
      height: 150px;
    
 }
 .product_box{
  margin-left: 1%;
  width: 15%;
  height: 220px;
 }
 
  .button2{
   
    margin-left:94%; color:black; font-weight:100;  border:0.1px solid black; background-color:white;
  }
}

 @media (max-width:900px){
 .cat{
  height: 135px;
 }
  .crousal{
    height: 200px;
  }
  .para{
    font-size: large;
    font-weight: bolder; 
  }
  .button1{
    height: 40px;
    font-size:20px;
      position:relative;
      bottom:95px;
  }
  .button2{
    height: 40px;
    position:relative;bottom:95px;
     margin-left:92%;   
  }
  .c{
    height: 110px;
    width: 110px;  
    font-size: small;
    margin-left: 20px;
}
.cat_img{
  height: 90px;
      width: 90px; 
      box-shadow: 2px 1px black; 
}
.subcat_img{
  height: 90px;
      width: 90px; 
      box-shadow: 2px 1px black; 
}
  .product{   
    margin-top: 20px;
    margin-bottom: 20px;  
  }
  .product2{
    background-color:white;
      display: flex;
     
    margin-top: 20px;
    margin-bottom: 20px;
  
    padding-bottom: 30px;
   
  }
  
  .image{
      height: 70%;
      width: 100%;
  }
 .p{
  margin-left: 3%;
  width: 16%;
      height: 150px;
    
 }
 .product_box{
  margin-left: 5%;
  width: 25%;
  height: 220px;
 }
 
 .topsell{
 
      display: flex;
      flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-bottom: 30px;
  
 }
 a{
  color:black;
  text-decoration: none;
 
 }

} 
@media(max-width:700px)  {
 .button1{display: none;}
  .button2{
   display: none;
    margin-left:89%;
   }
   
    .p{
  margin-left: 4%;
  width: 20%;
      height: 150px;
    
 }
 .product_box{
  margin-left: 3%;
  max-width:220px;
  width: 30%;
  height: 235px;
 }
}

 

@media (max-width:500px){
  .crousal{
    height: 150px;
  }
  .heading{
    font-size: medium;
  }
  .para{
    font-weight: bolder;
    font-size: medium;
  }
 
  .button1{
    display:none;
    height: 35px;
      position:relative;
      bottom:95px;
  }
  .button2{
    display:none;
    height: 35px;
    position:relative;
    bottom:95px;
     margin-left:86%; 
    
  }
  .c{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: x-small;
    height: 90px;
     
}
.cat_img{
  height: 85px;
      width: 85px;  
}
.subcat_img{
  height: 70px;
      width: 70px;  
      border-radius: 10px;
}
.cat{
  height: 115px;
}
  .p{
    margin-left: 2%;
    width: 30%;
    height: 190px;
  }
  .product_box{
       margin-left: 10%;
       max-width:190px;
    width: 35%;
    height: 200px;
   }
  .image{
    height: 75%;
    width: 100%;
}
.image_product{
  height: 70%;
 }
.product{
  margin-top: 10px;
  margin-bottom: 1px;}
}
@media(max-width:393px)  {
   .product_box{
       margin-left: 5.5%;
       max-width:220px;
    width: 42%;
    height: 200px;
   }
  .button2{
   
    margin-left:81%; 
  }
   .p{
    margin-left: 2%;
    width: 30%;
    height: 150px;
  }
}
@media(max-width:353px)  {
 .product_box{
       margin-left: 3%;
       max-width:220px;
    width: 45%;
    height: 200px;
   }
}
@media(max-width:293px)  {
 
  .button2{
   
    margin-left:77%; 
  }
}
@media (max-width:275px){

 
    .crousal{
      height: 130px;
    }
  .image{
    height: 67%;
    width: 100%;
}

  .para{
    font-size: small;
  }
  .p{
    height: 120px;
    font-size: xx-small;
  }
  .product_box{
     margin-left: 1%;
    width: 48%;
    height: 200px;
   }
   .image_product{
    height: 63%;
   }
}