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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src:
    url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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;
}

.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;
}

.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);
  color: #fff;
}

/* home */
.home1 > .row {
  padding: 0 5px;
}

.home1 .col1 {
  flex-basis: 230px;
  max-width: 230px;
  padding: 0 5px 10px;
}

.home1 .col2 {
  flex-basis: calc(100% - 530px);
  max-width: calc(100% - 530px);
  padding: 0 5px 10px;
}

.home1 .col3 {
  flex-basis: 300px;
  max-width: 300px;
  padding: 0 5px 10px;
}

.home1 .mainSlider-wrapper .slider-meta {
  background-color: #fff;
  border-radius: 1rem;
  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 .col {
  padding-bottom: 0 !important;
}

.home1 .thumbSlider .col::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}

.home1 .thumbSlider .col.is-selected::before {
  width: 100%;
}

.home1 .thumbSlider p {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px 0;
  transition: all 0.35s ease;
}

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

.home1 .col3 .col-inner > .img:not(:last-child) {
  margin-bottom: 10px;
}

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

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

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

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

.box-sales {
  background: linear-gradient(#ff6700, #ffd4b3);
  padding: 10px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.box-sales h2 {
  color: #ffff;
}

.box-sales .sale-progress {
  display: block !important;
  margin-top: 10px;
}

.box-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: absolute;
  top: 5px;
  right: 0;
}

.box-time p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

#clock_countdown span {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-left: 10px;
  padding: 2px 5px;
  width: 25px;
  height: 25px;
}

.home2 .products.row .product-small.col {
  padding-bottom: 0;
}

.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;
}

/* 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;
}

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

/* product-details */
.product-images {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #d1d5db;
  padding: 15px 0;
}

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

.product-images img {
  border-radius: 1rem;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 0.5rem;
  opacity: 1;
}

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

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

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

.image-tools.bottom .zoom-button {
  display: none;
}

.image-tools.bottom .button.open-video {
  color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}

.image-tools.bottom .button.open-video i {
  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;
}

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

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

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

.dawp-breadcrumbs-nav {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  padding: 15px 0;
}

.dawp-breadcrumbs-nav a {
  color: #131313 !important;
}

.dawp-breadcrumbs-nav a:hover {
  color: var(--fs-color-primary) !important;
}

.dawp-crumb-current {
  color: var(--fs-color-primary) !important;
}

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

form.cart .single_add_to_cart_button {
  order: 2;
  font-size: 0;
  display: flex;
  align-items: center;
  background-color: initial;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}

form.cart .single_add_to_cart_button::before {
  content: "\e914";
  font-size: 24px;
  line-height: 24px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

form.cart .ux-buy-now-button {
  order: 1;
  width: calc(100% - 74px);
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  flex-direction: column;
  gap: 4px;
  outline: none;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 56px;
  background: linear-gradient(0deg, #d70018, #e45464);
}

form.cart .ux-buy-now-button strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: center;
  text-transform: uppercase;
}

form.cart .ux-buy-now-button span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  text-transform: none;
}

.box-order {
  order: 3;
}

.box-order .box-order-btn {
  display: flex;
  gap: 1em;
  width: 100%;
}

.box-order .order-btn {
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  flex-direction: column;
  gap: 4px;
  outline: none;
  width: 100%;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 56px;
  background: var(--fs-color-secondary);
}

.box-order .btn-installment {
  width: 50%;
}

.box-order .order-btn strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: center;
  text-transform: uppercase;
}

.box-order .order-btn span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
}

.product-short_description {
  padding: 10px;
  background: #ffdade;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.product-short_description > :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.product-short_description > ul > li:last-child {
  margin-bottom: 0 !important;
}

.product-promotions {
  border: 1px solid var(--primary-color);
  padding: 20px 10px 10px;
  position: relative;
  margin: 40px 0 1rem;
  border-radius: 5px;
  font-size: 14px;
}

.product-promotions .item-site-banner {
  position: absolute;
  top: -18px;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.product-promotions ul {
  list-style: none;
  margin-bottom: 0;
  counter-reset: promotion-counter;
}

.product-promotions ul li {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  padding: 3px 15px 3px 40px;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 22px;
  counter-increment: promotion-counter;
  position: relative;
}

.product-promotions ul li:before {
  content: counter(promotion-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--fs-color-primary);
}

.box-warranty {
  padding: 20px;
  border-radius: 0.5rem;
  border: 1px solid #c9c9c9;
  background: #ffffff;
  margin-bottom: 12px;
}

.box-warranty .commitment {
  text-align: center;
  color: var(--fs-color-primary);
  font-size: 15px;
  line-height: 18.15px;
  padding-bottom: 12px;
}

.box-warranty .warranty-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.warranty-content .item-warranty-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.warranty-content .item-warranty-info i {
  font-size: 21px;
  line-height: 21px;
  width: 21px;
  color: var(--fs-color-primary);
}

.warranty-content .item-warranty-info .description {
  font-feature-settings:
    "clig" off,
    "liga" off;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.box-product-option {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.box-product-option .list-option {
  display: flex;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-wrap: wrap;
  width: 100%;
}

.box-product-option .item-option {
  border-radius: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 44px;
}

.box-product-option .item-option a {
  padding: 8px 0;
}

.box-product-option .item-option:before {
  color: #fff;
  width: 24px;
  height: 20px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\69";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  overflow: hidden;
  font-weight: 300;
  font-variant: normal;
  font-size: 9px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.box-product-option .item-option img {
  height: 30px;
  position: absolute;
  left: 10px;
  width: 30px;
}

.box-product-option .item-option span {
  line-height: 15.73px;
  color: #191919;
  padding: 5px 1px 5px 35px;
  padding-left: 0;
}

.box-product-option .item-option span.amount {
  color: #e0052b;
}

.box-product-option span.amount span {
  padding-left: 0;
  color: #e0052b;
}

.box-product-option .item-option .color-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 5px 1px 5px 50px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.box-product-option .item-option .color-price span {
  line-height: 15.73px;
  color: #191919;
  padding: 0;
}

.box-product-option .item-option p {
  font-size: 12px;
  line-height: 15.73px;
  color: #d70018;
  margin: 0;
}

.box-product-option .item-option:hover,
.box-product-option .item-option.active,
.box-product-option .item-option.selected {
  border: 1.5px solid var(--fs-color-primary);
}

.box-product-option .item-option.selected:before {
  opacity: 1 !important;
}

form.cart table.variations,
.woocommerce-variation.single_variation {
  display: none !important;
}

.product-price-container {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-price-container ins {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
}

.product-price-container del {
  font-weight: 500;
}

#custom-option-container {
  margin-bottom: 15px;
}

.box-content {
  box-shadow:
    rgba(60, 64, 67, 0.1) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.item-site-banner {
  display: flex;
  padding: 12px 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0.5rem 10px 0 0;
  background: var(--black-black-4, #ebebeb);
}

.item-site-banner .site-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-site-banner .site-banner-content .description {
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: left;
}

.item-site-banner .site-banner-content i {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
}

.item-site-banner .fs-closes {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #fd5465;
  -webkit-border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.box-content .item-site-banner {
  background: var(--black-black-4, #ebebeb);
}

.box-content .box-content-description {
  padding: 12px;
  position: relative;
  background-color: white;
  overflow: hidden;
  text-align: justify;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
}

.product-content-text {
  font-size: 14px;
}

.box-content .box-content-description .product-content-text {
  position: relative;
  overflow: hidden;
  min-height: 0;
  overflow: hidden;
  text-align: justify;
}

.box-content .box-content-description .img {
  width: 100%;
  text-align: center;
}

.box-content .box-content-description .img img {
  width: auto;
  text-align: center;
}

.view-box-content,
.view-specs-content {
  background: var(--white-white-1, #fff);
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  padding: 7.5px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--black-black-3, #c9c9c9);
  display: flex;
  bottom: 13px;
  left: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #4b4b4b;
  cursor: pointer;
  transition: background-color 0.5s ease;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pd-spec-group .view-box-content {
  bottom: 0;
}

.view-specs-content {
  padding: 7.5px 30px;
  margin-bottom: 12px;
}

.btn-view a {
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.73px;
  text-align: center;
  text-transform: uppercase;
}

.box-content-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 1));
}

.box-content-text.no-after:after {
  content: unset;
}

.icon-caret-down::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M10 13L4 7H16L10 13Z' fill='%23191919'/></svg>");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.product-content-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.product-content-text table ul {
  padding-left: 20px;
}

.product-content-text .table-content-border tr,
.product-content-text .table-content-border th,
.product-content-text .table-content-border td {
  border: 1px #ccc solid;
}

.product-content-text .table-content-border td,
.product-content-text .table-content-border th {
  padding: 8px 10px;
  font-size: 15px;
  color: #222;
}

.expanded .icon-caret-down {
  transform: rotate(180deg);
}

.global-box-container {
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 0.5rem;
  background: #fff;
  padding: 15px 12px;
}

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: 1rem;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
  box-shadow: 0 0 0 1px #f3f3f3;
}

.product-sku {
  font-size: 14px;
  margin-bottom: 15px;
}

.product-sku span {
  background-color: var(--fs-color-primary);
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.product-price-container span.amount {
  color: #e0052b;
  font-size: 30px;
  font-weight: 700;
}

.product-price-container del span.amount {
  font-weight: 500;
  font-size: 14px;
  color: #131313;
  opacity: 1;
}

/* prodduct-small */
.products.row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.products.row .product-small.col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.product-small.box {
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid #ccc;
  border-radius: 1rem;
  box-shadow:
    0 1px 3px -2px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
  overflow: hidden;
}

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

.product-small .product-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.product-small .product-title a {
  font-weight: 600;
  color: #131313;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.3rem;
  height: 3.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-small.box:hover .product-title a {
  color: var(--fs-color-primary);
}

.product-small .price-wrapper .price > span.lb {
  display: none;
}

.product-small .price-wrapper {
  margin-bottom: 0.75rem;
}

.product-small.box:hover {
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.22);
}

.product-small del {
  text-decoration: none;
}

.product-small .product-spec {
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  display: inline-block;
}

.product-small .product-rating {
  font-size: 12px;
  margin-top: 0.5rem;
}

.product-small .product-rating i {
  color: #ffc107;
}

.product-small .rating-text {
  margin-left: 4px;
}

.sale-progress {
  width: 100%;
  height: 20px;
  background: #ffbda6;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15);
  box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15);
  position: relative;
  display: none !important;
}

.sale-progress-sold {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(42%, #8c2b7a),
    to(#ff4d5a)
  );
  background-image: -webkit-linear-gradient(to right, #eb1917, #feab01);
  background-image: -o-linear-gradient(to right, #eb1917, #feab01);
  background-image: linear-gradient(to right, #eb1917, #feab01);
  height: 20px;
  border-radius: 20px;
  padding-right: 10px;
  position: absolute !important;
  left: 0;
}

.sale-progress-fire {
  top: -8px;
  left: 5px;
}

.sale-progress-text {
  font-size: 12px !important;
  position: absolute;
  right: 10px;
  z-index: 999;
  display: block;
  color: #ffff;
  font-weight: 600;
  line-height: 1.7;
}

.sale-progress-fire img {
  top: -8px;
}

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

del span.amount {
  opacity: 1;
  color: #777;
  font-size: 12px;
  text-decoration: line-through;
}

.badge-container {
  margin: 0;
  left: 5px;
  top: 0;
}

.badge {
  width: 38px;
  height: 35px;
  background-color: #ff5722;
  font-weight: 500;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.badge::after {
  content: "";
  width: 0;
  height: 0;
  bottom: -4px;
  border-style: solid;
  position: absolute;
  border-width: 0 19px 4px 19px;
  border-color: transparent rgb(255 87 34) transparent rgb(255 87 34);
  left: -4px;
}

.badge-inner {
  background-color: transparent;
}

.onsale span {
  color: white;
  margin: 4px 0 0;
  display: block;
}

.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 {
  display: flex;
  padding: 8px 12px;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  margin: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
  position: relative;
}

.block-filter-brands .brands__content .list-brand__item .labelcat {
  background: var(--fs-color-primary);
  font-size: 8px;
  padding: 0 4px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.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: 500;
  color: #111;
  font-size: 14px;
  text-transform: none;
  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: 0.5rem;
  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);
  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: 0.5rem;
  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;
}

.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);
}

.woocommerce-result-count,
.shop-page-title .woocommerce-ordering,
.shop-page-title .woocommerce-ordering select {
  display: none;
}

.header-nav.nav-left {
  justify-content: end;
  padding-right: 15px;
}

.custom-mega {
  max-width: 220px;
  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;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 10px 0;
}

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

.custom-mega .icon-box-text p a {
  color: #131313;
}

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

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

.custom-mega .icon-box .icon-box-text:has(.row) {
}

.custom-mega .icon-box .icon-box-text:has(.row)::after {
  font-family: "fl-icons";
  content: "\f105";
  position: absolute;
  right: 8px;
  transform: translateY(-22px);
}

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

.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%;
}

.custom-mega .icon-box-text > .row {
  position: absolute;
  left: calc(100% + 10px);
  top: 10px;
  background-color: #ffff;
  width: calc(1234px - 257px);
  height: calc(100% - 20px);
  padding: 10px 0;
  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;
  z-index: 999;
}

.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;
  margin: 0;
}

.custom-mega .icon-box .icon-box-text .row h3 {
  font-size: 14px;
}

.custom-mega .icon-box .icon-box-text .row p {
  margin-bottom: 8px;
}

.custom-mega .icon-box .icon-box-text .row p strong {
  background: var(--fs-color-primary);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
}

.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;
}

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

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

.single-product .dawp-breadcrumbs-nav .dawp-crumb-sep:last-of-type,
.single-product .dawp-breadcrumbs-nav .dawp-crumb-current {
  display: none;
}

.slider-nav-outside .flickity-prev-next-button.next {
  left: unset;
}

.nav > li .header-item {
  display: flex;
  align-items: center;
  height: 38px;
  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;
  width: auto;
}

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

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

.form-flat input:not([type="submit"]) {
  height: 38px;
  border-radius: 0.5rem;
  background-color: #fff;
}

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

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

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

.header-cart-icon img[width="1"][height="1"] {
  max-height: 20px;
  width: auto;
}

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

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

.woo-tabs-cs .nav > li {
  margin: 0;
}

.woo-tabs-cs .nav > li > a {
  text-transform: uppercase;
  font-weight: 700 !important;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f3f4f6;
  color: #444444;
  cursor: pointer;
}

.woo-tabs-cs .tab-panels {
  padding-top: 0;
}

.woo-tabs-cs .nav > li.active > a {
  border-color: var(--fs-color-primary) !important;
  background: #fef2f2 !important;
  color: var(--fs-color-primary) !important;
}

.woo-tabs-cs {
  margin-bottom: 20px;
}

.sticky-add-to-cart-wrapper .box-order {
  display: none;
}

.sticky-add-to-cart--active form {
  max-width: 250px;
}

.sticky-add-to-cart--active form.cart .ux-buy-now-button span {
  display: none;
}

.sticky-add-to-cart__product .product-title-small {
  max-width: 300px;
}

.related-products-wrapper {
  border: 0;
}

.related-products-wrapper .title {
  display: none !important;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select,
button#place_order {
  border-radius: 0.5rem;
  box-shadow: none !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

#footer {
  box-shadow:
    0 1px 2px 0 rgb(60 64 67 / 10%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  margin-top: 40px;
  font-size: 14px;
}

#footer i[class^="icon-"] {
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.social-icons .button.icon:not(.is-outline) {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
}

#footer .icon-instagram:before {
  content: "";
}

#footer .icon-facebook:before {
  content: "";
}

#footer h3 {
  font-size: 16px;
  font-weight: 600;
}

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

.sec_partner .box {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 1rem;
  transition:
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  overflow: hidden;
  padding: 10px;
}

.sec_partner .box:hover {
  border-color: #118cc169 !important;
  border: 1px solid #118cc169;
  background: #f9f9f9;
}

.sec_partner .box-image {
  height: 80px;
  text-align: center;
}

.sec_partner .box-image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.blog-wrapper .dawp-breadcrumbs-nav {
  display: none !important;
}

.widget {
  margin-bottom: 1.5em;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.75rem;
}

span.widget-title {
  font-size: 16px;
  color: var(--fs-color-primary);
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 0.5rem;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  color: #222;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts .badge::after {
  display: none !important;
}

.entry-content {
  padding-top: 0;
}

.archive-page-header {
  display: none;
}

.blog-archive,
.blog-single {
  padding-top: 0;
}

.custom-mega .ux-products-list {
  max-height: 360px;
  overflow-y: auto;
}

.ux-products-list span.lb {
  display: none !important;
}

.mobile-nav .icon-menu:before {
  content: "\e992";
  color: #fff;
}

@media only screen and (max-width: 48em) {
  .title {
    padding: 0 15px;
    margin-bottom: 20px;
  }

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

  .product-small .product-rating {
    font-size: 10px;
  }

  .product-small .product-spec {
    font-size: 10px;
    padding: 3px;
  }
}

.header-main .nav > li > a {
  line-height: 16px !important;
}

@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;
  }

  .product-images {
    padding: 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: 60px !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;
  }

  .custom-mega .icon-box-text > .row ul.ux-products-list {
    max-width: 350px;
  }

  .custom-mega .icon-box-text > .row ul > li:first-child {
    flex-basis: 100%;
    font-weight: bold;
    margin-bottom: 8px;
    cursor: default;
  }

  .custom-mega
    .icon-box-text
    > .row
    ul:not(.ux-products-list)
    > 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;
  }

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

  #top-bar .flex-center {
    display: flex !important;
  }

  .home1 .col2 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .thumbSlider .col {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }

  .box-time {
    position: relative;
    top: 0;
  }

  .home2 > .container {
    padding: 0 10px;
  }

  .container,
  .title {
    padding: 0 10px;
  }

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

  #masthead {
    height: 60px;
  }

  #wide-nav {
    background-color: var(--fs-color-primary);
  }

  .form-flat input:not([type="submit"]) {
    height: 36px;
  }

  .header-wrapper.stuck {
    transform: unset !important;
    height: 60px;
  }

  .header-wrapper.stuck #logo {
    display: none;
  }

  #wide-nav {
    transition:
      transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
      opacity 0.35s ease,
      height 0.35s ease;
  }

  .header-wrapper.stuck #wide-nav {
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(-55px);
    background-color: transparent;
  }

  .top-divider {
    display: none !important;
  }
}
