

/* team */

.team{
  /* border: 1px solid #c5c5c5; */
  margin: 0.2rem;
  padding: 0.5rem;
  border-radius: 4px;
  border-bottom: 1px solid #c5c5c5;
}
.team .row {
  margin: 0.4rem 0;
}

.team-item {
  max-width: 200px;
  padding: 0.4rem;
  border-radius: 4px;
  border: 1px solid #fff;
 
}



.container-item {
  position: relative;
}


.container-team-title{
  font-weight: 600;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.5rem 0;
  font-size: 18px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.items-container-image{
  max-width: 200px;
}

.items-container-image img{
  width: 100%;
  border-radius: 5px;
  object-fit: cover
}

.items-container-title{
  font-weight: 600;
  margin-top: 0.35rem;
  max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
}

.items-container-category{
  color: rgb(114, 114, 113);
  padding: 0.2rem 0;
  font-size: 11px;
}

.items-container-price{
  font-weight: 600;
  font-size: 14px;
  color: #1d1d1d;
}

.team-item:hover{
  background-color: aliceblue;
  border: 1px solid #086699;
  cursor: pointer;
}




/* Category */
.teams{
  /* border: 1px solid #c5c5c5; */
  margin: 0.5rem;
  padding: 0.25rem;
  border-radius: 4px;
}
.teams .row {
  margin: 0.2rem 0;
}

.teams-item {
 
  /* padding: 0.2rem; */
  border-radius: 4px;
  border: 1px solid #a1a1a1;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 600;
  color: #3d3d3d;
  padding: 0 0.35rem;
  max-width: 200px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-item a{
  color: #3d3d3d !important;
  text-transform: capitalize;
}

.containers-item {
  position: relative;
  display: flex;
  overflow: hidden;

}

.teams-item:hover{
  background-color: aliceblue;
  border: 1px solid #086699;
  cursor: pointer;
}

.container-team-titles{
  font-size: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.5rem;
}

.container-team-titles span{
 width: 115px;
 display: block;
  
}


@media only screen and (max-width:500px){
.team-item {
  max-width: 200px;
  /* padding: 0.4rem; */
  font-size: 12.5px;
}

.teams-item a{
  padding: 0 0.2rem;
}

.items-container-title{
  max-width: 150px;
}

.items-container-category{
  max-width: 150px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-item {
  font-size: 14px;
  padding: 0;
}

.teams {
  /* border: 1px solid #c5c5c5; */
  margin: 0.5rem 0.5rem 0;
}

.recent-product-group2-item {
  padding: 0.6rem;
  margin: 1rem 0;
}
.items-container-price{
  font-weight: 600;
  font-size: 11px;
  color: #1d1d1d;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;

}
}

.main-site-home{
  display: flex;
  flex-direction: column;
  /* max-width: 850px; */
  justify-content: flex-end;
  margin-top: 0.8rem;
}


.main-site-home-ads{
  max-width: 850px;
}

.main-site-home-ads img{
  width: 100%;
}






























/* New Recent post code */



.recent-product{
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  padding: 0.5rem;
}

.recent-product-group1{
  display: flex;
  justify-content: space-between;
}

.recent-product-group1-title{
  font-weight: 600;
  font-size: 18px;
}





.post-latest-container{
  display: flex;
  flex-direction: column;
  /* padding: 0.5rem;
  margin: 0.5rem; */
  /* max-width: 690px; */
}


.post-latest-container a{
  color: #1846a3;
}

.post-latest-container-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #f5f5f5; */
  background-color: #f1f5f9;
  padding: 0.8rem 1rem;
  margin: 1.2rem 0;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.post-latest-container-item:hover{
  border: 1px solid #2c6ab1;
}

.post-latest-container-item-image{
  width: 180px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.post-latest-container-item-image img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover
}


.post-latest-container-item-image img:hover{
  scale: 1.1;
  transition: all 0.8s;
  object-fit: cover
}

.post-latest-container-item-details{
  max-width: 560px;
  width: 100%;
}

.post-latest-container-item-details-a1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.post-latest-container-item-details-a1-title{
  font-weight: 600;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212121;
}

.post-latest-container-item-details-a1-icon{
  color: #454545;
}


.post-latest-container-item-details-description{
  font-size: 12.5px;
  color: #3e3e3e;
  max-height: 38px;
  /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
}

.post-latest-container-item-details-price{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

.post-latest-container-item-details-price span{
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-latest-container-item-details-price p{ 
  font-size: 14px;
}


.post-latest-container-item-details-a2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 0.4rem 0;
}

.post-latest-container-item-details-a2-address{
  color: #282828;
  font-size: 12px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-latest-container-item-details-a2-time{
  color: #3e3e3e;
  font-size: 12px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #121212;
}

.lines-address-below{
  width: auto;
  height: 1px;
  background-color: #cdcdcd;;
}

.post-latest-container-item-details-a3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 13.5px;
  margin: 0.2rem 0 0;
}




.post-latest-container-item-details-a3-user{
  font-weight: 600;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #121212;
}

.post-latest-container-item-details-a3-wish i{
  color: #414141;
}





@media only screen and (max-width:767px){


  .post-latest-container-item-image{
      width: 140px;
      height: 110px;
  }

}

@media only screen and (max-width:692px){
  .post-latest-container-item{
      padding: 0.5rem 0.6rem;
      margin: 1.2rem 0;
      gap: 10px;
  }

  /* .post-latest-container-item-image{
      min-width: 140px;
      height: 110px;
  } */
  

  .post-latest-container-item-details-a1-title{
      font-size: 13.5px;
  }

  .post-latest-container-item-details-description{
      font-size: 11px;
      /* height: 29px; */
  }

  .post-latest-container-item-details-price{
      font-size: 14.5px;
  }
  
  .post-latest-container-item-details-a2{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 5px;
      padding: 0.25rem 0;
    }

  .post-latest-container-item-details-a2-address{
      max-width: 150px;
      font-size: 10px;
    }
  
    .post-latest-container-item-details-a2-time{
      font-size: 10px;
    }

    .post-latest-container-item-details-a3-user{
      font-weight: 600;
      max-width: 250px;
      font-size: 12px;
    }

    .post-latest-container-item-details-a3-wish i{
      font-size: 12px;
    }
  
  
}


@media only screen and (max-width:532px){
  .post-latest-container-item-image{
      width: 120px;
      height: 105px;
  }
}
  @media only screen and (max-width:504px){
  .post-latest-container-item-details-a1-title{
      font-size: 12.5px;
      max-width: 180px;

  }

  .post-latest-container-item-details-description{
      font-size: 9.5px;
      /* height: 25px; */

  }


  .post-latest-container-item-details-a2-address{
      max-width: 120px;
     
    }
  
  .post-latest-container-item-details-a3{

      margin: 0.1rem 0 0;
    }


  .post-latest-container-item-details-a3-user{
      max-width: 180px;
      font-size: 9px;
    }

    .post-latest-container-item-details-price{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      font-size: 10px;
    }

    .post-latest-container-item-details-a2-time{
      max-width: 60px;
    }

    .post-latest-container-item-details-price span{
      max-width: 150px;

    }

    .post-latest-container-item-details-price p{ 
      font-size: 10px;
    }

    .post-latest-container-item-details .fa-ellipsis-v,
    .post-latest-container-item-details .fa{
      font-size: 10px;
    }

}

@media only screen and (max-width:384px){
  .post-latest-container-item-image{
    width: 100px;
      height: 100px;
  }
  .post-latest-container-item-details-a1-title{
      font-size: 11.5px;
      max-width: 150px;

  }

  .post-latest-container-item-details-a2-address{
      max-width: 100px;
      font-size: 10px;
    }

    .post-latest-container-item-details-a1-icon{
      font-size: 10px;
    }

    .post-latest-container-item-details-price p{ 
      font-size: 10.5px;
    }
  
    
  
}
@media only screen and (max-width:354px){
  .post-latest-container-item-image{
    width: 60px;
    height: 70px;
}

.post-latest-container-item-details-price{
  display: flex;
 flex-wrap: wrap;
}
}

@media only screen and (max-width:318px){
  
  .post-latest-container-item-details-a1-title{
      font-size: 10.5px;
      max-width: 110px;

  }
  .post-latest-container-item-details-a2{
    flex-wrap: wrap;
  }

  .post-latest-container-item-details-a2-address{
      max-width: 80px;
      font-size: 10px;
    }

   

    .post-latest-container-item-details-a1-icon{
      font-size: 10px;
    }
    
  
}



















/* PRevious code */

.recent-product-group2{
  
}

.recent-product-group2-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 0.8rem;
  margin: 1.2rem 0;
}


.recent-product-group2-item-left{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.recent-product-group2-item-image{
  max-width: 180px;
}

.recent-product-group2-item-image img{
  width: 100%;
  border-radius: 4px;
}

.recent-product-group2-item-details{
  max-width: 450px;
}

.recent-product-group2-item-details-name{
  font-weight: 600;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212121;
}

.recent-product-group2-item-details-rating{
  max-width: 80px;
  padding: 0.2rem 0;
}

.recent-product-group2-item-details-rating img{
  width: 100%;
}

.recent-product-group2-item-details-description{
  font-size: 14px;
  color: #3e3e3e;
  height: 60px;
  /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-product-group2-item-view{
  display: flex;
  flex-direction: column;
}

.recent-product-group2-item-view-price{
  font-weight: 600;
  font-size: 18px;
}

.recent-product-group2-item-view-btn-detail{
  margin: 0.35rem 0;
}

.recent-product-group2-item-view-btn-detail button{
  background-color: #084799;
  color: #fff;
  padding: 0.2rem 0.6rem;
  outline: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.recent-product-group2-item-view-btn-wish button{
  color: #084799;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
  outline: none;
  border: 1px solid #084799;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.recent-product-group2-item-view-btn-detail button:hover,
.recent-product-group2-item-view-btn-wish button:hover{
  opacity: 0.8;
}



@media only screen and (max-width:1150px){
  .recent-product-group2-item-details{
    max-width: 280px;
  }

  .recent-product-group2-item-view{
    font-size: 12.5px;
  }
}



@media only screen and (max-width:768px){
  .recent-product-group2-item-image{
    max-width: 120px;
  }

  .recent-product-group2-item-details-description{
    font-size: 12.5px;
  }

  .recent-product-group2-item-details{
    max-width: 220px;
  }

  .recent-product-group2-item-view{
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .recent-product-group2-item-details-rating {
    max-width: 60px;
    padding: 0 0;
}
}


@media only screen and (max-width:554px){
.recent-product-group2-item-view {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.recent-product-group2-item-details{
  max-width: 340px;
}


.recent-product-group2-item {
  align-items: flex-end;
  flex-direction: column;
}

.recent-product {
 margin: 0;
}

.recent-product-group2-item-details-name{

  max-width: 180px;
 
}
}


@media only screen and (max-width:364px){
  .recent-product-group2-item-view {
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }

  .recent-product-group2-item-view-btn-wish{
    display: none;
  }

  .recent-product-group2-item-view-btn-wish button{
    padding: 0.2rem 0.25rem;
    
  }

  .recent-product-group2-item-view-price{
    font-weight: 600;
    font-size: 14px;
  }

}