.tcb-product-slider {
 

  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {

}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  margin: 0px 0;
  height: 0px;

}
@media all and (max-width: 5px) {
  .tcb-product-item {
    margin-bottom: 3px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 100px;
  background: #fff;
   padding: 0px;
}
.tcb-product-photo img {
  height: 100px;
  display: inline-block;
  padding: 0px;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 5px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: firebrick;
  font-size: 18px;
}



.details {
    margin: 5px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }