@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
*/
.pri-color * {
  color: var(--fs-color-primary) !important;
}

.sec-color * {
  color: var(--fs-color-secondary) !important;
}

body .box-shadow,
body .box-shadow-2,
body .box-shadow-2-hover:hover,
body .row-box-shadow-2 .col-inner,
body .row-box-shadow-2-hover .col-inner:hover,
body .add_to_cart_button,
body .wpcf7 .wpcf7-submit {
  box-shadow: 0px 5px 10px 0px rgba(33, 192, 183, 0.3019607843);
}
body .success.is-outline:hover {
  color: #000;
}
body .button.primary:hover {
  background-color: var(--fs-color-secondary);
}
body .button.primary::after {
  box-shadow: 0px 5px 10px 0px rgba(33, 192, 183, 0.3019607843);
  border-radius: 25px 25px 25px 25px;
}
body .single_add_to_cart_button {
  border-radius: 20px;
}
body .single_add_to_cart_button:hover {
  background-color: var(--fs-color-secondary) !important;
}
body .section {
  padding: 30px 30px;
}

.banner {
  overflow: hidden;
  border-radius: 20px;
}

.mbws_box-1 {
  border-radius: 20px;
  padding: 30px !important;
  background-color: #F7FAFA;
}

.br-20 img {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .section-title-container .section-title {
    font-size: 1.5em;
  }
}
.section-title-container .section-title .section-title-main {
  border: unset;
}
@media (max-width: 768px) {
  .section-title-container .section-title .section-title-main {
    padding-left: 0 !important;
  }
}

.row > .col > .col-inner > .product-small {
  padding: 30px;
  transition: 250ms ease-in;
  border-width: 30px 1px;
  border-style: solid;
  border-color: transparent rgba(133, 137, 151, 0.24) transparent transparent;
  border-image: initial;
}
.row > .col > .col-inner > .product-small:hover {
  border-right-color: transparent;
  box-shadow: 0 0 0 2px var(--fs-color-primary);
  border-radius: 20px;
}

.product-features .product-small {
  border-right-color: transparent;
  box-shadow: 0 0 0 2px var(--fs-color-primary);
  border-radius: 20px;
}

.badge-container {
  left: 30px !important;
}
.badge-container .badge .badge-inner {
  padding: 12px 14px;
  border-radius: 8px;
  border: unset;
  color: #fff;
  background-color: #F25050;
  box-shadow: 0 5px 10px rgba(33, 192, 183, 0.3019607843);
}

.add-to-cart-button .add_to_cart_button {
  padding: 4px 40px 4px 15px;
  border-radius: 25px;
}
.add-to-cart-button .add_to_cart_button i {
  transform: translate(0, -50%);
  position: absolute;
  color: var(--fs-color-primary);
  padding: 16px 16px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 14px;
  background: #fff;
  right: -20px;
  top: 50%;
  bottom: auto;
  box-shadow: 0 5px 10px rgba(33, 192, 183, 0.3019607843);
}

.product-small {
  padding: 0 !important;
}
.product-small .box-image img {
  object-fit: cover !important;
  aspect-ratio: 6/5;
}
.product-small .box-text {
  padding: 30px;
}
.product-small .box-text .title-wrapper .name a {
  color: #000;
  font-weight: bold;
}
.product-small .box-text .price-wrapper ins .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}

.star-rating::before {
  color: #FF7513 !important;
}
.star-rating span::before {
  color: #FF7513 !important;
}

.post-item .box {
  transition: all 150ms ease;
  border-radius: 20px;
  border: solid 2px #E8E9EB;
}
.post-item .box:hover {
  border-color: var(--fs-color-primary);
}
.post-item .box .box-image img {
  border-radius: 20px 20px 0 0;
}
.post-item .box .box-text {
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-item .box .box-text .is-divider {
  display: none;
}
.post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .box .box-text .post-meta {
  color: var(--fs-color-primary);
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
  background-color: #F5F5F5;
  border-radius: 30px;
  padding: 25px 30px;
}
.wpcf7 .wpcf7-submit {
  border-radius: 30px;
  padding: 10px 50px;
}

.button.success:hover,
input[type=submit]:hover,
.button.primary:hover {
  background-color: var(--fs-color-success);
  box-shadow: unset;
}

.product-small .yith-wcwl-add-to-wishlist, .product-small .wishlist-icon {
  display: none !important;
}

#header .header-wrapper .wc-backward {
  color: #fff;
}
#header .header-wrapper a {
  font-size: 16px;
}
#header .header-wrapper a:hover {
  color: var(--fs-color-primary);
}
#header .header-wrapper #masthead {
  padding: 0 30px;
  background: #ecf0f3;
}
#header .header-wrapper #masthead .header-nav {
  justify-content: center;
}
#header .header-wrapper #masthead .header-nav #woocommerce-product-search-field-0 {
  height: 40px;
  box-shadow: none;
  border: 1px solid #fff;
}
#header .header-wrapper #masthead .header-nav .submit-button {
  height: 40px;
  width: 40px;
  background-color: #012e75;
}
#header .header-wrapper #masthead .html.custom i {
  color: #0a0909 !important;
}
#header .header-wrapper #masthead .html.custom a {
  color: #0a0909 !important;
}
#header .header-wrapper #wide-nav {
  padding: 70px 30px 10px 30px;
  margin-top: -60px;
  border-radius: 0 0 45px 45px;
  background-color: #012e75;
}
#header .header-wrapper #wide-nav .flex-center .nav {
  justify-content: space-around;
}
#header .header-wrapper #wide-nav .flex-center {
  width: 49%;
}
#header .header-wrapper #wide-nav .flex-center .header-search-form {
  width: 100%;
}
#header .header-wrapper #wide-nav .flex-center .header-search-form .search-field {
  color: #fff;
  border: unset;
  background-color: white;
  border-radius: 50px 0 0 50px;
  padding: 25px;
}
#header .header-wrapper #wide-nav .flex-center .header-search-form .search-field:focus {
  box-shadow: none;
}
#header .header-wrapper #wide-nav .flex-center .header-search-form .ux-search-submit {
  background-color: var(--fs-color-primary);
  border-radius: 50px;
  padding: 8px 18px;
  height: 50px;
}
#header .header-vertical-menu .header-vertical-menu__opener {
  background-color: transparent;
}
#header .header-vertical-menu a:hover {
  color: var(--fs-color-primary);
}
#header .header-vertical-menu .header-vertical-menu__title {
  text-transform: uppercase;
}
#header .header-vertical-menu .header-vertical-menu__fly-out {
  background-color: transparent;
}
#header .header-vertical-menu .header-vertical-menu__fly-out > div {
  position: relative;
}
@media (max-width: 1280px) {
  #header .header-vertical-menu .header-vertical-menu__fly-out {
    width: 210px;
  }
}
#header .header-vertical-menu .ux-nav-vertical-menu,
#header .header-vertical-menu .sub-menu {
  padding: 15px !important;
  border: solid 2px var(--fs-color-primary);
  border-radius: 20px;
  background-color: #fff;
}
#header .header-vertical-menu .ux-nav-vertical-menu li > a,
#header .header-vertical-menu .sub-menu li > a {
  padding: 10px;
  margin: 0;
  border-radius: 99px;
}
#header .header-vertical-menu .ux-nav-vertical-menu li > a:hover,
#header .header-vertical-menu .sub-menu li > a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.home .header-vertical-menu__fly-out > div {
  margin-top: 50px;
}

.mbws_home-danhgia .test > .col > .col-inner {
  border-radius: 20px;
  border: solid 2px #e0e1e5;
  padding: 40px;
}
.mbws_home-danhgia .test > .col > .col-inner:hover {
  border-color: var(--fs-color-primary);
}
.mbws_home-danhgia .test > .col > .col-inner p {
  margin-bottom: 0;
}

.mbws_home-doitac .mbws_gallery {
  padding-top: 30px;
  border-radius: 20px;
  background-color: #f7fafa;
}
@media (max-width: 767px) {
  .mbws_home-doitac .mbws_gallery .gallery-col {
    padding: 30px 60px 30px 60px;
  }
}
.mbws_home-doitac .mbws_gallery .gallery-col .box-image img {
  object-fit: contain;
  padding: 30px;
}
.mbws_home-doitac .mbws_gallery .gallery-col .box-text {
  display: none;
}

.mbws_home-spnoibat .tabbed-content {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .mbws_home-spnoibat .tabbed-content .nav-simple {
    justify-content: left;
  }
}
.mbws_home-spnoibat .tabbed-content .nav > li {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .mbws_home-spnoibat .tabbed-content .nav > li {
    margin: 0;
    margin-right: 10px;
  }
}
.mbws_home-spnoibat .tabbed-content .nav > li a:hover {
  color: var(--fs-color-primary);
}
.mbws_home-spnoibat .tabbed-content .nav li.active a {
  color: var(--fs-color-primary);
}

.home-product-cats {
  padding: 15px !important;
  border: solid 2px var(--fs-color-primary);
  border-radius: 20px;
}
.home-product-cats .widget {
  margin-bottom: 0;
}
.home-product-cats ul.product-categories {
  position: relative;
}
.home-product-cats ul.product-categories li {
  border-radius: 20px;
  border-top: unset;
}
.home-product-cats ul.product-categories li a {
  padding: 8.5px 20px;
  width: calc(100% - 25px);
}
.home-product-cats ul.product-categories li .children {
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  transform: translateX(-15px);
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.home-product-cats ul.product-categories li .children li + li {
  border-top: 1px solid #ececec;
}
.home-product-cats ul.product-categories li .children li:hover {
  background-color: var(--fs-color-primary);
}
.home-product-cats ul.product-categories li .children li:hover > * {
  color: #fff;
}
.home-product-cats ul.product-categories li .children li a {
  padding: 10px 20px;
}
.home-product-cats ul.product-categories li:hover,
.home-product-cats ul.product-categories li.active {
  background-color: var(--fs-color-primary);
}
.home-product-cats ul.product-categories li:hover > a, .home-product-cats ul.product-categories li:hover > .toggle,
.home-product-cats ul.product-categories li.active > a,
.home-product-cats ul.product-categories li.active > .toggle {
  color: #fff;
}
.home-product-cats ul.product-categories li:hover > .children,
.home-product-cats ul.product-categories li.active > .children {
  display: block;
  opacity: 1;
  z-index: 9;
  transform: translateX(0);
}
.home-product-cats ul.product-categories .toggle i {
  transform: rotate(270deg);
}

#shop-sidebar .widget-title {
  color: #000;
}
#shop-sidebar .widget_product_search .search-field {
  padding: 23px 30px;
  border-radius: 30px 0px 0px 30px;
}
#shop-sidebar .widget_product_search .ux-search-submit {
  background-color: var(--fs-color-primary);
  border-radius: 0px 30px 30px 0px;
  padding: 4px 15px;
}
#shop-sidebar .price_slider_wrapper .price_slider {
  background-color: var(--fs-color-primary);
}
#shop-sidebar .price_slider_wrapper .button {
  padding: 5px 30px;
  background-color: var(--fs-color-primary);
  font-size: 1em;
}
#shop-sidebar ul li {
  border-top: unset;
  position: relative;
  padding-left: 30px;
}
#shop-sidebar ul li::after {
  content: "";
  width: 23px;
  height: 23px;
  top: 7px;
  left: 0px;
  position: absolute;
  background: transparent;
  border: 1px solid rgba(21, 37, 66, 0.231372549);
  border-radius: 5px;
}
#shop-sidebar ul li:hover::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
#shop-sidebar ul li.current-menu-item a,
#shop-sidebar ul li.current-cat a {
  color: var(--fs-color-primary);
}
#shop-sidebar ul li.current-menu-item::after,
#shop-sidebar ul li.current-cat::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.single-post #respond, .single-post #comment {
  border-radius: 20px;
}
.single-post #respond #submit, .single-post #comment #submit {
  border-radius: 15px;
}

.archive .woocommerce-ordering .orderby {
  height: 52px;
  padding-left: 20px;
  border-radius: 30px;
  filter: invert(0.9);
  color: #000;
  font-weight: 600;
}

.single-product .product-main .product-info .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-main .product-info .product-title {
  font-size: 40px;
}
.single-product .product-main .product-info .price-wrapper ins .woocommerce-Price-amount {
  color: var(--fs-color-primary);
  font-size: 34px;
}
.single-product .product-main .product-info .product-short-description {
  color: #000;
}
.single-product .product-main .product-info .single_add_to_cart_button {
  padding: 5px 24px;
  margin-top: 15px;
  background-color: var(--fs-color-primary);
  border-radius: 40px;
}
.single-product .product-main .product-info .single_add_to_cart_button:hover {
  background-color: var(--fs-color-secondary) !important;
}
.single-product .product-main .product-info .ux-quantity .ux-quantity__button, .single-product .product-main .product-info .ux-quantity .input-text {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: var(--fs-color-primary);
}
.single-product .product-main .product-info .ux-quantity .input-text {
  color: #000;
  font-weight: bold;
  font-size: 2em;
}
.single-product .product-main .product-info .product_meta .posted_in, .single-product .product-main .product-info .product_meta .tagged_as {
  font-size: 16px;
}
.single-product .product-footer .woocommerce-tabs {
  overflow: hidden;
  border-radius: 20px;
}
.single-product .product-footer .woocommerce-tabs .tabs {
  padding: 0;
  background-color: #333333;
}
.single-product .product-footer .woocommerce-tabs .tabs li a {
  padding: 15px;
  font-size: 16px;
  color: #fff;
}
.single-product .product-footer .woocommerce-tabs .tabs li.active a {
  color: var(--fs-color-primary);
}
.single-product .product-footer .woocommerce-tabs .tab-panels {
  color: #000;
  background-color: #F5F5F5;
  padding: 15px 30px;
}

#footer .absolute-footer {
  display: none;
}
#footer .mbws_footer-main {
  padding: 130px 30px 0 30px;
}
@media (max-width: 767px) {
  #footer .mbws_footer-main {
    padding: 60px 30px 0 30px;
  }
}
#footer .wpcf7 .wpcf7-email {
  border: unset;
  background-color: #454546;
  color: #fff;
}
#footer .wpcf7 .wpcf7-form-control {
  padding: 32px 40px;
  margin: 0;
}
#footer .wpcf7 .wpcf7-submit {
  margin: 0px;
  padding: 5px 40px;
  right: 10px;
  top: 8px;
  position: absolute;
}/*# sourceMappingURL=style.css.map */