/*
Theme Name: D9392
Description: This is a child theme for Flatsome Theme
Author: Yourweb Team
Template: flatsome
Version: 3.1.7
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: VNF-Futura Regular;
  src: url(fonts/SVN-Gilroy-Light.otf);
  font-weight: normal;
}
@font-face {
  font-family: "UTM Alter Gothic";
  src: url("fonts/UTMAlterGothic.woff2") format("woff2"), url("fonts/UTMAlterGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.flickity-button {
  display: none;
}

.flickity-button-icon {
  outline: none;
  display: none;
  background: #F00;
}
.flickity-button-icon:hover, .flickity-button-icon:active, .flickity-button-icon:focus {
  outline: none !important;
}

a.button.secondary {
  color: #FFF;
  border-radius: 5px;
  transition: 0.6s ease;
  background-color: #8e623d;
}
a.button.secondary:hover {
  color: #c8c8c8;
}

header .header-button a {
  border-radius: 5px;
}
header .header-button a.button.primary {
  color: #FFF;
}

body.single.single-product .section-title-main {
  color: #8e623d;
  font-weight: bold;
}
body.single.single-product .single_add_to_cart_button {
  background: #8e623d !important;
}
body.single.single-product form.cart div.quantity {
  min-width: unset;
  margin-right: 5px;
}
body.single.single-product form.cart div.quantity input.qty {
  min-width: 50px;
}
body.single.single-product form.cart button[type=submit] {
  padding-left: 8px;
  padding-right: 8px;
}

body.home .box.box-blog-post {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
body.home .box.box-blog-post .box-text {
  padding: 15px;
}

.section-danh-muc .banner h3 strong {
  color: #FFF;
  opacity: 0.5;
  font-size: 120%;
}

.div-no-padding {
  padding-bottom: 0px !important;
}

.header-main {
  border-bottom: 0.5px solid #ccc;
}

.absolute-footer {
  display: none;
}

#billing_address_1_field {
  width: 100% !important;
}

.product-small .product-title {
  font-size: 20px;
}

.product-small .box-text .product-title a {
  border-bottom: 3px solid transparent;
}

.product-small .box-text:hover .product-title a {
  border-bottom: 3px solid #b49d65;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  width: auto;
  border-radius: 0px !important;
}

.woo-variation-swatches-style-squared .button-variable-item {
  min-width: 38px !important;
}

.variable-item:not(.radio-variable-item) {
  width: 38px !important;
  height: 38px !important;
}

.woocommerce-ordering select {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  margin: 0;
}

.shop-page-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .woocommerce-tabs {
    margin-top: 15px;
  }
  .woocommerce-tabs ul.tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    gap: 10px;
  }
  .woocommerce-tabs ul.tabs li {
    scroll-snap-align: start;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
  }
  .woocommerce-tabs ul.tabs li.active a {
    color: #FFF;
  }
  .woocommerce-tabs ul.tabs li:not(.active) a {
    background: #8e623d;
    color: #000;
  }
  .woocommerce-tabs .tab-panels {
    padding-top: 0;
  }
  .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
    padding: 10px 10px;
  }
  .woocommerce-tabs .tab-panels section {
    padding: 0;
  }
}
.box.product-small .box-text .product-title a {
  color: #000;
}

body.home .home-banner-grid .banner-layer {
  bottom: 0;
  top: unset;
  height: auto;
}

.checkout_coupon {
  display: block !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.custom-bank-info {
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
}
.custom-bank-info table {
  margin-bottom: 0;
}
.custom-bank-info .bank-info-text {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.custom-bank-info .bank-info-qr img {
  border-radius: 10px;
}

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