@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: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.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;
}

.border-box {
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
}

.border-box h2 {
  font-size: 15px;
  margin-bottom: 12px;
}

/* home */
.home-wrapper > .container {
  display: flex;
}

.home-wrapper .wrapper-left {
  height: calc(100vh - 12px);
  overflow-y: auto;
  width: 230px;
  margin-right: 12px;
  border-radius: 10px;
  padding: 0 0px 12px 0;
  position: sticky;
  top: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: top 0.3s ease;
  z-index: 1;
}

.box-nav {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.box-nav h2 {
  font-size: 13px;
  margin-bottom: 12px;
}

.box-nav .ux-nav-item {
  display: flex;
  padding: 8px 12px 8px 12px;
  align-items: center;
  border-radius: 5px;
  color: #4b4b4b;
}

.box-nav .ux-nav-image {
  width: 30px;
  height: 34px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box-nav .ux-nav-title {
  padding: 6px 0;
  font-size: 13px;
  color: #27272a;
}

.box-nav .ux-nav-item:hover {
  background: #ebebeb;
}

.home-wrapper .wrapper-right {
  width: calc(100% - 242px);
}

.top-slider-thumb .slides {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4px;
  padding: 0px 10px;
  cursor: pointer;
  position: relative;
  color: #757575;
}

.top-slider-thumb .slides:after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #ebebeb;
}

.top-slider-thumb .slides.slick-current.slick-active {
  color: var(--fs-color-primary);
}

.top-slider-thumb .slides strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-slider-thumb .slides small {
  font-weight: 500;
  line-height: 15.73px;
  text-align: center;
}

.top-slider .top-slider-thumb .slick-track {
  padding: 20px 0;
}

.top-slider .slick-dots {
  bottom: unset;
  margin-top: 0px;
  overflow: hidden;
  left: 0;
}

.slick-product-prev,
.slick-product-next {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 600;
  color: var(--fs-color-primary);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  min-height: unset;
}

.slick-product-next {
  right: 12px;
}

[dir="rtl"] .slick-product-next {
  right: auto;
  left: 12px;
}

.slick-product-prev {
  left: 12px;
}

[dir="rtl"] .slick-product-prev {
  right: 12px;
  left: auto;
}

.slick-product-next:focus,
.slick-product-next:hover,
.slick-product-prev:focus,
.slick-product-prev:hover {
  opacity: 1;
}

.slick-product-next:focus,
.slick-product-next:hover,
.slick-product-prev:focus,
.slick-product-prev:hover {
  opacity: 1;
}

.slick-product-next:focus:before,
.slick-product-next:hover:before,
.slick-product-prev:focus:before,
.slick-product-prev:hover:before {
  opacity: 1;
}

.slick-product-next.slick-disabled:before,
.slick-product-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-product-next:before,
.slick-product-prev:before {
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  bottom: -20px;
}

.slick-dots li {
  margin: 0 5px;
  list-style: none;
  width: auto;
  height: auto;
}

.slick-dots li.slick-active button {
  background-color: var(--fs-color-primary);
  opacity: 1;
}

.slick-dots li button {
  width: 30px;
  height: 2px;
  border: none;
  background-color: var(--fs-color-primary);
  border-radius: 0;
  width: 40px;
  height: 5px;
  gap: 0;
  border-radius: 10px;
  padding: 0;
  opacity: 0.5;
}

.slick-dots li button:before {
  content: unset;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.home2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home2 img {
  max-width: 100%;
  border-radius: 5px;
}

.home3 {
  margin-top: 12px;
}

.testimonial {
  background: #ffffff;
  border-radius: 8px;
  padding: 0 0 20px 0;
}

.testimonial-item {
  float: left;
}

.testimonial .item {
  display: flex;
  padding: 0 15px 0 0;
}

.testimonial .item .img {
  width: 150px;
  border-radius: 8px;
  margin-right: 20px;
}

.testimonial .item .img img {
  border-radius: 8px;
  width: 150px;
}

.testimonial .item .info {
  width: calc(100% - 170px);
}

.testimonial .item h3 {
  color: #191919;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.testimonial .item h4 {
  color: var(--fs-color-primary);
  font-size: 12px;
  margin: 0 0 5px 0;
}

.testimonial .item .note {
  font-size: 12px;
  color: #191919;
  text-align: justify;
}

/* footer */
.apple-icon-utility-v2 .border-box h2 {
  color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 12px;
}

.apple-icon-utility-v2 .row {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
  margin: 0 !important;
  flex-flow: unset;
}

.apple-icon-utility-v2 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
  gap: 8px;
  /*        background: #f3f3f3;*/
  padding: 12px;
  border-radius: 10px;
  align-items: center;
  color: #191919;
}

.apple-icon-utility-v2 .item i {
  font-size: 30px;
  padding: 10px;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(to bottom, #d70018, #e45464);
}

.apple-icon-utility-v2 .item span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.apple-icon-utility-v2 .item span strong {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

.apple-icon-utility-v2 .item img {
  max-width: 60px;
  margin-right: 15px;
}

.apple-icon-utility-v2 .item label {
  line-height: 1.5;
  display: block;
  padding-top: 5px;
}

/* Đường dẫn */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  color: #111;
  font-size: 13px;
}

.breadcrumb li {
  margin-right: 6px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb li i {
  margin-right: 2px;
  font-size: 11px;
}

.breadcrumb li:after {
  content: "k";
  font-family: "icomoon";
  margin-left: 6px;
  font-size: 8px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a,
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color: #111;
  font-weight: 600;
  border-radius: 16px;
  padding: 4px 15px;
  border: 1px solid;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.25;
}

.breadcrumb li a:hover {
  color: #009a82;
}

.breadcrumb li:last-child {
  color: white;
  background: var(--fs-color-primary);
  padding: 4px 15px;
  border-radius: 99px;
}

/*  */
.product-small.box {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  border: 1px solid #ededed;
  position: relative;
  gap: 12px;
}

.product-small .product-title {
  margin: 0;
}

.product-small .product-title a {
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 600 /*;height:29px*/;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.2;
}

.product-small .price-tags-home {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-gap8px {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-small .price-tags {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-weight: 600;
}

.product-small span.amount {
  line-height: 18px;
  font-size: 15px;
  color: #c40016;
}

.product-small .price-last span.amount {
  color: #c9c9c9;
  font-size: 11px;
  line-height: 16.5px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-small .price-last .sale-text {
  color: rgba(253, 71, 90, 1);
  font-weight: 600;
  font-size: 11px;
  line-height: 16.5px;
}

.product-small .product-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.product-small .product-panel .product-panel_detail {
  display: flex;
  gap: 4px;
  font-weight: 600;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0px;
  align-items: center;
}

.product-small .product-panel .list-conhang {
  color: #009981;
}

.product-small .product-panel i {
  font-size: 13px;
  line-height: 13px;
}

.product-small .product-panel .list-cart {
  color: var(--fs-color-secondary);
  cursor: pointer;
}

.row .products.row-small:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

.products .product-small.col {
  padding: 0 6px 12px !important;
}

.related {
  padding: 12px;
  background: white;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.related .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

#wide-nav .nav {
  margin-left: 232px;
}

#wide-nav .nav > li > a {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.home #wide-nav {
  margin-bottom: 12px;
}

/* cart */
.cs-cart {
  min-height: 95vh;
}

.cs-cart .header {
  margin: 40px 0 25px 0;
}

.cs-cart .header .back a {
  display: flex;
  line-height: 30px;
  font-size: 15px;
  max-width: 100px;
}

.cs-cart .header .back i {
  margin-right: 5px;
  font-size: 30px;
}

.cs-cart .header .back strong {
  color: #555;
  white-space: nowrap;
}

.cs-cart .cart-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.cart-content {
  width: 100%;
}

.cs-cart .no-items {
  text-align: center;
  font-size: 15px;
}

.cs-cart .cart-icon {
  margin-bottom: 20px;
}

.cs-cart .cart-icon i {
  font-size: 60px;
  display: block;
  background: transparent linear-gradient(90deg, #009981 0%, #00483d 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-cart .cart-icon label {
  font-weight: bold;
  font-size: 15px;
}

.cs-cart .no-items .img {
  max-width: 590px;
  margin: 0 auto;
}

.cs-cart .no-items .img p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

body.woocommerce-cart {
  background-color: #f4f4f4;
}

.row-cart .cart-box {
  margin-bottom: 15px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 6px #00000029;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-items: stretch;
  flex-direction: column;
}

.row-cart .cart-box form {
  margin-bottom: 0;
}

.cart-wrapper {
  margin-bottom: 15px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 6px #00000029;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-items: stretch;
  flex-direction: column;
}

.shop_table .actions {
  padding: 0;
  padding-top: 30px;
}

.row-cart {
  margin-top: 20px;
}

.row-cart form,
.row-cart table {
  margin-bottom: 0;
}

a.button-continue-shopping {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--fs-color-primary) !important;
  border-radius: 99px;
  text-transform: none;
  line-height: 35px !important;
  padding: 0 10px;
}

.shop_table .cart_item td {
  font-size: 14px;
}

.woocommerce-billing-fields {
  padding: 0;
  border: 0;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.checkout-sidebar h3 {
  display: none !important;
}

.cart-form h3 {
  font-size: 20px;
  margin: 0 0 25px;
  text-align: center;
}

.cart-form p.text-gray {
  color: #aaa;
  text-align: center;
}

.cart-form input[type="text"],
.cart-form textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Inter";
  font-size: 13px;
  color: #444;
  padding: 0 12px;
  background: #e5e5e5 0% 0% no-repeat padding-box;
  border-radius: 13px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-items: stretch;
  width: 100%;
  box-shadow: none !important;
  height: 36px;
}

.row-cart .cart-icon {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.row-cart .cart-icon i {
  font-size: 60px;
  display: block;
  background: transparent linear-gradient(0deg, #d70018, #e45464) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#order_review .shop_table {
  display: none;
}

button#place_order {
  width: 80%;
  border: none;
  border-radius: 10px;
  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);
  margin: 0 auto 15px;
}

.icon-shopping-cart:before {
  content: "\e915";
  font-size: 24px;
  color: #191919;
}

a.shop-location {
  display: flex;
  height: 42px;
  border-radius: 10px;
  color: var(--fs-color-primary) !important;
  border: none;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 0 12px;
}

a.shop-location i {
  font-size: 16px;
}

a.shop-location span {
  font-size: 13px;
  text-transform: none;
}

form.searchform {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  display: flex;
  line-height: 42px;
  position: relative;
  padding: 0 10px;
}

.searchform .button.icon {
  margin: 0;
  background-color: transparent;
  border: transparent;
  color: var(--fs-color-primary);
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  border-left: 1px solid #ddd;
  transform: none !important;
}

form.searchform input[type="search"] {
  box-shadow: none !important;
  border: 0;
  font-size: 14px;
}

.searchform .button.icon::after {
  content: "Tìm kiếm";
}

.box-footer {
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 12px;
}

.box-footer h3 {
  font-size: 15px;
  margin: 10px 0 6px 0;
  color: #fff;
}

.box-footer ul {
  list-style: none;
}

.box-footer ul li {
  color: #fff;
  margin: 0;
  margin-bottom: 4px;
}

.box-footer ul li a {
  color: #fff;
}

.text-footer p {
  margin: 0 0 5px 0;
  font-size: 9pt;
}

.absolute-footer.dark {
  display: none !important;
}

.header-bottom {
  background-color: transparent !important;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.category-page-row {
  max-width: 1232px !important;
}

.category-page-row > .col {
  padding: 0 6px 12px !important;
}

.category-page-row > .col.large-3 {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
}

.category-page-row > .col.large-9 {
  flex-basis: 80%;
  max-width: 80%;
}

#shop-sidebar {
  background-color: #fff;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 6px;
  padding: 12px;
}

#shop-sidebar span.widget-title {
  background-color: transparent;
  color: #191919;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
}

.post-item .box-image {
  border-radius: 0.75rem;
  overflow: hidden;
}

.post-item .box-text {
  padding-bottom: 0;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  height: 42px;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .post-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-item .post-meta::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.99984%2014.6667C10.9454%2014.6667%2013.3332%2012.2789%2013.3332%209.33333C13.3332%206.38781%2010.9454%204%207.99984%204C5.05432%204%202.6665%206.38781%202.6665%209.33333C2.6665%2012.2789%205.05432%2014.6667%207.99984%2014.6667Z%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9.33317%201.33334H6.6665%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8%201.33334V4.00001%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.6665%205.33334L12.6665%204.33334%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8%209.33334V7.33334%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8%209.33334H6%22%20stroke%3D%22%23961feb%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.box-blog-post .is-divider {
  display: none;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 30px;
}

.nav-pagination > li .icon-angle-right:before {
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.archive-page-header {
  display: none;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.entry-meta,
.entry-category {
  font-size: 12px;
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.widget ul .mr-half {
  border-radius: 6px;
  overflow: hidden;
}

.widget ul .mr-half {
  margin-right: 10px;
}

.widget .recent-blog-posts {
  align-items: center !important;
}

.widget .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 14px;
  color: #27272a;
}

.header-topbar {
  background: #ffdade;
  color: #fd475a;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

.header-topbar .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-topbar i {
  font-size: 23px;
  margin-right: 10px;
  line-height: 40px;
}

.header-topbar .col {
  padding-bottom: 0;
}

.v5-brand-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.v5-brand-list a {
  width: 99px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  justify-items: center;
  border-radius: 4px;
  align-items: center;
}

.v5-brand-list a img {
  max-height: 30px;
}

.v5-brand-list a.selected {
  border-color: var(--fs-color-primary);
}

.widget_price_filter .price_slider_amount .button {
  margin: 0;
  font-size: 12px;
  text-transform: none;
  background-color: var(--fs-color-primary);
  padding: 0 10px;
  border-radius: 5px;
  line-height: 1;
  min-height: 26px;
}

.widget_price_filter .price_label span {
  color: #c40016;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .header-topbar .col:not(:first-child),
  .top-slider-thumb {
    display: none;
  }

  .home-wrapper .wrapper-left {
    display: none;
  }

  .home-wrapper .wrapper-right {
    width: 100%;
  }

  .home2 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 12px;
  }

  .home2::-webkit-scrollbar {
    display: none;
  }

  .home2 .img {
    flex: 0 0 60%;
    scroll-snap-align: start;
  }

  .home2 .img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
  }

  .product-small .product-panel .list-cart i {
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: #fd475a;
    font-size: 14px;
  }

  .product-small .product-panel .list-cart span {
    display: none;
  }

  #wide-nav {
    margin-bottom: 8px;
  }

  #wide-nav .nav {
    margin-left: 0;
  }

  ol.breadcrumb {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  ol.breadcrumb li {
    flex-shrink: 0;
  }

  .apple-icon-utility-v2 .row {
    display: block;
  }

  .apple-icon-utility-v2 .item {
    flex-direction: unset;
    align-items: center;
    text-align: left;
  }

  .box-footer .row.row-collapse {
    display: flex;
    flex-flow: wrap;
    gap: unset;
  }

  .box-footer .row.row-collapse .col {
    width: 50%;
  }

  .testimonial .item .img,
  .testimonial .item .img img {
    width: 120px;
  }

  .testimonial .item .info {
    width: calc(100% - 140px);
  }

  .category-page-row > .col.large-9 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .nav > li > a > i.icon-menu {
    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: 22px;
    top: 1px;
    color: #000;
  }

  .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 {
    font-size: 16px;
    text-transform: none;
  }

  .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;
  }
}
