.popular_title {
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.popular_title h1 {
  color: #aaa;
  font-weight: lighter;
  font-size: 40px;
  font-style: italic;
  margin: 0;
}
.popular_title h1 small {
  color: #181818;
  font-size: 23px;
  font-style: normal;
}

.container-fluid .popular .thumbnail {
  border: #fff solid 1px;
  height: 100%;
}

.container-fluid .popular .thumbnail:hover {
  border-color: #26CFD3;
}

.container-fluid .popular .thumbnail > a.productClick {
  height: 20vw;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-fluid .popular .thumbnail .caption h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  height: 35px;
  width: 80%;
  overflow: hidden;
  padding-bottom: 10px;
}

.container-fluid .popular .thumbnail .product_labels {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 14px 30px;
  text-align: left;
}
.container-fluid .popular .thumbnail .product_labels .product_label {
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px;
  color: #26CFD3;
  border: 1px solid #26CFD3;
  border-radius: 5px;
  background-color: #ffffff;
}
.container-fluid .popular .thumbnail .product_labels .product_label:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}
.container-fluid .popular .thumbnail .product_slogan {
  font-size: 13px;
  text-align: center;
  color: #26CFD3;
  min-height: 35px;
  padding: 8px 16px;
  margin-top: 10px;
}
.container-fluid .popular .thumbnail .product_slogan span {
  display: -webkit-box;
  display: block\0 ;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 19px;
}

.container-fluid .popular .thumbnail .caption {
  padding: 10px;
}

.container-fluid .popular .thumbnail .caption p {
  font-weight: lighter;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.container-fluid .popular .thumbnail .caption h3 a {
  color: #646464;
}

.container-fluid .popular .thumbnail .caption h3 a:hover {
  color: #8A8A8A;
}

.container-fluid .popular .thumbnail .caption del {
  color: #646464;
}

.container-fluid .popular .thumbnail .caption b {
  color: #FF064C;
  font-size: 15px;
  margin: 0px;
}

.container-fluid .popular .thumbnail .caption a.btn {
  margin-top: -30px;
  width: 50px;
  height: 50px;
  border: 1px solid #3c322f;
  float: right;
  padding: 3%;
}

.container-fluid .popular .thumbnail .caption a.btn:hover {
  border-color: #FF064C;
  background-color: #fff;
}

.container-fluid .popular .thumbnail .caption a.btn:hover path {
  fill: #FF064C !important;
}

.container-fluid .popular .thumbnail img {
  width: 100%;
  padding: 5px;
}

@media (max-width: 1200px) {
  .container-fluid .popular .thumbnail .caption .clear {
    clear: both;
  }
  .container-fluid .popular .thumbnail .caption a.btn {
    width: 35px;
    height: 35px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid .popular {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .container-fluid .popular .thumbnail .caption a.btn {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .container-fluid .popular .thumbnail > a.productClick {
    height: 26vw;
  }
  .visible-lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .popular_title h1 {
    font-size: 35px;
  }
  .container-fluid .popular {
    margin: 0 !important;
  }
  .container-fluid .popular .thumbnail .caption h3 {
    margin: 0 0 0px 0;
    font-size: 21px;
    height: 70px;
  }
  .container-fluid .popular .thumbnail > a.productClick {
    height: 28vw;
  }
  .container-fluid .popular .thumbnail .product_labels {
    padding: 8px;
  }
}
@media screen and (max-width: 435px) {
  .container-fluid .popular .thumbnail .caption a.btn {
    margin-top: -15px;
    width: 35px;
    height: 35px;
  }
  .container-fluid .popular .thumbnail .caption p.price {
    height: 42px;
    position: relative;
  }
  .container-fluid .popular .thumbnail .caption b {
    position: absolute;
    bottom: 0;
  }
  .container-fluid .popular .thumbnail .caption h3 {
    height: 35px;
  }
  .container-fluid .popular .thumbnail .caption a.btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 414px) {
  .popular_title h1 {
    font-size: 30px;
  }
  .container-fluid .popular .thumbnail > a.productClick {
    height: 46vw;
  }
  .container-fluid .popular .thumbnail .caption p.sold {
    display: none;
  }
  .container-fluid .popular .thumbnail .caption p.price {
    margin: 0;
  }
  .container-fluid .popular .thumbnail .caption h3 {
    font-size: 16px;
  }
  .container-fluid .popular .thumbnail .caption b {
    font-size: 16px;
    margin: 0px;
    text-align: left;
    width: 100%;
    display: block;
  }
  .container-fluid .popular .thumbnail .caption del {
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: block;
  }
  .container-fluid .popular .thumbnail .caption a.btn {
    margin-top: -35px;
  }
  .container-fluid {
    padding: 0 2px;
  }
  .container-fluid .row.popular {
    margin: 15px;
  }
  .container-fluid .row.popular .col-6 {
    padding: 0 2px;
  }
}
@media screen and (max-width: 375px) {
  .container-fluid .popular .thumbnail .caption h3 {
    font-size: 14px;
  }
  .container-fluid .popular .thumbnail .caption p.price {
    margin: 0px;
  }
  .container-fluid .popular .thumbnail .caption b {
    font-size: 14px;
  }
  .container-fluid .popular .thumbnail .caption del {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .container-fluid .popular .thumbnail {
    margin-bottom: 10px;
  }
  .container-fluid .popular .thumbnail .caption {
    padding-top: 0;
  }
  .container-fluid .popular .thumbnail .caption h3 {
    font-size: 15px !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    height: 35px !important;
  }
}
