/* @import 'https://fonts.googleapis.com/css?family=Kanit|Prompt'; */
  body{
      /* font-family: 'Prompt'; */
      letter-spacing: 0.3px;
      font-size: 13px;
      color: #343338;
  } 
a{
  text-decoration: none;
}
p{
    /* font-family: 'Prompt', sans-serif;   */
}
.card-text1{
    /* font-family: 'Prompt', sans-serif; */
    color: #9B0808 ;
    font-weight: 600;
    font-size: 18px;
  }
  .card-text2{
    /* font-family: 'Prompt', sans-serif; */
    color: #787885 ;
    font-size: 14px;
    text-decoration: line-through;
  }
  .card-box1{
    /* font-family: 'Prompt', sans-serif; */
    background-color: #E62A21;
    width: 40px;
    height: 23px;
    text-align: center;
    border-radius: 5px;
    padding-top: 4px;
    font-size: 11px;
    color: white ;
    
  }
  
  .line{
    display: flex;
  }
  .card-title{
    /* font-family: 'Prompt', sans-serif; */
    font-size:15px;
    color: black;
    text-decoration: none;
    display: flex; 
    margin-top: 40px;
  }
  .card-title:hover{
    color: black;
  }
  .btn-goall{
    display: flex;
    text-align: center;
    border-radius: 30px;
    width: 600px;
    height: 50px;
    justify-content: center;
    padding-top: 15px;
    
  }
  .flex-container1 {
    display: flex;
    
    margin-top: 80px;
    flex-direction: row;
  }
  .flex-container1 > div {
    color: white;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }
  
  .flex-container1 img{
    border-radius: 5px;
    display: flex;
  
  }
  .flex-container2 {
    display: flex;
    margin-top: 80px;
    flex-direction: row;
  }
  .flex-container2 > div {
    color: black  ;
    font-size: 30px;
  }
  .flex-container2 img{
    border-radius: 5px;
    
  
  }
  .flextext2{
    display: flex;
  }
  .flexbox2{
    background-color: #dc3545;
    width: 60px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: white;
    margin-top: 10px;
  }
  .text-flex-container2{
    font-size: 18px; 
    font-weight: bold;
    margin-left: 15px;
    margin-top: 8px;
  }
  .allproduct img{
    width: 110px;
    height: 110px;
   
 }
 .card-allproduct{
   height: 130px;
   border-radius: 5px;
   width: 130px;
   margin-right: 20px;
   
 }

 .rowidea{
    margin-left: 40px;
    width: 200px;
    height: 200px; 
    border-radius: 5px ;
  }
  .text-rowidea{
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0.018em;
  }
  .shopband img{
    width: 130px;
    height: 80px;
    margin-left: 20px;
  }
  .card-recommend{
    height: 450px;
    border-radius: 5px;
    width: 300px;
  }  