@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
*/
.section-title-container .section-title {
  border-bottom: 0;
}
.section-title-container .section-title b {
  background-color: transparent;
}
.section-title-container .section-title .section-title-main {
  border-bottom: 0;
}

.button {
  font-weight: 400 !important;
}
.button.white {
  padding: 0px 40px;
  color: #000;
}
.button.white:hover {
  box-shadow: none;
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
}

.list-product-in ul {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  list-style: none;
}
@media (max-width: 767px) {
  .list-product-in ul {
    flex-direction: column;
    gap: 10px;
  }
}
.list-product-in ul li {
  margin-left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .list-product-in ul li {
    margin-bottom: 0;
  }
}
.list-product-in ul li::before {
  content: "\f336";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: bold;
  color: var(--fs-color-success);
}

#masthead .header-inner .flex-right .account-item a {
  text-transform: none;
}
#masthead .header-inner .flex-right .cart-item a {
  text-transform: none;
}
#masthead .header-inner .flex-right .header-nav {
  justify-content: space-evenly;
}
#masthead .header-inner .flex-right .header-nav.nav > li.current-menu-item > a, #masthead .header-inner .flex-right .header-nav.nav > li:hover > a {
  color: var(--fs-color-primary);
}

.header-bottom .header-search-form .searchform {
  border: none;
  background-color: #fff;
  padding: 3px;
  font-size: 1rem;
}
.header-bottom .header-search-form .search_categories {
  height: 35px;
  box-shadow: none;
  min-width: 150px;
  border: none;
}
.header-bottom .header-search-form #woocommerce-product-search-field-0 {
  height: 35px;
  box-shadow: none;
  border: none;
}
.header-bottom .header-search-form .ux-search-submit {
  height: 35px;
  width: 65px;
  line-height: 35px;
  min-height: unset;
  background-color: var(--fs-color-primary);
}

.header-block-block-1 .icon-box .icon-box-text h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.header-vertical-menu .header-vertical-menu__opener {
  background: #fff !important;
  color: var(--text-color);
  width: 227px;
}
.header-vertical-menu .header-vertical-menu__fly-out {
  width: 227px;
  box-shadow: none !important;
}
.header-vertical-menu .header-vertical-menu__fly-out li.menu-item > a {
  padding: 17px 15px !important;
  color: var(--text-color);
  font-size: 1rem;
}

@media (max-width: 767px) {
  .transparent .header-main {
    height: 100px !important;
  }
}

.ecg_slider-home {
  padding-top: 10px !important;
}
.ecg_cate-home .product-category .col-inner {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.ecg_product-sale .section-title-container {
  margin-bottom: 0;
}
.ecg_product-sale .section-title-container .section-title {
  margin-bottom: 0;
}
.ecg_product-sale .ux-timer {
  margin: 0;
}
.ecg_tag .col-bgr > .col-inner {
  padding: 30px 0;
  background-image: url(/wp-content/uploads/2025/09/imgi_167_categorize_img.jpg);
  background-size: cover;
}
.ecg_tag .col-bgr > .col-inner .col {
  padding-bottom: 0;
}
.ecg_tag .col-bgr > .col-inner .col .icon-box-img .icon img {
  border-radius: 100% !important;
  padding-top: 0;
}
.ecg_tag .col-bgr > .col-inner .col .icon-box-text {
  color: #fff;
  font-weight: 600;
}

.ecg_product-tab .section-title-container {
  margin-bottom: 0;
}
.ecg_product-tab .section-title-container .section-title {
  margin-bottom: 0;
}

.ecg_product-vertical .section-title-container {
  margin-bottom: 0;
}
.ecg_product-vertical .section-title-container .section-title {
  margin-bottom: 0;
}
.ecg_product-vertical .col-left > .col-inner {
  padding: 20px;
}
.ecg_product-vertical .col-left > .col-inner .box-vertical {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(245, 243, 234);
  margin-bottom: 10px;
}

.ecg_huongdan .box-image {
  border-radius: 10px !important;
  overflow: hidden;
}

.ecg_huongdan .box {
  border-radius: 10px !important;
  overflow: hidden;
}
.ecg_huongdan .box-text ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.ecg_huongdan .box-text ul li {
  margin-left: 20px;
  position: relative;
}
.ecg_huongdan .box-text ul li i {
  position: absolute;
  left: -20px;
  top: 5px;
  color: var(--fs-color-success);
}

.post-item .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.post-item .box-text {
  padding: 10px 20px;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .box-text .button {
  margin-top: 0;
  color: #000;
}

.product-small .box {
  border-radius: 10px;
  overflow: hidden;
}
.product-small .box-image img {
  aspect-ratio: 5/6;
  object-fit: cover;
}
.product-small .box-text {
  background-color: #fff;
  padding: 20px 10px;
}
.product-small .box-text .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  min-height: 43px;
}
.product-small .box-text .price-wrapper .price {
  font-size: 1rem;
}
.product-small .box-text .price-wrapper .price .amount {
  color: var(--fs-color-primary);
}
.product-small .box-text .product-coupons {
  align-items: center;
  justify-content: center;
}
.product-small .box-text .custom-add-to-cart-form {
  margin-top: 10px;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ux-quantity {
  margin-top: 0;
  border-radius: 100px;
  border: 1px solid #ddd;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ux-quantity input {
  border: none;
  box-shadow: none;
  background-color: transparent;
  height: 35px;
  font-size: 1rem;
  text-shadow: none;
  min-height: unset;
  line-height: 35px;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ajax-add-to-cart {
  margin-top: 0;
  margin-bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: inline-block;
  align-content: center;
  color: white;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  background-color: var(--fs-color-success);
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ajax-add-to-cart i {
  margin: 0;
}
.product-small .box-text .product-meta_bottom {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 0.9rem;
}
.product-small .box-text .product-meta_bottom .ecg-rating i {
  color: #ffab00;
}
.product-small.box-vertical .add-to-cart-button {
  display: none;
}
.product-small.box-vertical .box-text {
  padding: 0 10px;
}
.product-small.box-vertical .box-text .price-wrapper .price {
  font-size: 0.8rem;
}
.product-small.box-vertical .box-text .price-wrapper .price .amount {
  color: var(--fs-color-primary);
}
.product-small.box-vertical .box-text .custom-add-to-cart-form {
  display: none;
}
.product-small.box-vertical .box-text .product-coupons,
.product-small.box-vertical .box-text .product-meta_bottom {
  display: none;
}

.product-coupons {
  display: flex;
  gap: 10px;
}
.product-coupons .coupon-badge {
  margin-top: 10px;
  color: #d0011b;
  padding: 0 10px;
  position: relative;
  background: rgba(208, 1, 27, 0.08);
}
.product-coupons .coupon-badge span.amount {
  color: #d0011b !important;
  font-weight: 400;
}
.product-coupons .coupon-badge::before, .product-coupons .coupon-badge::after {
  background-image: radial-gradient(#fff 2px, transparent 0);
  background-position-x: -6px;
  background-size: 6px 6px;
  content: "";
  height: calc(100% - 5px);
  position: absolute;
  top: 2.5px;
  width: 6px;
}
.product-coupons .coupon-badge::before {
  left: -3px;
}
.product-coupons .coupon-badge::after {
  right: -3px;
}

.product-short-description > p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-variation-description,
.woocommerce-variation-price {
  display: none;
}

.single-product div#tab-description {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.fix_height {
  max-height: 800px;
  overflow: hidden;
  position: relative;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
  height: 0 !important;
}

.devvn_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.devvn_readmore_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff00", endColorstr="#ffffff",GradientType=0 );
  display: block;
}

.devvn_readmore_flatsome a {
  color: #318a00;
  display: block;
}

.devvn_readmore_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid #318a00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.devvn_readmore_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #318a00;
}

.devvn_readmore_flatsome_less:before {
  display: none;
}

.single-product_info .product-meta_bottom {
  display: flex;
  gap: 20px;
}
.single-product_info .product-meta_bottom i {
  color: #ffab00;
}
.single-product_info .is-divider {
  display: none;
}
.single-product_info .ux-swatches .ux-swatch--label {
  padding: 10px 20px;
  border-radius: 8px;
}
.single-product_info .ux-swatches .ux-swatch--label.selected {
  box-shadow: 0 0 0 2px var(--fs-color-primary);
}
.single-product_info .col-cs .col-cs2 .col-inner {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

#footer .ecg_footer-top {
  border-bottom: 1px solid #f5f3ea;
}
#footer .ecg_footer-top .form-dk p {
  display: flex;
  gap: 20px;
}
#footer .ecg_footer-top .form-dk p .wpcf7-spinner {
  display: none;
}
#footer .ecg_footer-top .form-dk p .wpcf7-email {
  border-radius: 100px;
  box-shadow: none;
  margin-bottom: 0;
}
#footer .ecg_footer-top .form-dk p .wpcf7-submit {
  border-radius: 100px;
  margin-right: 0;
  margin-bottom: 0;
}
#footer .ecg_footer-top .wpcf7-form {
  margin-bottom: 0;
}
#footer .ecg_footer-top .social-icons {
  color: var(--heading-color);
}
#footer .ecg_footer-top .social-icons a {
  color: var(--heading-color);
  border-width: 1px;
}
#footer .ecg_footer-top .social-icons i {
  color: var(--heading-color);
}
#footer .ecg_footer-top .social-icons span {
  font-size: 1.25rem;
}
#footer .ecg_footer-main .col:not(.col-contact) ul {
  list-style: none;
}
#footer .ecg_footer-main .col:not(.col-contact) ul li {
  margin-left: 0;
}
#footer .ecg_footer-main .col:not(.col-contact) ul li::before {
  margin-right: 10px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8rem;
  color: var(--fs-color-primary);
}
#footer .ecg_footer-main .col-contact ul {
  list-style: none;
}
#footer .ecg_footer-main .col-contact ul li {
  margin-left: 0;
}
#footer .ecg_footer-main .col-contact ul li i {
  color: var(--fs-color-primary);
}/*# sourceMappingURL=style.css.map */