
body { 
    margin: 0; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    text-align: left; 
    background-color: #fff 
}
.bodywrap{
    margin-top: 100px;
    margin-left: 100px;
}
.title-page {
    text-align: center;
    color: #71bec2;
}
a {
    text-decoration: none;
    color: #71bec2;
 }
 .product-name a {
    color: #231f20;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: 540;
    min-height: 25px;
}
   h3 :hover {
    color: #71bec2;
    
  }
  .price-box {
    color: #e8002d;
    line-height: 23px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    min-height: 25px;
  }
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    justify-content: left;
}

.col-6 {
    flex-direction: column;
    width: 300px;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
   
}
.lazyload {
    width: 300px;
    height: 310px;
}


    