@charset "UTF-8";
:root {
  --primary: #f60 !important;
  --primary-light-color: rgb(255 106 0 / 12%);
  --bs-primary: #f60 !important;
  --bs-primary-rgb: 254, 107, 1 !important;
  --primary-color: #f60;
  --primary-rgb: 254, 107, 1;
  --primary-hover: #d95d01;
  --primary-focus: #d95d01;
  --primary-text-light: #fff;
  --primary-text-dark: #000;
  --primary-font: system-ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --gray-light: #f1f1f2 !important;
  --banner: #f60;
  --text-gray: #75757a;
  --border-gray: #c6c6c6;
  --swiper-theme-color: var(--primary) !important;
  --card-line-height: 1.2em;
  --modal-color: #313133;
  --card-padding: 0.75rem;
  --card-radius: 0.5em;
  --color-green: #32bb78;
  --light-green: #6dbd28;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
  --site-theme-lighter: #fef3e9;
  --light-blue: #0064d1;
  --fs-10: 10px;
  --fs-11: 11px;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-15: 16px;
  --fs-16: 18px;
  --fs-17: 20px;
  --fs-18: 24px;
  --fs-20: 26px;
  --fs-22: 28px;
  --fs-24: 32px;
  --fs-25: 34px;
  --fs-26: 36px;
  --fs-28: 40px;
  --fs-30: 44px;
  --fs-32: 48px;
  --fs-34: 52px;
  --fs-36: 56px;
  --fs-48: 80px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  font-family: var(--primary-font);
  direction: ltr;
  font-optical-sizing: auto;
  padding: 0;
  font-size: 0.875rem !important;
  color: #313133 !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1184px !important;
  }
}
.btn-primary,
.bg-primary {
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: var(--primary-text-light) !important;
}

.btn-primary:hover,
.bg-primary:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.rounded-1 {
  border-radius: 2px !important;
}

.form-control,
.form-select,
textarea.form-control {
  box-shadow: none !important;
  color: var(--primary-text-dark) !important;
  border-radius: 2px !important;
}

.form-check-input {
  margin: 0 8px;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  border-color: var(--primary-focus) !important;
  box-shadow: none !important;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ff6a00'%3E%3Cpath d='M382-253.85 168.62-467.23 211.38-510 382-339.38 748.62-706l42.76 42.77L382-253.85Z'/%3E%3C/svg%3E");
  background-image: var(--bs-form-check-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #f60;
}

.form-check-input:checked[type=radio] {
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-check-bg-image);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ff6a00'%3E%3Cpath d='M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-color: #f60;
}

/* Width utility classes from w-10 to w-100 as percentages */
.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-100 {
  width: 100%;
}

/* Height utility classes from h-10 to h-100 as percentages */
.h-10 {
  height: 10%;
}

.h-11 {
  height: 11%;
}

.h-12 {
  height: 12%;
}

.h-13 {
  height: 13%;
}

.h-14 {
  height: 14%;
}

.h-15 {
  height: 15%;
}

.h-16 {
  height: 16%;
}

.h-17 {
  height: 17%;
}

.h-18 {
  height: 18%;
}

.h-19 {
  height: 19%;
}

.h-20 {
  height: 20%;
}

.h-21 {
  height: 21%;
}

.h-22 {
  height: 22%;
}

.h-23 {
  height: 23%;
}

.h-24 {
  height: 24%;
}

.h-25 {
  height: 25%;
}

.h-26 {
  height: 26%;
}

.h-27 {
  height: 27%;
}

.h-28 {
  height: 28%;
}

.h-29 {
  height: 29%;
}

.h-30 {
  height: 30%;
}

.h-31 {
  height: 31%;
}

.h-32 {
  height: 32%;
}

.h-33 {
  height: 33%;
}

.h-34 {
  height: 34%;
}

.h-35 {
  height: 35%;
}

.h-36 {
  height: 36%;
}

.h-37 {
  height: 37%;
}

.h-38 {
  height: 38%;
}

.h-39 {
  height: 39%;
}

.h-40 {
  height: 40%;
}

.h-41 {
  height: 41%;
}

.h-42 {
  height: 42%;
}

.h-43 {
  height: 43%;
}

.h-44 {
  height: 44%;
}

.h-45 {
  height: 45%;
}

.h-46 {
  height: 46%;
}

.h-47 {
  height: 47%;
}

.h-48 {
  height: 48%;
}

.h-49 {
  height: 49%;
}

.h-50 {
  height: 50%;
}

.h-51 {
  height: 51%;
}

.h-52 {
  height: 52%;
}

.h-53 {
  height: 53%;
}

.h-54 {
  height: 54%;
}

.h-55 {
  height: 55%;
}

.h-56 {
  height: 56%;
}

.h-57 {
  height: 57%;
}

.h-58 {
  height: 58%;
}

.h-59 {
  height: 59%;
}

.h-60 {
  height: 60%;
}

.h-61 {
  height: 61%;
}

.h-62 {
  height: 62%;
}

.h-63 {
  height: 63%;
}

.h-64 {
  height: 64%;
}

.h-65 {
  height: 65%;
}

.h-66 {
  height: 66%;
}

.h-67 {
  height: 67%;
}

.h-68 {
  height: 68%;
}

.h-69 {
  height: 69%;
}

.h-70 {
  height: 70%;
}

.h-71 {
  height: 71%;
}

.h-72 {
  height: 72%;
}

.h-73 {
  height: 73%;
}

.h-74 {
  height: 74%;
}

.h-75 {
  height: 75%;
}

.h-76 {
  height: 76%;
}

.h-77 {
  height: 77%;
}

.h-78 {
  height: 78%;
}

.h-79 {
  height: 79%;
}

.h-80 {
  height: 80%;
}

.h-81 {
  height: 81%;
}

.h-82 {
  height: 82%;
}

.h-83 {
  height: 83%;
}

.h-84 {
  height: 84%;
}

.h-85 {
  height: 85%;
}

.h-86 {
  height: 86%;
}

.h-87 {
  height: 87%;
}

.h-88 {
  height: 88%;
}

.h-89 {
  height: 89%;
}

.h-90 {
  height: 90%;
}

.h-91 {
  height: 91%;
}

.h-92 {
  height: 92%;
}

.h-93 {
  height: 93%;
}

.h-94 {
  height: 94%;
}

.h-95 {
  height: 95%;
}

.h-96 {
  height: 96%;
}

.h-97 {
  height: 97%;
}

.h-98 {
  height: 98%;
}

.h-99 {
  height: 99%;
}

.h-100 {
  height: 100%;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  float: none;
  margin: 0;
  padding: 0 8px;
}

.pt-16 {
  padding-top: 16px;
}

.breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumb-item {
  padding-left: 0 !important;
  white-space: nowrap;
}

a {
  color: #313133;
  text-decoration: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: 1px var(--primary);
  outline: 0 none;
}

.text-light-blue {
  color: var(--light-blue) !important;
}

.text-light-green {
  color: var(--light-green) !important;
}

.btn-primary {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.border-primary {
  border: 1px solid var(--primary) !important;
}

.border__lightest {
  border: 1px solid #f60;
}

.text-success1 {
  color: #32bb78;
}

.bg-success1 {
  background: #32bb78;
}

.bg-jungle-green {
  background: rgb(130, 174, 4);
}

.text-pink-deep {
  color: #ed017f;
}

.border-light-gray {
  border: 1px solid #f1f1f2 !important;
}

a {
  cursor: pointer;
}

.btn-primary {
  background-color: var(--primary) !important;
}

.form-check-input:checked {
  background-color: #fff !important;
  border-color: var(--primary-light-color) !important;
}

.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) !important;
}

.text-gray {
  color: var(--text-gray) !important;
}

.border-gray {
  border-color: var(--border-gray) !important;
}

.outline-0 {
  outline: 0 !important;
}

.w-100 {
  max-width: 100%;
}

.bg-banner {
  background: var(--banner);
}

.bg-light-gray {
  background: var(--gray-light) !important;
}

-breadcrumb-divider {
  --breadcrumb-divider: ">" !important;
  position: relative;
}

li.breadcrumb-item.disabled {
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.main-container {
  padding-bottom: 50px;
}

.radius-tr {
  border-top-right-radius: 4px;
}

.radius-tl {
  border-top-left-radius: 4px;
}

.radius-br {
  border-bottom-right-radius: 4px;
}

.radius-bl {
  border-bottom-left-radius: 4px;
}

.ads_area {
  width: 100%;
}

.back-to-top {
  display: flex;
  background-color: var(--primary);
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 20%;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.back-to-top:hover {
  cursor: pointer;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

button.menu-mobile {
  position: relative;
  top: -1px;
}

/*----------------------------------------------
Header other page hover to show product categories
-------------------------------------------------*/
.menu-cat-popover-hamburger {
  position: relative;
  top: 5px;
  align-items: center;
}

.menu-cat-popover__wrapper {
  position: relative;
  display: inline-block;
}

.menu-cat-popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 55px;
  border-radius: 4px;
  transform: translate(0, 10px);
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 206px;
  display: none;
}

.menu-cat-popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: -8px;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent var(--primary) transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.menu-cat-popover__wrapper:hover .menu-cat-popover__content {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  display: block;
}

/*------------------------------------------------
End header other page hover to show product categories
-----------------------------------------------------*/
.header {
  z-index: 70;
  height: 60px;
  top: 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.12);
}

.mobile-logo img {
  width: 130px;
}

.edit-cart {
  font-size: var(--fs-12);
  text-decoration: underline;
}
.edit-cart:hover {
  color: var(--primary);
  text-decoration: none;
}

.cart-page-counter {
  background-size: cover;
  background-repeat: no-repeat;
}
.cart-page-counter h2 {
  color: #fff !important;
}

.cart-saving {
  color: #ffe400;
}

.cart-product-attribute-widget {
  padding-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.1875rem;
}
.cart-product-attribute-widget span {
  padding: 0.1675rem 0.325rem;
  border: 1px solid rgba(188, 188, 188, 0.0862745098);
  color: var(--text-gray) !important;
  margin: 0.10875rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: var(--fs-12);
  background-color: rgba(188, 188, 188, 0.1607843137);
}

.order-detail-product-attribute-widget {
  padding-top: 8px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.1875rem;
}
.order-detail-product-attribute-widget span {
  padding: 0.1675rem 0.325rem;
  border: 1px solid rgba(55, 55, 55, 0.0862745098);
  color: var(--text-gray) !important;
  margin: 0.1875rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: var(--fs-14);
  background-color: rgba(188, 188, 188, 0.1607843137);
}

.product-attribute-widget {
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.1875rem;
}
.product-attribute-widget span {
  padding: 0.10675rem 0.325rem;
  border: 1px solid rgba(188, 188, 188, 0.0862745098);
  color: var(--text-gray) !important;
  margin: 0.1875rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: var(--fs-14);
  background-color: rgba(188, 188, 188, 0.1607843137);
}

.popular-search-widget {
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.1875rem;
}
.popular-search-widget a {
  padding: 0.1875rem 0.625rem;
  border: 1px solid rgba(188, 188, 188, 0.5764705882);
  color: #545454;
  margin: 0.1875rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: var(--fs-14);
  background-color: rgba(188, 188, 188, 0.1607843137);
}

.mobile-search-btn {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-input {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-btn,
.btn {
  text-transform: none;
}

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 3px;
}

.resultBox li:hover {
  background: #efefef;
}

.btn-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.bg-btn {
  background: var(--primary) !important;
}

.user-login:hover, .c-help:hover, .c-cart:hover {
  color: var(--primary) !important;
}

.user-login, .c-help, .c-cart {
  font-weight: 600 !important;
}

.dropdown-toggle::after {
  vertical-align: middle !important;
}

.cart-counter-qty {
  position: absolute;
  top: -5px;
  right: 27px;
  font-size: 0.625rem;
  min-width: 12px;
  border: 2px solid #fff;
  min-height: 12px;
  max-height: 18px;
  font-weight: 700 !important;
  padding: 2px 4px 2px 4px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
}

/* Featured store */
.featured-store {
  background: beige;
}

.card-deck {
  width: 360px;
  height: 190px;
  margin: 0;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fef3e9;
  border-radius: 8px;
}

.store__avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid rgba(13, 110, 253, 0.17);
}

.store__info {
  width: 100%;
  height: auto;
  margin: 15px;
  display: flex;
  flex-direction: column;
}

.store__name {
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: start;
}

.store__ratings {
  color: #999999;
  font-size: var(--fs-12);
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.store__stats {
  margin: 8px 0 8px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.stats-text {
  color: #5b5b5b;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stats-text svg {
  fill: #5b5b5b;
  width: 20px;
  height: 20px;
}

.stats-text span {
  color: #000000;
  font-weight: 500;
  margin: 0 5px;
}

.visit__store {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: max-content;
  margin: 0;
  padding: 4px 20px;
  background: var(--primary);
  border-radius: 4px;
  cursor: pointer;
}

.visit__store:hover {
  background: #fff;
  color: var(--primary);
}

.listHoverLink {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.listHoverLink .linkWrap {
  position: relative;
  border-radius: 2px;
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  .listHoverLink .linkWrap {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .listHoverLink .linkWrap {
    width: 100%;
    flex: 0 0 auto;
  }
}

button.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.link.elastic__btn_style {
  width: 10rem;
  height: auto;
}
button.link.elastic__btn_style .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: var(--primary);
  border-radius: 1.625rem;
}
button.link.elastic__btn_style .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.link.elastic__btn_style .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.link.elastic__btn_style .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.link.elastic__btn_style .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  line-height: 20px;
  padding: 0.5rem 0;
  margin: 0 0 0 1.55rem;
  color: #000;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
button.link:hover .circle {
  width: 100%;
}
button.link:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button.link:hover .button-text {
  color: #fff;
}

.card-container {
  border-radius: 5px;
  color: gray;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 250px;
  max-width: 100%;
  text-align: center;
  height: 100%;
}

.card-container .pro {
  background-color: #febb0b;
  border-radius: 3px;
  padding: 1.5px 3.5px;
  position: absolute;
  top: 15px;
  left: 30px;
}

.card-container .round {
  border: 1px solid var(--primary);
  border-radius: 50%;
  padding: 2px;
  width: 100%;
  max-width: 100px;
}

a.primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 25px;
}

a.primary.ghost {
  background-color: transparent;
  color: var(--primary) !important;
}

a.primary.ghost:hover {
  background: var(--primary);
  color: #fff !important;
}

.main-slider {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  height: 384px;
  max-width: 712px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-slider img {
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.progress {
  height: 0.5rem;
}

main.main-container {
  background-color: #f1f1f2;
}

.fs-10 {
  font-size: var(--fs-10);
}

.fs-12 {
  font-size: var(--fs-12);
}

.fs-14 {
  font-size: var(--fs-14);
}

.fs-15 {
  font-size: var(--fs-15);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-17 {
  font-size: var(--fs-17);
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-20 {
  font-size: var(--fs-20);
}

.fs-22 {
  font-size: var(--fs-22);
}

.fs-24 {
  font-size: var(--fs-24);
}

.fs-25 {
  font-size: var(--fs-25);
}

.fs-26 {
  font-size: var(--fs-26);
}

.fs-28 {
  font-size: var(--fs-28);
}

.fs-30 {
  font-size: var(--fs-30);
}

.fs-32 {
  font-size: var(--fs-32);
}

.fs-34 {
  font-size: var(--fs-34);
}

.fs-36 {
  font-size: var(--fs-36);
}

.fs-48 {
  font-size: var(--fs-48);
}

/*font-weight*/
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800 !important;
}

.line-height-13 {
  line-height: 1.3;
}

/*border-radius*/
.border-radius-100 {
  border-radius: 100px;
}

.border-radius-50 {
  border-radius: 50px;
}

.sell-on-shopgo {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sell-on-shopgo:hover {
  color: var(--bs-primary);
}

/*category menu*/
.category-menu {
  width: 20%;
  min-width: 206px;
}

.menu-cat-list {
  top: 0;
  left: 0;
  height: 384px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 50;
  overflow: hidden;
}

.menu-cat-item {
  height: 32px;
  width: 206px;
  text-decoration: none;
}

.section.links {
  padding-left: 8px;
}

.menu-cat-item:hover {
  color: var(--primary) !important;
}

.menu-cat-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
}

.mega-menu > ul {
  display: block;
  position: relative;
  height: 384px;
  width: 100%;
  min-width: 206px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.mega-menu > ul > li {
  display: block;
  width: 100%;
}

.mega-menu > ul > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  overflow: hidden;
  position: relative;
  gap: 1px;
}

a.menu-cat-item i {
  font-size: var(--fs-17);
}

.mega-menu > ul > li:last-child > a {
  border-bottom: 0;
}

.mega-menu > ul > li:hover a:after {
  border-left-color: #fff;
}

.mega-menu > ul > li .mega-submenu {
  width: 100%;
  visibility: hidden;
  position: absolute;
}

/* For WebKit browsers (Chrome, Safari) */
/* You may need to include vendor-specific prefixes for full browser support */
/* Track */
.mega-menu > ul > li:hover .mega-submenu::-webkit-scrollbar {
  width: 5px;
  /* Adjust the width as needed */
}

/* Thumb */
.mega-menu > ul > li:hover .mega-submenu::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
  /* Rounded corners for the thumb */
}

/* Handle on hover */
.mega-menu > ul > li:hover .mega-submenu::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Change color on hover */
}

.mega-menu > ul > li:hover .mega-submenu {
  top: 0;
  right: 0;
  left: 100%;
  z-index: 2;
  padding: 8px;
  background-color: #fff;
  color: #fff;
  border-left: 1px solid #b3b3b3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  visibility: visible;
  width: 728px;
  min-height: 384px;
  height: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  overflow-y: auto;
}

.submenu-content {
  padding-bottom: 12px;
}

.sub-cat-tit {
  text-overflow: ellipsis !important;
  text-transform: capitalize;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-top: 4px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  font-size: var(--fs-12);
  border-bottom: 1px solid #dee2e6;
}

a.sub-cat-tit:hover {
  color: var(--primary) !important;
}

.mega-submenu {
  line-height: normal;
}

.mega-submenu .submenu-content {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 4px;
}

.menu-item .links ul {
  margin: 0;
  padding: 0;
}

.menu-item .links ul li a:hover {
  color: #000;
  font-weight: 500;
}

.menu-item .links ul li {
  display: block;
}

.menu-item .links ul li:last-child {
  border-bottom: 0;
}

.menu-item .links ul li a {
  display: block;
  margin-top: 4px;
  font-size: var(--fs-12);
  font-weight: 400;
}

/*End of mega menu categories*/
span.-d-fault {
  color: var(--primary);
  background: #fef3e9;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}

._radio_selection-size input {
  height: 20px;
  width: 20px;
}

.payment-options img {
  width: 40px;
}

.text-dark-input input[type=tel i] {
  color: #313133 !important;
  font-weight: 500 !important;
}

.order-bill-no, .order-account--pay-no {
  display: inline-block;
  font-weight: bold;
  font-size: 1.28rem;
  color: #0D263F;
  background: #F3F5F9;
  padding: 0.1rem 1.6rem;
}

button#copyPaySn {
  background-color: var(--color-green);
  color: #fff;
  margin-left: 0.25rem;
  border: none;
  font-size: 1.25rem;
  padding: 0.13889rem 0.50833rem;
}

.mpesa img {
  width: 100%;
  max-width: 80px;
  height: 48px;
}

.hover-link:hover {
  color: var(--primary) !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  margin-bottom: -18px !important;
}

.wrap-main-slider {
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap-main-slider * {
  box-sizing: inherit;
}
.wrap-main-slider .swiper-outter {
  width: 100%;
  position: relative;
}
.wrap-main-slider .swiper-pagination {
  z-index: 1;
}
.wrap-main-slider .swiper-button-prv,
.wrap-main-slider .swiper-button-nxt {
  width: 40px;
  height: 40px;
  background-size: 100% auto;
}
.wrap-main-slider .swiper-button-prv svg.bi.bi-chevron-right, .wrap-main-slider .swiper-button-prv svg.bi.bi-chevron-left,
.wrap-main-slider .swiper-button-nxt svg.bi.bi-chevron-right,
.wrap-main-slider .swiper-button-nxt svg.bi.bi-chevron-left {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  right: 7px;
}
.wrap-main-slider .swiper-container {
  width: 100%;
  position: relative;
}
.wrap-main-slider .swiper-wrapper {
  width: 100%;
}
.wrap-main-slider .swiper-slide {
  background: transparent;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  aspect-ratio: 712/384;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.swiper-main--slider-img {
  border-style: none;
  height: 100%;
  -o-object-fit: cover;
  object-position: center;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-top {
  height: 384px;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  width: 22%;
  position: relative;
}

.service-top-1 {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/all/home-login-welcome.webp);
  padding: 30px;
  background-repeat: no-repeat;
}

.user-icon-area {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.user-icon-area img {
  border-radius: 50%;
  border: 1px solid rgba(222, 226, 230, 0.831372549);
  cursor: pointer;
}

.welcome-txt {
  width: 100%;
  font-size: var(--fs-14);
  color: #000;
  text-align: center;
  padding-bottom: 4px;
  font-weight: 300;
}

.user-logins-btns {
  height: 100px;
}

.btn-area {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.btn-area button.reg-btn {
  background-image: linear-gradient(94deg, #ff0a0a, #ff7539);
  color: #fff;
  box-shadow: inset -4px -3px 14px 0px rgba(0, 0, 0, 0.28);
}

.btn-area button.log-btn {
  background-color: #f5f5f5;
  color: #222;
  box-shadow: inset -4px -3px 14px 0px rgba(0, 0, 0, 0.28);
}

.btn-area button {
  display: inline-block;
  height: 36px;
  width: 100%;
  font-size: var(--fs-14);
  font-weight: 500;
  text-align: center;
  border-radius: 18px;
  padding: 0 20px;
  white-space: nowrap;
}

.-info {
  overflow: hidden;
  color: #313133;
}

.-info-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-14);
}

.-info-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gif-ad {
  width: 100%;
  border-radius: 5px;
}

.-info-gif-ad {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.img-ad {
  height: 100%;
  width: 100%;
  object-fit: inherit;
  object-position: center;
  border-radius: 5px;
}

.-section {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: rgba(0, 0, 0, 0.6509803922);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_header-title {
  width: 100%;
  height: 50px;
  padding: 0 1rem;
}

.password-toggle {
  cursor: pointer;
}

.sale-header-title {
  align-items: center;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.sale-header-title h2 {
  color: #222;
}

.-flash-text {
  font-size: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.timer {
  text-align: start;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.flash-counter {
  font-weight: 700;
  text-align: start;
}

.see-all {
  justify-content: flex-end;
}

.see-all-link {
  margin-left: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
  align-items: center;
  display: flex;
  font-size: 0.875rem;
}

.see-all-link:hover {
  columns: #fff;
}

.products-items {
  /*padding-left: 4px;
    padding-right: 4px;*/
  position: relative;
  overflow: hidden;
}

.f-product {
  padding-bottom: 4px;
  padding-top: 4px;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
}

.f-product > .col {
  width: 16.6666666667%;
}

.f-product[class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.product-box {
  line-height: 1;
  border-radius: 4px;
  position: relative;
  max-width: 300px;
}

.product-box:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hot-cat_image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: transparent;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hot-cat_image-container .hot_cat-thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover; /* Scale the image to cover the entire container */
  object-position: center; /* Center the image within the container */
  position: absolute;
}
.hot-cat_image-container .hot_cat-thumbnail:hover {
  transform: scale(1.025);
  transition: transform 0.3s ease-in-out;
}

.product-f-image-container {
  position: relative;
  width: 100%;
}

.pro-img:hover {
  transform: scale(1.025);
  transition: transform 0.3s ease-in-out;
}

.col-3-image:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 150ms ease-in-out;
}

.banner:hover {
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 100ms ease-in-out;
}

.h__slide_banners {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  border-radius: 4px;
  overflow-x: auto;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-around;
  padding-bottom: 4px;
  overflow-y: hidden;
}

.banner__itm {
  scroll-snap-stop: always;
  scroll-snap-align: center;
  display: inline-block;
  background-color: transparent;
}

.banner__itm img {
  aspect-ratio: 2/1;
  width: 384px;
  object-fit: cover;
  border-radius: 4px;
}
.banner__itm img:hover {
  transform: scale(1.0125);
  transition: transform 0.3s ease-in-out;
}

.main--slider-banner__itm {
  position: relative;
  aspect-ratio: 712/384;
  width: 340px;
}
.main--slider-banner__itm img {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
}
.main--slider-banner__itm img:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}

.product-name-favorite-seller-area {
  font-size: 0.75rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  padding: 4px;
}

.product-info-area-bottom {
  padding: 8px 8px 4px 8px;
}

.product-name {
    font-size: .875rem;
    margin: 4px 0 8px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.2;
}
.current-prd-price {
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  direction: ltr;
  text-align: start;
  font-family: var(--primary-font);
}

.original-old--price {
  font-size: 12px;
  display: block;
  color: var(--text-gray);
  text-align: start;
  text-decoration: line-through;
  font-family: var(--primary-font);
}

.sold-stats {
  font-size: 0.75rem;
  margin-top: auto;
  padding-top: 8px;
  text-align: start;
}

span.brand-official-badge {
  display: flex;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-size: 12px;
  align-items: center;
  padding: 2px 5px;
}
span.brand-official-badge:before, span.brand-official-badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
span.brand-official-badge:before {
  background: linear-gradient(90deg, hsl(25, 99%, 50%) 50%, #ff0000 100%);
}

span.soko-festival {
  display: flex;
  z-index: 1;
  position: relative;
  padding: 2px 5px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
span.soko-festival:before, span.soko-festival:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
span.soko-festival:before {
  background: linear-gradient(90deg, hsl(333, 100%, 53%) 0%, hsl(33, 94%, 57%) 100%);
}

span.dispatch-source {
  display: flex;
  z-index: 1;
  position: relative;
  padding: 2px 5px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
span.dispatch-source:before, span.dispatch-source:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
span.dispatch-source:before {
  background: linear-gradient(90deg, #27ae60 0%, hsl(33, 94%, 57%) 100%);
}

.sourced-abroad {
  background: linear-gradient(90deg, hsl(217, 100%, 50%) 0%, hsl(186, 100%, 69%) 100%);
  font-weight: 500;
}

.product-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  color: #423e3e;
  font-family: system-ui;
}

.wishlist {
  margin: 8px;
  align-self: flex-start;
  text-indent: 8px;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.3rem;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1rem;
}

.per-discount {
  min-width: 40px;
  direction: ltr;
  color: #f1f1f1;
  background: #1bbb6d;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
}

.dis-badge {
  top: 8px;
  right: 8px;
  position: absolute;
  direction: ltr;
  min-width: 40px;
  color: #f1f1f1;
  background: #1bbb6d;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 2px;
}

.meter {
  border-radius: 4px;
  background-position: 0;
  background-color: #d4d4d6;
  width: 100%;
  align-self: center;
  padding-top: 8px;
}

.sale-header-title-active {
  border-bottom: 1px solid #e61601;
  border-left: 1px solid #e61601;
  border-right: 1px solid #e61601;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px;
}

.flashsale-header-title-on {
  padding-bottom: 4px;
  padding-top: 4px;
  background: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYGBgYGBgYHBwYJCgkKCQ0MCwsMDRQODw4PDhQfExYTExYTHxshGxkbIRsxJiIiJjE4Ly0vOEQ9PURWUVZwcJYBBgYGBgYGBgcHBgkKCQoJDQwLCwwNFA4PDg8OFB8TFhMTFhMfGyEbGRshGzEmIiImMTgvLS84RD09RFZRVnBwlv/CABEIAEgFMgMBIgACEQEDEQH/xAAZAAEBAAMBAAAAAAAAAAAAAAAAAQMEBQL/2gAIAQEAAAAA54AEAIIAdjm64CAIdvaPXQvOx6HJBCAIIAgEOr0pwdYIM3aAe+r60MfO4x0snIBAEEADsAAEARADfx6YIQCHR3y7uTS18PHgIQBAgEAja6zm6AIXsZAHRy6utg4kbHT4kBAEIADsAAQAggGfPoIAgCbPTGzmwaM5fgCEAQQBAJk6nrW5oEOjsANvPi0vPJ8T31+RjAgCCAB2AACAIgHrb0oBCAPfTpk2MehNPCHT1NeEAQIBAG/78c+ARs7ogy7XnR86OE6mjrgIAhAAdgACAEEBsYfBAEAu/wCy55o+MWGDb2eWhAEEAQDPkavgBMm8Auw1MWHAbnnUgCAIIAHYAAIAiA9zwAQgG1lGRq4ZjQy7/MiEAQIBAevbH4AG56EGS4dfziM2bSQBAEIADsAAQAggEEAQGXPAxYEIu/peCEAQQBACIAz+wB51UPWzqRAEAQQAOwAAQBEAIAhA9ZQecAI2ceIQgCBAIBCAPeQBDB5FzYvBAEAQgAOwABACCAQQBA90hjgJ7uMIQBBAEAggL7CA8eA9PMIAgCCAB//EABgBAQEBAQEAAAAAAAAAAAAAAAABAgUH/9oACAECEAAAAPPwBQXUFC7tkzQooWigoLQUKBzgBQWhQ0BQooWpNKAjVUUKBzgBQWhQWWlCihSWqQS6stFCgc4AUFoUCqUKKFoKgWloUKBzgBQWhQUpQooVRUUUWhQoH//EABoBAQEBAQEBAQAAAAAAAAAAAAABAgMEBQf/2gAIAQMQAAAA/dwCgrh21QXPz88Ons9iqKFFvl830tDw8zHm9X09eb1lFKHzACguLq0DyYw9PqZuqKFFx5vVunDgs8/f2dvN6KUUofMAKBNLQcead+tcO9ooUOe9qxwGd9+nPehRSh8wAoKLQzg66OfSqKFFUs5C3qTYUUofMAFCi0MmrUqqUFFouYpsaBRSh//EADAQAAEEAQMBBgYCAgMAAAAAAAEAAgMREgQhMWEgMDJBQlAQEyJAYIFRoSNyYpHB/9oACAEBAAE/APYgCSAOVBE3Txkmrq3Faiczvv0jgfZjc0tLAIGWfGeVatWmNL3UE2mAAIvABJKlmMjr8vJZLWanEGJh3PPQe0aHT41K8b+kLJF4aCSaAWp1BnffpHhHdQRGV9eQ5KFNAAFAK1atWrVq1G0yODQmBrGhreAs6UkubunkslrtViDEw7nxdB2NDpsiJXjYeEfyVr9VzCw/7H/z8A0sWP8Akdz5LVT5HBp2HP2mkgqpHD/UK1atCzsFG0MHVZKebI4t4CyU84iZfqPCJLiSTufZ9NB8x2TvCP7WSyWr1GZ+W07DnumtL3Bo5KiY2JgaP2rV9VfVWrVq0NyAFE0Rt6nlZKea/oH7WSn1AhZfqPARJcSSbJ+OmgMz9/COVqNQNPGGtrIimj+ESSST7/BHkcncBTzYjEHc/aaeH5jsneEf2rVq1aiGO55WSmnxGIO5WSdIGgkqR5kcXH2eOMyOofsptMaGt4CyWonwGLT9R7vTxfLGR8RVq1atWrVq1C3EZHlZKWbBvUrJOkDAXE7BSSOkcXH4xsdI8NarZpoug/sqSR0ry9x3Pv7G5FOeI27fpEkkk/ZxxmR1f9lNpoAHAVq1ajFmzwslJKGNtF5JJJWSlkzNDgdrTaRhZlK274HFLUmEPxibQHJsm/YACTQUYEbaH7WSfKGNJTiXEk91BHZzP6Vq1atWrVq1E2zkVmnSBoJKdIXkkrJTS5mhwPiBZAAUEYhYb58yp5jK7/iOPfwLQIYE5xcb+zAJIAUbRG2grVq03crJF4aCSU+UvcSslI/0jtaWDM5uH0jjqVqtRiMGnc89B7DGMdzyslnQtPeXm+6jZm7p5oEAUFatWrVq1abuVlSyUsuRocBZKST0jsaePH6yN/Jaia/oH7/AG7JziftImYCzyrVq1aDqWallyNA7BZIu7UUZkdXkOSpJWws2HQBElxJJ3PsDf5WSyTnXt3QBJoJoDQAFatWrVq1fwDqCzUstDELJF9diJmRs8BSy4ihyfxWNvqKtWrVq1akkoYhWr7TQXEAJuMTE95e6z7DatWe7Y3EdVatWrVq1atWsk5+ItWSr7DW5FFwY1Elxs/ijRatWrVq1ac6h3MYwHVSPyNDge3MHmrVq1atWrVq1atOOR7PKFNCc4uP4rdK1atWrWSJvuG7bpzvL24BWrVq1atWrVq1acb7Q2RN+yf/EAB0RAAIBBQEBAAAAAAAAAAAAAAERABAwQFBgEiH/2gAIAQIBAT8AwR8tCjjnqE4rtOOPYOPQug5IDlx03//EACgRAAICAQIFBAIDAAAAAAAAAAECABEDEjEQICFAQSIwUGETgTJCUf/aAAgBAwEBPwDsXvI2gbeYAFAA9l3CLZjWxJMqP6j9THioWZhw2dRHQbdpnfpoX9xMWtgIqhQANhy5XLt9CVKlRzpH3BjLmLjulAmLGMa0P3GYKCTManK/5X2H8R8A5Ow3MVQo9m6FmOS5uVH/AMETFZsiLj1GAVwd1QWYpsA0R2DtpHTeabMRAgrlytfpH7lSpUPQXCpYxMekTFjCizvwN5nr+ogFCh39wDz7TtfSVCIuOzAuwEAocCQBZiqcja22Gw7EizcVa5WahKlSpUK3Ex+YqeeDkn0LFUKKHxRPiVKlQADkPrNeIBXbE1KuVKlSoEviTUVa+OHIYO3PMOI7P//Z") center/cover no-repeat;
  color: #fff;
}

.sale-header-title-area {
  padding-bottom: 2px;
  padding-top: 2px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.flash-area-title-left {
  padding-bottom: 2px;
  padding-top: 2px;
  align-items: center;
  gap: 3px;
  display: flex;
}

.flash-area-title-right {
  text-align: end;
  padding-bottom: 2px;
  padding-top: 2px;
  display: flex;
  gap: 5px;
  color: #fff;
  align-items: center;
}

.shipping-estimate {
  font-size: 0.75rem;
}

.reviews-area {
  padding-bottom: 8px;
  align-items: center;
  display: flex;
}

.rev-helpful {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
  border: 1px solid rgb(126, 133, 155);
  border-radius: 4px;
  cursor: pointer;
  flex-direction: row;
  color: rgb(126, 133, 155);
}

.rating {
  display: flex;
  justify-content: center;
}

.stars {
  display: flex;
  gap: 5px;
  align-items: center;
}

.star-empty::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  color: #75757a;
}

.star-half::before {
  content: "\f5c0";
  font-family: "Font Awesome 6 Free";
  color: #f6b01e;
}

.star-full::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  color: #f6b01e;
  font-weight: 900;
}

.rated-checked-5star {
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2338ae04' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.rated-checked-4star {
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2382ae04' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.rated-checked-3star {
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f6b01e' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.rated-checked-2star {
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fe6b01' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.rated-checked-1star {
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff1700' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.visit-shop {
  pointer-events: all;
  position: relative;
  align-items: center;
  color: var(--text-gray) !important;
  display: flex;
  overflow: hidden;
  line-height: 1rem;
  font-weight: 700 !important;
  outline: 0;
  padding: 12px;
  background: transparent;
}

.addtocart-mobile-bottom {
  pointer-events: all;
  position: relative;
  outline: 0;
  font-weight: 500;
  font-size: var(--fs-17);
  padding: 6px 4px 6px 4px;
  background: linear-gradient(90deg, #ffbb01, #ff6247 100%, #ff6047 0);
  color: #fff;
  border: 1px solid rgba(220, 222, 224, 0.6392156863);
  border-right: none !important;
  align-items: center;
  border-radius: 30px 0 0 30px;
  justify-content: center;
  line-height: 2.4rem;
  overflow: hidden;
}

.__mobile-buy_now {
  pointer-events: all;
  position: relative;
  color: #fff !important;
  background: #dd3131;
  outline: 0;
  font-weight: 500;
  font-size: var(--fs-17);
  border: 1px solid rgba(220, 222, 224, 0.6392156863);
  border-left: none !important;
  padding: 6px 4px 6px 4px;
  align-items: center;
  border-radius: 0 30px 30px 0;
  justify-content: center;
  line-height: 2.4rem;
  overflow: hidden;
}

.icon-text {
  line-height: 5px;
}

.mobile_buy_sticky_bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.addtocart {
  pointer-events: all;
  transform: translateZ(0);
  position: relative;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1rem;
  border: 1px solid #dcdee0;
  padding: 8px;
  background: linear-gradient(90deg, #ffbb01, #ff6247 100%, #ff6047 0);
  color: #fff;
}

.mobile-customer-account .top {
  background: linear-gradient(90deg, #fd6a01 50%, red 100%);
}

.checkout,
.confirm_order {
  pointer-events: all;
  transform: translateZ(0);
  position: relative;
  align-items: center;
  display: flex;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #ffbb01, #ff6247 100%, #ff6047 0);
  line-height: 1rem;
  border: 1px solid #dcdee0;
  border-radius: 4px;
  padding: 8px;
}

.buy_now {
  pointer-events: all;
  transform: translateZ(0);
  position: relative;
  align-items: center;
  display: flex;
  overflow: hidden;
  color: #fff;
  background: #dd3131;
  line-height: 1rem;
  border: 1px solid #dcdee0;
  border-radius: 4px;
  padding: 8px;
}

.buy_now span {
  align-self: center;
  margin-inline: auto;
  display: flex;
}

.addtocart span {
  align-self: center;
  margin-inline: auto;
  display: flex;
}

.quantity-container {
  display: flex;
  align-items: center;
}

.quantity-container button {
  margin: 0;
}

.custom-input {
  width: 50px !important;
  /* Adjust the width as needed */
  position: relative;
  top: 3px;
  font-weight: 500 !important;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  align-content: center;
  color: #28a745;
  background: #fff;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  justify-content: center;
  display: inline-block;
  box-shadow: 0 7px 25px -5px gray;
}

.sider-bar-product-name {
  color: #333;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.sticky-product img {
  width: 100%;
  height: 100%;
  max-height: 96px;
  aspect-ratio: auto 96/96;
}

.cart-icon {
  font-size: var(--fs-20);
}

.adjust-qty {
  width: 50px !important;
  padding: 1px !important;
}

.choose-location {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 4px;
}

.ship-area {
  line-height: 1.4;
  flex-direction: column;
}

.door-pickup {
  font-size: 0.75rem;
  display: block;
}

.ship-to-area-point::after {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  position: relative;
  bottom: 2px;
  margin-left: 3px;
  font-weight: 900;
  font-size: 5px;
  color: #808080;
}

.delivery-area {
  padding-bottom: 4px;
  padding-top: 4px;
  display: flex;
}

i.icon-ship {
  font-size: 24px;
  max-height: 28px;
  max-width: 28px;
  display: contents;
  color: var(--text-gray) !important;
  height: 100%;
  width: 100%;
}

.icon-ship svg {
  margin-right: 8px;
  padding: 4px 0;
  align-self: baseline;
  color: #313133;
  font-size: var(--fs-20);
}

.-d-info {
  flex-grow: 1;
  font-size: var(--fs-12);
}

.-info-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.-nfo-header {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 8px;
  padding-bottom: 3px;
}

.delivery-details {
  font-size: 0.75rem;
  align-self: flex-start;
  cursor: pointer;
  color: #ed017f !important;
}

.warrant-popover__title {
  font-size: var(--fs-12);
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.warrant-popover__content img {
  width: 25%;
}

.warrant-popover__wrapper {
  position: relative;
  display: inline-block;
}

.warrant-popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -86px;
  top: 46px;
  border-radius: 4px;
  min-width: 280px;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.warrant-popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ed017f transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.warrant-popover__wrapper:hover .warrant-popover__content {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.warrant-popover__message {
  text-align: center;
}

.seller-score {
  padding-right: 8px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.follow-button, .add-vendor-favorite-btn {
  position: relative;
  padding: 3px 6px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  text-transform: capitalize;
  color: #f60;
  background: #f60;
  border: 1px solid #f60;
  border-radius: 3px;
  transition: background;
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
}

.add-to-favorite-btn {
  font-size: 0.75rem;
  transform: translateZ(0);
  border: 1px solid var(--primary);
  position: relative;
  overflow: hidden;
  color: var(--primary) !important;
  background: #fef3e9 !important;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.seller-performance {
  padding: 8px;
  font-size: 0.75rem;
}

/*seller performance*/
.l-h18 {
  line-height: 1.8;
}

.store-vouchers {
  text-align: start;
  margin: 16px 0;
  padding: 8px;
  box-sizing: border-box;
  height: 170px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
}

.voucher-left {
  height: 100%;
  position: relative;
  padding: 12px !important;
  box-sizing: border-box;
  background: url(../images/banner/bg_store.png);
  background-size: 100% 100%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.voucher-left .title {
  color: var(--primary);
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.voucher-left .colors_store {
  line-height: 30px;
  font-weight: 700;
  font-size: var(--fs-18);
}
.voucher-left .goods_voucher {
  font-size: var(--fs-16);
  background: #fff;
  width: max-content;
  text-align: center;
}
.voucher-left .content {
  position: absolute;
  font-size: var(--fs-14);
  font-weight: 400;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  color: #333;
  margin: 0;
}

.voucher-right {
  position: relative;
  height: 100%;
  border-right: 1px solid #f1f1f2;
  border-top: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4px 2px;
  box-sizing: border-box;
}
.voucher-right .bottom_writing {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
.voucher-right .bottom_writing .subBtn {
  font-size: var(--fs-14);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, #ff6101, #ff9c61);
  padding-left: 5px;
  padding-right: 5px;
}

.desktop-device-voucher-claim, .mobile-device-voucher-claim {
  color: #fff;
  background: #ed017f;
  vertical-align: middle;
}

span.close-bar {
  width: 50px;
  height: 8px;
  background-color: #848383;
  border-radius: 50px;
  display: inline-block;
}

.popover-body {
  padding: 4px 4px !important;
}

.vendor-name {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: start;
  text-transform: capitalize;
}

/*performance end*/
a.seller-p-modal:hover {
  color: var(--primary) !important;
}

.perfom {
  padding-top: 8px;
  align-items: center;
  display: flex;
}

.perfom-icon {
  margin-right: 8px;
  background-color: #6dbd28;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  height: 18px;
  width: 18px;
}

.perfom-icon-average {
  margin-right: 8px;
  background-color: #264996;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  height: 24px;
  width: 24px;
}

.ad-section {
  max-height: 250px;
  justify-content: center;
}

.markup {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 24px;
  padding-top: 24px;
  font-size: 0.875rem;
}

.rating-total {
  flex-direction: column;
  background-color: #f1f1f2;
}

.rate-count {
  font-size: 1.8125rem;
  padding-bottom: 4px;
  padding-top: 4px;
}

a.see:hover {
  background: #f6e1ce;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

._des-side-header {
  top: 78px;
  position: -webkit-sticky;
  position: sticky;
}

.side-menu-desc {
  flex-direction: column;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
}

a.desc-sidebar-link:hover {
  background-color: #d4d4d6;
}

.hook {
  top: -88px;
  height: 100%;
  position: absolute;
  visibility: hidden;
}

.discount-badge {
  min-width: 32px;
  font-size: 0.75rem;
  font-weight: 500;
  direction: ltr;
  min-height: 20px;
  color: #f60;
  background-color: #fef3e9;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
}

.report-btn {
  margin-top: 8px;
  text-indent: 8px;
  align-items: center;
  display: inline-flex;
  position: relative;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  background-color: transparent;
  color: #f60;
  outline: 0;
  border: 0;
}

/* Login page and siginup page */
.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #a3a3a6;
}

/*Login & Signup Page end */
/*----------------------------
  product grid view page   
  -----------------------------*/
.product-name-list_grid {
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  margin: 4px 0 8px 0;
}

.product__info {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.product-listing-price {
  font-size: 0.975rem;
  font-weight: 700;
  text-align: start;
  margin: 8px 0;
}

.list__view__cart {
  z-index: 3;
  margin-left: 5px;
  bottom: 4px;
  right: 4px;
  position: absolute;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 24px;
  border-radius: 2px;
}

.reviews-pro-list {
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 8px;
}

.per-discount-pro-listing {
  color: #f8f9fa;
  background: #1bbb6d;
  min-width: 32px;
  margin-left: 8px;
  text-decoration: none;
  font-size: 0.75rem;
  direction: ltr;
  padding: 2px 4px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.flash_sale_item {
  padding-left: 8px;
  padding-right: 8px;
}

.cat-desc {
  font-size: 0.75rem;
  padding-left: 10px;
  padding-right: 10px;
}

.markup-desc {
  padding-bottom: 8px;
  padding-top: 8px;
}

.list-links {
  font-weight: bolder;
  color: #000;
  text-decoration: underline;
}

a.link-desc {
  color: #000;
  font-weight: bolder;
  text-decoration: underline !important;
}

/*----------------------------
 End of product grid view page   
  -----------------------------*/
/*----------------------------
Footer 
-----------------------------*/
.footer-top {
  background-color: #313133;
}

.insert-form {
  line-height: 1.4;
  position: relative;
  flex-direction: column;
  display: flex;
}

.subscribe-email-input {
  padding-left: 48px;
  font-size: var(--fs-12);
  padding-right: 12px;
  height: 34px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #a3a3a6;
  outline-offset: -2px;
  border-radius: 4px;
}

.footer-icon img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}

button.subscribe:hover {
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.gender {
  line-height: 1.2;
  padding: 9px 14px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.social-icons {
  color: #b3b3b3 !important;
}

a.btn-floating:hover {
  background: var(--primary);
}

i.social-icons:hover {
  color: var(--primary) !important;
}

i.social-icons {
  color: #000 !important;
}

footer i.social-icons {
  color: #a6a6a6 !important;
}

footer .social-icons:hover {
  color: #fff !important;
}


.footer-heading {
  color: #b3b3b3 !important;
}

a.footer-link {
  color: #b3b3b3 !important;
  font-size: var(--fs-14) !important;
}

a.footer-link:hover {
  text-decoration: underline !important;
}

a.app-s:hover {
  border: 1px solid var(--primary) !important;
}

.app-s img {
  width: 100%;
  height: 30px;
}

.app-s {
  margin-right: 8px;
  padding: 4px;
  display: inline-flex;
  background-color: transparent;
  border: 1px solid #5e5c5c;
  border-radius: 4px;
  cursor: pointer;
}

/*Product listing filter*/
.sub-cat {
  padding-left: 16px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: block;
}

div#MobileViewProductFilter,
div#mobile-header-menu-main {
  z-index: 1045;
}

a.filter:hover {
  background: var(--gray-light);
}

.brand-search-filter {
  border-radius: 99px;
  border: 1px solid #a3a3a6;
  overflow: hidden;
  height: 32px;
}

.brand-live-search {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* For WebKit browsers (Chrome, Safari) */
/* You may need to include vendor-specific prefixes for full browser support */
/* Track */
.attribute-list::-webkit-scrollbar {
  width: 6px;
  /* Adjust the width as needed */
}

/* Thumb */
.attribute-list::-webkit-scrollbar-thumb {
  background: #d1cfcf;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
  /* Rounded corners for the thumb */
}

/* Handle on hover */
.attribute-list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Change color on hover */
}

.attribute-list {
  height: 168px;
  overflow-y: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.check-filter-attributes {
  min-height: 26px;
  align-items: center;
}

.form-check-input[type=checkbox] {
  height: 22px !important;
  width: 22px !important;
  border-radius: 2px !important;
}

.form-check-input[type=radio] {
  height: 22px !important;
  width: 22px !important;
}

.listing-sec-top {
  min-height: 48px;
  border-bottom: 1px solid #f1f1f2;
}

option.option-style {
  font-size: 0.875rem;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 40px;
  width: 100%;
  align-items: center;
  display: flex;
  cursor: pointer;
}

/* Custom CSS to remove hover effect on select options */
.top-sec-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

svg.mobile-cart-c0n {
  margin-right: 6px !important;
}

.top-up-btn {
  border: 2px solid #2b99cc;
  color: #2b99cc !important;
  border-radius: 15px;
  padding: 4px 8px;
}

.cart-p-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-list-sec {
  display: inline-grid;
}

.img-cat-up {
  width: 100%;
  position: relative;
  aspect-ratio: 2/1;
}
.img-cat-up img {
  object-fit: cover;
  object-position: center;
}

.cat-text {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
}

/*Price slider filter*/
.price-input {
  width: 100%;
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: start;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 4px;
  text-align: start;
  padding: 8px;
  border: 1px solid #a3a3a6;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  display: flex;
  font-size: var(--fs-18);
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

.progress, .progress-stacked {
  --bs-progress-bar-bg: var(--primary);
}

.slider .progress {
  left: 1px;
  right: 1px;
  position: absolute;
  border-radius: 5px;
  background: var(--primary);
  height: 5px;
  width: auto;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--primary);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--primary);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.moretext {
  display: none;
}

.save-delivery-fee {
  color: #6dbd28;
  background-color: #f0f8ea;
  min-height: 20px;
  font-size: 0.75rem;
  align-self: baseline;
  display: table;
  padding-left: 8px;
  padding-right: 8px;
}

.check__label,
.check__input[type=checkbox],
.check__input[type=radio] {
  cursor: pointer;
}

a.back-cart:hover {
  background: #fef3e9;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

/* Login & signup recapture */
.login_signup_wrapper {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background: var(--color-white);
}
.login_signup_wrapper .form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.login_signup_wrapper .form .execute-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.login_signup_wrapper .form .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  background: var(--color-light);
  border-radius: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.login_signup_wrapper .form .input-field {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-black);
  text-transform: unset;
  background: transparent;
  text-rendering: optimizeLegibility;
}
.login_signup_wrapper .form .input-submit {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-white);
  background: var(--primary);
  box-shadow: var(--shadow-medium);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
.login_signup_wrapper .striped {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.login_signup_wrapper .striped .striped-line {
  flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 2px;
  background: var(--color-grayish);
}
.login_signup_wrapper .striped .striped-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: var(--color-black);
  margin: 0 1rem;
}
.login_signup_wrapper .social_method .social_method-control {
  margin-bottom: 1rem;
}
.login_signup_wrapper .social_method .social_method-action {
  font-size: 1rem;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  outline: none;
  border: 2px solid var(--color-grayish);
  border-radius: 2rem;
  color: var(--color-black);
  background: var(--color-white);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
  gap: 12px;
}
.login_signup_wrapper .social_method .social_method-action:hover {
  background: var(--color-light);
}

input:focus {
  border: 0.5px solid var(--primary);
}

::selection {
  color: #ffffff;
  background: var(--primary);
}

/* Product list view page */
.list-layout-prod {
  background-color: #fff;
}

.list-layout-prod:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.product-name-list h1 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  font-size: 1rem;
}

.cart-item-pr {
  margin-top: 8px;
}

.seller-cart-item-header {
  margin-bottom: -8px !important;
}

.cart-footer-border {
  border-left: 1px solid rgba(128, 128, 128, 0.6705882353);
  height: 34px;
}

.cart-product-name h1 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  font-size: 1rem;
}

.item-favorite-store-list-sd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-to-cart-listview {
  bottom: 16px;
  right: 8px;
  position: absolute;
  flex-direction: column;
  display: flex;
}

.desktop-wishlist {
  height: 30px;
  width: 30px;
}
.desktop-wishlist i {
  font-size: var(--fs-16);
}

.save-shop-list {
  right: 135px;
  position: absolute;
  top: 3px;
}

/* Custom CSS for active page item */
.page-link.active {
  background: var(--primary) !important;
  color: #fff !important;
  border-color: #fff !important;
}

/* Share button in single product details page */
/*Product share on desktop*/
.-share:hover {
  color: var(--primary);
}

.slider .progress {
  margin: 0;
}

.progress {
  height: 5px !important;
  width: 100%;
  margin-right: 18px;
}

.progress .progress-bar {
  background-color: #f6b01e;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  width: 67%;
}

.markup.readmore__content img {
  width: -webkit-fill-available;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  margin-right: 0;
}

.readmore__toggle {
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/*read more read less*/
button.readmore__toggle {
  display: flex;
  margin: 0.5rem 0.8rem;
  padding: 0.2rem 0.5rem;
  border: none;
  font-size: var(--fs-15);
  cursor: pointer;
  text-align: center;
  transition: max-height 0.3s ease-in-out;
  opacity: 1;
  background: transparent;
  color: var(--light-blue);
}

/*become a seller landing page*/
.become-seller-landing-page {
  background-image: url(../images/banner/become-seller.jpg);
  background-repeat: no-repeat;
  height: 500px;
  padding: 25px 0;
  position: relative;
}

.become-seller-page-title1 {
  padding-top: 65px;
}
.become-seller-page-title1 h2 {
  font-size: var(--fs-36);
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
  color: #fff;
}
.become-seller-page-title1 p {
  color: #fff;
}

button.btn-seller-get-started {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 4px;
}

button.btn-seller-get-started:hover {
  background-color: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.our-sellers {
  padding-bottom: 35px;
}

.our-sellers {
  padding: 100px 0;
  position: relative;
}

.main-title {
  position: relative;
  margin-bottom: 25px;
}

.main-title h2 {
  font-size: var(--fs-28);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
}

.vendor_iconbox {
  margin-bottom: 20px;
  position: relative;
}

.vendor_iconbox .details .title {
  color: #041e42;
  font-size: var(--fs-26);
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  margin-top: 10px;
}

.funfact_content {
  background-color: var(--primary) !important;
  border-radius: 6px;
  padding: 50px 0 40px;
  position: relative;
  margin-bottom: 50px;
}

.funfact_one {
  position: relative;
}

.funfact_one .details .timer,
.funfact_one .details ul li span {
  font-size: var(--fs-36);
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
}

.mt10 {
  margin-top: 10px;
}

.testimonial_box-top {
  background-color: #e0fbfc;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
  height: auto;
}

.testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cecece;
  color: #3d5a80;
}

.testimonial_box-inner {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.testimonial-slide {
  padding: 40px 20px;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-name {
  padding-top: 10px;
}

/*faqs */
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: var(--fs-16);
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: var(--fs-24);
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #36348d;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #e82c88;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.become_avendor_page_banner {
  background-image: url(../images/banner/start-selling.png);
  background-size: cover;
  background-position: center;
}

.mt15 {
  margin-top: 15px !important;
}

.bdrs6 {
  border-radius: 6px;
}

.seller_banner_content {
  position: relative;
}

.seller_banner_content .title {
  color: #fff;
  font-size: var(--fs-36);
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
}

.seller_banner_content p {
  color: #fff;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.btn-default {
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs-15);
  height: 52px;
  padding: 14px 33px;
  display: inline-block;
}

.btn-white {
  background-color: #fff;
  border: 2px solid var(--primary);
  color: var(--primary) !important;
}

.btn-white:hover {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff !important;
}

/* removing blue outline from buttons */
button:focus,
button:active {
  outline: none;
}

.drog-player {
  position: fixed;
  bottom: 20%;
  left: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
}

/*drog advert closed on click till session is cleared*/
.drog-area {
  display: block;
  z-index: 9999;
}

.drog-player img {
  width: 48px;
  height: 48px;
  margin: 6px;
}

.close-drog-btn {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  position: absolute;
  top: -13px;
  right: -7px;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 50;
  font-size: var(--fs-20);
  cursor: pointer;
}

/*Product details page images*/
.thumbnail {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
}

.thumbnail.active {
  border: 2px solid var(--primary);
}

.fancybox-slide--image {
  background: rgba(255, 255, 255, 0.3882352941) !important;
}

.sticky-product img {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 90px;
  width: 100%;
}

.swiper-slide.product_gallery_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_gallery_img img {
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*login verification area page*/
.verification-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: 100% !important;
  width: 480px !important;
  min-height: 500px !important;
}

.otp-form .otp-field {
  display: inline-flex;
  width: 80px;
  height: 55px;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--text-gray);
  outline: none;
}

.otp-form .otp-field:focus {
  border-color: var(--primary);
}

.dash-pane {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
}

.verify-header {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  margin: 0 0 8px;
  position: relative;
}

.logo-icon {
  height: 64px;
}

.subheading {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5em;
  margin: 8px 0 16px;
}

.req-code-icon {
  background-color: #f60;
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

.req-code-icon-area {
  margin: 16px 20px;
  max-width: 56px;
  color: var(--primary);
}

.req-footer {
  font-size: var(--fs-14);
  line-height: 24px;
  padding: 0 24px;
  position: relative;
  text-align: center;
}

.shopgo-logo-footer {
  padding: 7px 0;
  text-align: center;
  width: 100%;
}

.top-header-ver {
  padding: 10px;
}

/*mobile menu toggle button*/
/* MENU ITEMS */
.offcanvas-menu li a {
  display: block;
  font-size: var(--fs-16);
  text-transform: capitalize;
  padding: 12px 24px;
  position: relative;
}

.offcanvas-header {
  padding: 12px 24px;
}

/* DROPDOWN */
.offcanvas-menu li ul {
  padding-left: 35px;
  display: none;
}

.offcanvas-menu li li a {
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.offcanvas-menu li li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -99999px;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
}

li.hasSubmenu:hover {
  background-color: var(--gray-light);
  cursor: pointer;
}

.offcanvas-body::-webkit-scrollbar {
  width: 5px;
  /* Adjust the width as needed */
}

/* Thumb */
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
  /* Rounded corners for the thumb */
}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Change color on hover */
}

.offcanvas-menu .help-center {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #0d99ff;
  padding: 20px 12px;
}

.selected {
  background-color: #f0f0f0;
}

/*---------------------------------------------
---------------Product variation---------------
---------------------------------------------*/
.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.radio-tile-group ._outStock {
  color: #a3a3a6;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpath fill='%23a3a3a6' d='M0 100 100 0l1 1L1 101'/%3E%3C/svg%3E") no-repeat 50%/65% 65%;
}
.radio-tile-group ._outStock:hover {
  color: #a3a3a6;
  pointer-events: none !important;
  cursor: default !important;
}
.radio-tile-group .input-container {
  position: relative;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  border-radius: 2px;
  transition: transform 300ms ease;
  position: relative;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  padding: 4px 10px;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background: #fef3e9;
  border: 1px solid var(--primary);
  color: var(--primary);
  position: relative;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile::after {
  font-size: 22px;
  line-height: 5px;
  right: -4px;
  bottom: 3px;
  font-weight: 700;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  content: "✓";
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #fff;
  -webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: var(--primary);
  background: transparent;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  /*&:first-child::before {
      clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
      background: transparent;
      width: 50%;
      height: 50%;
  }

  &:nth-child(2)::before {
      clip-path: polygon(50% 50%, 100% 0%, 100% 100%);
      background: transparent;
      width: 50%;
      height: 50%;
  }

  &:nth-child(3)::before {
      clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
      background: transparent;
      width: 50%;
      height: 50%;
  }*/
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile::before {
  right: -14px;
  bottom: -13px;
  width: 26px !important;
  height: 26px !important;
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile:last-child::before {
  clip-path: polygon(50% 50%, -100% -100%, 0% 100%);
  background: var(--primary);
  width: 50%;
  height: 50%;
}

/*--------------------------------------------------------
-------------ADD QUANTITIES TO CART OT BUY NOW------------
---------------------------------------------------------*/
.cart-box {
  display: inline-block;
  align-items: center;
}

.qty {
  position: relative;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  border-radius: 9px;
  background: #f1f1f2;
}

input.qty {
  z-index: 2;
  width: 60px;
  border: 2px solid #fff;
}

.qty-minus, .SubtractQty {
  margin-right: -18px;
  padding: 8px 30px 8px 8px;
  cursor: pointer;
}

.qty-plus, .AddQty {
  margin-left: -18px;
  padding: 8px 8px 8px 30px;
  cursor: pointer;
}

input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

/*subscribe modal on load*/
.subscribe-left {
  position: relative;
}
.subscribe-left .subscribe-banner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 15px 15px 0;
  background-position: center;
}

.subs-modal {
  box-shadow: 0px 0px 68px -2px #000;
}

/*-------------------------------------------------------------------
---------------------USER / CUSTOMER DASHBOARD ---------------------
--------------------------------------------------------------------*/
a.user-dashboard-link:hover {
  background: var(--gray-light);
}

a.user-dashboard-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.user-dashboard-link.active {
  background-color: #f1f1f2;
  color: var(--primary) !important;
  font-weight: 700 !important;
}

.user-dashboard-link img {
  width: 100%;
  max-width: 32px;
}

.profile-upper-icons {
  align-self: self-end;
}

.profile-upper-icons i:hover {
  cursor: pointer;
  color: var(--primary);
}

.profile-circle {
  margin-top: 2px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-profile-circle .mobile-profile-img {
  width: 100%;
  max-width: 55px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 100%;
}

.coin-corner {
  position: absolute;
  right: 3px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.btns button {
  background: none;
  border: none;
  outline: none;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;
  cursor: pointer;
}

.btns button:hover {
  background: none;
  border: none;
  background: #ecf0f3;
  outline: none;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  box-shadow: inset -2px -2px 3px #ffffff, inset 2px 2px 3px #ceced1;
}

.extra-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}

.badge-notification-prev-wrapper {
  position: relative;
}

.badge-dot-notification {
  position: absolute;
  border-radius: 100%;
  background: red;
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.notification-update_msg-icon {
  border-radius: 50%;
  height: 2.11111rem;
  width: 2.11111rem;
}

.imagePreview {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 8px;
  border: 3px solid #fff;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.35);
}

.hidden {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.action-button {
  display: inline-block;
  border: 1px solid black;
  background: none;
  padding: 8px;
  cursor: pointer;
  outline: 0;
  border-radius: 6px;
}

.action-button.mode-upload {
  color: #004085;
  border-color: #b8daff;
  background-color: #cce5ff;
}

.action-button.mode-remove {
  color: #721c24;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
}

.icon-button__badge {
  width: 25px;
  height: 25px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.prefix-label {
  z-index: 1;
  font-size: var(--fs-12);
  font-weight: 500;
  background-color: white;
  padding: 0 5px;
}

.select-area {
  padding: 12px !important;
}

/*Order customer page scroll nav*/
.order_product-name- {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
}

.order_product_image {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  outline: 0;
}

.-product_image_thumbnail img {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

.borderz {
  border-bottom: 3px solid #dee2e6;
}

/*---------------------------------------SELLER STORE PAGE-------------------------------*/
.page_menu {
  color: #0b0a0a;
  text-align: center;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: #fff;
}

.page_nav {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

ul.page_nvs-lnk {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1.5rem;
  padding-left: 0;
  margin-block: 0;
  overflow-x: auto;
  list-style: none;
  text-align: center;
  white-space: nowrap;
}

a.nvs-lnk {
  display: block;
  font-size: var(--fs-16);
  background: #f1f1f2;
  padding: 0 8px;
  border-radius: 50px;
}

/* CSS Styles */
.active-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary) !important;
}

.coupon-card {
  background: linear-gradient(135deg, #f60, #dc3534);
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  border-radius: 15px;
  position: relative;
}

.coupon-card h3 {
  font-size: var(--fs-15);
  font-weight: 400;
}

.coupon-card p {
  font-size: var(--fs-15);
}

.coupon-row {
  display: flex;
  align-items: center;
  margin: 25px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.cpnCode {
  border: 1px dashed #fff;
  padding: 10px 20px;
  border-right: 0;
}

.cpnBtn {
  background: #fff;
  padding: 11px 40px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.circle1,
.circle2 {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.circle1 {
  left: -25px;
}

.circle2 {
  right: -25px;
}

.link-text {
  font-size: var(--fs-16);
}

.copy {
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}

.order_btns {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.border-danger {
  border: 1px solid red !important;
}

.copy i {
  position: relative;
  text-align: center;
  line-height: normal;
}

.copy i.copied::after {
  position: absolute;
  top: 0;
  right: 35px;
  height: 30px;
  line-height: 25px;
  display: block;
  content: "copied";
  font-size: 1.5em;
  padding: 2px 10px;
  color: #32bb78;
  background-color: #daf1e0;
  border-radius: 3px;
  opacity: 1;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
/*--------------------Scrollable menu-------------------------*/
.menuNav_Wrapper {
  position: relative;
  box-sizing: border-box;
}

/* Custom CSS */
.pn-linkNav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
}

.pn-linkNav {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.pn-linkNav::-webkit-scrollbar {
  display: none;
}

.pn-linkNav_Contents {
  float: left;
  transition: transform 0.2s ease-in-out;
}

.pn-linkNav_Link {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 8px 16px;
  background: #fff;
}

.pn-linkNav + .pn-linkNav_Link {
  border-left-color: #eee;
}

.highlighted_container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.highlighted_container::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar width */
  height: 0;
  /* Remove scrollbar height */
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 0;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 !important;
}

figure:hover {
  transform: scale(1.05);
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 20%;
}

picture > img {
  min-width: 90px;
  width: 100%;
  max-width: 90px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 18%;
}

.shfooter .collapse {
  display: inherit;
}

.resize {
  text-align: center;
  margin-top: 0.3rem;
  font-size: 1.25rem;
}

/*mobile bottom footer menu*/
.product-listing-filter-nav {
  background: #fff;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.23);
}

.__mobile-sticky-bottom .container .bottom-nav {
  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  background: #fff;
  /* padding: 8px 0; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.23);
}

.bottom-nav-item .bottom-nav-link.active {
  color: var(--primary) !important;
  font-weight: 500 !important;
}

/*CATEGORY PAGE ON MOBILE*/
#nav_cat {
  max-height: 640px;
  min-height: 100vh;
  overflow: hidden;
}
#nav_cat .category_content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: box;
}
#nav_cat .category_content .__sub-cat-right {
  width: 6rem;
  overflow-y: auto;
  height: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  margin-right: 4px;
  border-radius: 6px;
  overflow-x: hidden;
}
#nav_cat .category_content .__sub-cat-right::-webkit-scrollbar {
  display: none;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  margin: 8px 0;
  width: 100%;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_item_title {
  font-weight: 500;
  padding: 4px 8px;
  font-size: var(--fs-14);
  position: relative;
  border-bottom: 3px solid #f3f5f8;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_item_all {
  color: var(--primary);
  font-weight: 400;
  position: absolute;
  right: 12px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: 8px;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_icon_list .__sub-cat-right_icon_item {
  width: 33.33%;
  text-align: center;
  font-size: var(--fs-12);
  padding: 0.53333rem 0;
  word-break: break-word;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_icon_list .__sub-cat-right_icon_item .sub-bcat__icon {
  position: relative;
  display: inline-block;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_icon_list .__sub-cat-right_icon_item .sub-bcat__icon .sub-bcat__image {
  max-width: 60px;
  height: 60px;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
}
#nav_cat .category_content .__sub-cat-right .__sub-cat-right_item .__sub-cat-right_icon_list .__sub-cat-right_icon_item .__sub-cat-right_icon_name {
  margin-top: 3px;
  font-size: var(--fs-12);
  width: 100%;
  overflow: hidden;
  line-height: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#nav_cat .category_content .__main-cat {
  width: 6rem;
  overflow-y: auto;
  height: 100%;
  margin-right: 8px;
  overflow-x: hidden;
  background: #fff;
}
#nav_cat .category_content .__main-cat::-webkit-scrollbar {
  display: none;
}
#nav_cat .category_content .__main-cat:hover {
  background: #f1f1f2;
}
#nav_cat .category_content .__main-cat .main__cat_ul {
  padding: 0;
  margin-bottom: 12px;
}
#nav_cat .category_content .__main-cat .main__cat_ul .left-main_cat {
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  padding: 10px 0;
  min-height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
#nav_cat .category_content .__main-cat .main__cat_ul .left-main_cat:hover {
  background: #f1f1f2;
}
#nav_cat .category_content .__main-cat .main__cat_ul .left-main_cat .main_cat_icon {
  position: relative;
  display: inline-block;
}
#nav_cat .category_content .__main-cat .main__cat_ul .left-main_cat .main_cat_icon .main-icon__image {
  max-width: 24px;
  height: 24px;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
}
#nav_cat .category_content .__main-cat .main__cat_ul .left-main_cat .__main-cat_name {
  margin-top: 0.13333rem;
  font-size: var(--fs-12);
  line-height: normal;
  padding-left: 8px;
  padding-right: 8px;
}

/*------------------PAYMENT OPTIONS---------------*/
.mobile--card__pay__area {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
  margin-bottom: 20px;
}
.mobile--card__pay__area:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }
  .mobile--card__pay__area:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .mobile--card__pay__area:hover .radio:checked {
    border-color: var(--color-green);
  }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
}

.mobile--card__pay__area:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
  border: 3px solid var(--color-green);
  background-color: var(--site-theme-lighter);
}

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled ~ .plan-details .payment-type {
  color: var(--color-dark-gray);
}

.mobile--card__pay__area:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.mobile--card__pay__area:hover .radio:disabled {
  border-color: var(--color-gray);
}

.payment-type {
  color: var(--color-green);
  font-weight: bold;
  line-height: 1em;
}

/*SWIPER*/
.swiper-counter {
  font-size: var(--fs-14);
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 2;
}

.swiper-counter::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4z'/%3E%3Cpath d='M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/%3E%3C/svg%3E");
  padding-right: 4px;
  position: relative;
  bottom: -2px;
}

.swiper-button-nxt svg.bi.bi-chevron-right, .thumbnails-next svg.bi.bi-chevron-right {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  right: 7px;
}
.swiper-button-nxt:hover, .thumbnails-next:hover {
  background: #000000;
}

.swiper-button-prv svg.bi.bi-chevron-left, .thumbnails-prev svg.bi.bi-chevron-left {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  left: 7px;
}
.swiper-button-prv:hover, .thumbnails-prev:hover {
  background: #000000;
}

.swiper-button-prv,
.swiper-button-nxt,
.thumbnails-prev,
.thumbnails-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3921568627);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: var(--fs-20);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.swiper-button-prv svg,
.swiper-button-nxt svg,
.thumbnails-prev svg,
.thumbnails-next svg {
  color: #ccc;
}
.swiper-button-prv svg:hover,
.swiper-button-nxt svg:hover,
.thumbnails-prev svg:hover,
.thumbnails-next svg:hover {
  color: #fff;
}

.swiper-button-prv {
  left: 10px;
}

.swiper-button-nxt {
  right: 10px;
}

.thumbnails-prev {
  left: 10px;
}

.thumbnails-next {
  right: 10px;
}

.list_product_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list_product_img {
  background-size: cover !important;
  aspect-ratio: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/*GRID LIST VIEW PRODUCT LISTING*/
.selected {
  font-weight: bold;
  color: var(--primary);
}

/*PAGE =--------------LOADER*/
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other elements */
  display: none; /* Initially hidden */
}

.loader div {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: black;
  float: left;
  margin: 0 3px;
}

.loader .ball1 {
  z-index: 1;
  -moz-animation: bounce 3s infinite ease-in-out;
  -webkit-animation: bounce 3s infinite ease-in-out;
  background-color: var(--primary);
}

.loader .ball2 {
  -moz-animation: bounce 3s infinite ease-in-out;
  -webkit-animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background-color: #00b53f;
}

.loader .ball3 {
  -moz-animation: bounce 3s infinite ease-in-out;
  -webkit-animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-color: red;
}

@keyframes bounce {
  0%, 15% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  85%, 100% {
    transform: translate(0, 0);
  }
}
/*----------Product details page-load more similar items---------------*/
.loading-indicator {
  display: none;
  text-align: center;
  margin: 20px 0;
}

#viewMoreBtn {
  padding: 5px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid var(--primary);
}

#viewMoreBtn.loading {
  background-color: var(--primary);
}

/* Add this to your CSS */
.loading {
  cursor: not-allowed;
  opacity: 0.7; /* Optional: Reduce opacity during loading */
  position: relative;
}

.loading::after {
  content: ""; /* Optional: Use a loading spinner or animation as a background */
  display: inline-block;
  width: 16px; /* Set the width of your loading indicator */
  height: 16px; /* Set the height of your loading indicator */
  border: 2px solid #ffffff; /* Set the color and style of your loading indicator */
  border-radius: 50%; /* Optional: Create a circular loading indicator */
  border-top: 2px solid var(--primary); /* Optional: Set a different color for the top part */
  animation: spin 0.8s linear infinite; /* Optional: Add a spin animation */
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.viewmoreitems-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.choose-delivery-type .nav-item .nav-link,
.choose-delivery-type .nav-tabs .nav-link {
  transition: all 300ms ease 0s;
}
.choose-delivery-type .card a {
  transition: all 150ms ease 0s;
}
.choose-delivery-type [data-bs-toggle=collapse][data-bs-parent="#accordion"] i {
  transition: transform 150ms ease 0s;
}
.choose-delivery-type [data-bs-toggle=collapse][data-bs-parent="#accordion"][aria-expanded=true] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.choose-delivery-type .now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes nc-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.choose-delivery-type .now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}
.choose-delivery-type .now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}
.choose-delivery-type .now-ui-icons.shopping_shop:before {
  content: "\ea50";
}
.choose-delivery-type .now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}
.choose-delivery-type .card .nav-tabs {
  background: #ffffff;
  padding: 4px;
  display: flex;
  justify-content: center;
  border: none;
  gap: 15px;
}
.choose-delivery-type .nav-tabs > .nav-item > .nav-link {
  margin: 0;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  font-size: var(--fs-14);
  padding: 8px 13px;
  line-height: 1.5;
}
.choose-delivery-type .nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}
.choose-delivery-type .nav-tabs > .nav-item > .nav-link.active {
  background-color: var(--primary);
  color: #ffffff;
}
.choose-delivery-type .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: var(--fs-14);
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.choose-delivery-type .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}
.choose-delivery-type .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.choose-delivery-type .card {
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.choose-delivery-type .card .card-header {
  padding: 0;
}
.choose-delivery-type [data-background-color=orange] {
  background-color: #f96332;
}
.choose-delivery-type [data-background-color=red] {
  background-color: #ff3636;
}
.choose-delivery-type [data-background-color=yellow] {
  background-color: #ffb236;
}
.choose-delivery-type [data-background-color=blue] {
  background-color: #2ca8ff;
}
.choose-delivery-type [data-background-color=green] {
  background-color: #15b60d;
}
.choose-delivery-type [data-background-color=orange] {
  background-color: #e95e38;
}
.choose-delivery-type [data-background-color=black] {
  background-color: #2c2c2c;
}
.choose-delivery-type [data-background-color]:not([data-background-color=gray]) {
  color: #ffffff;
}
.choose-delivery-type [data-background-color]:not([data-background-color=gray]) p,
.choose-delivery-type [data-background-color]:not([data-background-color=gray]) a:not(.btn):not(.dropdown-item),
.choose-delivery-type [data-background-color]:not([data-background-color=gray]) .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  color: #ffffff;
}

.table-responsive th, .table-responsive td {
  white-space: nowrap;
  overflow: hidden;
}
.table-responsive td {
  font-size: var(--fs-14);
  vertical-align: middle;
}

.wallet-section .container {
  grid-template-columns: auto;
  justify-content: center;
  height: 100%;
}
.wallet-section .wallet-window {
  width: 100%;
  height: 100%;
  color: #343a40;
  background: #fff;
}
.wallet-section .wallet-window .wallet-history h2 {
  font-size: var(--fs-16);
}
.wallet-section .wallet-window details {
  font-weight: 400;
  font-size: 1.1rem;
  text-wrap: pretty;
  line-height: 2;
  padding-inline: 1rem;
  margin-block-end: 0.5rem;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0.1rem 1rem -0.5rem rgba(0, 0, 0, 0.25);
}
.wallet-section .wallet-window summary {
  display: flex;
  position: relative;
  font-weight: bold;
  font-size: var(--fs-14);
  line-height: 1.182;
  padding: 1rem;
  color: #1f3831;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.25s margin ease-out, 0.25s border-bottom ease-out;
  align-items: center;
  justify-content: space-between;
}
.wallet-section .wallet-window summary:before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  left: 0.1rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
}
.wallet-section .wallet-window summary::-webkit-details-marker {
  display: none;
}
.wallet-section .wallet-window details div {
  padding: 1rem 0;
}
.wallet-section .wallet-window details[open] summary {
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wallet-section .wallet-window details[open] > summary:before {
  transform: rotate(90deg);
}
.wallet-section .wallet-window > div {
  padding: 0.5rem 0.75rem;
}
.wallet-section select.year-dropdown {
  color: #f1f1f1;
  background: #21223f;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}
.wallet-section .filter {
  display: flex;
  padding: 0.4rem;
  align-items: center;
  border: 1px solid rgb(108, 117, 125);
  border-radius: 4px;
}
.wallet-section .calendar i,
.wallet-section .select i,
.wallet-section .total .label {
  color: #828393;
}
.wallet-section .content {
  padding-bottom: 16px;
  display: grid;
}
.wallet-section .total {
  align-self: start;
  justify-self: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wallet-section .total > div:not(:first-child):not(:last-child) {
  margin: 0.5rem;
}
.wallet-section .total .label,
.wallet-section .card .label {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1rem;
}
.wallet-section .total .value {
  font-size: 1.8rem;
  border-bottom: 1px dashed rgba(242, 242, 242, 0.9490196078);
}
.wallet-section .total .wallet-total-sec {
  background: #1f3a4a;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #02ca8c;
}

/*--------------------------------------------------------------------------
---------------Select Pickup stations---------------------------------------
---------------------------------------------------------------------------*/
.pickup-stat-wrapper label {
  display: inline;
}

/* ******************* Main Styeles : Radio Card */
label.radio-card {
  cursor: pointer;
  text-align: start;
}
label.radio-card .card-content-wrapper {
  background: #f1f1f2;
  border-radius: 5px;
  width: 100%;
  padding: 12px;
  margin-bottom: 8px;
  display: grid;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #a3a3a6;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  transform: scale(1.3);
  transition: 200ms linear;
  opacity: 0;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px var(--primary);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.125);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px var(--primary);
  border-color: var(--primary);
}
label.radio-card .card-content h4 {
  font-size: var(--fs-16);
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
}
label.radio-card .card-content h5 {
  font-size: var(--fs-14);
  line-height: 1.4;
  padding-top: 16px;
  margin: 0;
}

.pickup-info-area {
  cursor: not-allowed;
  opacity: 0.4;
  font-family: monospace;
  color: #858585;
  border: 1px solid #bebebe;
  padding: 8px;
}

.door-delivery-info-area {
  color: #000;
  border: 1px solid #bebebe;
  padding: 8px;
}

textarea::placeholder {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
}

.char-count {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #fff;
  font-size: var(--fs-12);
  background: #6c6c6c;
  padding: 0 4px;
  border-radius: 2px;
}

.pre-order-holiday-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px;
  background: #e8f0ff;
  margin-top: 10px;
}
.pre-order-holiday-tag svg {
  font-size: var(--fs-18);
  margin-right: 7px;
  color: #1a71ff;
}
.pre-order-holiday-tag .content {
  color: #1a71ff;
  font-size: var(--fs-14);
  line-height: 1;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .portos {
    margin-bottom: 2rem;
  }
}
.portos {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(285px, 285px));
  gap: 1rem;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .portos > .porto:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .porto {
    max-width: 285px;
  }
}
.porto {
  font-weight: bold;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*tracking-timeline */
.tracking-timeline .accordion .accordion-button {
  font-weight: 500 !important;
}
.tracking-timeline .accordion-item {
  position: relative !important;
}
.tracking-timeline .accordion-item::before {
  content: "";
  border-left: 2px dashed var(--primary);
  position: absolute;
  height: 100%;
  left: 23px;
}
.tracking-timeline .accordion-item:first-child::before {
  top: 8px !important;
}
.tracking-timeline .accordion-item .accordion-button {
  background: transparent !important;
}
.tracking-timeline .accordion-item .accordion-button::after {
  background: 0 0 !important;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.icons-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  padding: 4px;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

span.on-transit-service {
  background: #1bbb6d;
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}

/*Nice-select*/
.nice-select {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: start;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*twabs pagination */
.page-item .page-link {
  font-size: 0.875rem;
  border: 1px solid #ddd;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.btn-close {
  border-radius: 100% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

/*------------------------------------------------------------------
--------------------------Vanilla JS Carousel------------------------
---------------------------------------------------------------------*/
.div-center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.va-thumbnail {
  border: 0px;
  border-style: none;
  height: 100%;
  width: 100%;
}

.deals-scroll-right {
  top: 0;
  bottom: 0;
  right: 5px;
}

.slider-banners {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 100%;
  padding: 12px;
  background: #fff;
}
.slider-banners .slide-banner {
  display: inline;
  margin-right: 10px;
  position: relative;
}
.slider-banners .slide-banner .store_banner_thumnail img {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  aspect-ratio: 1;
  width: 150px;
  max-width: 100%;
}

.form-search-area {
  padding: 6px;
}

.searchbar--form .search-suggestions {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.search-suggestions a:hover {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------
-------------------------Table customization--------------
---------------------------------------------------------*/
.dataTables_paginate {
  margin-bottom: 1rem;
  text-align: end !important;
}

.dataTables_paginate .paginate_button {
  border: 1px solid var(--primary) !important;
  border-radius: 4px !important;
  padding: 1px 6px !important;
  width: 48px;
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.dataTables_paginate .paginate_button:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

table.dataTable.no-footer {
  border: 0px solid rgba(0, 0, 0, 0.1882352941) !important;
}

/*----------------------------------------------------------
------------------------------HOT CATEGORIES----------------
-----------------------------------------------------------*/
.brands {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-rows: repeat(2, 1fr);
  overflow-x: auto;
  grid-auto-flow: column;
  padding: 0.5rem 0.25rem;
  justify-content: space-between;
}

.brand-col {
  width: 120px;
}

.cat-card {
  color: rgb(20, 20, 20);
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: auto;
  width: 120px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

span.hot-cat-name {
  padding: 2px 4px;
  font-size: var(--fs-12);
  width: -webkit-fill-available;
  margin: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: center;
}

.seo-text {
  background: #e7e7e7;
}

.infinite-scroll-area {
  position: relative;
}

.infinite-scroll-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.infinite-scroll-list li {
  position: absolute;
  display: block;
  background: rgba(188, 188, 188, 0.1607843137);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.infinite-scroll-list li.show {
  position: relative;
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.more-btn {
  display: flex;
  width: auto;
  color: rgba(0, 0, 0, 0.7098039216);
  font-size: 14px;
  font-weight: bold;
  background: #FFC107;
  border: 2px solid #FFC107;
  outline: none;
  padding: 8px 16px;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

/*order product rating-----------------------------*/
.give-rating {
  margin-top: 12px;
  margin-bottom: 12px;
}
.give-rating .rating {
  --dir: right;
  --fill: gold;
  --fillbg: rgba(100, 100, 100, 0.15);
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 2.5rem;
  --value: 1;
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: calc(var(--stars) * var(--starsize));
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
}
.give-rating .rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.give-rating .rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  -webkit-mask: repeat left center/var(--starsize) var(--star);
  mask: repeat left center/var(--starsize) var(--star);
}
.give-rating .rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: calc(var(--starsize) / 2);
}
.give-rating .rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: calc(var(--starsize) / 2);
  -webkit-appearance: none;
}
.give-rating .rating,
.give-rating .rating-label {
  display: block;
}
.give-rating .rating-label {
  margin-block-end: 1rem;
}

/*-------------------------------------------------------------
---------------CONTAINER RATING--------------------------------
--------------------------------------------------------------*/
.container-rating .chart {
  position: relative;
}
.container-rating .chart .rate-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 10px;
}
.container-rating .rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: rgba(207, 216, 220, 0.568627451);
  border-radius: 100px;
  width: 75%;
}
.container-rating .rate-box .progress-bar .progress {
  background-color: #66bb6a;
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
}
.container-rating .global {
  text-align: center;
}
.container-rating .one .fas {
  color: #cfd8dc;
}
.container-rating .two {
  background: linear-gradient(to right, #f6b01e 0%, transparent 0%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}
.container-rating .rating-icons {
  position: relative;
  width: 100%;
  display: flex;
}
.container-rating .rating-icons span {
  position: absolute;
  display: flex;
}

/*More custom css */
.soko-dropdown .dropdown-toggle::after {
  display: none !important;
}
.soko-dropdown .btn:hover {
  background-color: var(--gray-light) !important;
  border-color: var(--gray-light) !important;
}
.soko-dropdown .btn.show {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

/*----------------------------------------------------------------
-----------------------NOTIFICATIONS------------------------------
------------------------------------------------------------------*/
.notification-container {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: transparent; /* Initial background */
}

.unread-notification {
  background: antiquewhite;
}

.read-notification .fa-envelope {
  display: none;
}

.read-notification .fa-envelope-open {
  display: inline-block;
}

.card {
  border-radius: 0.25rem !important;
}

.FeaturedCategories .swiper-slide img {
  width: 120px;
}

@media (max-width: 767px) {
  .FeaturedCategories .swiper-wrapper {
    overflow-x: auto;
    display: flex;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    gap: 12px;
  }
  .FeaturedCategories .swiper-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
  }
  .FeaturedCategories .swiper-button-next, .FeaturedCategories .swiper-button-prev {
    display: none !important;
  }
  .FeaturedCategories .swiper-slide {
    width: auto;
  }
  .FeaturedCategories .swiper-slide img {
    width: 80px;
    height: 80px;
  }
}
.category-swiper {
  width: 100%;
}

.category-swiper .swiper {
  width: 100%;
}

.category-swiper .swiper-slide {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100px;
}

.category-swiper .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin: 10px 0;
}

.category-swiper .category-item img {
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .category-swiper .category-item img {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .category-swiper .category-item img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 768px) {
  .category-swiper .swiper {
    overflow-x: auto;
  }
  .category-swiper .swiper-button-nxt,
  .category-swiper .swiper-button-prv {
    display: none !important;
  }
  .category-swiper .category-item img {
    width: 70px !important;
    height: 70px !important;
  }
}
.my_orders a, .my-services a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.my_orders .bg_text_shades.order_status, .my-services .bg_text_shades.settings {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 8px;
}

.my_orders .bg_text_shades.order_status {
  background: #f60;
  color: #fff;
}

.my-services .bg_text_shades.settings {
  background: #d6f4e4;
  color: #009b5d;
}

.wishlist-btn {
  background: rgb(220 220 220 / 28%);
  padding: 3px;
  right: 5px;
  top: 5px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
}

.heart-icon {
  color: lightgrey;
  transition: fill 0.3s, stroke 0.3s;
}

.wishlist-btn.active .heart-icon {
  color: var(--bs-primary);
}

input,
textarea {
  box-shadow: none !important;
  outline: none !important;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--bs-primary) !important;
}

select,
button {
  box-shadow: none !important;
  outline: none !important;
}

select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--bs-primary) !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--bs-primary) !important;
}

.form-check-input {
  box-shadow: none !important;
  outline: none !important;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--bs-primary) !important;
}

.form-check-input:focus-visible {
  box-shadow: none !important;
}

input[type=checkbox],
input[type=radio] {
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--bs-primary) !important;
}

/*-----------------------------------------------------------
-------------BOTTOM-MOBILE STICKY NAV BAR-------------------
-------------------------------------------------------------*/
.nav-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  transition: transform 0.3s;
  z-index: 1500;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.05);
}
.nav-mobile .mobile-bar .mobile-bar-item-outer .mobile-bar-item .notf-icon .unread-badge {
  position: absolute;
  right: -20px;
  top: -4px;
}

.nav-mobile ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: end;
}

.nav-mobile li {
  flex: 1;
}

.nav-mobile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 5px;
  margin: 0 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-mobile a svg {
  transition: fill 0.3s;
}

.nav-mobile li a,
.nav-mobile a {
  align-items: center;
  color: #28363e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
  position: relative;
}

.nav-mobile li.active a,
.nav-mobile a:hover {
  color: var(--primary);
}

/* JS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scroll-down .nav-mobile {
  transform: translate3d(0, 100%, 0);
}

.scroll-up .nav-mobile {
  transform: none;
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 767.99px) {
  .nav-mobile a {
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}
@media (max-width: 450px) {
  .nav-mobile a {
    font-size: 12px;
  }
}
.unread-badge {
  align-items: center;
  background-color: #32bb78;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-height: 16px;
  min-width: 16px;
  padding: 2px;
  transition: opacity 0.3s ease;
}

.inner_search {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.close-search-btn {
  height: 40px;
  width: 40px;
}

.form-control:focus {
  box-shadow: none;
}

.custom_switches .switch {
  position: relative;
  display: inline-block;
  width: 160px;
}

.custom_switches .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom_switches .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #929292;
  border-radius: 5px;
  padding: 5px 0;
}

.custom_switches .slider:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 30px;
  left: 100px;
  bottom: -10px;
  background-color: #6D6867;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3), 0 0 0 var(--primary);
}

.custom_switches input:checked + .slider:after {
  transform: translateX(-100px);
  background-color: var(--primary);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3), 0 0 30px var(--primary);
}

.custom_switches .text {
  position: absolute;
  top: -5px;
  transition: 0.2s ease-in-out;
  user-select: none;
}

.custom_switches .on {
  left: 20px;
  color: #B3B3B3;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0);
}

.custom_switches .off {
  left: 123px;
  color: #FFFFFF;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
}

.custom_switches input:checked ~ .on {
  color: #FFFFFF;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
}

.custom_switches input:checked ~ .off {
  color: #B3B3B3;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0);
}

.custom_switches .pref-row {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 400px;
  margin-bottom: 1rem;
  height: 40px;
}

.custom_switches .pref-label {
  margin-left: 1rem;
  font-weight: 500;
}

.form-group {
  position: relative;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: -8px;
  font-size: 12px;
  color: #777;
  background: #fff;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.form-group input:focus {
  border-color: var(--primary);
  outline: none;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: var(--primary);
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 8px;
}

/* Style for the toggle icon */
.toggle-icon {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcategories {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
}

.subcategories.collapsed {
  max-height: 0;
}

.subcategories a {
  padding-left: 10px;
  display: block;
}

.category-item {
  margin-bottom: 8px;
}

.category-item a {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .mobile-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .side-menu-desc {
    margin-top: 8px;
  }
  /* CSS to hide the header element when the screen width is 991px or less */
  header.lg-desktop {
    display: none !important;
  }
  .drog-area .drog-player {
    display: none !important;
  }
  .ModalMobileView {
    height: auto !important;
    bottom: 0 !important;
    top: auto !important;
  }
  .ModalMobileView .modal-dialog {
    margin: 0 !important;
  }
  .ModalMobileView .modal-dialog .modal-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .ModalMobileView .modal-dialog .modal-content .modal-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .ModalMobileView .modal-dialog .modal-content .modal-header .btn-close {
    border-radius: 100% !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  }
}
/* Custom CSS for the mobile header */
@media (max-width: 992px) {
  .mobile-header {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
  }
  .mobile-header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .mobile-header-menu {
    display: none !important;
  }
}
@media (max-width: 992px) {
  /* Adjust the breakpoint as needed for your mobile view */
  .mobile-header-menu {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    /* You can change the background color as needed */
  }
  .cart-counter-qty {
    top: -5px;
    right: 3px;
  }
  .bottom-nav-link .cart-counter-qty {
    top: 0;
    right: 20px;
    line-height: 15px;
  }
  .bottom-nav-link .notification-label {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 2px solid #fff;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 28px;
  }
  .bottom-nav-link .notification-label-red {
    background: #FC3768;
  }
}
/* Hide desktop_top image in screens below 768px */
@media (max-width: 768px) {
  .bg-banner .desktop_top {
    display: none !important;
  }
  .mobile-full-backdrop {
    width: 100% !important;
  }
  .dash-area .left {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dash-area .right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .loader div {
    height: 12px;
    width: 12px;
  }
  .desktop-share-section {
    display: none !important;
  }
  button.desktop-wishlist {
    display: none !important;
  }
  .thumbnails-slider {
    display: none !important;
  }
  .checkout-mob-area {
    margin-top: 8px !important;
  }
  .sort-by {
    display: none !important;
  }
  .desktop-pro-listing-header-title {
    display: none !important;
  }
  .desktop-view-product-filter {
    display: none !important;
  }
  .side-menu-desc {
    border-radius: 0 !important;
  }
  .back-to-top {
    width: 28px;
    height: 28px;
    bottom: 15%;
  }
  .back-to-top::after {
    font-size: var(--fs-18);
  }
  /*-----------------------------------------------------------
        ---------Mobile View sticky Nav Menu Product Description-----
        ------------------------------------------------------------*/
  .hidden-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    pointer-events: none;
  }
  .hidden-menu.show {
    height: auto;
    pointer-events: auto;
  }
  .hidden-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
    padding-top: 4px;
    padding-bottom: 6px;
    gap: 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .hidden-menu ul::-webkit-scrollbar {
    display: none;
  }
  .hidden-menu ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    font-size: var(--fs-14);
    padding-bottom: 4px;
  }
  /*.active {
    color: var(--primary) !important;
  }*/
  .custom-border {
    border-bottom: 3px solid var(--primary);
    padding-bottom: 4px;
  }
  .hidden-menu ul li:last-child {
    margin-right: 0;
  }
  .hidden-menu ul li a {
    text-decoration: none;
  }
}
/* Hide mobile_top image in screens above 768px */
@media (min-width: 768px) {
  .bg-banner .mobile_top {
    display: none !important;
  }
  button.mobile-device-voucher-claim {
    display: none !important;
  }
  .highlighted_container .wideview-voucher {
    padding: 30px 70px !important;
  }
  .highlighted_container .wideview-voucher .promo--badge .voucher-promo-value {
    font-size: 36px !important;
  }
  button.vendor-page {
    padding: 40px 14px !important;
  }
  .mobile-customer-account {
    display: none !important;
  }
  button.mobile-share-wishlist {
    display: none !important;
  }
  a.delivery-options {
    display: none !important;
  }
  .mobile_buy_sticky_bottom {
    display: none !important;
  }
  .mobile-pro-listing-header-title {
    display: none !important;
  }
  button.MobileViewProductFilter {
    display: none !important;
  }
  .product_img_counter {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .mobile_order_status {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    padding: 12px 0;
  }
  .card {
    border-radius: 0 !important;
  }
  .swiper-counter {
    bottom: 20px;
  }
  .swiper-pagination {
    bottom: 20px !important;
  }
  .mobile-terms {
    margin-bottom: 3rem !important;
  }
  .markup {
    font-size: 0.825rem !important;
  }
  .product-side-bar {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
@media (max-width: 575.98px) {
  .hide-scroll-xs {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
  }
  .hide-scroll-xs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  .wrap-main-slider .swiper-button-prv,
  .wrap-main-slider .swiper-button-nxt {
    display: none !important;
  }
  .swiper-button-prv, .swiper-button-nxt {
    display: none;
  }
  .mobile-full-backdrop.offcanvas.offcanvas-end {
    height: 75%;
    top: 25%;
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 992px) {
  .category-menu {
    display: none;
  }
  .main-slider {
    height: auto !important;
    background: #ffffff;
    width: 100%;
    min-width: 100%;
  }
  .slider-img {
    height: auto !important;
    border-style: none;
    border-radius: 4px;
  }
  time#countdown {
    font-size: 0.875rem !important;
  }
  .flash-counter {
    font-weight: 700;
    font-size: 0.875rem !important;
    text-align: center !important;
  }
  .countdown-flash {
    text-align: center !important;
    display: flex;
  }
  section {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .markup-desc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  /* Add your styles for screens above 991px here */
  /* Ensure the menu displays correctly for larger screens */
  .shfooter .collapse {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hide-breadcrumb-mobile {
    display: none !important;
  }
  .fs-16 {
    font-size: calc(var(--fs-16) - 11.11%) !important;
  }
  .fs-17 {
    font-size: calc(var(--fs-17) - 8%) !important;
  }
  .fs-18 {
    font-size: calc(var(--fs-18) - 25%) !important;
  }
  .fs-20 {
    font-size: calc(var(--fs-20) - 7.7%) !important;
  }
  .desktop-customer-account {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .subscribe-left {
    display: none !important;
  }
  .hide-on-mobile-768px {
    display: none !important;
  }
  .card.custom-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  button.desktop-device-voucher-claim {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Adjust styles for medium-sized screens here */
  /* Add your styles for screens between 768px and 991px */
  /* Ensure the menu displays correctly */
  .shfooter .collapse {
    display: block !important;
  }
  .hidden-menu {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .main-container {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 991px) {
  button.verify-go-back {
    display: none;
  }
  .list-group-horizontal::-webkit-scrollbar,
  .h__slide_banners::-webkit-scrollbar {
    height: 5px;
    /* Adjust the width as needed */
  }
  /* Thumb */
  .list-group-horizontal::-webkit-scrollbar-thumb,
  .h__slide_banners::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    /* Color of the scrollbar thumb */
    border-radius: 5px;
    /* Rounded corners for the thumb */
  }
  /* Handle on hover */
  .list-group-horizontal::-webkit-scrollbar-thumb:hover {
    background: #838383;
    /* Change color on hover */
  }
}
@media (min-width: 1200px) {
  .cat-card {
    width: 140px; /* Adjust card width for larger screens */
    height: auto;
  }
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .service-top {
    display: none !important;
  }
  .f-product > .col {
    width: 25%;
  }
  .main-slider {
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .shfooter ul {
    margin-bottom: 0;
  }
  .shfooter .collapse {
    display: none;
  }
  .shfooter .collapse.show {
    display: block;
  }
  .shfooter .title .fa-chevron-up,
  .shfooter .title[aria-expanded=true] .fa-chevron-down {
    display: none;
  }
  .shfooter .title[aria-expanded=true] .fa-chevron-up {
    display: block;
  }
  .shfooter .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
}