.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--main-color);
}
/* header start */
/* styles/sh-header.css */
.sh-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.sh-header-top {
  background-color: var(--second-background-color);
}
.sh-header__logo img {
  width: clamp(60px, 5vw, 80px);
}
.sh-header__contact .sh-header__item {
  font-size: clamp(0.8rem, 0.494rem + 0.4776vw, 0.9rem);
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-header__item-box a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-header__item-box:hover a {
  color: var(--main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-header__icon {
  font-size: clamp(14px, 1.5vw, 18px);
  margin-right: 8px;
  /* color: var(--main-color); */
}
.sh-header__info {
  /* font-weight: 700; */
  margin-right: 5px;
  font-family: Quicksand-SemiBold;
}
.sh-header__phone,
.sh-header__delivery,
.sh-header__address {
  font-weight: 400;
}
.sh-header__actions {
  gap: 15px;
}
.sh-header__search {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.sh-header__search-input {
  padding: 8px 12px;
  /* border: 1px solid #ccc; */
  /* width: clamp(150px, 20vw, 300px); */
  max-width: 100px;
  border: none;
}
.sh-header__search-btn {
  background-color: var(--main-color);
  color: #fff;
  padding: 9px 12px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.sh-header__cart {
  display: flex;
  align-items: center;
}
.sh-header__cart-link {
  color: var(--text-color);
  font-size: clamp(12px, 1.2vw, 16px);
  text-decoration: none;
}
.sh-header__cart-info {
  margin-left: 8px;
  font-family: Quicksand-SemiBold;
}
.sh-header__cart-count {
  margin-left: 5px;
  font-family: var(--normal-font);
  color: var(--text-color);
}
.sh-header__cart:hover a {
  color: var(--text-color);
}
.sh-header__cart .sh-header__cart-info {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-header__cart:hover .sh-header__cart-info {
  color: var(--main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-header__cart-count.active .bag-cart-number {
  color: var(--second-text-color);
}
/* nav start */
.sh-header-bottom {
  background-color: var(--main-color);
  /* padding: 10px 0; */
}
.sh-header-bottom__dropdown-btn {
  color: var(--main-color);
  /* background-color: var(--main-color); */
  border: none;
  font-size: clamp(14px, 1.4vw, 18px);
  font-family: Quicksand-Bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.sh-header-bottom__dropdown-btn i {
  margin-right: 8px;
}
.sh-header-bottom__nav .nav-link {
  color: #fff;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  padding: 5px 15px;
  text-decoration: none;
}
.sh-header-bottom__nav .nav-link:hover {
  text-decoration: underline;
}
.sh-header-bottom__menu .dropdown {
  height: 100%;
  display: flex;
  background-color: var(--background-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.sh-header-bottom__menu .dropdown-menu {
  border-radius: 0;
  border: none;
}
.sh-header-bottom__menu .dropdown-item {
  font-size: clamp(14px, 1.4vw, 16px);
}
.sh-header-bottom__menu .dropdown:hover {
  background-color: var(--hiep-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.sh-header-bottom__menu .dropdown:hover .sh-header-bottom__dropdown-btn {
  color: var(--background-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.menu_a_level_1 {
  color: var(--background-color);
  font-family: Quicksand-Bold;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  font-size: clamp(1rem, 0.694rem + 0.4776vw, 1.1rem);
}
.menu_li_level_1:hover .menu_a_level_1 {
  /* background-color: var(--second-text-color); */
  color: #ff8c9e;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.menu_li_level_1.active .menu_a_level_1 {
  color: #ff4e88;
}
.sh-header-bottom__menu .btn-check:focus + .btn,
.sh-header-bottom__menu .btn:focus {
  box-shadow: none;
}
.sh-header-bottom__menu .dropdown-menu {
  background-color: var(--background-color);
  box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sh-header-bottom__menu .dropdown-item {
  color: var(--text-color);
  font-family: Quicksand-SemiBold;
  border-bottom: 1px dashed #9b9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.sh-header-bottom__menu .dropdown-item:hover {
  color: var(--main-color);
  border-left: 3px solid var(--main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-header-bottom__menu .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: none;
}
/* nav end */
/* sub menu */
.sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: max-content;
  border: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ff8c9e;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
}
.sub-menu::after {
  position: absolute;
  top: -10px;
  left: 15%;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12.5px 10px 12.5px;
  border-color: transparent transparent #ff8c9e transparent;
  transform: rotate(0deg);
}
.menu_li_level_1:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.menu_a_level_1 i {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}
.menu_a_level_2 {
  display: flex;
  padding: 8px 0px;
  font-family: var(--title-font);
  font-size: clamp(0.8rem, -0.1179rem + 1.4328vw, 1.1rem);
  color: var(--background-color);
  border-bottom: 1px solid #ff4e88;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_a_level_2:hover {
  color: #ffda76;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_li_level_2:last-of-type .menu_a_level_2 {
  border-bottom: none;
}
.menu_li_level_1 {
  position: relative;
}
/* sub menu end */
.sh-header.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* header end */
/* slider start */
.sh-slider-main-image {
  overflow: hidden;
  min-height: 100%;
}
.sh-slider-main-image a,
.sh-slider-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-slider-extra-image {
  overflow: hidden;
}
.sh-slider-extra-image a,
.sh-slider-extra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* slider end */
/* menu mobile start */
.hq-menu-mobile {
  position: sticky;
  width: 100%;
  top: 0;
  height: auto;
  z-index: 1000;
  background: var(--main-color);
}
.logo-header-img-mobile {
  width: 70px;
  height: auto;
  max-width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.menu-mobile-language-box .dropdown-toggle::after {
  display: none;
}
.menu-mobile-language-box .dropdown-menu {
  min-width: 150px;
  /* background: var(--background-color); */
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.menu-mobile-language-box .dropdown-item {
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: var(--normal-font);
}
.menu-mobile-language-box .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-mobile-language-box .dropdown-menu li:first-of-type .dropdown-item:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-mobile-language-box .dropdown-menu li:last-of-type .dropdown-item:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* bar start */
.burger {
  position: relative;
  width: 35px;
  height: 23px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.burger input {
  display: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--background-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}
.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}
.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}
.burger input.toggle-open ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.burger input.toggle-open ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
.burger input.toggle-open ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}
/* bar end */
.hc-nav-trigger.hc-nav-1 {
  opacity: 0;
}
.hc-offcanvas-nav h2 {
  background-color: var(--main-color) !important;
}
.hq-menu-mobile {
  transition: all 0.6s ease-in-out;
}
.hq-menu-mobile.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.hq-menu-mobile.active {
  transform: translateY(0);
  opacity: 1;
}
.menu-mobile-language-box i {
  color: var(--background-color);
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background-color: var(--main-color) !important;
}
/* menu mobile end */
/* trang chủ start */
/* ưu đãi start */
/* CSS for the "Ưu Đãi" Section */
.sh-uu-dai-index {
  background-color: var(--second-background-color);
}
.sh-uu-dai-card {
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease-in-out;
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(to left, #08b38f4d, #08b38f);
}
.sh-uu-dai-card:hover {
  transform: translateY(-10px);
}
.sh-uu-dai-card__title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-family: var(--normal-font);
  color: var(--text-color);
  margin-bottom: 10px;
}
.sh-uu-dai-card__desc {
  font-size: clamp(1.3rem, 0.3821rem + 1.4328vw, 1.6rem);
  font-family: Quicksand-Bold;
  color: var(--text-color);
  margin-bottom: 15px;
  max-width: 250px;
}
.sh-uu-dai-card__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.sh-uu-dai-card__btn {
  display: inline-block;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  padding: 10px 20px;
  background-color: var(--background-color);
  color: var(--main-color);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease, color 0.3s ease;
  -webkit-transition: all 0.3s ease, color 0.3s ease;
  -moz-transition: all 0.3s ease, color 0.3s ease;
  -ms-transition: all 0.3s ease, color 0.3s ease;
  -o-transition: all 0.3s ease, color 0.3s ease;
}
.sh-uu-dai-card__btn:hover {
  background-color: var(--hiep-color);
  color: var(--background-color);
  transition: all 0.3s ease, color 0.3s ease;
  -webkit-transition: all 0.3s ease, color 0.3s ease;
  -moz-transition: all 0.3s ease, color 0.3s ease;
  -ms-transition: all 0.3s ease, color 0.3s ease;
  -o-transition: all 0.3s ease, color 0.3s ease;
}
/* Card Colors for Specific Backgrounds */
.sh-uu-dai-card:nth-child(2) .sh-uu-dai-card__btn {
  color: #f7d9e3;
}
.sh-uu-dai-card:nth-child(2) .sh-uu-dai-card__btn:hover {
  background-color: #f7d9e3;
  color: #fff;
}
.sh-uu-dai-card-col:nth-child(odd) .sh-uu-dai-card {
  background: linear-gradient(to left, #08b38f4d, #08b38f);
}
.sh-uu-dai-card-col:nth-child(even) .sh-uu-dai-card {
  background: linear-gradient(to left, #f5d6e480, #f5d6e5);
}
.sh-uu-dai-card {
  min-height: 350px;
}
.sh-uu-dai-card-content {
  position: relative;
  z-index: 5;
}
.sh-uu-dai-card-image-box {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  right: 5%;
  width: 60%;
  height: auto;
}
.sh-uu-dai-card-image {
  overflow: hidden;
}
.sh-uu-dai-card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
/* ưu đãi end */
/* danh mục trang chủ start */
/* CSS for Danh Mục Sản Phẩm Section */
.sh-danh-muc-index {
  background-color: var(--second-background-color);
}
.sh-danh-muc-index__title {
  font-size: clamp(24px, 3vw, 32px);
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 30px;
}
.sh-danh-muc-card {
  background-color: #08b38f4d;
  border-radius: 8px;
  /* padding: 20px; */
  text-align: center;
  transition: transform 0.3s ease;
}
.sh-danh-muc-card:hover {
  transform: translateY(-10px);
}
.sh-danh-muc-card__img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.sh-danh-muc-card__name {
  font-size: clamp(0.8rem, -0.1179rem + 1.4328vw, 1.1rem);
  font-family: Quicksand-SemiBold;
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-danh-muc-card:hover {
  background-color: var(--hiep-color);
  color: var(--background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-danh-muc-card:hover .sh-danh-muc-card__name {
  color: var(--background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* danh mục trang chủ end */
/* sản phẩm mới start */
/* styles/sh-sp-moi.css */
.sh-sp-moi-index {
  padding: 40px 0;
  background-color: #08b38f33;
}
.sh-sp-moi-index__title {
  font-size: clamp(24px, 3vw, 32px);
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 30px;
}
.sh-sp-moi-card {
  background-color: var(--background-color);
  border-radius: 8px;
  /* padding: 15px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /* text-align: center; */
  transition: transform 0.3s ease;
  overflow: hidden;
}
.sh-sp-moi-card:hover {
  transform: translateY(-10px);
}
.sh-sp-moi-card__img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.sh-sp-moi-card__name {
  font-size: clamp(0.95rem, 0.9038rem + 0.2308vw, 1.1rem);
  font-family: Quicksand-SemiBold;
  color: #333;
}
.sh-sp-moi-card__price {
  font-size: clamp(0.95rem, 0.9038rem + 0.2308vw, 1.1rem);
  font-family: Quicksand-SemiBold;
  color: #e63946;
 
}
.sh-sp-moi-card__price--old {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}
.sh-sp-moi-card__price--new{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
/* sản phẩm dọc item start */
.sh-sp-moi-card-image {
  overflow: hidden;
}
.sh-sp-moi-card-image a,
.sh-sp-moi-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;

}
.sh-sp-moi-card-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.sh-sp-moi-card__name a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-sp-moi-card__name a:hover {
  color: var(--hiep-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* sản phẩm dọc item end */
/* sản phẩm mới end */
/* sản phẩm bán chạy start */
/* styles/sh-sp-ban-chay.css */
.sh-sp-ban-chay {
  padding: 40px 0;
  background-color: var(--second-background-color);
}
.sh-sp-ban-chay__title {
  font-size: clamp(24px, 3vw, 32px);
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sh-sp-ban-chay-card {
  background-color: var(--background-color);
  border-radius: 8px;
  /* padding: 15px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  overflow: hidden;
}
.sh-sp-ban-chay-card:hover {
  transform: translateY(-10px);
}
.sh-sp-ban-chay-card__img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.sh-sp-ban-chay-card__name {
  margin-bottom: 10px;
}
.sh-sp-ban-chay-card__name a {
  color: var(--text-color);
  font-family: Quicksand-SemiBold;
  font-size: clamp(0.9rem, 0.8538rem + 0.2308vw, 1.05rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-sp-ban-chay-card__name a:hover {
  color: var(--hiep-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-sp-ban-chay-card__price {
  font-size: clamp(16px, 1.8vw, 18px);
  font-family: Quicksand-Bold;
  color: var(--second-text-color);
}
.sh-sp-ban-chay-card__price--old {
  font-size: clamp(14px, 1.6vw, 16px);
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}
/* sản phẩm ngang start */
.sh-sp-ban-chay-card-item-image {
  overflow: hidden;
  min-height: 100%;
}
.sh-sp-ban-chay-card-item-image a,
.sh-sp-ban-chay-card-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sh-sp-ban-chay-card-item-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* sản phẩm ngang end */
/* sản phẩm bán chạy end */
/* flash sale start */
.swiper-pagination-sh-box
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-sh-box
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  height: 16px !important;
  width: 16px !important;
}
.swiper-pagination-sh-box .swiper-pagination-bullet-active {
  background: var(--main-color) !important;
}
/* flash sale end */
/* chính sách start */
/* styles/sh-chinh-sach.css */
.sh-chinh-sach-index {
  position: relative;
  z-index: 5;
  overflow: visible;
  background-color: var(--second-main-color);
}
.sh-chinh-sach-index-box {
  background-color: var(--main-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.sh-chinh-sach-item {
  color: var(--background-color);
  gap: 15px;
}
.sh-chinh-sach-item__icon {
  font-size: clamp(24px, 3vw, 32px);
  color: var(--background-color);
}
.sh-chinh-sach-item__content p {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 16px);
  font-family: Quicksand-SemiBold;
}
.sh-chinh-sach-item img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
/* chính sách end */
/* trang chủ end */
/* footer start */
/* styles/sh-footer.css */
.sh-footer {
  padding: 0px 0;
  background-color: #242731;
  color: var(--background-color);
  padding-top: 100px;
}
.sh-footer__title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: Quicksand-Bold;
  margin-bottom: 20px;
  color: var(--background-color);
}
.sh-footer__info p,
.sh-footer__policy ul li,
.sh-footer__copyright p {
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 5px 0;
  /* color: #bbbbbb; */
}
.sh-footer__copyright p {
  color: var(--background-color);
}
.sh-footer__copyright a {
  color: var(--background-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-footer__copyright a:hover {
  color: var(--background-color);
}
.sh-footer__policy ul {
  list-style: none;
  padding: 0;
}
.sh-footer__policy ul li {
  margin-bottom: 10px;
}
.sh-footer__policy ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.sh-footer__policy ul li a:hover {
  color: #00bfa5;
}
.sh-footer__map img {
  width: 100%;
  border-radius: 8px;
}
.sh-footer__copyright {
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid #444444;
  padding-top: 20px;
  font-size: clamp(12px, 1.2vw, 14px);
}
.sh-footer__map-box {
  overflow: hidden;
}
.sh-footer__map-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-bct {
  max-width: 150px;
  height: auto;
}
.sh-footer__info-des {
  color: var(--background-color);
}
.sh-footer__info-des a {
  color: var(--main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-footer__info-des a:hover {
  color: var(--hiep-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* footer end */
/* breadcrumb start */
.maan-breadcrumb-box {
  background-color: var(--second-main-color);
}
.maan-breadcrumb-box .breadcrumb-item,
.maan-breadcrumb-box .breadcrumb-item a {
  /* color: #8C8C8C; */
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(0.9rem, 0.8385rem + 0.3077vw, 1.1rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.maan-breadcrumb-box .breadcrumb-item a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-breadcrumb-box .breadcrumb-item.active {
  color: var(--main-color) !important;
  font-family: Quicksand-Bold;
}
/* breadcrumb end */
/* trang cố định start */
.sh-page-section {
  background-color: var(--second-background-color);
}
.sh-page-wrapper-title {
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
.sh-page-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
/* trang cố định end */
/* trang liên hệ start */
/* styles/sh-lien-he.css */
.sh-lien-he-page {
  padding: 40px 0;
  background-color: #fef8f0;
}
.sh-lien-he-page__title {
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
.sh-lien-he-page__company {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.sh-lien-he-page__map {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}
.sh-lien-he-page__form {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.sh-lien-he-page__input {
  font-size: clamp(14px, 1.5vw, 16px);
  border-radius: 6px;
  margin-bottom: 15px;
}
.sh-lien-he-page__btn {
  background-color: var(--main-color);
  color: #fff;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-lien-he-page__btn:hover {
  background-color: var(--hiep-color);
  color: var(--background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-lien-he-page__company-map {
  overflow: hidden;
}
.sh-lien-he-page__company-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* trang liên hệ end */
/* trang tin tức start */
/* tin tức item start */
/* styles/sh-new-item.css */
.sh-new-item {
  border-radius: 8px;
  text-align: left;
  background-color: var(--background-color);
  transition: transform 0.3s ease;
  overflow: hidden;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.sh-new-item:hover {
  transform: translateY(-10px);
}
.sh-new-item__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.sh-new-item__title {
  margin-bottom: 10px;
}
.sh-new-item__title a {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  color: var(--text-color);
  font-family: Quicksand-Bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-new-item__title a:hover {
  color: var(--hiep-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-new-item__details {
  font-size: clamp(0.85rem, 0.8346rem + 0.0769vw, 0.9rem);
  color: #555;
  margin-bottom: 5px;
}
.sh-new-item__details span {
  display: block;
  margin-bottom: 5px;
}
.sh-new-item-image {
  overflow: hidden;
}
.sh-new-item-image a,
.sh-new-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sh-new-item-image:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* tin tức item end */
.page-item.active .page-link {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.vh-news-details-right-random {
  top: 60px;
}
/* trang tin tức end */
/* trang sản phẩm start */
.sh-product-page-section {
  background-color: var(--second-background-color);
}
/* trang sản phẩm end */
/* trang sản phẩm chi tiết start */
.fbn-product-image-section {
  text-align: center;
}
.fbn-product-main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fbn-product-thumbnail-wrapper {
  align-items: center;
}
.fbn-product-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.fbn-product-thumbnails img:hover {
  transform: scale(1.1);
}
.fbn-thumbnail-prev,
.fbn-thumbnail-next {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #6c757d;
}
.fbn-product-details-section {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.fbn-product-title {
  font-family: var(--title-font);
  /* font-weight: bold; */
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  font-size: clamp(1.6rem, 1.3846rem + 1.0769vw, 2.3rem);
}
.fbn-product-rating i {
  background: linear-gradient(to bottom, #cc9f3c, #ffdb64, #cc9f3c);
  background-clip: text;
  color: transparent;
}
.fbn-product-price {
  /* color: var(--second-text-color);
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: bold; */
}
.fbn-product-sold {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  color: #6c757d;
}
.fbn-product-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
}
.fbn-product-quantity-wrapper button {
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
}
.fbn-quantity-input {
  width: 60px;
  text-align: center;
}
.fbn-add-to-cart {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}
.fbn-add-to-cart:hover {
  background-color: var(--main-color);
  transform: translateY(-3px);
}
.fbn-product-quantity-wrapper .input-group {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: max-content;
}
.fbn-quantity-input {
  border: none;
}
.btn-outline-secondary {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: var(--text-color);
}
.fbn-san-pham-detail-image {
  overflow: hidden;
}
.fbn-san-pham-detail-image a,
.fbn-san-pham-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-detail-thumb-image {
  overflow: hidden;
}
.sp-detail-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* nội dung chi tiết */
.fbn-san-pham-chi-tiet-title {
  border-bottom: 2px solid var(--main-color);
}
.fbn-san-pham-chi-tiet-title h3 {
  background-color: var(--main-color);
  color: var(--background-color);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  border-top-left-radius: 5px;
  border-top-right-radius: 25px;
  padding: 8px 20px;
  padding-right: 50px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  font-family: Quicksand-Bold;
  text-transform: uppercase;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.fbn-san-pham-chi-tiet-des {
  padding: 1.5rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
  border-bottom: 8px solid #eae9e9;
  background-color: #f8f8f8;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.fbn-san-pham-chi-tiet-des::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #f8f8f8, transparent);
  z-index: 2;
  pointer-events: none;
}
.fbn-san-pham-chi-tiet-des.collapsehaha::after {
  display: none;
}
.fbn-san-pham-chi-tiet-xem-them {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}
.fbn-xem-them-btn {
  min-width: 150px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: var(--main-color);
  border: none;
  color: var(--background-color);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.fbn-xem-them-btn:hover {
  background-color: #4a3001;
}
.sp-tt-text-right {
  text-align: right;
}
.fbn-san-pham-chi-tiet-page {
  background-color: var(--second-background-color);
}
.fbn-san-pham-detail-main-swiper {
  background-color: var(--background-color);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.fbn-product-price-old {
  color: #767575;
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
  font-family: Quicksand-SemiBold;
  text-decoration: line-through;
}
.fbn-product-price-new {
  color: var(--second-text-color);
  /* font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem); */
  font-family: Quicksand-Bold;
  font-size: clamp(1.1rem, 1.0385rem + 0.3077vw, 1.3rem);
}
/* trang sản phẩm chi tiết end */
.btn-phone a {
  background: var(--main-color);
}
.sh-header__search-input {
  max-width: 200px;
}

/* sửa web start */
.sh-slider-main-image,
.sh-slider-extra-image {
  --bs-aspect-ratio: calc(9 / 20 * 100%);
}
.lk-slider-left {

}
.lk-slider-left-title {
  background-color: var(--main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: clamp(1rem, 0.0821rem + 1.4328vw, 1.3rem);
}
.lk-icon-danh-muc {
  width: 16px;
  max-width: 16px;
}
.lk-slider-left {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}
.lk-slider-left-content-li {
  font-size: clamp(0.95rem, 0.491rem + 0.7164vw, 1.1rem);
  font-family: var(--title-font);
  color: var(--text-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.lk-slider-left-content-ul a:last-of-type .lk-slider-left-content-li {
  border-bottom: none;
}
.lk-slider-left-content-li:hover {
  color: #495057;
  background-color: #f8f9fa;
}
.lk-slider-left-content-nav {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-bottom: none;
}
.lk-slider-left-content-ul {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color);
}
.lk-slider-left-content-nav {
  flex: auto;
}
.lk-danh-muc-san-pham-item {
  background-color: var(--background-color);
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.sh-danh-muc-card__img {
  margin-bottom: 0;
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.lk-danh-muc-san-pham-item-content-name {
  font-family: lato-b;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.8846rem + 0.0769vw, 0.95rem);
}
.lk-danh-muc-san-pham-item-des {
  font-size: clamp(0.85rem, 0.8346rem + 0.0769vw, 0.9rem);
}
.lk-navigate {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2.5rem;
  color: var(--second-text-color);
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.lk-navigate-prev {
  left: -30px;
}
.lk-navigate-next {
  right: -30px;
}
.lk-navigate.swiper-button-disabled {
  opacity: 0.4;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.lk-danh-muc-san-pham-item {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.lk-danh-muc-san-pham-item:hover {
  background-color: #f8f9fa;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.lk-san-pham-trang-chu-title {
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.lk-san-pham-trang-chu-title-label {
  background-color: var(--main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: clamp(0.95rem, 0.8731rem + 0.3846vw, 1.2rem);  
  padding-left: 60px;
}
.lk-san-pham-trang-chu-title-image-box {
 position: absolute;
 z-index: 3;
 top: -5px;
 left: 0;
 width: 50px;
 height: 100%;
 filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
 -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
}
.lk-san-pham-trang-chu-title-image {
  background-color: #028391;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}
.lk-san-pham-trang-chu-title-image img{
  max-width: 20px;
  transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
}
.lk-sp-mo-ta {
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
}
.lk-sp-mo-ta p {
  margin-bottom: 0;
}
.btn-addcart {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  color: var(--second-text-color);
}
.btn-addcart:hover {
  color: var(--main-color);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.lk-xem-tat-ca-box a {
  font-family: Quicksand-SemiBold;
  font-size: clamp(1.2rem, 1.1692rem + 0.1538vw, 1.3rem);
  color: #ff4e88;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
}
.lk-xem-tat-ca-box a.hvr-underline-from-left::before {
  background-color: #ff4e88;
}
.fbn-san-pham-detail-image a, .fbn-san-pham-detail-image img {
  object-fit: contain;
}
.vh-chia-se-zalo-box iframe {
  pointer-events: all !important;
}
.lenis.lenis-smooth iframe {
  pointer-events: all !important;
}
.zb-btn-blue-small{
  font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    background-color: #03a5fa;
    color: #fff;
    width: 70px;
    height: 20px;
    line-height: 21px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
}
.zb-btn-blue-small .zb-logo-zalo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.15em;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background: url(https://stc.sp.zdn.vn/share/logo_white_s.png);
}
.btn-tim-san-pham {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lk-form-tim-kiem .form-control {
  background: transparent;
  color: var(--background-color);
  border: none;
}
.lk-form-tim-kiem .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--background-color);
}
.btn-tim-san-pham {
  color: var(--background-color);
}
.lk-form-tim-kiem .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hq-menu-mobile {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.hq-menu-mobile.active {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.hq-menu-mobile.active .logo-header-img-mobile{
  width: 50px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.hc-offcanvas-nav h2 {
  margin-bottom: 0;
  /* border-bottom: 1px solid #e1e1e1 !important; */
  background: transparent !important;
  color: var(--main-color) !important;
  font-family: Quicksand-Bold;
  border-bottom: 1px solid var(--text-color);

}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  border-color: #e1e1e1 !important;
}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
  border-color: #e1e1e1 !important;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
  border-top: none !important;
}
.icon-menu-mobile {
  width: 20px;
  max-width: 20px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  padding-left: 0px !important;
  font-family: var(--title-font);
}
.hc-offcanvas-nav li.nav-back a {
  padding-left: 10px !important;
}.menu-li-cap-2 {
  padding-left: 15px;
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: none !important;
}
.hc-offcanvas-nav .nav-wrapper {
  background: #f2f2f2;
}
/* sửa web end */
.lk-gia-si-box {
  font-size: 1.5rem;
}
.lk-gia-si-label {
  font-family: Quicksand-Medium;
  color: var(--text-color);
}
.lk-gia-si-number {
  font-family: Quicksand-Bold;
  color: #ff0033;
}
.sh-sp-moi-card .lk-gia-si-box {
  font-size: clamp(1.1rem, 1.0385rem + 0.3077vw, 1.3rem);
}