body {
  font-family: "Bai Jamjuree", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body div, body p, body span, body ul, body ol, body li {
  font-family: "Bai Jamjuree", sans-serif !important;
}

* {
  box-shadow: none !important;
}

#footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container > .container > .row:first-of-type {
  padding-bottom: 2.5rem;
}

.footer-container * {
  color: #fff !important;
}

.product-miniature .product-title {
  text-transform: none;
}

.product-miniature .price {
  font-size: 12px;
  font-weight: normal;
}

.modal .price-netto, #product .price-netto {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.modal .current-price-value, #product .current-price-value {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

#cart-summary-product-list .product-price {
  display: block;
  float: none !important;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.product-prices .tax-shipping-delivery-label {
  display: none;
}

#header .header-nav {
  border: none;
  background-color: #ffc000;
}
@media (max-width: 767px) {
  #header .header-nav {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
}

#header .header-nav .blockcart {
  background-color: #ffc000;
  color: #000;
}

#header .header-nav .cart-preview .shopping-cart {
  color: #000;
}

#header .header-nav #_desktop_contact_link #contact-link {
  color: #000;
  font-weight: bold;
}
#header .header-nav #_desktop_contact_link #contact-link a {
  font-weight: normal;
}

#wrapper {
  background-color: #fff;
}

.featured-products .products-section-title {
  font-size: 42px;
  font-weight: 500;
  text-transform: none !important;
}

#header .header-top-right {
  text-align: right;
}

.top-info-section {
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .top-info-section {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .top-info-section {
    text-align: center;
  }
}

.carousel .carousel-inner {
  margin: 0;
  height: auto;
}

.carousel {
  padding: 0;
  background-color: #fff;
}

#header .header-nav #menu-icon {
  display: none;
}

@media (max-width: 767px) {
  #header .header-nav > .container > .row {
    margin: 0;
  }
}

body#checkout #header .header-nav {
  background-color: transparent;
}

.form-control:required {
  border-color: #3fc5aa;
  background-color: #f3fbf9;
}

.required::after {
  content: "*";
  color: red;
  display: inline;
}

body#checkout .condition-label label::after {
  content: "*";
  color: red;
  display: inline;
}

.form-group-checkbox .required::after {
  display: none;
}
.form-group-checkbox .custom-checkbox label::after {
  content: "*";
  color: red;
  display: inline;
}

.form-informations {
  color: #ffc000;
}
.form-informations .form-informations-subtitle {
  color: #000 !important;
}

.field-password-policy .form-control-comment {
  color: #ffc000;
}

.tpay-wrapper .tpay-payment-gateways__item--active .tpay-payment-gateways__item-inner {
  border-color: #63bb6c;
}
.tpay-wrapper .tpay-payment-gateways__item-inner:hover {
  border-color: #63bb6c;
}

body#checkout section.checkout-step .payment-options > div #payment-option-3-container.active {
  border-bottom: 1px solid #63bb6c;
}/*# sourceMappingURL=custom.css.map */