
@media (max-width: 767px) {
/*.ch-name {
  padding: 6px 10px;
  font-weight: 600;
  color: #2b2f4c;
}*/

.single-product-card{
  border-radius: 10px;
  padding: 6px;
}

.product-image-slider{
    padding: 18px 2px;
}

.product-details{
    padding: 1px 12px 22px 12px;
}

.container{
    padding-left: 8px;
    padding-right: 8px;
}

.ch-icon-wrapper img {
  width: 50px;
  height: 50px;
}

.ch-icon-wrapper {
  width: 80px;
  height: 80px;
}

.ch-item {
  min-width: 90px;
}

  .ch-item {
    width: calc(100% / 2); /* mobile */
  }

.ch-track {
  gap: 18px;
}

.ch-label {
  font-size: .80rem;
}

  .grid-col{
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 6px;
}

.product-card .card-body {
  padding: 8px 8px;
}

.product-card .card-title {
  margin-bottom: 2px;
  font-size: 16px !important;
  /*font-family: var(--font-header);*/
}

.product-card .card-text {
  margin-bottom: 4px;
  
}
.product-price{
  color: var(--thm-color);
}
.add-cart-btn {
  color: var(--thm-color);
}

}