@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

body .row.row-small {
  max-width: 1234px;
}

.row-small > .col,
.row-small > .flickity-viewport > .flickity-slider > .col {
  padding: 0 8px 16px;
}

.header-breadcrumbs {
  padding: 12px 0;
  font-size: 14px;
  background-color: #fff;
}

.header-breadcrumbs * {
  color: #515154;
}

.title {
  margin-bottom: 16px;
}

.title h2 {
  margin: 0;
  width: auto;
}

.title ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  justify-content: end;
}

.title ul li {
  margin: 0;
}

.title ul li a {
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #444;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.title ul li a:hover {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
}

.title > .large-2 .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title .lb2 ul {
  justify-content: end;
}

.slider1 .flickity-prev-next-button {
  opacity: 1;
  transform: unset;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  max-height: 60px;
  max-width: 30px;
}

.slider1 .flickity-prev-next-button.previous {
  left: 0;
  border-radius: 0 100px 100px 0;
}

.slider1 .flickity-prev-next-button.previous svg {
  width: 24px;
  padding-right: 5px;
  padding-left: 0;
}

.slider1 .flickity-prev-next-button.next {
  right: 0;
  border-radius: 100px 0 0 100px;
}

.slider1 .flickity-prev-next-button.next svg {
  width: 24px;
  padding-left: 5px;
  padding-right: 0;
}

.dash.slider1 .flickity-prev-next-button {
  box-shadow: unset;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.dash.slider1 .flickity-prev-next-button svg {
  color: #fff;
}

.dash.slider1:hover .flickity-prev-next-button {
  opacity: 1;
}

.rowSlider.slider1 .flickity-prev-next-button.previous {
  left: 7.5px;
}

.rowSlider.slider1 .flickity-prev-next-button.next {
  right: 7.5px;
}

.img-bd {
  border-radius: 12px;
  overflow: hidden;
}

.img-sd {
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

@media screen and (min-width: 850px) {
  .home1 .col1 {
    flex-basis: 210px;
    max-width: 210px;
  }

  .home1 .col2 {
    flex-basis: calc(100% - 480px);
    max-width: calc(100% - 480px);
  }

  .home1 .col3 {
    flex-basis: 270px;
    max-width: 270px;
  }
}

.mainSlider .img:not(:first-child) {
  display: none;
}

.mainSlider.flickity-enabled .img {
  display: block;
}

.thumbSlider .col:nth-child(n + 7) {
  display: none;
}

.thumbSlider.flickity-enabled .col {
  display: block;
}

.box-home {
  box-shadow:
    0px 4px 20px -8px rgba(0, 0, 0, 0.11),
    0px 0px 32px -4px rgba(0, 0, 0, 0.06);
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 8px;
}

.box-home h3 {
  background: #0000000f;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px;
  border-radius: 4px;
}

.box-home ul {
  list-style: none;
  margin-bottom: 0;
}

.box-home ul li {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 24px;
  font-weight: 500;
  font-size: 14px;
}

.box-home ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/tick.svg) no-repeat center;
  background-size: contain;
}

.box-home ul li a {
  font-weight: 600;
}

.home1 .mainSlider-wrapper .col-inner {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.home1 .thumbSlider {
  padding-top: 0;
}

.home1 .thumbSlider p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 16px;

  transition: all 0.35s ease;
}

.home1 .thumbSlider .item {
  transition: all 0.35s ease;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Hover */
.home1 .thumbSlider .item:hover {
  transform: translateY(-2px);
}

/* Active */
.home1 .thumbSlider .is-selected {
  background: linear-gradient(to top, #83b735, #b9dc7a);
  color: #fff;

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(131, 183, 53, 0.28);

  transition: all 0.35s ease;
}

.home1 .thumbSlider .is-selected::after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 16px);
  left: 8px;
  bottom: 0;
  background-color: var(--fs-color-primary);
}

.home1 .col3 .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.home2 .product-category {
  flex-basis: 10%;
  max-width: 10%;
}

.home4 .row-xsmall .large-2 {
  flex-basis: calc(100% / 10);
  max-width: calc(100% / 10);
}

.home4 .box-image {
  border-radius: 8px;
  overflow: hidden;
}

.home4 .box-image img {
  z-index: 2;
}

.home4 .box-image .overlay {
  z-index: 1;
}

.home4 .box-text {
  padding: 10px;
  top: 0;
  text-shadow: none !important;
}

.home4 .box-text h4 {
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  position: relative;
}

/* product-category */
.product-category .box-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.product-category .box-text.text-center {
  padding: 0;
  padding-top: 8px;
}

.product-category .header-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

/* product-details */
.product-images {
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f7;
  border: 1px solid #d1d5db;
}

.product-images .badge-container {
  display: none;
}

.product-images img {
  border-radius: 12px;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 6px;
  opacity: 1;
}

.product-thumbnails a {
  border: 1px solid #c8bfbf;
  border-radius: 6px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 8px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 12px;
}

.image-tools.bottom.left {
  display: none;
}

.product-thumbnails {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.product-thumbnails .col {
  padding: 0 4px !important;
}

.variations tr {
  display: block;
  margin-bottom: 25px;
}

.variations th,
.variations td {
  display: block;
  width: 100%;
  padding: 0;
}

.variations .ux-swatches {
  margin: 0;
  gap: 8px;
}

.variations .ux-swatches.ux-swatches--circle {
  gap: 5px;
}

.variations_form .ux-swatch,
.variations_form .ux-swatch.selected {
  box-shadow: unset !important;
}

.variations_form .ux-swatch--color,
.variations_form .ux-swatch--image {
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  padding: 2px;
}

.variations_form .ux-swatch.selected {
  border-color: var(--fs-color-primary);
}

.variations_form .ux-swatch.selected .ux-swatch__color--single-color {
  border-color: transparent;
}

.variations_form .ux-swatch--label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  min-width: 56px;
  height: 36px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.variations_form .ux-swatch--label.selected {
  background-color: var(--fs-color-primary);
  color: #fff;
}

table.variations label {
  margin-bottom: 12px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.025em;
}

table.variations label .selected-value {
  margin-left: -4px;
  font-weight: 400;
}

.woocommerce-variation-price {
  padding: 0;
  border: 0;
}

.product-quantity-container .label {
  margin-bottom: 12px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.025em;
  display: block;
  font-weight: 600;
  line-height: 1.05;
}

.ux-swatch__color--single-color {
  border: 1px solid #a8a8a8;
}

.woocommerce-variation-add-to-cart,
form.cart {
  gap: unset;
}

form.cart {
  margin-bottom: 25px;
}

h1.product-title {
  font-size: 20px;
  margin-bottom: 16px;
}

.product-price-container span.amount {
  color: #e10c00;
  text-decoration: none;
  text-shadow:
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    1px 1px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    3px 3px 2px #969696;
  position: relative;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
}

.product-price-container del span.amount {
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
  color: #222;
  margin: 0;
  margin-left: 10px;
}

.product-price-container .price-wrapper .price {
  margin-bottom: 0;
}

.product-price-container {
  margin-bottom: 16px;
}

.variations .reset_variations,
.woocommerce-variation-price {
  display: none !important;
}

form.cart .quantity {
  display: none !important;
}

.global-box-container {
  box-shadow: 0 1px 10px 0 rgb(161 161 161 / 0.25);
  border-radius: 12px;
  background: #fff;
  padding: 15px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
}

.box-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fs-color-primary);
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pd-desc-btn {
  text-align: center;
  padding-top: 10px;
}

.pd-desc-btn a {
  display: none;
  font-weight: 500;
  line-height: 40px;
  max-width: 278px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  color: var(--fs-color-primary);
  position: relative;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.pd-desc-btn a::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.pd-desc-btn a:nth-child(2)::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pd-desc-btn a:hover {
  background: var(--fs-color-primary);
  color: #fff;
}

.bg-content {
  overflow: hidden;
  position: relative;
}

.bg-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background: linear-gradient(transparent, #fff);
  height: 200px;
  z-index: 1;
  display: none;
}

#comments {
  margin: 0 auto;
}

.b-installment {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d1d5db;
}

.b-installment h3 {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  background-color: #d1d5db;
  margin-bottom: 10px;
}

.b-installment ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.b-installment ul li {
  position: relative;
  margin: 0 0 12px 0;
  padding-left: 40px;
  font-weight: 500;
  font-size: 14px;
  padding-right: 10px;
}

.b-installment ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 48 48%22 width=%2215%22 height=%2215%22%3E%3Cpath fill=%22%234caf50%22 d=%22M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z%22/%3E%3Cpath fill=%22%23ccff90%22 d=%22M34.602 14.602L21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z%22/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

.b-promotion {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #fee2e2;
}

.b-promotion h3 {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  background-color: #fee2e2;
  color: #c02826;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-promotion h3::before {
  content: url(data:image/svg+xml,%3Csvg%20height%3D%2220px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23c02826%22%3E%3Cpath%20d%3D%22M152%200H154.2C186.1%200%20215.7%2016.91%20231.9%2044.45L256%2085.46L280.1%2044.45C296.3%2016.91%20325.9%200%20357.8%200H360C408.6%200%20448%2039.4%20448%2088C448%20102.4%20444.5%20115.1%20438.4%20128H480C497.7%20128%20512%20142.3%20512%20160V224C512%20241.7%20497.7%20256%20480%20256H32C14.33%20256%200%20241.7%200%20224V160C0%20142.3%2014.33%20128%2032%20128H73.6C67.46%20115.1%2064%20102.4%2064%2088C64%2039.4%20103.4%200%20152%200zM190.5%2068.78C182.9%2055.91%20169.1%2048%20154.2%2048H152C129.9%2048%20112%2065.91%20112%2088C112%20110.1%20129.9%20128%20152%20128H225.3L190.5%2068.78zM360%2048H357.8C342.9%2048%20329.1%2055.91%20321.5%2068.78L286.7%20128H360C382.1%20128%20400%20110.1%20400%2088C400%2065.91%20382.1%2048%20360%2048V48zM32%20288H224V512H80C53.49%20512%2032%20490.5%2032%20464V288zM288%20512V288H480V464C480%20490.5%20458.5%20512%20432%20512H288z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.b-promotions h3::before {
  content: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20height%3D%2220%22%20fill%3D%22%23c02826%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20enable-background%3D%22new%200%200%20512%20512%22%3E%3Cpath%20d%3D%22m371.156%2C111.07c-7.891-12.656-23.469-18.188-37.578-13.328-14.102%2C4.859-22.977%2C18.813-21.398%2C33.641%202.969%2C27.883-1.789%2C48.516-15.656%2C65.242-29.563-33.797-39.734-81.266-25.156-124.984%202.578-7.727%205.977-15.242%2010.383-22.984%206.234-10.953%204.852-25.375-2.586-35.555-6.024-8.227-15.61-13.094-25.813-13.102-0.008%2C0-0.008%2C0-0.016%2C0-10.195%2C0-19.773%2C4.859-25.805%2C13.078-15.922%2C21.703-155.531%2C215.211-155.531%2C324.383%200%2C96.242%2081.344%2C174.539%20181.336%2C174.539%20101.18%2C0%20186.664-79.93%20186.664-174.539%200-71.531-26.383-158.273-68.844-226.391zm-116.866%2C368.927c-52.859%2C0-95.719-34.18-95.719-76.359%200-45.28%2065.93-128.114%2088.354-154.98%202.168-2.597%206.99-1.235%206.919%2C1.931-0.274%2C12.249-0.018%2C33.315%203.709%2C53.406%203.686%2C19.877%2010.77%2C38.799%2024.094%2C47.285%2021.196-12.284%2030.563-27.965%2031.355-47.264%200.133-3.224%205.234-4.412%207.079-1.579%2022.143%2C34.013%2033.347%2C72.368%2033.347%2C101.201%200.001%2C42.179-46.277%2C76.359-99.138%2C76.359z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.b-promotion ul li {
  position: relative;
  margin: 0 0 12px 0;
  padding-left: 40px;
  font-weight: 500;
  font-size: 14px;
  counter-increment: item;
  padding-right: 10px;
}

.b-promotion ul li::before {
  content: counter(item);
  position: absolute;
  left: 8px;
  top: 4px;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  font-weight: 700;
  margin-top: 3px;
  background-color: #cc0f35;
  color: #fff;
  line-height: 14px;
}

.b-promotion ul li img {
  height: 30px;
  width: auto;
}

.b-informations {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.b-informations h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.b-informations ul {
  list-style: none;
  margin-bottom: 0;
}

.b-informations ul li {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

.b-informations ul li img {
  max-width: 20px;
}

.b-promotions {
  margin-top: 0;
  margin-bottom: 8px;
}

form.cart button,
.add-buy {
  background-color: #e90707;
  padding: 10px;
  border-radius: 12px;
  line-height: 1;
  width: 100%;
  margin-top: 8px;
  display: block;
}

form.cart button strong,
.add-buy strong {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}

form.cart button span,
.add-buy span {
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  display: block;
  text-align: center;
}

.btn-installment {
  background-color: #288ad6;
  color: #fff;
}

.btn-installment2 {
  background-color: #f1eb1f;
  color: #000;
}

table {
  border-collapse: collapse;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.pd-spec-group tr:nth-child(odd) {
  background: #f3f3f3;
}

.pd-spec-group tr td {
  padding: 10px;
}

.pd-spec-group .js-static-content ul {
  margin: 0;
  padding-left: 12px;
}

.pd-spec-group .js-static-content ul li {
  margin: 0;
}

td {
  color: #000;
  border-color: #ccc;
}

.pd-spec-group .js-static-content {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
  box-shadow: 0 0 0 1px #f3f3f3;
}

.product-detail-page .btn-show {
  display: block;
  width: 100%;
  color: #000;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  text-align: center;
  margin: 12px 0 0;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.product-detail-page .btn-show::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.pd-spec-group .btn-show {
  display: block;
  width: 100%;
  color: #000;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  text-align: center;
  margin: 12px 0 0;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  color: var(--fs-color-primary);
}

.pd-spec-group .btn-show::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

/* product-small box  */
.product-small.box {
  border-radius: 12px;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.product-small.box .box-image {
  max-width: 160px;
  min-height: 160px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-small .product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-small .product-title a {
  color: #444;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: 65px;
}

.product-small .box-text {
  padding-top: 10px;
  padding-bottom: 0;
}

span.amount {
  font-size: 16px;
  color: #d70018;
}

span.amount span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  bottom: 4px;
  left: -3px;
}

del span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.product-small .price-wrapper {
  margin-bottom: 10px;
}

.product-small .promotion {
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  border-radius: 6px;
  font-size: 10px;
  padding: 6px;
  font-weight: 500;
}

.product-small .total-promo {
  font-size: 12px;
  text-align: right;
}

.product-small .col-inner {
  padding-top: 4px;
}

/* post-item */
.post-item .box {
  border: 2px solid #dedede;
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-text {
  padding: 10px;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-mega {
  max-width: 194px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.custom-mega .icon-box {
  padding: 9px;
  font-size: 14px;
  align-items: center;
}

.custom-mega-box {
  width: 100%;
  position: absolute;
  z-index: 999;
  max-width: 194px;
}

.custom-mega-box .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px;
}

.product-small.col .col-inner,
.product-small.col .product-small.box {
  height: 100%;
}

.product-small.col .product-small.box {
  height: calc(100% - 12px);
}

.custom-mega .icon-box-text > .row {
  position: absolute;
  left: calc(100% + 10px);
  top: 15px;
  background-color: #ffff;
  width: calc(1234px - 200px);
  height: calc(100% - 30px);
  padding: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgb(60 64 67 / 10%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  display: none;
}

.custom-mega .icon-box:hover .icon-box-text > .row {
  display: flex;
}

.custom-mega .icon-box-text > p {
  margin: 0;
}

.custom-mega .icon-box-text > p a {
  color: #222 !important;
}

.custom-mega .icon-box-text > .row ul {
  list-style: none;
  margin: 0;
}

.custom-mega .icon-box-text > .row ul li {
  margin: 0;
  margin-bottom: 6px;
}

.custom-mega .icon-box-text > .row ul li a {
  color: #707070;
  font-size: 13px;
  transition: all 0.3s ease;
}

.custom-mega .icon-box-text > .row ul li a:hover {
  color: var(--fs-color-primary);
}

.custom-mega .icon-box-text > .row ul li strong a {
  color: #222;
}

.custom-mega .icon-box {
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-mega .icon-box:hover {
  border-radius: 5px;
  background: #f3f4f6;
}

.custom-mega .icon-box-text:has(> .row) p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-mega .icon-box-text:has(> .row) p::after {
  content: "";
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none !important;
  font-size: 18px;
}

#footer {
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  padding-top: 16px;
  font-size: 14px;
  color: #4a4a4a;
}

#footer h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

#footer a {
  color: #4a4a4a;
}

#footer a:hover {
  color: var(--fs-color-primary);
}

#footer p {
  margin-bottom: 4px;
}

.ft-bot {
  background: #f8f8f8;
  padding: 15px;
}

.ft-bot ul {
  list-style: none;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.ft-bot ul li {
  padding: 5px;
  border-right: 1px solid #e1e1e1;
  text-transform: uppercase;
}

.ft-bot ul li:last-child {
  border-right: 0;
}

.ft-bot .ux-logo-link {
  padding: 0 !important;
}

.ft-bot .container {
  text-align: center;
}

.nav > li .header-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 3px 5px;
  border-radius: 10px;
  text-decoration: none !important;
  position: relative;
}

.nav > li .header-item.btn-menu {
  background: hsla(0, 0%, 100%, 0.2);
}

.header-item .about__box-icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.header-item .about__box-icon svg {
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}

.header-item .about__box-content {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

.header-item .btn-menu .about__box-content {
  width: 60px;
}

.custom-mega-box {
  display: none;
}

.home .custom-mega-box {
  display: block;
}

#wrapper.show-menu #main::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.53);
  z-index: 99;
}

#wrapper.show-menu .custom-mega-box {
  position: fixed;
  display: block;
}

form.searchform input[type="search"] {
  height: 34px;
  background-color: #ffff;
  border: 0;
  border-radius: 8px;
}

li.cart-item .header-cart-link {
  display: flex;
  align-items: center;
}

li.cart-item .header-cart-link .image-icon {
  width: 20px;
  margin-right: 5px;
  order: 1;
}

li.cart-item .header-cart-link .header-cart-title {
  order: 2;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  width: 30px;
}

.flex-right .nav > li {
  margin: 0;
}

.button,
input[type="button"].button,
input[type="reset"].button,
input[type="submit"],
input[type="submit"].button,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  border-radius: 6px;
  box-shadow: none !important;
}

form.checkout h3 {
  padding-top: 0;
}

[data-icon-label]:after {
  background-color: #d70018;
  font-size: 10px;
  font-weight: 400;
  top: -5px;
  right: -5px;
}

.category-page-title {
  display: none;
}

.block-filter-brands .brands__title {
  margin-bottom: 10px;
}
.block-filter-brands .brands__title p {
  font-size: 18px;
  font-weight: 700;
  color: #444;
}
.block-filter-brands .brands__content {
  overflow-x: auto;
}
.block-filter-brands .brands__content .list-brand {
  display: flex;
  flex-wrap: wrap;
}
.block-filter-brands .brands__content .list-brand__item {
  height: 34px;
  display: flex;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
}
.block-filter-brands .brands__content .list-brand__item img {
  height: 15px;
  max-width: none;
}
.block-filter-brands .brands__content .list-brand__item span {
  font-weight: 700;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.block-filter-brands .brands__content .list-brand .activeBrand {
  border: 1px solid var(--fs-color-primary);
  position: relative;
  overflow: hidden;
}
.block-filter-brands .brands__content .list-brand .activeBrand:after {
  content: "";
  width: 15px;
  height: 10px;
  border-radius: 0 0 0.5rem 0;
  background: var(--fs-color-primary)
    url(https://cdn.cellphones.com.vn/media/icons/checkmark.svg) no-repeat 50%;
  background-size: 50% !important;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 540px) {
  .block-filter-brands .filter-brand__item img {
    height: 12px;
  }
  .block-filter-brands .brands__content {
    overflow-x: auto;
  }
  .block-filter-brands .brands__content .list-brand {
    flex-wrap: nowrap;
  }
}

.block-filter-sort .filter-sort__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.block-filter-sort .filter-sort__list-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.block-filter-sort .filter-sort__list-filter .btn-filter {
  cursor: pointer;
  height: 34px;
  color: #444;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f3f4f6;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.block-filter-sort .filter-sort__list-filter .btn-filter-item {
  position: relative;
}
.block-filter-sort .filter-sort__list-filter .btn-filter-item.active:after {
  content: "✓";
  width: 15px;
  height: 10px;
  border-radius: 8px 0 10px 0;
  background-color: var(--fs-color-primary);
  color: #fff;
  font-size: 7px;
  padding-left: 0;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-filter-sort .filter-sort__list-filter .btn-filter .icon {
  margin-right: 6px;
  width: 15px;
  display: flex;
  align-items: center;
}
.block-filter-sort .filter-sort__list-filter .btn-filter.active,
.block-filter-sort .filter-sort__list-filter .btn-filter.is-data {
  border: 1px solid var(--fs-color-primary);
  background: rgb(131, 183, 53, 0.1);
  color: var(--fs-color-primary);
  gap: 8px;
}
.block-filter-sort .filter-sort__list-filter .btn-filter.active .icon,
.block-filter-sort .filter-sort__list-filter .btn-filter.is-data .icon {
  fill: var(--fs-color-primary);
}
.block-filter-sort .filter-sort__list-filter .btn-filter.active.deactive {
  color: #444;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
}
.block-filter-sort .filter-sort__list-filter .btn-filter.active.deactive .icon {
  fill: #444;
}
.block-filter-sort
  .filter-sort__list-filter
  .btn-filter
  .item-value-filter:not(:last-child):after {
  content: "|";
}
.block-filter-sort .filter-sort__list-filter .filter-wrapper {
  position: relative;
}
.block-filter-sort .filter-sort__list-filter .filter-wrapper .btn-filter .icon {
  margin-left: 6px;
  margin-right: 0;
  width: 15px;
  display: flex;
  align-items: center;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child {
  opacity: 0;
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 0;
  width: 350px;
  transition: 0.5s;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.right {
  right: 0;
  left: auto;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.right.active:after {
  right: 30px;
  left: auto;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.active {
  opacity: 1;
  z-index: 100;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.active:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 30px;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all {
  width: 800px;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .header-filter-all {
  display: none;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter
  .filter-wrapper {
  width: 33.3333333333%;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter
  .filter-wrapper
  p {
  font-weight: 700;
  margin-bottom: 5px;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  ul {
  display: flex;
  flex-wrap: wrap;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group {
  display: none;
  justify-content: space-between;
  margin-bottom: 10px;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group.show {
  display: flex;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group
  .button {
  width: calc(50% - 5px);
  font-weight: 600;
  font-size: 14px;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group
  .button.submit {
  background-color: var(--fs-color-primary);
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .range-header {
  display: flex;
  justify-content: space-between;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr {
  margin: 10px auto;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail {
  border-radius: 10px;
  background-color: #9f9d9d;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail
  .vue-slider-dot-tooltip {
  display: none !important;
}
.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail
  .vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(215, 0, 24, 0.52);
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.block-filter-sort .filter-sort__list-filter .overlay-clear {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  display: none;
}
.block-filter-sort .filter-sort__list-filter .overlay-clear.active {
  display: block;
}
.current-ranger-price {
  font-weight: bold;
  margin: 0px 5px;
}

#button-contact-vr {
  display: none;
  bottom: 150px;
}

.btn-contact {
  position: fixed;
  bottom: 80px;
  right: 14px;
  z-index: 9999;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.btn-contact img {
  width: 40px;
  margin-left: 4px;
}

.btn-contact svg {
  max-width: 30px;
  height: 30px;
}

.btn-contact svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

.clientBuy .flickity-prev-next-button {
  display: none !important;
}

.clientBuy span {
  color: red;
}

.clientBuy span.name {
  text-transform: capitalize;
}

.box-filter-price {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 350px;
  transition: 0.5s;
  z-index: 999;
  top: 100%;
  position: absolute;
  display: none;
}

.box-filter-price.active {
  display: block;
}

.box-filter-price .widget {
  margin-bottom: 0;
}

.box-filter-price .widgettitle {
  display: none;
}

.widget_price_filter .price_slider_amount .button {
  margin: 0;
  background-color: var(--fs-color-primary);
  border-radius: 6px;
}

.price_label > span {
  color: #d70018;
}

.widget_price_filter .ui-slider-horizontal {
  margin-bottom: 30px;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}

.related .product-small.col {
  flex-basis: calc(100% / 5) !important;
  max-width: calc(100% / 5) !important;
}

@media screen and (max-width: 768px) {
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all {
    width: calc(100vw - 20px);
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .listFilter {
    width: 100%;
    height: 350px;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .listFilter
    .filter-wrapper {
    width: 100%;
  }
}

.block-filter-sort .filter-sort__list-filter #priceFilter.filter-wrapper {
  position: relative;
}

#filterModule .filter-sort__list-filter {
  overflow: unset;
}

#top-bar .nav:not(.nav-center) {
  display: none !important;
}

#top-bar .flex-center {
  width: 100%;
  margin: 0;
}

#top-bar ul {
	list-style: none;
}

#top-bar ul li {
    display: flex;
    align-items: center;
}

#top-bar a {
	list-style: none;
	font-size: 14px;
	color: #fff;
	width: fit-content;
	display: flex;
	align-items: center
}

#top-bar .flex-center a {
  font-size: 14px;
  color: #fff;
}

#top-bar .flex-center li {
  margin: 0 12px !important;
  list-style: none;
	width: max-content;
}

@media screen and (max-width: 717px) {
  .block-filter-sort .filter-sort__list-filter {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .block-filter-sort .filter-sort__list-filter .filter-wrapper {
    position: unset;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child {
    position: absolute;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all {
    border-radius: 10px 0 0 10px;
    padding: 0;
    height: 100%;
    margin-top: 0 !important;
    background-color: #fff;
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -80%;
    transition: 0.5s;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all.active {
    right: 0;
    opacity: 1;
    z-index: 1021;
    width: 80%;
    top: 0;
    bottom: 0;
    transform: translateX(0);
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .header-filter-all {
    background-color: var(--fs-color-primary);
    display: flex;
    padding: 10px;
    justify-content: space-between;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .header-filter-all
    .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .header-filter-all
    .title
    .icon
    svg {
    fill: #fff;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .header-filter-all
    .btn-close {
    color: #fff;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .listFilter {
    padding: 10px;
    width: 100%;
    height: calc(100% - 84px);
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .btn-filter-group {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .btn-filter-group.show
    .button.submit {
    background-color: var(--fs-color-primary);
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.all
    .btn-filter-group
    .button {
    height: 40px;
    font-size: 18px;
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.active {
    opacity: 1;
    z-index: 10;
    width: 350px;
    right: 50%;
    transform: translateX(50%);
  }
  .block-filter-sort
    .filter-sort__list-filter
    .filter-wrapper
    .list-filter-child.active:after {
    display: none;
  }
  .block-filter-sort .filter-sort__list-filter .overlay-clear.all {
    z-index: 1020;
    background: rgba(0, 0, 0, 0.53);
  }
}
@media screen and (max-width: 540px) {
  .block-filter-sort .filter-sort__list-filter {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .title {
    padding: 0 15px;
  }

  .title h2 {
    margin-bottom: 16px;
  }

  .title ul {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
    justify-content: start;
    min-height: 40px;
  }

  .home2 .product-category {
    flex-basis: 20%;
    max-width: 20%;
  }

  .product-category .header-title {
    font-size: 12px;
    font-weight: 600;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
}

#menu-bottom-tabs {
  display: none;
}

@media screen and (max-width: 768px) {
  #menu-bottom-tabs.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow:
      0 1px 2px 0 rgba(60, 64, 67, 0.1),
      0 2px 6px 2px rgba(60, 64, 67, 0.15);
    z-index: 100;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 0;
    margin-bottom: 0px !important;
  }

  #menu-bottom-tabs.tabs ul {
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    border: none;
    z-index: 130;
    padding-bottom: 10px;
    background: #fff;
    margin-bottom: 0;
    list-style: none;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item {
    width: 20%;
    margin: 0;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #707070;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    border: none;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon {
    margin: auto;
    width: 25px;
    height: 25px;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg {
    height: 20px;
    margin: 5px 0;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg .cls-1,
  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg .cls-2,
  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg .cls-3 {
    stroke: #707070;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg .cls-1 {
    stroke-width: 1.07px;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item a .icon svg .cls-3 {
    fill: #707070;
    stroke-width: 0.1px;
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item.is-active a {
    border-bottom-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item.is-active a svg .cls-1,
  #menu-bottom-tabs.tabs ul li.menu-bottom-item.is-active a svg .cls-2,
  #menu-bottom-tabs.tabs ul li.menu-bottom-item.is-active a svg .cls-3 {
    stroke: var(--fs-color-primary);
  }

  #menu-bottom-tabs.tabs ul li.menu-bottom-item.is-active a svg .cls-3 {
    fill: var(--fs-color-primary);
  }

  #menu-bottom-tabs.tabs .modal.is-active .modal-content {
    background-color: #fff;
    border-radius: 15px;
    width: auto;
  }

  #menu-bottom-tabs.tabs .modal.is-active .modal-content a {
    border-bottom: 0;
  }

  #menu-bottom-tabs.tabs .modal.is-active .modal-content a svg {
    height: 30px;
  }

  .home .custom-mega-box {
    display: none;
  }

  #wrapper.show-menu .custom-mega-box {
    max-width: 350px;
    right: 0;
    top: 70px;
    z-index: 9999;
  }

  body .stuck .header-main {
    height: 70px !important;
  }

  .custom-mega {
    max-width: 100%;
    height: calc(100vh - 70px - 75px);
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    overflow-y: auto;
  }

  .custom-mega .icon-box.active .icon-box-text > .row {
    display: flex;
    position: relative;
    left: -15px;
    width: unset;
  }

  .custom-mega .icon-box {
    align-items: baseline;
  }

  .custom-mega .icon-box-text > .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  /* Li đầu tiên: chiếm full width, 1 hàng */
  .custom-mega .icon-box-text > .row ul > li:first-child {
    flex-basis: 100%; /* chiếm toàn bộ hàng */
    font-weight: bold;
    margin-bottom: 8px;
    cursor: default;
  }

  /* Các li còn lại là box */
  .custom-mega .icon-box-text > .row ul > li:not(:first-child) {
    cursor: pointer;
    height: 32px;
    color: #444;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f3f4f6;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex: 0 0 auto; /* giữ kích thước tự nhiên */
  }

  .custom-mega .icon-box.active .icon-box-text > .row {
    padding: 8px;
    margin-bottom: 24px;
  }

  .dash.slider1 .flickity-prev-next-button {
    opacity: 1;
  }

  .home4 .row-xsmall .large-2 {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
  }

  .product-thumbnails.small-columns-4 .flickity-slider > .col {
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }

  .ft-bot ul {
    justify-content: center;
  }

  .title > .large-10 .col-inner ul li:last-child {
    display: none;
  }

  form.searchform input[type="search"] {
    width: 250px;
  }

  span.amount {
    font-size: 12px;
  }

  del span.amount {
    font-size: 10px;
  }

  span.amount span {
    font-size: 10px;
  }

  .box-filter-price {
    left: -100px;
  }
	
	#top-bar {
		display: block !important;
		padding-top: 10px !important;
	}
	
	#top-bar .flex-center {
		display: flex !important;
	}
}
