#heart {
  height: 100%;
  margin-left: auto;
  animation: 1.5s ease 0s infinite beat;
}

@keyframes beat {
  0%,50%,100% {transform: scale(1, 1);}
  30%,80% {transform: scale(0.92, 0.95);}
}

.text-black {
  color: rgba(0, 0, 0) !important;
}

.product-card__old-price{
  font-size: 16px;
}

.leftAlign{
  text-align: left;
}

.rightAlign{
  text-align: right!important;
}

.Free-Delivery_Truck{
  position: absolute; 
  bottom: 0px; 
  left: 8px; 
  width: 36px;
}

.WhatsApp-icon img{
  position: relative; 
  width: 21px!important;
}

.line-height-30{
  line-height: 30px;
}


@media (max-width: 380px) {
  .d-none-mobile{
    display: none!important;
  }
}

.SumTotalCheckOut{
  padding: 20px 5px!important;
  background-color: #ffd333;
  border-radius: 5px;
}

.product-gallery__featured{
  box-shadow: none!important;
}

.social-links__link--type--linkedin {
  background: #0a66c2;
}

.social-links__link--type--whatsapp {
  background: #06d755;
}

.enamd{
  width: 128px!important;
}
/* 
.product-card__image-frame {
  position: absolute;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/icons/placeholder-logo.svg) no-repeat center center;
} */
