@font-face {
  font-family: "asty-light";
  src: url("../fonts/asty-cf/AstyCFStd-Light.otf") format("otf"), url("../fonts/asty-cf/AstyCFStd-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "asty";
  src: url("../fonts/asty-cf/AstyCFStd-Book.otf") format("woff2"), url("../fonts/asty-cf/AstyCFStd-Book.otf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "asty-medium";
  src: url("../fonts/asty-cf/AstyCFStd-Medium.otf") format("otf"), url("../fonts/asty-cf/AstyCFStd-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "asty-bold";
  src: url("../fonts/asty-cf/AstyCFStd-Bold.otf") format("otf"), url("../fonts/asty-cf/AstyCFStd-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* SOF General */
body {
  font-family: "asty", sans-serif;
}

/* EOF General */
.mobile-top-bar span.links-text {
  text-align: center;
}

.product-info.out-of-stock .button-group-page .extra-group .btn-extra:first-child {
  opacity: 1;
}

.menu-item.top-menu-item.top-menu-item-1 a {
  display: list-item;
}

/* Help Message Product Page */
.c--help-popup .help-popup .text-1 {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.c--help-popup .help-popup .text-2 {
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  gap: 10px;
}

.c--help-popup .help-popup .text-2 span {
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c--help-popup .help-popup .text-2 a {
  font-size: 16px;
  color: var(--primary-color) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.c--help-popup .photo {
  display: flex;
  justify-content: center;
}

.c--help-popup .photo img {
  position: absolute;
  top: -25px;
  bottom: auto;
  border-radius: 50px;
  border: 3px solid #fff;
}

/* Help Message Product Page */
.c--bundle-wrapper {
  margin-bottom: 40px;
  padding: 20px;
}

.c--bundle-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.c--bundle-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c--bundle-product {
  display: flex;
  flex-direction: column;
}

.c--product-thumb {
  padding: 10px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
}

.c--product-thumb:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.c--product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.c--product-caption {
  margin-top: 10px;
}

.c--product-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.c--product-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.4;
}

.c--product-rating {
  color: #ffc107; /* yellow for stars */
  margin-bottom: 10px;
}

.c--product-price {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.c--product-price .price-old {
  text-decoration: line-through;
  color: #888;
  margin-left: 5px;
}

.c--product-price .price-new {
  color: #d32f2f; /* red for special price */
  display: block;
  font-size: 0.8rem;
  color: #999;
}

.c--product-buttons {
  margin-top: auto;
  padding-top: 10px;
  text-align: center;
}

.c--product-add {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.c--product-add:hover {
  background-color: #0056b3;
}

.c--product-bundle-actions {
  text-align: right;
  margin-top: 20px;
}

.c--bundle-add {
  background-color: #28a745;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.c--bundle-add:hover {
  background-color: #1e7e34;
}

.banks-tabs .bank-tab {
  display: none;
}
.banks-tabs .bank-tab p + p {
  margin-bottom: 16px;
}

.banks-tabs .bank-tab.active {
  display: block;
}

.banks-tabs button {
  height: 20px;
  width: 20px;
  position: relative;
  margin: 0px 0px 0px 4px;
}
.banks-tabs button svg {
  position: absolute;
  inset: 0;
}

/*# sourceMappingURL=custom.css.map */
