/* Add custom CSS styles below */ 
.custom-products__line{
  display: none;
}
.s-block--contact-form .bg-store-bg-secondary  {
background-color: #7c400924;
}
.s-block--contact-form input, textarea{
  background-color: transparent !important;
}

.s-block--contact-form .border-gray-200{
  border-color: #000000;
}

.product-single__main-media .object-none {
    -o-object-fit: none;
    object-fit: unset !important;
}


.product-card__price .total-price{
  color: red;
  font-size: 16px;
}

/*Wish List Btn*/
.product-card__buttons{
display: none;
}

.custom-products__subtitle{
  color: #cccbcb;
  font-weight: 500;
  font-size: 1.7rem;
}


@media (max-width: 767px) {
.product-card--fit-height .product-card__image {
    height: 11rem;
}
.custom-products__subtitle{
  font-size: 1.3rem;
}

}