@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 #logo {
  margin-right: 0;
}
#header .header-nav-main {
  justify-content: center;
}
#header .header-search-form .flex-row {
  flex-direction: row-reverse;
}
#header .header-search-form input {
  background-color: #F5F5F5;
  height: 38px;
  border-radius: 5px;
  border: none;
  padding-left: 40px;
  font-size: 1rem;
}
#header .header-search-form .flex-col:last-of-type {
  margin-left: 0;
  margin-right: -40px;
}
#header .header-cart-link {
  display: flex;
  flex-direction: row-reverse;
}
#header .header-cart-link i {
  margin-left: 0;
  margin-right: 10px;
}
#header .header-cart-link i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/header-cart.svg) no-repeat center center/contain;
}
#header .icon-user:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/user.svg) no-repeat center center/contain;
}
#header .header-bottom .flex-left {
  width: 100%;
}
#header .header-bottom .flex-right {
  display: none;
}
#header .header-bottom .nav {
  justify-content: space-around;
  width: 100%;
}
#header .header-bottom .nav > li {
  flex: 1;
}
#header .header-bottom .nav > li > a {
  display: block;
  text-align: center;
  width: 100%;
}
#header .header-bottom .nav > li > a svg,
#header .header-bottom .nav > li > a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#header .header-bottom .nav > li > a::after {
  height: 100%;
  top: 8px;
  border-color: #F5F5F5;
  left: 0;
}
#header .header-bottom .nav > li.secondary {
  border-radius: 15px 15px 0 0;
}
#header .header-bottom .nav > li.secondary > a {
  color: white;
}
#header .header-bottom .nav > li.secondary > a::after {
  display: none;
}
#header .header-bottom .nav > li.secondary:hover {
  background-color: var(--fs-color-primary);
}
#header .stuck .header-bottom .nav > li {
  border-radius: 0;
}
#header .nav-dropdown {
  border-radius: 0 0 20px 20px;
  font-size: 14px;
}
#header .nav-dropdown .ux-menu .ux-menu-link__link {
  position: relative;
  text-transform: uppercase;
  padding: 15px 0 !important;
  line-height: 1;
  font-weight: 500;
  color: var(--text-color);
}
#header .nav-dropdown .ux-menu .ux-menu-link__link i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#header .nav-dropdown .ux-menu .ux-menu-link__link span {
  padding-left: 0;
}
#header .nav-dropdown .ux-menu .ux-menu-link__link:hover {
  color: var(--fs-color-secondary);
}
#header .nav-dropdown h6,
#header .nav-dropdown p {
  margin-bottom: 10px;
}

.page-title .entry-title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--fs-color-secondary);
  vertical-align: middle;
}

body .wpcf7-form .wpcf7-submit {
  text-transform: unset;
  background-color: var(--fs-color-secondary) !important;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0;
  border-radius: 30px;
  height: 44px;
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}
body .wpcf7-form .form-flat input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background-color: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(255, 255, 255, 0.11) !important;
  border-radius: 6px !important;
}
body .wpcf7-form input[type=email], body .wpcf7-form input[type=number], body .wpcf7-form input[type=search], body .wpcf7-form input[type=tel], body .wpcf7-form input[type=text], body .wpcf7-form input[type=url], body .wpcf7-form textarea {
  background-color: rgb(23, 75, 105);
  border-color: #174b69;
  color: white;
  border-radius: 5px;
  box-shadow: none;
  height: 45px;
  margin-bottom: 30px;
}
body .wpcf7-form input[type=email]:focus, body .wpcf7-form input[type=number]:focus, body .wpcf7-form input[type=search]:focus, body .wpcf7-form input[type=tel]:focus, body .wpcf7-form input[type=text]:focus, body .wpcf7-form input[type=url]:focus, body .wpcf7-form textarea:focus {
  box-shadow: none;
  border-color: var(--fs-color-secondary);
}
body .wpcf7-form input[type=email]::placeholder, body .wpcf7-form input[type=number]::placeholder, body .wpcf7-form input[type=search]::placeholder, body .wpcf7-form input[type=tel]::placeholder, body .wpcf7-form input[type=text]::placeholder, body .wpcf7-form input[type=url]::placeholder, body .wpcf7-form textarea::placeholder {
  color: white;
}
body .x-50 {
  transform: translateX(50%);
}
body form {
  margin-bottom: 0;
}
body .page-title-inner {
  padding-top: 0;
}
body .lightbox-content {
  border-radius: 30px;
  overflow: hidden;
}
body .mbws_counter {
  line-height: 1;
}
body .divider-left {
  padding-left: 50px;
  position: relative;
}
body .divider-left::before {
  content: "";
  width: 25px;
  height: 8px;
  border-radius: 5px;
  background-color: var(--fs-color-secondary);
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
body .divider-left-vertical {
  padding-left: 25px;
  position: relative;
}
body .divider-left-vertical::before {
  content: "";
  width: 8px;
  height: 25px;
  border-radius: 5px;
  background-color: var(--fs-color-secondary);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body .line-height-1 {
  line-height: 1;
}
body .fix-line-height {
  line-height: 1.2;
}
body .fix-text p {
  margin-bottom: 0;
}
body .radius-30 {
  border-radius: 30px;
  overflow: hidden;
}
body .is-divider {
  border-radius: 5px;
}
body a.button:not(.icon) {
  font-weight: 500;
}
body a.button:not(.icon).white:not(.is-link):not(.is-underline) {
  color: var(--fs-color-secondary);
  border: 1px solid #E0E4EF;
}
body a.button:not(.icon).white:not(.is-link):not(.is-underline):hover {
  background-color: var(--fs-color-secondary) !important;
  color: white !important;
}
body a.button:not(.icon).is-small {
  font-size: 14px;
}
body .mbws-hover-zoom {
  transition: all 0.3s;
}
body .mbws-hover-zoom:hover {
  transform: scale(1.05);
}
body .radius-right-bottom-30 {
  border-bottom-right-radius: 30px;
}
body .radius-right-bottom-30 > .col-inner {
  border-bottom-right-radius: 30px;
}
body .radius-left-bottom-30 {
  border-bottom-left-radius: 30px;
}
body .radius-left-bottom-30 > .col-inner {
  border-bottom-left-radius: 30px;
}
body .banner h2 {
  line-height: 1.2;
}
body .contact-icon-box {
  border-radius: 16px;
  padding: 16px 0;
  transition: all 0.3s;
}
body .contact-icon-box:hover {
  background-color: white;
}
@media (max-width: 767px) {
  body .small-center {
    text-align: center;
  }
  body .small-center > .col-inner {
    text-align: center;
  }
  body .small-center .img {
    margin-left: auto;
    margin-right: auto;
  }
}
body .badge-container {
  margin-top: 30px;
  left: 30px;
}
body .badge-container .badge {
  width: fit-content;
  height: auto;
  font-size: 12px;
}
body .badge-container .badge .badge-inner {
  padding: 8px;
  border-radius: 3px;
  font-weight: 400;
}

.home-banner-section::before {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  position: absolute;
  left: 60px;
  top: 30px;
  background-color: var(--fs-color-primary);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .home-banner-section::before {
    display: none;
  }
}

.home-banner .bg {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .home-banner .bg {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .home-banner .button {
    padding: 3px 20px !important;
  }
}

.logo-gallery .gallery-col img {
  object-fit: contain;
}

.banner .hotspot-wrapper a {
  background-color: var(--fs-color-secondary);
  font-size: 14px;
  font-weight: 400;
}
.banner .hotspot-wrapper a::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  border-radius: 99%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product-category .col-inner {
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #F9F9F9 !important;
  transition: all 0.3s;
}
.product-category .col-inner .box {
  background-color: transparent !important;
}
.product-category .col-inner:hover {
  background-color: unset !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.home-image-box .box-text {
  transition: all 0.3s;
}
.home-image-box:hover .box-text {
  transform: translateY(-10px);
}

#cart-popup {
  background-color: white;
}
#cart-popup .cart-popup-title {
  margin-left: -30px;
  margin-right: -30px;
}
#cart-popup .cart-popup-title span {
  font-size: 25px;
}
#cart-popup .cart-popup-title span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/header-cart.svg) no-repeat center center/contain;
}
#cart-popup .cart-popup-title .is-divider {
  max-width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
#cart-popup .widget_shopping_cart ul.product_list_widget li {
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  padding: 15px 30px 15px 130px;
  min-height: 130px;
  border: none;
  margin-bottom: 20px;
}
#cart-popup .widget_shopping_cart ul.product_list_widget li img {
  width: 100px;
  height: 100px;
  left: 15px;
}
#cart-popup .widget_shopping_cart ul.product_list_widget li a.remove {
  right: 5px;
  top: 5px;
}
#cart-popup .widget_shopping_cart ul.product_list_widget li .ux-mini-cart-qty {
  padding-right: 15px;
}
#cart-popup .widget_shopping_cart ul.product_list_widget li .ux-mini-cart-qty .ux-quantity {
  background-color: var(--fs-color-primary);
  border-radius: 5px;
}
#cart-popup .widget_shopping_cart ul.product_list_widget li .ux-mini-cart-qty .ux-quantity input, #cart-popup .widget_shopping_cart ul.product_list_widget li .ux-mini-cart-qty .ux-quantity button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: white;
}
#cart-popup .ux-mini-cart-footer {
  background-color: rgba(0, 0, 0, 0.01);
  border-top: none;
  padding: 20px;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column-reverse;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button {
  text-transform: unset;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button.checkout {
  border-radius: 30px;
  height: 44px;
  text-transform: unset;
  font-size: 18px;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: var(--fs-color-primary);
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0;
  color: var(--text-color);
  min-height: unset;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  box-shadow: unset;
}
#cart-popup .ux-mini-cart-footer .woocommerce-Price-amount {
  font-size: 22px;
}

.shop-page-title .page-title-inner {
  justify-content: space-between;
}
.shop-page-title .page-title-inner .woocommerce-result-count {
  margin-left: 0;
  flex: 1;
}
.shop-page-title .page-title-inner .woocommerce-ordering {
  margin-right: 0;
}
.shop-page-title .page-title-inner .woocommerce-ordering select {
  background-color: transparent;
  box-shadow: none;
  border: none;
  height: auto;
  margin: 0;
}

@media (max-width: 767px) {
  .products {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .product-small.col {
    padding: 0 5px 10px !important;
  }
}
.product-small.col .box {
  padding: 24px;
  background-color: #F5F5F5;
  border-radius: 16px;
}
.product-small.col .box .box-text {
  padding-top: 30px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .product-small.col .box {
    padding: 10px;
  }
}
.product-small.col .mbws-rating,
.product-small.col .wishlist-popup {
  display: none;
}
.product-small.col .image-tools.right {
  padding: 0;
}
.product-small.col .image-tools.right .wishlist-icon .button {
  border-color: white;
  background-color: white;
  color: var(--text-color);
  margin-bottom: 5px;
  font-size: 14px;
  margin-right: 0;
  transition: all 0.3s;
  transform: translateY(10px);
}
.product-small.col .image-tools.bottom {
  width: fit-content;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 40px;
  bottom: auto;
  transform: unset;
  transition: 0.3s;
  margin-top: 0;
}
.product-small.col .image-tools.bottom a {
  background-color: white !important;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-bottom: 6px;
  padding: 6px !important;
  transition: all 0.3s;
  transform: translateY(10px);
}
.product-small.col .image-tools.bottom a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.product-small.col .image-tools.bottom a.added_to_cart .cart-icon, .product-small.col .image-tools.bottom a.add_to_cart_button .cart-icon {
  display: none;
}
.product-small.col .image-tools.bottom a.added_to_cart::before, .product-small.col .image-tools.bottom a.add_to_cart_button::before {
  background: url(../img/cart.svg);
}
.product-small.col .image-tools.bottom a.quick-view {
  font-size: 0;
}
.product-small.col .image-tools.bottom a.quick-view::before {
  background: url(../img/zoom.svg);
}
.product-small.col:hover .image-tools.bottom {
  top: 40px;
  transform: translateY(0);
}
.product-small.col:hover .image-tools.bottom a {
  transform: translateY(0);
}
.product-small.col:hover .image-tools.right .wishlist-icon .button {
  transform: translateY(0);
}

.single-product .product-container {
  margin-bottom: 80px;
}
.single-product .product-main {
  padding-top: 80px;
  background-color: #F5F5F5;
}
.single-product .product-gallery {
  padding-right: 8%;
}
.single-product .product-gallery .image-tools {
  top: 20px;
  right: 20px;
  left: auto;
}
.single-product .product-gallery .image-tools .zoom-button {
  line-height: 38px;
  background-color: white;
  border: none;
  color: var(--text-color);
}
.single-product .product-gallery .image-tools .zoom-button:hover {
  color: var(--fs-color-secondary);
}
.single-product .product-gallery .image-tools .zoom-button i::before {
  content: "\e012";
}
.single-product .product-gallery .image-tools .wishlist-icon {
  display: none;
}
.single-product .product-gallery .badge-container {
  margin-top: 30px;
  left: 30px;
}
.single-product .product-gallery .badge-container .badge {
  width: fit-content;
  height: auto;
  font-size: 12px;
}
.single-product .product-gallery .badge-container .badge .badge-inner {
  padding: 8px;
  border-radius: 3px;
  font-weight: 400;
}
.single-product .product-info {
  height: fit-content;
  border-radius: 30px;
  background-color: white;
  padding: 45px;
}
.single-product .product-info .mbws_single-meta {
  display: none;
}
.single-product .product-footer .product-page-sections .product-section {
  border: none;
}
.single-product .product-footer .product-page-sections .product-section .entry-content {
  padding: 80px 0 0px;
}
.single-product .product-footer .product-page-sections .product-section > .row > .col {
  max-width: 100%;
  flex-basis: 100%;
}
.single-product .product-footer .product-page-sections .product-section > .row > .col.large-2 {
  display: none;
}
.single-product .product-footer .entry-content {
  border: none;
}
.single-product .product-footer .woocommerce-product-attributes {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .single-product .product-footer .woocommerce-product-attributes {
    padding: 15px 20px;
  }
}
.single-product .product-footer .woocommerce-product-attributes tr th {
  width: 180px;
  border: none;
  font-size: 1rem;
  text-transform: unset;
}
.single-product .product-footer .woocommerce-product-attributes tr td {
  border: none;
  font-size: 1rem;
  font-style: italic;
}
.single-product .product-footer .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
  text-align: right;
  position: relative;
}
.single-product .product-footer .woocommerce-product-attributes .woocommerce-product-attributes-item__value::before {
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  .single-product .product-footer .woocommerce-product-attributes .woocommerce-product-attributes-item__value::before {
    display: none;
  }
}
.single-product .woocommerce-Reviews-title {
  font-size: 2rem;
}
.single-product .review-form-inner {
  border: none;
  padding: 0;
}
.single-product .review-form-inner #submit {
  background-color: var(--fs-color-secondary);
  border-radius: 4px;
  width: 200px;
  text-align: center;
}
.single-product .comment-form label[for=rating] {
  display: inline-block;
}
.single-product .comment-form .stars {
  display: inline-block;
  width: fit-content;
  margin-left: 30px;
  margin-bottom: 0;
  vertical-align: top;
  position: relative;
}
.single-product .comment-form .stars a {
  width: fit-content;
  display: inline-block;
  font-size: 0;
  border: none;
  left: 0;
}
.single-product .comment-form .stars a::after {
  content: "\e005" !important;
  font-size: 16px;
}
.single-product .comment-form .stars a.filled, .single-product .comment-form .stars a.active {
  color: gold;
}
.single-product .comment-form input[type=text], .single-product .comment-form input[type=email], .single-product .comment-form textarea {
  border-radius: 5px;
  border: 1px solid var(--fs-color-primary);
}
.single-product .comment-form input[type=text]:focus, .single-product .comment-form input[type=email]:focus, .single-product .comment-form textarea:focus {
  border-color: var(--fs-color-secondary);
}
.single-product #comments {
  padding-bottom: 0;
}
.single-product .related {
  border: none;
}
.single-product .related .product-section-title {
  padding-top: 0;
  text-align: center;
  font-size: 2rem;
}

.product-info .product-title {
  font-size: 2rem;
  text-transform: uppercase;
}
.product-info .product-short-description {
  margin-bottom: 45px;
}
.product-info .cart {
  padding-top: 30px;
  border-top: 1px solid #E2E2E2;
}
.product-info .cart .quantity {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  margin-bottom: 0;
}
.product-info .cart .quantity input,
.product-info .cart .quantity .button {
  height: 50px;
  box-shadow: none;
  background-color: unset;
  border: none;
  min-width: 35px;
}
.product-info .cart .single_add_to_cart_button {
  height: 50px;
  border-radius: 30px;
  padding: 0 50px;
  border: none;
  margin-bottom: 0;
}
.product-info .cart .single_add_to_cart_button:hover {
  background-color: var(--fs-color-primary);
}

@media (max-width: 767px) {
  #footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-form-box {
  border-radius: 30px;
  overflow: hidden;
}
#footer .wpcf7-form input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .wpcf7-form input {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer .wpcf7-form .ml-half {
    margin-left: 0;
  }
}
#footer .ux-menu a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
}
#footer .ux-menu a:hover {
  color: var(--fs-color-secondary);
}
#footer .absolute-footer {
  display: none;
}
#footer .copyright a:hover {
  color: var(--fs-color-secondary);
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */