@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
*/
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.pri-color {
  color: var(--fs-color-primary) !important;
}
.pri-color * {
  color: var(--fs-color-primary) !important;
}

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

.succ-color {
  color: var(--fs-color-success) !important;
}
.succ-color * {
  color: var(--fs-color-success) !important;
}

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

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

.hyg_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

@media (min-width: 850px) {
  #wrapper {
    margin-left: 230px;
  }
}

body .font-size-80 {
  font-size: 80% !important;
}
body .border-img-10 .img-inner {
  border-radius: 10px;
  border: solid 1px #e4eaf5;
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .button.success.is-outline {
  color: #000;
  border-color: #e4eaf5;
}
body .button.success.is-outline.is-small {
  font-weight: 500;
}
body .button.success {
  color: #000;
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .pri-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary) !important;
}
body .pri-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary) !important;
}
body .sec-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary) !important;
}
body .sec-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-secondary) !important;
}
body .sec-icon .icon-box-img .icon .icon-inner {
  line-height: 0.7;
  border-radius: 999px;
  background-color: var(--fs-color-secondary);
  padding: 13px;
}
body .sec-icon .icon-box-img .icon .icon-inner svg {
  padding-top: 0;
}
body .icon-center {
  align-items: center;
}
body .testimonial-box .icon-box-text {
  border: solid 1px #e4eaf5;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 8px 0px, rgba(0, 0, 0, 0.02) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 8px 20px;
  margin-bottom: 30px;
}
body .testimonial-box .icon-box-text .star-rating::before {
  color: #FFD600;
}
body .testimonial-box .icon-box-text .star-rating span::before {
  color: #FFD600;
}
body .testimonial-box .icon-box-text .testimonial-text h3 {
  font-size: 18px;
}
body .menu-succ .ux-menu-link a {
  padding: 5px 15px;
  border-radius: 8px;
}
body .menu-succ .ux-menu-link a i, body .menu-succ .ux-menu-link a span {
  color: #000;
}
body .menu-succ .ux-menu-link:hover a {
  background-color: #c6e5ff;
}
body .ux-menu.vertical {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
@media (max-width: 550px) {
  body .ux-menu.vertical {
    margin-right: auto;
  }
}
body .ux-menu.vertical .ux-menu-link a span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
body .ux-menu.vertical .ux-menu-link:last-child a span {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body .product-small .badge-container {
  margin: 10px 0 0 10px;
}
body .product-small .badge-container .badge {
  height: unset;
  width: unset;
}
body .product-small .badge-container .badge .badge-inner {
  display: inline-block;
  height: unset;
  border-radius: 5px;
  padding: 5px;
  border: solid 1px #fff;
}
body .product-small .badge-container .badge .badge-inner.on-sale {
  background-color: var(--fs-color-alert);
  font-size: 0.8em;
}
body .product-small .badge-container .badge .badge-inner.new-bubble {
  background-color: #43A783;
}
body .product-small .box .box-image {
  border-radius: 10px;
  border: solid 1px #e4eaf5;
}
body .product-small .box .box-image .grid-tools {
  transform: unset;
  opacity: 1;
}
body .product-small .box .box-image .grid-tools a .cart-icon {
  border-radius: 36px;
  border: solid 2px #e4eaf5;
  left: unset;
  right: 10px;
  background-color: #fff;
  bottom: 10px;
  font-size: 1.2em;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
body .product-small .box .box-image .grid-tools a .cart-icon strong {
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: var(--fs-color-primary);
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
  line-height: 0.8;
  width: 0.8em;
  height: 0.8em;
}
body .product-small .box .box-image .grid-tools a .cart-icon strong::after {
  display: none;
}
body .product-small .box .box-image .grid-tools a .cart-icon span {
  transition: opacity 0.2s ease-in-out, max-width 0.4s ease-in-out, margin-right 0.4s ease-in-out;
  display: inline-block;
  max-width: 0px;
  color: var(--fs-color-primary);
  text-transform: none;
  opacity: 0;
  white-space: nowrap;
}
body .product-small .box .box-image .grid-tools a .cart-icon:hover {
  background-color: var(--fs-color-success);
}
body .product-small .box .box-image .grid-tools a .cart-icon:hover span {
  opacity: 1;
  max-width: 100px;
  margin-right: 5px;
}
body .product-small .box .box-image .grid-tools .quantity-switcher {
  position: absolute;
  border-radius: 36px;
  border: solid 2px #e4eaf5;
  left: unset;
  right: 10px;
  background-color: #fff;
  bottom: 15px;
  padding: 2px;
}
body .product-small .box .box-image .grid-tools .quantity-switcher .quantity-button {
  color: var(--fs-color-primary);
  font-weight: 500;
  font-size: 1.5em;
  line-height: unset;
  width: 43px;
  height: 43px;
  min-height: unset;
  padding: 0;
  margin: 0;
  border-radius: 999px;
}
body .product-small .box .box-image .grid-tools .quantity-switcher .quantity-button:hover {
  background-color: #e4eaf5;
}
body .product-small .box .box-image .grid-tools .quantity-switcher .quantity-display {
  color: var(--fs-color-primary);
  padding: 0 10px;
  line-height: 1;
  height: unset;
  min-height: 1em;
}
body .product-small .box .box-image a img {
  aspect-ratio: 6/6;
  object-fit: contain;
}
body .product-small .box .box-text .star-rating {
  display: none;
}
body .product-small .box .box-text .price {
  display: flex;
}
body .product-small .box .box-text .price bdi {
  font-size: 18px;
  color: var(--fs-color-alert);
}
body .product-small .box .box-text .price del bdi {
  font-size: 14px;
  color: #111;
}
body .product-small .box .box-text .price ins {
  order: -1;
  margin-right: 10px;
}
body .related-product-categories-wrapper .product-category .col-inner .box {
  padding: 5px;
  border-radius: 10px;
  border: solid 2px transparent;
}
body .related-product-categories-wrapper .product-category .col-inner .box:hover {
  border: solid 2px var(--fs-color-primary);
}
body .related-product-categories-wrapper .product-category .col-inner .box .box-image {
  border-radius: 10px;
}
body .related-product-categories-wrapper .product-category .col-inner .box .box-text {
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 15px;
  bottom: unset;
  transform: unset;
}
body .related-product-categories-wrapper .product-category .col-inner .box .box-text .header-title {
  text-transform: none;
}
body .related-product-categories-wrapper .product-category .col-inner .box .box-text .count {
  display: none;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
body .form-flat input:not([type=submit]), body .form-flat select, body .form-flat textarea {
  border-width: 2px;
  border-color: rgb(228, 234, 245);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  height: 3em;
}
body .form-flat input:not([type=submit]):focus, body .form-flat input:not([type=submit]):hover, body .form-flat select:focus, body .form-flat select:hover, body .form-flat textarea:focus, body .form-flat textarea:hover {
  border-color: var(--fs-color-primary);
}
body .form-flat .button.icon {
  color: #fff !important;
  background-color: var(--fs-color-primary) !important;
}
body .slider.slider-nav-circle .flickity-button {
  width: 50px;
  height: 50px;
  opacity: 1;
  top: 50%;
  transform: translate(0px, -50%) !important;
}
@media (max-width: 550px) {
  body .slider.slider-nav-circle .flickity-button {
    width: 30px !important;
  }
}
body .slider.slider-nav-circle .flickity-button .flickity-button-icon {
  border-color: #fff !important;
  padding: 15px !important;
  background-color: #fff;
}
@media (max-width: 550px) {
  body .slider.slider-nav-circle .flickity-button .flickity-button-icon {
    padding: 8px !important;
  }
}
body .slider.slider-nav-circle .flickity-button .flickity-button-icon path {
  fill: #000 !important;
}
body .slider.slider-nav-circle .flickity-button:hover .flickity-button-icon {
  background-color: #e4eaf5;
  border-color: #fff !important;
}
body .slider-nav-push:not(.slider-nav-reveal) .flickity-button {
  margin-top: -5%;
}
body .slider-1 .flickity-slider .img {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
  border: solid 1px transparent;
}
body .slider-1 .flickity-slider .img:hover {
  border: solid 1px #e4eaf5;
}
body .slider-1 .flickity-slider .img img {
  border-radius: 10px;
}
body .slider-2 .flickity-slider .img img {
  border-radius: 10px;
}
body .slider-2 .flickity-page-dots {
  margin-top: 10px;
  position: unset;
}
body .slider-2 .flickity-page-dots .dot {
  height: 5px;
  width: 5px;
}
body .iksm-terms .iksm-term {
  margin-top: 5px;
}
body .ngp_sticky > .col-inner {
  position: sticky;
  top: 170px;
  z-index: 10;
}
body .ux-relay__load-more-button {
  border-radius: 999px;
}
body .ux-relay__load-more-button .ux-relay__result-count {
  display: none;
}
body #login-form-popup .my-account-header {
  display: none;
}
body .account-container .woocommerce-button {
  width: 100%;
}
body .account-container .ngp_social-login .nsl-container .nsl-container-buttons {
  width: 100%;
}
body .woocommerce-message .message-container {
  color: var(--fs-color-secondary);
}

@media (min-width: 850px) {
  .header-wrapper.stuck {
    padding-left: 230px;
  }
}

.mfp-wrap.dark .mfp-content {
  background-color: var(--fs-color-primary) !important;
}
.mfp-wrap.dark .mfp-content .toggle,
.mfp-wrap.dark .mfp-content a {
  color: #fff !important;
}

@media (min-width: 850px) {
  .nav .menu-item .sub-menu li {
    position: relative;
    display: inline-block !important;
    width: 100%;
    border-right: 0;
  }
  .nav .menu-item .sub-menu li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px 5px;
  }
  .nav .menu-item .sub-menu li .sub-menu {
    top: 0;
    box-shadow: 2px 2px 5px #828282;
    display: none !important;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
  }
  .nav .menu-item .sub-menu li:hover > .sub-menu {
    display: grid !important;
  }
}
#header .header-nav .menu-item a {
  padding: 4px 10px;
  margin: 0;
}
#header .header-nav .menu-item a:hover {
  background-color: var(--fs-color-success);
  color: #000;
}
@media (min-width: 850px) {
  #header .header-wrapper .header-top {
    padding: 30px 0;
    top: 0;
    left: 0;
    position: fixed;
    width: 230px;
    height: 100%;
    align-items: flex-start;
  }
}
@media (min-width: 2000px) {
  #header .header-wrapper .header-top {
    left: calc((100vw - 2000px) / 2);
  }
}
#header .header-wrapper .header-top .container {
  height: 100%;
  overflow-y: auto;
  margin-top: 1em;
}
#header .header-wrapper .header-top .container::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
  width: 10px;
}
#header .header-wrapper .header-top .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c6e5ff;
}
#header .header-wrapper .header-top .container li {
  margin-left: 0;
  width: 100%;
}
#header .header-wrapper .header-top .container > .flex-col {
  border-bottom: solid 1px #e4eaf5;
  padding: 10px 0;
}
#header .header-wrapper .header-main {
  padding-top: 10px;
}
#header .header-wrapper .header-main .container .top-divider {
  display: none;
}
#header .header-wrapper .header-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 850px) {
  #header .header-top {
    background-color: #fff !important;
  }
  #header .header-top .show-for-medium.flex-grow {
    padding-top: 0 !important;
  }
  #header .header-top .show-for-medium.flex-grow .header-contact-wrapper {
    flex: 1 1 0;
  }
  #header .header-top .show-for-medium.flex-grow .header-contact-wrapper .header-contact li {
    width: fit-content;
  }
  #header .header-top .show-for-medium.flex-grow .header-button-1 {
    width: fit-content !important;
  }
  #header .header-main .header-inner .show-for-medium.flex-left {
    flex: 0;
  }
  #header .header-bottom .show-for-medium.flex-grow {
    overflow-x: auto;
  }
  #header .header-bottom .show-for-medium.flex-grow::-webkit-scrollbar {
    height: 5px;
    background: #eee;
    border-radius: 50px;
    width: 10px;
  }
  #header .header-bottom .show-for-medium.flex-grow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c6e5ff;
  }
  #header .header-bottom .show-for-medium.flex-grow .header-bottom-nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #header .stuck .header-main {
    height: 70px !important;
  }
  #header .mobile-nav .nav-icon i::before {
    color: var(--fs-color-primary);
  }
}

.ngp_gioi-thieu-sec-1 {
  position: relative;
}
.ngp_gioi-thieu-sec-1 .img1 {
  top: -30px;
  left: 0;
  width: 13% !important;
  position: absolute;
}
.ngp_gioi-thieu-sec-1 .img2 {
  top: -30px;
  right: 0;
  width: 11% !important;
  position: absolute;
}

.ngp_gioi-thieu-logo .slider .flickity-viewport {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.ngp_gioi-thieu-sec-2 .row-2 {
  position: relative;
}
.ngp_gioi-thieu-tes .section-content {
  overflow: hidden;
  height: 1000px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.sidebar-inner {
  background-color: var(--fs-color-success);
  border-radius: 15px;
  padding: 20px;
}
.sidebar-inner .widget .is-divider {
  margin: 0.2em 0;
  opacity: 0;
}
.sidebar-inner .widget.widget_layered_nav ul {
  border-left: unset !important;
}
.sidebar-inner .widget.widget_layered_nav ul li {
  display: flex;
  border-top: unset !important;
  position: relative;
}
.sidebar-inner .widget.widget_layered_nav ul li .count {
  display: none;
}
.sidebar-inner .widget.widget_layered_nav ul li::before {
  margin-right: 10px;
  content: "";
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid rgba(21, 37, 66, 0.231372549);
  border-radius: 5px;
}
.sidebar-inner .widget.widget_layered_nav ul li:hover a, .sidebar-inner .widget.widget_layered_nav ul li.current-menu-item a, .sidebar-inner .widget.widget_layered_nav ul li.current-cat a, .sidebar-inner .widget.widget_layered_nav ul li.chosen a {
  color: var(--fs-color-secondary);
}
.sidebar-inner .widget.widget_layered_nav ul li:hover::before, .sidebar-inner .widget.widget_layered_nav ul li.current-menu-item::before, .sidebar-inner .widget.widget_layered_nav ul li.current-cat::before, .sidebar-inner .widget.widget_layered_nav ul li.chosen::before {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}
.sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background-color: var(--fs-color-secondary);
}
.sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount button {
  background-color: var(--fs-color-secondary);
}

.single-product .mobile-sibling-categories-wrapper {
  display: none;
}
.single-product .product-container .product-main .product-gallery .woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 20px;
}
.single-product .product-container .product-main .product-gallery .woocommerce-product-gallery .badge-container {
  display: none;
}
.single-product .product-container .product-main .product-gallery .product-thumbnails a {
  border-radius: 10px;
}
.single-product .product-container .product-main .product-info .product-title {
  font-weight: 500;
}
.single-product .product-container .product-main .product-info .is-divider {
  display: none;
}
.single-product .product-container .product-main .product-info .woocommerce-product-rating {
  display: none;
}
.single-product .product-container .product-main .product-info .price-wrapper .price {
  display: flex;
}
.single-product .product-container .product-main .product-info .price-wrapper .price bdi {
  font-size: 28px;
  color: var(--fs-color-secondary);
}
.single-product .product-container .product-main .product-info .price-wrapper .price del {
  font-size: 0.8em;
}
.single-product .product-container .product-main .product-info .price-wrapper .price del bdi {
  font-size: 20px;
  color: #111;
}
.single-product .product-container .product-main .product-info .price-wrapper .price ins {
  order: -1;
  margin-right: 10px;
}
.single-product .product-container .product-main .product-info .cart .ux-quantity {
  border: solid 1px #e4eaf5;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
}
.single-product .product-container .product-main .product-info .cart .ux-quantity .ux-quantity__button, .single-product .product-container .product-main .product-info .cart .ux-quantity .input-text {
  font-size: 1.5em;
  border: unset;
  box-shadow: unset;
}
.single-product .product-container .product-main .product-info .cart .ux-quantity .ux-quantity__button {
  height: 100%;
}
.single-product .product-container .product-main .product-info .cart button {
  font-weight: 500;
  font-size: 1.4em;
  padding: 10px 0;
  flex-grow: 1;
  background-color: #00b2ea;
  border-radius: 999px;
}
.archive .related-product-categories-wrapper .product-section-title {
  display: none;
}
@media (max-width: 850px) {
  .archive .category-filtering a {
    background-color: var(--fs-color-success);
    padding: 7px 10px;
    border-radius: 15px;
  }
  .archive .category-filtering a strong {
    display: none;
  }
  .archive .woocommerce-ordering {
    display: none;
  }
}
.archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container::-webkit-scrollbar {
  height: 0;
  background: #eee;
  border-radius: 50px;
  width: 0;
}
.archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c6e5ff;
}
.archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container .category-chip {
  border: solid 1px #e4eaf5;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
.archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container .category-chip:hover, .archive .mobile-sibling-categories-wrapper .mobile-sibling-scroll-container .category-chip.current {
  background-color: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 767px) {
  .archive .categories-mobile {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .archive .categories-mobile::-webkit-scrollbar {
    height: 0;
    background: #eee;
    border-radius: 50px;
    width: 0;
  }
  .archive .categories-mobile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c6e5ff;
  }
  .archive .categories-mobile .product-category {
    flex-shrink: 0;
  }
  .archive .categories-mobile .product-category .box .box-text .header-title {
    font-size: 12px;
    text-transform: none;
    font-weight: 500;
  }
}

#footer .absolute-footer {
  display: none;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-3px);
  }
  20% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  70% {
    transform: translateX(-1px);
  }
  80%, 100% {
    transform: translateX(0);
  }
}
@keyframes moveRote {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 550px) {
  body .center-phone * {
    text-align: center;
  }
}
@media (max-width: 550px) {
  body .menu-center-phone .ux-menu-link a {
    flex-direction: column;
    align-items: center;
  }
  body .menu-center-phone .ux-menu-link a span {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  body .icon-box-center-phone {
    flex-direction: column;
    text-align: center;
  }
  body .icon-box-center-phone .icon-box-img {
    margin-bottom: 10px;
  }
  body .icon-box-center-phone .icon-box-text {
    padding-left: 0 !important;
  }
}
@media (max-width: 550px) {
  body .section .section-content > .row:last-child > .col:last-child {
    padding-bottom: 0 !important;
  }
}
body .categories-mobile .box .box-text .header-title {
  font-size: 12px;
  text-transform: none;
}