﻿/* .product-card .product-title {
    height: 3em;
} */

.slider-section.mb-5 {
  margin-bottom: 1.5rem !important;
}

footer.main-footer {
  margin-top: 0;
}

@media (max-width: 576px) {
  .search-card-res .product-card .product-thumb > img {
    height: auto;
  }
}

.product-card .add-cart {
  color: #98175d;
  border-bottom: 1px dashed #98175d;
}

.product-card .add-cart:hover {
  color: #98175d;
}

@media (max-width: 480px) {
  .product-card .add-cart {
    font-size: 12px;
  }
}

.checkout-club-container {
  border-top: none;
}

.checkout-summary-summary li {
  flex-direction: column;
}

.product-card .btn-primary-cm {
  font-size: 10px;
}

.checkout-summary-summary {
  padding: 15px 10px 0;
}

header.main-header .nav-link i {
  vertical-align: middle;
}

.modal {
  padding: 0 !important;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

footer.main-footer .copyright {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

footer.main-footer .copyright p {
  padding-top: 0;
}
