@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
#header #top-bar p, #header #top-bar a {
  font-size: 14px;
}
#header #top-bar #header-contact a {
  color: var(--fs-color-primary);
  font-size: 16px;
  font-weight: boldnhà;
}
#header #top-bar .nav > li {
  margin: 0 15px;
}
#header #top-bar .wishlist-link,
#header #top-bar .account-link {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
#header #top-bar .wishlist-link i,
#header #top-bar .account-link i {
  margin: 0;
}
#header #top-bar .nav:hover > li > a::before {
  opacity: 1;
}
@media (max-width: 768px) {
  #header #top-bar .nav {
    justify-content: flex-end !important;
  }
  #header #top-bar .nav li {
    margin: 0 10px;
  }
}
#header .account-item .nav-top-not-logged-in::before {
  content: "\e901";
  font-family: fl-icons !important;
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #header .account-item .header-account-title {
    display: none;
  }
}
#header .cart-item .header-cart-link {
  font-weight: 400;
  width: 270px;
  padding: 12px;
  border-radius: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
}
@media (max-width: 768px) {
  #header .cart-item .header-cart-link {
    width: fit-content;
    padding: 7px 0;
    border: none;
    border-radius: 5px;
  }
  #header .cart-item .header-cart-link i {
    margin: 0;
  }
}
#header .cart-item .nav-dropdown {
  width: 300px;
}
@media (max-width: 768px) {
  #header .cart-item {
    margin-left: 0 !important;
  }
  #header .cart-item .header-cart-title {
    display: none;
  }
}
#header .header-bottom {
  background-color: var(--fs-color-primary);
}
#header .header-bottom .nav > li {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #header .header-bottom .header-bottom-nav {
    flex-wrap: nowrap;
  }
}
#header .header-search-form input {
  height: 46px;
  box-shadow: none;
}
@media (max-width: 767px) {
  #header .header-search-form input {
    height: 35px;
    font-size: 14px;
  }
}
#header .header-search-form .button.icon {
  width: 46px;
  height: 46px;
  background-color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  #header .header-search-form .button.icon {
    height: 35px;
    width: 35px;
  }
}
#header .gt_switcher {
  position: relative;
  overflow: unset;
  width: 130px;
}
#header .gt_switcher .gt_selected a {
  width: 100%;
}
#header .gt_switcher .gt_option {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 767px) {
  #header .gt_switcher {
    width: 48px;
    margin-right: -5px;
  }
  #header .gt_switcher a {
    font-size: 0 !important;
    width: fit-content;
  }
}
#header .nav-dropdown.nav-dropdown-bold {
  padding: 0;
}
#header .nav-dropdown.nav-dropdown-bold > li > a {
  margin: 0 !important;
  border-radius: 0 !important;
}

.mbws-breadcrumbs {
  padding: 10px 15px !important;
  margin: 15px 0;
  background-color: #f5f5f5;
  font-size: 14px;
  border-radius: 4px;
}
.mbws-breadcrumbs p {
  margin-bottom: 0;
  color: #337ab7;
}
.mbws-breadcrumbs p a {
  color: #337ab7;
}

.mbws-contact-info {
  padding: 15px;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 4px;
}

.mbws-contact-map iframe {
  width: 100% !important;
}

.primary-color * {
  color: var(--fs-color-primary);
}

.wpcf7-form .flex-row {
  align-items: flex-start;
  margin-bottom: 15px;
}
.wpcf7-form .flex-row .flex-col.flex-right {
  min-width: 200px;
  text-align: right;
  padding-right: 30px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .wpcf7-form .flex-row .flex-col {
    flex-basis: 100%;
  }
  .wpcf7-form .flex-row .flex-col label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .flex-row {
    flex-wrap: wrap;
  }
}
.wpcf7-form .select-resize-ghost, .wpcf7-form .select2-container .select2-choice, .wpcf7-form .select2-container .select2-selection, .wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea {
  border-radius: 4px;
  box-shadow: none;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit {
  margin: 0;
  border-radius: 4px;
  text-transform: unset;
  font-weight: 400;
}

.section-title.section-title-normal {
  background-color: #EAEAEA;
  border: none;
  overflow: hidden;
}
.section-title.section-title-normal .section-title-main {
  border: none;
  background-color: var(--fs-color-primary);
  color: #fff;
  position: relative;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.section-title.section-title-normal .section-title-main::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0 0);
  background-color: var(--fs-color-primary);
  position: absolute;
  left: 99%;
  top: 0;
  line-height: 1;
}
.section-title.section-title-normal .section-title-main .icon-plus {
  font-size: 8px;
  opacity: 1;
  margin-right: 5px;
}
.section-title.section-title-normal .section-title-main .icon-plus::before {
  background-color: #fff;
  border-radius: 99px;
  color: var(--fs-color-primary);
  padding: 3px;
}

.new-products .product-small .box-image {
  position: relative;
}
.new-products .product-small .box-image::before {
  content: "Mới";
  color: var(--fs-color-primary);
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid var(--fs-color-primary);
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

html[lang=en] .new-products .product-small .box-image::before {
  content: "New";
}

.widget:not(.widget_media_video) {
  border: 1px solid rgb(223, 223, 223);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.widget:not(.widget_media_video) .widget-title {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 15px;
  display: block;
  margin-bottom: 10px;
}
.widget:not(.widget_media_video) ul {
  padding: 0 20px;
}
.widget:not(.widget_media_video) .is-divider {
  display: none;
}

.product-small .image-tools .wishlist-icon {
  display: none;
}
.product-small .box-text .product-title {
  font-size: 16px;
}
.product-small .box-text .product-title a {
  color: #111;
}

.product-info .price {
  font-style: italic;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
  border-top: 1px solid rgb(223, 223, 223);
  border-bottom: 1px solid rgb(223, 223, 223);
  padding: 10px 0;
}
.product-info .price .no-price,
.product-info .price ins span.amount {
  color: var(--fs-color-secondary);
  font-size: 28px;
  text-shadow: 1.5px 0 0 #fff, 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.product-info .price del {
  font-size: 16px;
}
.product-info .product_meta > span {
  border: none;
  font-size: 15px;
}
.product-info .product_meta > span.tagged_as {
  display: none;
}
.product-info .post-views {
  margin-bottom: 10px;
}
.product-info .post-views .post-views-count {
  font-weight: bold;
  color: var(--fs-color-secondary);
}
.product-info .product-short-description {
  border-left: 4px solid var(--fs-color-primary);
  padding-left: 15px;
}
.product-info .stock {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.product-info .ux-quantity {
  display: flex;
  width: 100%;
}
.product-info .single_add_to_cart_button.button {
  background-color: transparent !important;
  border-radius: 4px;
  border-color: var(--fs-color-secondary);
  color: var(--fs-color-secondary);
  font-weight: 400;
}
.product-info .single_add_to_cart_button.button:hover {
  color: var(--fs-color-secondary);
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.product-info .single_add_to_cart_button.button::before {
  content: "\e908";
  font-family: fl-icons !important;
  margin-right: 10px;
}
.product-info .ux-buy-now-button.button {
  border-radius: 4px !important;
  font-weight: 400;
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  width: calc(50% - 25px);
  text-align: center;
}
.product-info .ux-buy-now-button.button:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.product-info .ux-buy-now-button.button.loading {
  color: #fff;
}

.related-products-wrapper .product-small .box {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s;
}
.related-products-wrapper .product-small .box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}
.related-products-wrapper .product-small .box .box-text {
  padding: 15px;
}

.viewed_products-wrapper {
  padding: 45px 0;
}

#comments,
#review_form_wrapper {
  max-width: 100%;
  flex-basis: 100%;
}

.wc-tabs.product-tabs {
  flex-wrap: nowrap;
}
.wc-tabs.product-tabs li, .wc-tabs.product-tabs a {
  height: 100%;
  text-align: center;
}

#footer .absolute-footer,
#footer .section.dark {
  background-color: var(--fs-color-primary);
}
#footer .ux-menu a {
  text-transform: uppercase;
}
#footer .absolute-footer {
  padding: 5px 0;
}
#footer .absolute-footer.dark {
  color: #fff;
}
#footer .copyright-footer {
  padding: 7.5px 0;
}