:root {
  --primary-color: #000000;
  --primary-hover-color: #3f0f74;
}
*,
body,
html {
  box-sizing: border-box;
}
body,
html {
  border: 0;
  font-size: 100%;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
}
body {
  color: #111;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
span,
ul {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  white-space: inherit;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-weight: inherit;
}
p {
  color: #121;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
}
h1 {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: 2em;
  line-height: 1.3;
}
h3 {
  font-size: 1.5em;
}
h3,
h4 {
  line-height: 1.4;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
  font-weight: 600;
}
h5,
h6 {
  line-height: 1.5;
}
h6 {
  font-size: 0.95em;
  letter-spacing: 1px;
}
b,
strong {
  font-weight: 700;
}
b {
  line-height: 1;
}
img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
li {
  font-size: 1em;
  line-height: 1.8;
  list-style: none;
}
i,
li,
span {
  display: inline-block;
}
b.max-bold {
  font-weight: 700;
}
input {
  transition: all 0.15s;
}
button,
input:not([type="checkbox"]),
textarea {
  border: none;
  border-radius: 10px;
  height: 44px;
  line-height: 42px;
  outline: 0;
}
input:not([type="checkbox"]),
textarea {
  border: 1px solid #ddd;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  line-height: 1;
}
textarea {
  line-height: 1.6;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  padding: 14px 15px;
  vertical-align: top;
}
.ajax-btn:active,
button:active,
input:active,
input:focus,
textarea:active,
textarea:focus {
  background: #00000005;
  box-shadow: 0 0 3px 2px var(--primary-color);
}
button {
  background: none;
  cursor: pointer;
  margin-bottom: 0;
  width: auto;
}
a,
button {
  color: inherit;
  display: inline-block;
  transition: all 0.1s ease-in-out;
}
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
  text-decoration: none;
}
label {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
::-moz-placeholder {
  color: #aaa;
  font-size: 0.9em;
  letter-spacing: 1px;
}
::placeholder {
  color: #aaa;
  font-size: 0.9em;
  letter-spacing: 1px;
}
:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9em;
  letter-spacing: 1px;
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 2.7em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ignore-click {
  pointer-events: none;
}
.page-link {
  padding: 2px 2px 0;
  position: relative;
}
.page-link:active:before {
  background: #ffffff1a;
  border-radius: 10px;
  bottom: 2px;
  box-shadow: 0 0 1px 2px var(--primary-color);
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.img-loading.opacity-0 {
  opacity: 1;
}
.sb::-webkit-scrollbar,
.sb::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.sb::-webkit-scrollbar {
  width: 8px;
}
.sb::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.full-dimen {
  height: 100%;
  width: 100%;
}
.lazy-img {
  opacity: 0;
  transition: none;
}
.scale-8 {
  transform: scale(0.8);
}
.compare-btn,
.transition {
  transition: all 0.2s;
}
.compare-btn {
  align-items: center;
  background: #eee;
  border-radius: 7px;
  display: flex;
  height: 35px;
  justify-content: center;
  position: relative;
  width: 35px;
  z-index: 1;
}
.compare-btn i {
  margin: 0;
  opacity: 0.8;
  pointer-events: none;
}
.btn-simple {
  background: #e8f0fe;
  border-radius: 10px;
  font-size: 0.9em;
  padding: 5px 10px;
}
.clear-btn {
  height: auto;
  line-height: 1;
}
.color-warning {
  color: #765b18;
}
.color-success {
  color: #356842;
}
.color-free,
.color-offer {
  color: #27bd70;
}
.color-free {
  font-weight: 600;
  letter-spacing: 1px;
}
.color-reduced {
  color: #ff7878;
}
.color-danger {
  color: #a12321;
}
.color-info {
  color: #cce5ff;
}
.color-primary {
  color: var(--primary-color);
}
.color-deep {
  color: #2d4679;
}
button.color-deep:hover {
  color: var(--primary-color);
}
.link-color {
  color: #17a2b8;
  text-decoration: underline;
  text-transform: uppercase;
}
.link-color:hover {
  text-decoration: none;
}
.info-msg {
  background: #cce5ff;
  color: #35628e;
}
.info-msg,
.warning-msg {
  border-radius: 10px;
  padding: 12.5px 15px;
}
.warning-msg {
  background: #fff3cc;
  color: #765b18;
}
.success-msg {
  background: #eefaf4;
  color: #356842;
}
.danger-msg,
.success-msg {
  border-radius: 10px;
  padding: 12.5px 15px;
}
.danger-msg {
  background: #f7d7db;
  color: #a12321;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.b-dashed {
  border: 1px dashed #ddd;
}
.d-none {
  display: none;
}
.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}
.card > input[type="radio"] {
  display: none;
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
label.card {
  cursor: pointer;
  display: flex;
  position: relative;
  transition: all 0.1s;
}
label.card:before {
  border: 4px solid #aaa;
  border-radius: 22px;
  content: "";
  display: inline-block;
  height: 22px;
  min-width: 22px;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: -10px;
}
label.card:hover {
  background: #e8f0fe;
}
label.card:active {
  background: #ddd;
}
label.card.active {
  background: #eefaf4;
  border-color: var(--primary-color);
}
label.card.active:before {
  background: var(--primary-color);
  background-image: url(./icons.D7_Nf86v.svg);
  background-position: 33.5% 22.5%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 1;
}
.lh-2,
.lh-2 span {
  line-height: 2;
}
.lite-bold {
  color: #666;
  font-weight: 700;
  margin-right: 15px;
}
.no-bg {
  background: transparent;
}
.btn-input {
  position: relative;
}
.btn-input input {
  width: 100%;
}
.btn-input button {
  border-radius: 0 10px 10px 0;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.flex-w-450x {
  max-width: 450px;
  min-width: 450px;
  width: 450px;
}
.flex-w-350x {
  max-width: 350px;
  min-width: 350px;
  width: 350px;
}
.mx-w-600x {
  max-width: 600px;
}
.cp {
  cursor: pointer;
}
.w-70x {
  width: 70px;
}
.w-80x {
  width: 80px;
}
.w-100x {
  width: 100px;
}
.w-120x {
  width: 120px;
}
.w-150x {
  width: 150px;
}
.mx-h-0 {
  max-height: 0;
}
.mx-h-50x {
  max-height: 50px;
}
.mx-h-55x {
  max-height: 55px;
}
.mx-h-100 {
  max-height: 100%;
}
.clear-height {
  height: auto;
  line-height: inherit;
}
.dimen-16x {
  height: 16px !important;
  min-width: 16px !important;
  width: 16px !important;
}
.dimen-20x {
  height: 20px !important;
  min-width: 20px !important;
  width: 20px !important;
}
.dimen-80x {
  height: 80px;
  min-width: 80px;
  width: 80px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-1 {
  opacity: 1;
}
.no-click {
  pointer-events: none;
}
button > .icon,
span > .icon {
  height: 20px;
  margin: 2px 5px;
  min-width: 20px;
  opacity: 0.6;
  width: 20px;
}
button .m-0.icon,
span .m-0.icon {
  height: 18px;
  min-width: 18px;
  width: 18px;
}
button > .icon.arrow-down,
button > .icon.arrow-left,
button > .icon.arrow-right,
button > .icon.arrow-up,
span > .icon.arrow-down,
span > .icon.arrow-left,
span > .icon.arrow-right,
span > .icon.arrow-up {
  height: 16px;
  min-width: 16px;
  width: 16px;
}
.no-scroll {
  overflow-y: hidden;
}
.tab-wrapper .tabs {
  margin: 0 -5px;
}
.tab-wrapper .tabs li {
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  font-size: 1.1em;
  margin: 0 5px;
  padding: 12.5px 25px;
  transition: all 0.1s;
}
.tab-wrapper .tabs li:hover {
  background: #eee;
}
.tab-wrapper .tabs li:active {
  background: #ddd;
}
.tab-wrapper .tabs .active {
  border: 1px solid var(--primary-color);
}
.devider {
  background: #ddd;
  height: 1px;
}
.slug {
  font-size: 0.9em;
}
.slug > li:after {
  content: ">";
  font-size: 0.9em;
  margin: 0 7.5px;
}
.slug > li > a:hover {
  text-decoration: underline;
}
.slug > li:last-child {
  color: #888;
}
.slug > li:last-child:after {
  display: none;
}
.two-sided {
  align-items: center;
  display: flex;
  gap: 10px;
}
.two-sided .left {
  color: #888;
  min-width: 120px;
  width: 120px;
}
.ellipsis-para {
  max-height: 110px;
  overflow: hidden;
  position: relative;
}
.ellipsis-para:after {
  background: linear-gradient(0deg, #fff, transparent);
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
}
input.no-control::-webkit-inner-spin-button,
input.no-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.no-control[type="number"] {
  -moz-appearance: textfield;
}
.f-12 {
  font-size: 1.2em !important;
}
.f-13 {
  font-size: 1.3em !important;
}
.f-16 {
  font-size: 1.6em;
  line-height: 1.6;
}
.f-11 {
  font-size: 1.1em;
}
.f-10 {
  font-size: 1em;
}
.f-9 {
  font-size: 0.9em;
}
.f-8 {
  font-size: 0.8em;
}
.f-7 {
  font-size: 0.7em;
}
.mn-w-70x {
  min-width: 70px;
}
.mn-w-90x {
  min-width: 90px;
}
.mn-w-200x {
  min-width: 200px;
}
.mn-w-300x {
  min-width: 300px;
}
.mn-w-350x {
  min-width: 350px;
}
.mn-w-400x {
  min-width: 400px;
}
.mn-w-600x {
  min-width: 600px;
}
.mn-w-50 {
  min-width: 50%;
}
.mx-w-200x {
  max-width: 200px;
}
.mx-w-300x {
  max-width: 300px;
}
.mx-w-400x {
  max-width: 400px;
}
.mx-w-700x {
  max-width: 700px;
}
.h-40x {
  height: 40px;
}
.mn-h-40x {
  min-height: 40px;
}
.mn-h-200x {
  min-height: 200px;
}
.mn-h-300x {
  min-height: 300px;
}
.mn-h-400x {
  min-height: 400px;
}
.mn-h-500x {
  min-height: 500px;
}
.mn-h-700x {
  min-height: 700px;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
.price {
  font-weight: 600;
}
.strike-through {
  color: #666;
  font-size: 0.9em;
  line-height: 0;
  margin-right: 5px;
  padding: 0 2px;
  position: relative;
}
.strike-through:after {
  background: #777;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.strike-through.color-reduced {
  color: #ff7878;
  font-size: 1em;
}
.strike-through.color-reduced:after {
  background: #ff7878;
}
.text-nowrap {
  white-space: nowrap;
}
.text-t-normal {
  text-transform: none;
}
.text-upper {
  text-transform: uppercase;
}
.color-lite {
  color: #555;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2 !important;
}
.z-7 {
  z-index: 7;
}
.z-10 {
  z-index: 10;
}
.b-t {
  border-top: 1px solid #ddd;
}
.b-b {
  border-bottom: 1px solid #ddd;
}
.link-wrap a {
  text-decoration: underline;
}
.link-wrap a:hover {
  text-decoration: none;
}
.link-hover a:hover {
  text-decoration: underline;
}
.color-white {
  color: #fff;
}
.icon {
  background-image: url(./icons.D7_Nf86v.svg);
  background-size: 1400% 1400%;
  height: 24px;
  min-width: 24px;
  width: 24px;
}
.layer {
  top: header-height;
  z-index: -1;
}
.lh-0 {
  line-height: 0;
}
.lh-30 {
  line-height: 30px;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.left-text {
  text-align: left;
}
.left-btn,
.right-btn {
  align-items: center;
  border-radius: 100px;
  bottom: 10px;
  box-shadow: 0 0 1px 1px var(--primary-color);
  display: flex;
  height: 26px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  z-index: 100;
}
.left-btn .close-icon,
.right-btn .close-icon {
  background-position: 1.5% 1.5%;
  opacity: 0.6;
}
.left-btn:hover,
.right-btn:hover {
  background: #fff;
}
.left-btn:active,
.right-btn:active {
  background: #e8f0fe;
  box-shadow: 0 0 2px 3px var(--primary-color);
}
.left-btn {
  right: 10px;
}
.pos-static {
  position: static;
}
.pos-sticky {
  position: sticky;
  top: 100px;
}
.inline {
  display: inline-block;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.flex {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sided {
  justify-content: space-between;
}
.f-reverse {
  flex-direction: row-reverse;
}
.br-primary {
  border-radius: 10px;
}
.br-2 {
  border-radius: 2px;
}
.br-5 {
  border-radius: 5px;
}
.wrap {
  flex-wrap: wrap;
}
.reverse {
  flex-direction: row-reverse;
}
.grow {
  flex-grow: 1;
}
.j-end {
  justify-content: flex-end !important;
}
.start {
  justify-content: flex-start;
}
.top {
  align-items: flex-start;
}
.flex-1 {
  flex: 1;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-initial {
  align-items: normal;
}
.rtl .right {
  justify-content: flex-start;
}
.right {
  justify-content: flex-end;
}
.lite-btn {
  background: #e8f0fe;
  border: 1px solid #e8f0fe;
  border-radius: 10px;
  color: #2d4679;
  height: auto;
  line-height: 1;
  padding: 7.5px 10px;
}
.lite-btn:hover {
  background: #fff !important;
  border: 1px solid #2d4679 !important;
}
.outline-btn {
  background: linear-gradient(180deg, #f7f8fa, #e7e9ec);
  border: 1px solid #bbb;
  box-shadow: inset 0 1px #ffffff4d;
  font-size: 1em;
  height: 44px;
  line-height: 42px;
}
.outline-btn:hover {
  background: linear-gradient(0deg, #f7f8fa, #e7e9ec);
}
.outline-btn:active {
  box-shadow: 0 1px 2px 1px #b7b8ba;
}
.primary-btn {
  background: var(--primary-color);
  border-radius: 10px;
  box-shadow: inset 0 1px #ffffff4d;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transition: all 0.2s;
}
.primary-btn:hover {
  background: var(--primary-hover-color);
}
.primary-btn:active {
  box-shadow: 0 1px 3px 1px var(--primary-hover-color);
}
.btn-lg {
  font-size: 1.1em;
  height: 52px;
  line-height: 50px;
}
.primary-deep {
  background: linear-gradient(to bottom, var(--primary-hover-color), #2d4679);
}
.primary-deep:hover {
  background: linear-gradient(to bottom, #2d4679, var(--primary-hover-color));
}
.primary-deep:active {
  box-shadow: 0 1px 3px 1px #2d4679;
}
.google-btn {
  background: none;
  background: #e8f0fe;
  border-color: #ccc;
  color: #111;
  text-align: center;
  transition: all 0.1s;
}
.google-btn:hover {
  background: #e8f0fe !important;
  box-shadow: 1px 1px 3px #0000004d;
  opacity: 0.9;
}
.google-btn:active {
  background: #a6d2ff !important;
}
.facebook-btn {
  background: #4267b2 !important;
  text-align: center;
}
.facebook-btn:hover {
  background: #4267b2 !important;
  box-shadow: 1px 1px 3px #0000004d;
  opacity: 0.9;
}
.facebook-btn:active {
  opacity: 0.7;
}
.bold {
  font-weight: 600;
}
.color-inherit {
  color: inherit;
}
.semi-bold {
  font-weight: 600;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.dimen-100 {
  height: 100%;
  width: 100%;
}
.ls-0 {
  letter-spacing: 0;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-7-5 {
  padding-left: 7.5px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-7-5 {
  padding-right: 7.5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.no-shadow {
  box-shadow: none;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.ptb-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.ptb-7-5 {
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important;
}
.ptb-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.ptb-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.ptb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.m--5 {
  margin: -5px !important;
}
.m--7-5 {
  margin: -7.5px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-7-5 {
  margin: 7.5px !important;
}
.mt--2 {
  margin-top: -2px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml--7-5 {
  margin-left: -7.5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mtb-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mtb-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.mtb-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.mtb-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.mtb-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.mtb-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.mlr--2-5 {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}
.mlr--5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mlr--7-5 {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}
.mlr--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mlr-2-5 {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important;
}
.mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mlr-7-5 {
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
}
.mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mlr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.flow-hidden {
  overflow: hidden;
}
.flow-auto {
  overflow: auto;
}
.link {
  height: auto;
  line-height: 1.6;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.pos-rel {
  position: relative;
}
.block {
  display: block;
}
.hide {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hide-lg {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .j-start-md {
    justify-content: flex-start !important;
  }
  .mn-w-200x-md {
    min-width: 200px;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .pl-md {
    padding-left: 0 !important;
  }
  .pr-md {
    padding-right: 0 !important;
  }
  .w-md-100 {
    width: 100%;
  }
  .block-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .j-start-sm {
    justify-content: flex-start !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .btn-lg {
    height: 46px;
    line-height: 44px;
  }
  .plr-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ptb-sm-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .plr-sm-15 {
    padding-left: 15px !important;
  }
  .plr-sm-15,
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm {
    padding-right: 0 !important;
  }
  .pb-sm {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .inl-b-sm {
    display: inline-block;
  }
  .mtb-sm-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm {
    margin-right: 0 !important;
  }
  .mlr-sm--2-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .mlr-sm-2-5 {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .flex-sm {
    display: flex;
  }
  .w-sm-50 {
    width: 50%;
  }
  .mtb-sm-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .mn-w-sm-0 {
    min-width: 0;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .hide-sm {
    display: none !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mt-sm {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .f-none-sm {
    float: none;
  }
  .block-sm {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .mlr-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pb-xs {
    padding-bottom: 0 !important;
  }
  .mb-xs {
    margin-bottom: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .ml-xs {
    margin-left: 0 !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .plr-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .plr-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .flex-xs {
    display: block;
  }
  .flex-xs .flex-1 {
    margin: 0 0 10px !important;
    width: 100%;
  }
  .mt-xs {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .block-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .icon {
    height: 22px;
    min-width: 22px;
    width: 22px;
  }
}
@media only screen and (max-width: 380px) {
  .block-xxs {
    display: block;
  }
  .hide-xxs {
    display: none;
  }
}
.search-input {
  position: relative;
}
.search-input input {
  background: #f2f3f5;
  border: none;
  padding: 0 60px 0 15px;
  width: 100%;
}
.search-input input:focus {
  box-shadow: 0 0 1px 1px var(--primary-color);
}
.search-input > button {
  background: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.search-input > button:hover {
  background: #555;
}
.search-input > button i {
  height: 20px;
  margin: 0;
  opacity: 1;
  width: 20px;
}
form > .flex:not(button, form .no-space) {
  margin: 0 -7.5px;
}
form > .flex:not(button .input-wrap, form .no-space) .input-wrap {
  flex: 1;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.rtl .input-wrap .input-text > span {
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 0 !important;
}
.rtl .input-wrap .input-text > input {
  border-left: 1px solid #ddd !important;
  border-radius: 10px 0 0 10px !important;
  border-right: none !important;
}
.input-wrap {
  margin-bottom: 20px;
}
.input-wrap .input-text {
  display: flex;
}
.input-wrap .input-text > span {
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #ddd;
  border-radius: 10px 0 0 10px !important;
  display: flex;
  font-size: 0.9em;
  padding: 0 10px;
}
.input-wrap .input-text > input {
  border-left: none !important;
  border-radius: 0 10px 10px 0 !important;
}
.input-wrap label {
  display: block;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 10px;
}
.input-wrap input,
.input-wrap textarea {
  border: 1px solid #ddd;
  display: block;
  padding: 0 15px;
  width: 100%;
}
.input-wrap textarea {
  max-height: 120px;
  padding: 15px;
}
.error {
  color: #a12321;
  font-size: 0.85em;
  margin-top: 5px;
}
.invalid input,
.invalid textarea {
  border-color: #a12321;
}
.rtl .user-form .input-wrap {
  text-align: right;
}
.user-form {
  background: #fff !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 1px 2px 2px #00000029;
  margin: 0 auto;
  max-width: 500px;
  padding: 40px;
  text-align: center;
}
.user-form .input-wrap {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .user-form {
    padding: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .input-wrap textarea {
    padding: 10px;
  }
  .input-wrap input {
    padding: 0 10px;
  }
  .user-form {
    padding: 15px 10px;
  }
}
.search-icon {
  background-position: 13.5% 2%;
}
.cart-icon {
  background-position: 44.5% 1.5%;
}
.cart-icon.black {
  background-position: 66% 22.5%;
  opacity: 0.9;
}
.arrow-down.black,
.arrow-up.black {
  background-position: 23% 1.5%;
}
.arrow-up {
  transform: rotate(180deg);
}
.arrow-down,
.arrow-up {
  background-position: 34% 1.5%;
}
.arrow-left {
  transform: rotate(90deg);
}
.arrow-left,
.arrow-right {
  background-position: 34% 1%;
}
.arrow-right {
  transform: rotate(-90deg);
}
.arrow-left.black {
  background-position: 23% 1.5%;
  transform: rotate(90deg);
}
.arrow-right.black {
  background-position: 23% 1.5%;
  transform: rotate(-90deg);
}
.google-icon {
  background-position: 23.5% 12%;
}
.facebook-icon {
  background-position: 33.8% 12.3%;
}
.twitter-icon {
  background-position: 1.5% 23%;
}
.pinterest-icon {
  background-position: 12.2% 12.3%;
}
.close-icon {
  background-position: 1.5% 1.5%;
}
.close-icon.white {
  background-position: 1.5% 13.5%;
}
.lock-icon {
  background-position: 12.5% 23%;
}
.share-icon {
  background-position: 23.2% 22.7%;
}
.heart-icon {
  background-position: 44.8% 12%;
}
.heart-fill-icon {
  background-position: 12.5% 34.8%;
}
.user-icon {
  background-position: 48.25% -66%;
}
.play-icon {
  background-position: 44.5% 34%;
}
.double-arrow-left-icon {
  background-position: 23% 33.8%;
}
.card-icon {
  background-position: 1.5% 45%;
}
.shipping-icon {
  background-position: 55.3% 23%;
}
.support-icon {
  background-position: 55.3% 44.5%;
}
.bundle-icon {
  background-position: 55.3% 34%;
}
.paypal-icon {
  background-position: 12% 44.5%;
}
.cod-icon {
  background-position: 1.5% 34%;
}
.email-icon {
  background-position: 44.5% 44.5%;
}
.eye-close-icon {
  background-position: 34% 44.5%;
}
.eye-icon {
  background-position: 23.3% 44.5%;
}
.user-icon {
  background-position: 55.3% 1.5%;
}
.code-icon {
  background-position: 55.3% 12%;
}
.tick-icon {
  background-position: 66% 1.5%;
}
.reload-icon {
  background-position: 66% 12.5%;
}
.phone-icon {
  background-position: 66% 34%;
}
.login-icon {
  background-position: 76.5% 44.5%;
}
.register-icon {
  background-position: 66.5% 44.5%;
}
.location-icon {
  background-position: 77% 34%;
}
.order-icon {
  background-position: 77% 23%;
}
.stripe-icon {
  background-position: 77% 12%;
  transform: scale(2.5);
}
.razorpay-icon {
  background-position: 77% 1%;
}
.flutterwave-icon {
  background-position: 88% 1%;
}
.iyzico-icon {
  background-position: 88% 12%;
  transform: scale(2);
}
.bank-icon {
  background-position: 87.6% 23%;
}
.trans-icon {
  background-position: 87.6% 34%;
}
.whatsapp-icon {
  background-position: 87.6% 44.8%;
}
.plus-icon {
  background-position: 98.6% 1.8%;
}
.payfast-icon {
  background-position: 98% 12%;
  transform: scale(2);
}
.shimmer-wrapper .shimmer.br-2 {
  border-radius: 2px;
}
.shimmer-wrapper .shimmer {
  background-color: #d2d8e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.shimmer-wrapper .shimmer:after {
  animation: shimmer 1.4s infinite;
  background-image: linear-gradient(
    90deg,
    #fff0,
    #ffffff26 20%,
    #ffffff4d 60%,
    #fff0
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-100%);
}
@keyframes shimmer {
  to {
    transform: translate(100%);
  }
}
.tile-container .shimmer-wrapper {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .tile-container .shimmer-wrapper .p-tile {
    padding: 0 5px 5px;
  }
  .tile-container .shimmer-wrapper .p-tile .h-24x {
    height: 16px;
  }
}
.user-profile-wrapper .card > .flex {
  margin: 0 -10px;
}
.user-profile-wrapper .card > .flex > div {
  margin-bottom: 20px;
  max-width: 50%;
  min-width: 400px;
  padding: 0 10px;
  width: 50%;
}
.user-profile-wrapper .card > .flex > div .user-form {
  box-shadow: none;
  margin: 0;
  max-width: 10000px;
  padding-top: 0;
}
.user-profile-wrapper .card > .flex > div .user-form .form-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: left;
}
.email-login .card > .flex > div {
  margin-left: auto;
  margin-right: auto;
}
.email-login .card > .flex > div:first-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  .user-profile-wrapper .card > .flex > div {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .user-profile-wrapper .card > .flex > div {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
.category-wrapper.area {
  background: none;
}
.category-wrapper.area .area-content {
  padding-left: 0;
  padding-right: 0;
}
.category-wrapper.area .title {
  border-bottom: 0;
  padding: 0 0 15px;
}
.category-wrapper.area .glide-nav {
  height: 35px;
  left: 205px;
  position: absolute;
  top: -48px;
  width: 80px;
}
.category-wrapper.area .glide-nav button {
  opacity: 1;
}
.category-wrapper.area .embla li {
  padding: 0 5px;
}
.category-wrapper.area .embla li > a {
  background: #fff;
  border-radius: 10px;
  padding: 0 10px 15px;
}
.category-wrapper.area .embla li > a .img-wrapper img {
  padding: 10px 0;
}
@media only screen and (max-width: 576px) {
  .category-wrapper.area .glide-nav {
    height: 0;
    position: static;
    width: 0;
  }
  .category-wrapper.area .glide-nav .next-btn {
    left: auto;
    right: 10px;
  }
  .category-wrapper.area .glide-nav .prev-btn {
    left: 10px;
    right: auto;
  }
}
.no-scroll .header-sticky.sticky,
.show-cart.detail-page .header-sticky.sticky {
  position: static;
}
.header-sticky {
  background: inherit;
}
.header-sticky.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
header .compare-btn {
  background: transparent;
  height: auto !important;
}
header.no-banner {
  padding-top: 0;
}
header.no-banner:after {
  display: none;
}
.lang-dropdown.custom-dropdown > span {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  padding: 5px 0;
}
.no-scroll header {
  z-index: 2;
}
header {
  background: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding-top: 4%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
header:after {
  background: #eee;
  content: "";
}
header .top-banner,
header:after {
  left: 0;
  padding-bottom: 4%;
  position: absolute;
  right: 0;
  top: 0;
}
header .top-banner {
  z-index: 1;
}
header .top-banner img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
header .top-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #222;
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
header .top-wrapper .left-side .arrow-down,
header .top-wrapper .right-side .arrow-down {
  height: 14px;
  margin: 0 5px;
  min-width: 14px;
  width: 14px;
}
header .top-wrapper .left-side a,
header .top-wrapper .right-side a {
  padding: 7.5px 0;
}
header .container-fluid.flex {
  margin-bottom: 10px;
  margin-top: 10px;
}
header .logo img {
  max-height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .arrow-down {
  height: 18px;
  width: 18px;
}
header .dropdown {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 10px #0000001a;
  color: #111;
  display: none;
  left: auto;
  min-width: 150px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 11;
}
header .dropdown a,
header .dropdown button.clear-btn {
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: auto !important;
  line-height: 1;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}
header .dropdown a:hover,
header .dropdown button.clear-btn:hover {
  background: #eee;
}
header .dropdown a:active,
header .dropdown button.clear-btn:active {
  background: #ddd;
}
header .active {
  display: block;
}
header button,
header input {
  height: 44px !important;
}
header .left-area,
header .right-area {
  width: 250px;
}
header .right-area .cart-btn,
header .right-area button {
  color: #222;
  font-size: 1.05em;
  font-weight: 600;
}
header .right-area .cart-badge {
  background: var(--primary-color);
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 22px;
  left: 12px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 22px;
  z-index: 1;
}
header .bottom-area {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  color: #222;
  font-size: 1.05em;
}
header .bottom-area > div > .flex {
  margin: 0 -10px;
}
header .bottom-area > div a {
  font-size: 0.95em;
}
header .bottom-area > div a span {
  font-size: 0.9rem;
  padding: 12.5px 10px;
  text-transform: uppercase;
}
header .bottom-area > div a:hover {
  background: #0000000f;
}
header .bottom-area > div a:active {
  background: #0000001a;
}
@media only screen and (max-width: 992px) {
  header .top-banner.banner-wrapper button {
    right: 2.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .left-area,
  header .right-area {
    width: auto;
  }
  header form {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .rtl header .container-fluid.flex .right-area {
    left: 15px;
    right: auto;
  }
  header .left-area {
    min-height: 30px;
  }
  header .top-wrapper {
    font-size: 0.85em;
    padding: 5px 0;
  }
  header .top-wrapper .container-fluid > .flex {
    flex-direction: column;
  }
  header .top-wrapper .left-side,
  header .top-wrapper .right-side {
    justify-content: left;
  }
  header .top-wrapper .left-side a,
  header .top-wrapper .right-side a {
    padding: 5px 0;
  }
  header .top-wrapper .left-side a span > span,
  header .top-wrapper .right-side a span > span {
    display: none;
  }
  header .bottom-area {
    overflow: auto;
  }
  header .bottom-area > div a span {
    padding: 10px;
  }
  header button,
  header input {
    height: 40px !important;
  }
  header .container-fluid.flex {
    display: block;
  }
  header .container-fluid.flex .logo img {
    height: 25px;
    width: auto;
  }
  header .container-fluid.flex .right-area {
    position: absolute;
    right: 15px;
    top: -10px;
  }
  header .container-fluid.flex .right-area button .cart-icon {
    height: 25px;
    width: 25px;
  }
  header form {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .header-sticky.sticky .container-fluid.flex .right-area,
  .header-sticky.sticky .left-area {
    display: none;
  }
  header {
    padding-top: 6%;
  }
  header .top-banner,
  header:after {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 420px) {
  header .top-wrapper .sided .left-side {
    gap: 0;
  }
  header .top-wrapper .sided .left-side a,
  header .top-wrapper .sided .right-side a {
    padding-bottom: 0;
    padding-top: 0;
  }
  header .top-wrapper .sided .left-side {
    justify-content: space-between;
  }
  header .top-wrapper .sided .left-side > a:first-child,
  header .top-wrapper .sided .left-side > span {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  header .top-wrapper .container-fluid > .flex {
    flex-direction: row;
  }
  header .top-wrapper .sided .left-side a {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  header .right-area .cart-btn .title {
    display: none;
  }
}
.ajax-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
button:disabled,
button[disabled] {
  cursor: no-drop;
  opacity: 0.6;
}
.rtl footer .top-area a:not(.logo) {
  margin: 0 0 10px 10px;
  padding: 0 0 0 10px;
}
footer .payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
footer .table-tree {
  gap: 15px;
}
footer .table-tree,
footer .table-tree .tree-node,
footer .table-tree .tree-node ul {
  display: flex;
  flex-wrap: wrap;
}
footer .table-tree .tree-node .node-data {
  display: inline-block;
}
footer .table-tree > .tree-node {
  display: block;
  min-width: calc(25% - 12px);
  width: calc(25% - 12px);
}
footer .table-tree > .tree-node > .node-data {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}
footer .table-tree > .tree-node > .node-data a {
  display: block;
}
footer {
  background: #fff;
}
footer .logo img {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .b-t {
  border-color: #00000026;
}
footer .bold {
  color: #000;
}
footer a:not(.bold) {
  color: #444;
}
footer .bottom-area {
  background: #f2f3f5;
}
footer .bottom-area a {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
footer .bottom-area a img {
  height: 15px;
  width: auto;
}
footer .bottom-area .payment a {
  display: inline-block;
}
footer .bottom-area .payment a img {
  height: 20px;
}
footer .top-area {
  background: #fff;
}
footer .top-area a:not(.logo) {
  border-right: 2px solid hsla(0, 0%, 100%, 0.3);
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
  position: relative;
}
footer .top-area a:not(.logo):last-child {
  border-right: none;
}
@media only screen and (max-width: 1200px) {
  footer .table-tree > .tree-node {
    min-width: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 992px) {
  footer .table-tree > .tree-node {
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 768px) {
  footer .table-tree > .tree-node {
    min-width: 100%;
    width: 100%;
  }
  footer .bold.mb-15 {
    margin-bottom: 5px !important;
  }
}
.brands-wrapper.full-screen .brands-inner {
  max-width: 100%;
  min-width: 100%;
  padding-right: 0;
}
.brands-wrapper {
  display: flex;
}
.brands-wrapper .embla li {
  padding: 0 5px;
}
.brands-wrapper .brand-banner {
  display: flex;
  max-width: 66.66%;
  min-width: 66.66%;
  padding-left: 7.5px;
}
.brands-wrapper .brand-banner .banner-wrapper {
  border-radius: 10px;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.brands-wrapper .brand-banner img {
  border-radius: 10px;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.brands-wrapper .brands-inner {
  max-width: 33.33%;
  min-width: 33.33%;
  padding-right: 7.5px;
}
.brands-wrapper .featured-brands.area {
  margin: 0;
}
.brands-wrapper .featured-brands.area .area-content {
  padding-top: 0;
}
.brands-wrapper .featured-brands.area .title {
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.brands-wrapper .featured-brands.area .glide-nav {
  height: 35px;
  left: 175px;
  position: absolute;
  top: -45px;
  width: 80px;
}
.brands-wrapper .featured-brands.area .glide-nav button {
  opacity: 1;
}
.brands-wrapper .featured-brands.area .embla__viewport li a {
  background: #f2f3f5;
  border-radius: 10px;
  margin: 0 0 15px;
  padding: 10px;
}
.brands-wrapper .featured-brands.area .embla__viewport li a .item-title {
  margin-top: 10px;
}
.brands-wrapper .featured-brands.area .embla__viewport li a .img-wrapper img {
  border: 1px solid #eee;
  border-radius: 100px;
}
@media only screen and (max-width: 1200px) {
  .brands-wrapper {
    flex-direction: column;
  }
  .brands-wrapper .featured-brands.area .glide-nav {
    height: 0;
    position: static;
    width: 0;
  }
  .brands-wrapper .featured-brands.area .glide-nav button {
    margin-top: -25px;
  }
  .brands-wrapper .brand-banner img {
    position: static;
  }
  .brands-wrapper .banner-wrapper,
  .brands-wrapper .brand-banner,
  .brands-wrapper .brands-inner {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .brands-wrapper .brands-inner {
    margin-bottom: 15px;
  }
  .brands-wrapper .banner img {
    position: static;
  }
}
@media only screen and (max-width: 576px) {
  .brands-wrapper .featured-brands.area .glide-nav {
    width: 75px;
  }
  .brands-wrapper .featured-brands.area .glide-nav button {
    margin-top: -20px;
  }
  .brands-wrapper .featured-brands.area .glide__track .glide__slides > li > a {
    margin: 0 0 10px;
  }
}
.toast-message {
  background: #333;
  border-radius: 10px;
  bottom: 50px;
  color: #fff;
  left: 50%;
  padding: 15px 30px;
  position: fixed;
  transform: translate(-50%);
  z-index: 1111;
}
.error-toast {
  background: #f7d7db;
  color: #a12321;
}
.error-toast span {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .toast-message {
    bottom: 30px;
    padding: 10px;
    text-align: center;
  }
}
.rtl .pagination li .arrow-left.black {
  transform: rotate(-90deg);
}
.rtl .pagination li .arrow-right.black {
  transform: rotate(90deg);
}
.pagination {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  float: right;
  overflow: hidden;
}
.pagination li {
  align-items: center;
  border-right: 1px solid #eee;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  height: 35px;
  justify-content: center;
  min-width: 35px;
  transition: all 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pagination li:hover {
  background: #e8f0fe;
}
.pagination li:active {
  background: var(--primary-color);
  color: #fff;
}
.pagination li:last-child {
  border-right: 0;
}
.pagination li .icon {
  height: 18px;
  min-width: 18px;
  opacity: 0.6;
  width: 18px;
}
.pagination .disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.pagination .disabled:hover {
  background: #fff;
}
.pagination .page.disabled {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  opacity: 1;
}
.layer {
  background: #0006;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.user-addresses .pop-over-content {
  padding-bottom: 0 !important;
}
.pop-over.has-layer {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.pop-over {
  z-index: 1000;
}
.pop-over .pop-over-inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 1px 3px #0003;
  left: 50%;
  min-width: 400px;
  position: absolute;
  transform: translate(-50%);
  z-index: 1;
}
.pop-over .pop-over-inner .pop-over-content {
  max-height: 500px;
  overflow: auto;
}
.pop-over .pop-over-inner .right-btn .close-icon {
  background-position: 1.5% 1.5%;
  height: 14px;
  margin: 0;
  min-width: 14px;
  width: 14px;
}
.pop-over .pop-over-inner .pop-heading .close-btn {
  background: #e8f0fe;
}
.pop-over .pop-over-inner:after,
.pop-over .pop-over-inner:before {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  width: 0;
}
.pop-over .pop-over-inner:before {
  border-bottom: 10px solid #aaa;
  top: -11px;
}
.has-layer .pop-over-inner {
  border: none;
}
.has-layer .layer {
  display: block;
}
.has-layer .layer + .pop-over-inner {
  max-height: 85vh;
  overflow: auto;
}
.has-layer .layer + .pop-over-inner:after,
.has-layer .layer + .pop-over-inner:before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .pop-over {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .pop-over .pop-over-inner {
    border: none;
    left: 50%;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .pop-over .pop-over-inner:after,
  .pop-over .pop-over-inner:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .layer-responsive .layer {
    display: block;
  }
  .popup-top-auto.has-layer .layer + .pop-over-inner {
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    min-width: 0;
    right: 0;
    top: auto;
    transform: translate(0) !important;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .pop-over .pop-over-inner {
    border-radius: 10px 10px 0 0;
    min-width: 0;
  }
  .has-layer .layer + .pop-over-inner {
    bottom: 0;
    left: 0;
    max-height: 100%;
    right: 0;
    top: auto;
    transform: none !important;
  }
}
@media only screen and (max-width: 320px) {
  .pop-over .pop-over-content > div > .flex {
    flex-wrap: wrap;
  }
}
.card-popup .pop-over-inner {
  min-width: 350px;
}
.card-popup .pop-over-inner .pop-footer {
  border: none;
  padding: 0 !important;
}
.card-popup .pop-over-inner .pop-footer button {
  border-radius: 0;
  font-size: 1.1em;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
.card-popup .pop-over-inner .pop-heading {
  align-items: flex-start;
  background: linear-gradient(to bottom, var(--primary-hover-color), #2d4679);
  border: none;
  color: #fff;
  padding: 15px !important;
}
.card-popup .pop-over-inner .pop-heading .close-btn {
  background: #fff6;
}
.card-popup .pop-over-inner .pop-over-content {
  min-height: 250px;
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}
.stripe-form {
  transition: all 0.2s;
}
.stripe-form .input-wrap label {
  color: #707070;
  display: block;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 7.5px;
}
.stripe-form .input-wrap .StripeElement {
  border: 1px solid #ddd;
  border-radius: 10px;
  display: block;
  padding: 0 15px;
  width: 100%;
}
.stripe-form .input-wrap .StripeElement--focus {
  background: #00000005;
  box-shadow: 0 0 2px 1px var(--primary-color);
}
.rtl .custom-dropdown .dropdown-inner {
  left: auto;
  right: 0;
}
.lang-dropdown.custom-dropdown > span span {
  min-width: 0;
}
.custom-dropdown.right .dropdown-inner {
  left: auto;
  right: 0;
}
.custom-dropdown {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.custom-dropdown .layer {
  z-index: 1;
}
.custom-dropdown > span {
  align-items: center;
  background: linear-gradient(180deg, #f7f8fa, #e7e9ec);
  border: 1px solid #bbb;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: space-between;
  line-height: 44px;
  padding: 0 15px 0 20px;
  transition: all 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-dropdown > span span {
  max-width: 160px;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-dropdown > span:hover {
  background: #f6f4f4 !important;
}
.custom-dropdown > span:active {
  box-shadow: 0 0 2px 1px var(--primary-color);
}
.custom-dropdown .dropdown-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px #0000001a;
  left: 0;
  max-height: 400px;
  min-width: 160px;
  overflow: auto;
  padding: 7.5px 5px;
  position: absolute;
  top: 100%;
  z-index: 2;
}
.custom-dropdown .dropdown-inner > input {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 0 10px;
}
.custom-dropdown .dropdown-inner ul {
  max-height: 90vh;
}
.custom-dropdown .dropdown-inner ul li {
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 7.5px 20px;
  transition: all 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-dropdown .dropdown-inner ul li:hover {
  background: #eee;
}
.custom-dropdown .dropdown-inner ul .active {
  background: #f6f6f7;
}
.open > span {
  box-shadow: 0 0 1px 1px var(--primary-color);
}
@media only screen and (max-width: 992px) {
  .custom-dropdown .dropdown-wrapper {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rtl .custom-dropdown .dropdown-wrapper .dropdown-inner {
    left: 50%;
  }
  .custom-dropdown .dropdown-wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .custom-dropdown .dropdown-wrapper .layer {
    display: block;
    top: 0;
  }
  .custom-dropdown .dropdown-wrapper .dropdown-inner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-dropdown .dropdown-wrapper ul {
    max-height: 60vh;
  }
  .custom-dropdown .dropdown-wrapper ul li {
    padding: 7.5px 15px;
  }
}
.category-wrapper .tree-node ul {
  padding-left: 20px;
}
.search-popup {
  position: relative;
  top: 2px;
  z-index: 10;
}
.search-popup .popup-inner {
  background: #fff;
  border: none;
  border-radius: 10px;
  border-top: 1px solid #ddd;
  box-shadow: 0 20px 40px #0003;
  left: 50%;
  max-height: 75vh;
  min-width: 100%;
  overflow: auto;
  position: absolute;
  transform: translate(-50%);
}
.pop-over-content {
  min-height: 120px;
  padding: 20px 20px 5px;
}
.pop-over-content .search-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.pop-over-content .search-section .item {
  margin: 15px 7.5px 0;
}
.pop-over-content .category-wrapper .item {
  width: calc(14.285% - 15px);
}
.pop-over-content .category-wrapper .item .img-wrapper {
  border-radius: 200px;
  overflow: hidden;
}
.pop-over-content .category-wrapper .item .img-wrapper img {
  padding: 10px;
}
.pop-over-content .category-wrapper .item .title {
  font-size: 0.9em;
  margin-top: 10px;
}
@media only screen and (max-width: 1400px) {
  .search-popup .popup-inner .pop-over-content .category-wrapper .item {
    width: calc(16.66% - 15px);
  }
}
@media only screen and (max-width: 1200px) {
  .search-popup .popup-inner {
    min-width: 700px;
  }
  .search-popup .popup-inner .pop-over-content .category-wrapper .item {
    width: calc(20% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .search-popup .popup-inner {
    min-width: 100%;
  }
  .search-popup .popup-inner .pop-over-content {
    padding: 15px 15px 0;
  }
  .search-popup .popup-inner .pop-over-content .search-section {
    margin: 0 -5px;
  }
  .search-popup .popup-inner .pop-over-content .search-section .item {
    margin: 10px 5px 0;
  }
  .search-popup .popup-inner .pop-over-content .category-wrapper .item {
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 576px) {
  .search-popup .popup-inner {
    max-height: 50vh;
  }
  .search-popup .popup-inner .pop-over-content .category-wrapper .item {
    width: calc(33.33% - 10px);
  }
}
.rating-review .all-review {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.rating-review .all-review > div {
  max-width: 810px;
}
.rating-review .all-review .rating-banner {
  max-width: 280px;
  min-width: 280px;
}
.rating-review .all-review .img-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.rating-review .all-review .user-img {
  background: #eee;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  z-index: 1;
}
.rating-review .all-review .user-img i {
  opacity: 0.7;
}
.rating-review .total-rating {
  display: flex;
  flex-direction: column;
}
.rating-review .total-rating tr td {
  vertical-align: middle;
  white-space: nowrap;
}
.rating-review .total-rating .rating-bar {
  background: #f0f2f2;
  border-radius: 10px;
  height: 20px;
  position: relative;
  width: 200px;
}
.rating-review .total-rating .rating-bar > span {
  background: #ffa41c;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .rating-review .all-review {
    flex-direction: column;
  }
  .rating-review .all-review .rating-banner {
    min-width: 0;
  }
}
@media only screen and (max-width: 576px) {
  .rating-review .total-rating .rating-bar {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-product-tile .w-120x.img-wrapper {
    width: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .cart-product-tile {
    flex-direction: column;
  }
  .cart-product-tile .content-wrap {
    padding-left: 40px;
    width: 100%;
  }
  .cart-product-tile .w-120x.img-wrapper {
    width: 50px;
  }
}
.flash-list .tile-container .p-tile {
  min-width: 16.66%;
  width: 16.66%;
}
.flash-list > .pos-rel {
  min-height: 700px;
}
@media only screen and (max-width: 992px) {
  .flash-list .tile-container .p-tile {
    min-width: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .flash-list .tile-container .p-tile {
    min-width: 50%;
    width: 50%;
  }
}
.flash-slider {
  transition: opacity 0.2s;
}
.flash-slider.opacity-0 {
  max-height: 0;
}
.flash-slider.opacity-1 {
  max-height: 1000px;
}
.remaining-wrapper {
  color: #888;
  text-align: center;
  width: 90px;
}
.remaining-wrapper .remaining {
  background: #ddd;
  border-radius: 10px;
  height: 10px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.remaining-wrapper .remaining span {
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.ck-button {
  margin: 0 10px 10px 0;
}
.ck-button label span {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  padding: 7.5px 20px;
}
.ck-button label span:hover {
  background: #ddd;
}
.ck-button label input {
  position: absolute;
  top: -20px;
}
.ck-button input:checked + span {
  background-color: #eefaf4;
  color: #356842;
}
@media only screen and (max-width: 576px) {
  .ck-button {
    margin: 0 5px 5px 0;
  }
}
.main-slider {
  height: 600px;
  position: relative;
}
.main-slider .slider-wrapper {
  height: 100%;
  width: 100%;
}
.main-slider .slider-wrapper.has-right .left {
  margin-right: 300px;
}
.main-slider .slider-wrapper .img-wrap {
  height: 100%;
  min-height: 150px;
  position: relative;
}
.main-slider .slider-wrapper .left {
  height: 100%;
}
.main-slider .slider-wrapper .left > .pos-rel {
  border-radius: 10px;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}
.main-slider .slider-wrapper .left .placeholder-img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.main-slider .slider-wrapper .left .placeholder-img.img-loaded {
  z-index: -1;
}
.main-slider .slider-wrapper .left .glide,
.main-slider .slider-wrapper .left .glide__slides,
.main-slider .slider-wrapper .left .glide__slides > li,
.main-slider .slider-wrapper .left .glide__track {
  height: 100%;
}
.main-slider .slider-wrapper .left .slider-content {
  height: 100%;
  position: relative;
}
.main-slider .slider-wrapper .left .slider-content .slider-content-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main-slider .slider-wrapper .left .slider-content .slider-content-inner img {
  height: 100%;
}
.main-slider .slider-wrapper .right {
  height: 100%;
  padding-left: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.main-slider .slider-wrapper .right .img-wrap {
  border-radius: 10px;
  height: calc(50% - 7.5px);
  margin: 0 0 7.5px;
  overflow: hidden;
}
.main-slider .slider-wrapper .right .img-wrap:last-child {
  margin: 15px 0 0;
}
.main-slider .slider-wrapper .right .img-wrap img {
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .main-slider {
    height: auto;
    padding-bottom: 45%;
  }
  .main-slider .slider-wrapper {
    left: 0;
    position: absolute;
    top: 0;
  }
  .main-slider .slider-wrapper.has-right .left {
    margin-right: 25%;
  }
  .main-slider .slider-wrapper .right {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider {
    height: 100%;
    padding-bottom: 0;
  }
  .main-slider .slider-wrapper {
    position: relative;
  }
  .main-slider .slider-wrapper .left,
  .main-slider .slider-wrapper .slider-content {
    min-height: 0;
  }
  .main-slider .slider-wrapper.has-right .left {
    height: auto;
    margin-right: 0;
  }
  .main-slider .slider-wrapper .left > .pos-rel {
    height: auto;
    min-height: 0;
  }
  .main-slider .slider-wrapper .left .glide {
    position: absolute;
  }
  .main-slider .slider-wrapper .left .placeholder-img {
    display: flex;
    position: relative;
  }
  .main-slider .slider-wrapper .left .glide,
  .main-slider .slider-wrapper .left .glide__slides,
  .main-slider .slider-wrapper .left .glide__slides > li,
  .main-slider .slider-wrapper .left .glide__track {
    height: 100%;
  }
  .main-slider .slider-wrapper .left .slider-content {
    height: auto;
  }
  .main-slider .slider-wrapper .left .slider-content .slider-content-inner {
    line-height: 0;
    position: static;
  }
  .main-slider .slider-wrapper .right {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .main-slider .slider-wrapper .right .img-wrap {
    height: auto;
    margin: 0;
    width: calc(50% - 5px);
  }
  .main-slider .slider-wrapper .right .img-wrap:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 350px) {
  .main-slider .slider-wrapper .right .img-wrap {
    min-height: 0;
  }
}
.detail-page .glide__slides {
  white-space: inherit;
}
.detail-page .glide__slides img {
  padding: 0 55px;
}
.detail-page .glide__slides video {
  max-height: 100%;
  padding: 0 55px;
  width: 100%;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide {
  box-sizing: border-box;
  min-width: 100%;
  position: relative;
  width: 100%;
}
.glide .glide-bullets {
  background: #0006;
  border-radius: 100px;
  bottom: 15px;
  display: flex;
  height: 20px;
  left: 50%;
  padding: 5px;
  position: absolute;
  transform: translate(-50%);
  z-index: 1;
}
.glide .glide-bullets li {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  cursor: pointer;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
.glide .glide-bullets .glide__bullet--active {
  background: #fffc;
}
.glide .glide-nav button {
  align-items: center;
  background: #0003;
  border-radius: 100px;
  display: flex;
  height: 35px;
  justify-content: center;
  left: auto;
  margin-top: -17.5px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  z-index: 1 !important;
}
.glide .glide-nav button:hover {
  background: #0006;
}
.glide .glide-nav button:active {
  background: #000c;
}
.glide .glide-nav .prev-btn {
  left: 10px;
  right: auto;
}
@media only screen and (max-width: 992px) {
  .detail-page .glide__slides img,
  .detail-page .glide__slides video {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-page .glide__slides img,
  .detail-page .glide__slides video {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .glide .glide-bullets {
    bottom: 10px;
    height: 13px;
    padding: 3px;
  }
  .glide .glide-bullets li {
    height: 7px;
    margin: 0 3px;
    width: 7px;
  }
  .glide .glide-nav button {
    height: 30px;
    left: auto;
    margin-top: -15px;
    right: 5px;
    width: 30px;
  }
  .glide .glide-nav button .icon {
    height: 18px;
    min-width: 18px;
    width: 18px;
  }
  .glide .glide-nav .prev-btn {
    left: 5px;
    right: auto;
  }
}
.discover-area {
  width: 100%;
}
.discount {
  background: rgba(8, 196, 193, 0.1);
  border-radius: 4px;
  color: #04b9b6;
  font-size: 0.9em;
  font-weight: 600;
  padding: 1px 4px;
}
.p-tile {
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.1s;
  z-index: 0;
}
.p-tile:hover .img-wrapper > .compare-btn {
  opacity: 1;
  transform: translate(0);
}
.p-tile .img-wrapper {
  margin: 5px 0;
  position: relative;
}
.p-tile .img-wrapper .badge,
.p-tile .img-wrapper > .compare-btn {
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-tile .img-wrapper > .compare-btn {
  opacity: 0;
  right: 5px;
  transform: translate(20px);
  transition: all 0.2s;
}
.p-tile .img-wrapper > .compare-btn i.close-icon {
  transform: scale(0.7);
}
.p-tile .img-wrapper .badge {
  background: var(--primary-color);
  border-radius: 3px;
  color: #fff;
  font-size: 0.7em;
  left: 5px;
  padding: 2px 5px;
}
.p-tile .img-wrapper .fav-btn {
  color: #666;
  font-size: 2em;
  height: auto;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.p-tile .img-wrapper .fav-btn span {
  line-height: 1;
}
.p-tile > .page-link {
  display: block;
}
.user-compared .tile-container .p-tile,
.user-wishlists .tile-container .p-tile {
  min-width: 25%;
  width: 25%;
}
.tile-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tile-container .p-tile {
  margin-bottom: 15px;
  min-width: 16.66%;
  padding: 0 10px;
  width: 16.66%;
}
@media only screen and (max-width: 1400px) {
  .tile-container .p-tile {
    min-width: 20%;
    width: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .tile-container .p-tile {
    min-width: 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .tile-container .p-tile,
  .user-compared .tile-container .p-tile,
  .user-wishlists .tile-container .p-tile {
    min-width: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .p-tile .img-wrapper > .compare-btn {
    opacity: 1;
    transform: none;
  }
  .p-tile {
    margin-bottom: 10px;
  }
  .p-tile .img-wrapper img {
    padding: 10px;
  }
  .tile-container .p-tile,
  .user-compared .tile-container .p-tile,
  .user-wishlists .tile-container .p-tile {
    min-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .tile-container {
    margin: 0 -5px;
  }
  .tile-container .p-tile {
    margin-bottom: 10px;
    min-width: 50%;
    padding: 0 5px;
    width: 50%;
  }
}
.category-tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.category-tile-wrapper .category-tile {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  width: 14.28%;
}
.category-tile-wrapper .category-tile .img-wrapper img {
  padding: 15px;
}
@media only screen and (max-width: 1200px) {
  .category-tile-wrapper .category-tile {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  .category-tile-wrapper .category-tile {
    margin-bottom: 15px;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .category-tile-wrapper .category-tile {
    width: 33.33%;
  }
  .category-tile-wrapper .category-tile .img-wrapper img {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .category-tile-wrapper {
    margin: 0;
  }
  .category-tile-wrapper .category-tile {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }
}
.product-product-id .home-section .area-content,
.product-product-id .home-section .title {
  padding-left: 0;
  padding-right: 0;
}
.detail-menu {
  background: #f1f2f3;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
.detail-menu a {
  line-height: 40px;
  padding: 0 15px;
}
.detail-menu a:hover {
  background: #fff;
}
.detail-menu a:active {
  background: #ddd;
}
.product-detail .product-main {
  display: flex;
  flex-grow: 1;
  gap: 15px;
  position: relative;
}
.product-detail .product-main .vouchers-wrapper .flex .card:last-child {
  margin-bottom: 0 !important;
}
.product-detail .product-main .detail-image-wrapper {
  max-width: 400px;
  min-width: 400px;
}
.product-detail .product-main .detail-image-wrapper .detail-image-inner {
  position: sticky;
  top: 20px;
  z-index: 1;
}
.suggested-container {
  max-height: 10000px;
  position: relative;
  transition: all 0.2s;
}
.suggested-container .rating-banner,
.suggested-container .review-list,
.suggested-container .total-rating {
  opacity: 0;
}
.suggested-container .suggested-wrapper {
  padding-left: 365px;
  position: relative;
}
.suggested-container .suggested-wrapper .suggested-banner {
  left: 0;
  padding-right: 30px;
  position: absolute;
  top: 0;
  width: 365px;
}
.suggested-container.mx-h-0 {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
}
.suggested-container.review-loaded .rating-banner,
.suggested-container.review-loaded .review-list,
.suggested-container.review-loaded .total-rating {
  opacity: 1;
}
.voucher-code {
  margin-bottom: 5px;
}
.bundle-deal {
  border: 1px dashed var(--primary-color);
  border-radius: 10px;
  color: #2d4679;
  font-size: 0.9em;
  padding: 4px 10px;
}
.product-detail .vouchers-wrapper {
  min-height: 200px;
}
.product-detail .vouchers-wrapper .card {
  flex-grow: 1;
}
.expanded {
  max-height: 100% !important;
}
.expanded:after {
  display: none;
}
.rtl .editor ul {
  padding-left: 0;
  padding-right: 2em;
}
.editor li {
  display: list-item;
  line-height: 1.9;
  list-style: disc;
}
.editor ul {
  list-style-type: disc;
}
.editor ol,
.editor ul {
  list-style-position: inside;
  padding-left: 2em;
}
.editor ol {
  list-style-type: decimal;
}
.editor ol li {
  list-style: decimal;
}
@media only screen and (max-width: 1200px) {
  .product-detail .product-main .detail-image-wrapper {
    max-width: 100%;
    min-width: 340px;
  }
}
@media only screen and (max-width: 992px) {
  .product-detail .product-main {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .no-scroll .detail-image-inner {
    z-index: 2 !important;
  }
  .detail-image-inner.z-2 {
    z-index: 1 !important;
  }
  .product-detail .product-main {
    padding-left: 0;
  }
  .product-detail .product-main .detail-image-wrapper {
    min-height: 250px;
    min-width: 0;
    position: static;
    width: 100%;
  }
  .product-detail .product-main .detail-image-wrapper .slider-content-inner {
    min-height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .product-main .two-sided .left {
    min-width: 90px;
    width: 90px;
  }
}
.video-thumb {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.video-thumb img,
.video-thumb span {
  pointer-events: none;
}
.video-thumb span {
  background: #fff9;
  border-radius: 100px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.video-thumb span i {
  background-size: 1600% 1600%;
  height: 24px;
  margin: 0;
  opacity: 1;
  pointer-events: none;
  position: relative;
  width: 24px;
  z-index: 1;
}
.rtl .area .glide-nav button.next-btn {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
.rtl .area .glide-nav button.prev-btn {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.rtl .glide__track .p-tile {
  direction: rtl;
  text-align: right;
}
.rtl .brands-wrapper .featured-brands.area .glide-nav {
  left: 100px;
}
.rtl .embla__viewport,
.rtl .main-slider {
  direction: ltr;
}
.image-popup-wrapper > .layer {
  display: block;
  top: 0;
}
.image-popup-wrapper .image-popup .embla__viewport li {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px;
}
.image-popup-wrapper .image-popup .embla__viewport li video {
  width: 100%;
}
.image-popup-wrapper .image-popup .embla__viewport li img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.image-popup-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.image-popup-wrapper .image-popup {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px #0000004d;
  height: 80%;
  padding: 20px 320px 20px 0;
  position: relative;
  width: 80%;
  z-index: 1;
}
.image-popup-wrapper .image-popup .fav-btn,
.image-popup-wrapper .image-popup .share-btn {
  box-shadow: none;
  display: none;
  right: 0;
  top: 0;
}
.image-popup-wrapper .image-popup .fav-btn .icon,
.image-popup-wrapper .image-popup .share-btn .icon {
  height: 28px;
  min-width: 28px;
  width: 28px;
}
.image-popup-wrapper .image-popup .fav-btn {
  left: 0;
  right: auto;
}
.image-popup-wrapper .image-popup .slider-wrapper {
  flex-grow: 1;
  height: 100%;
}
.image-popup-wrapper .image-popup .slider-wrapper .slider-content-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.image-popup-wrapper .image-popup .slider-wrapper .glide__slides,
.image-popup-wrapper .image-popup .slider-wrapper .glide__track,
.image-popup-wrapper .image-popup .slider-wrapper .slider-content,
.image-popup-wrapper .image-popup .slider-wrapper .slider-content-inner {
  height: 100%;
  text-align: center;
}
.image-popup-wrapper .image-popup .slider-wrapper .glide__slides img,
.image-popup-wrapper .image-popup .slider-wrapper .glide__track img,
.image-popup-wrapper .image-popup .slider-wrapper .slider-content img,
.image-popup-wrapper .image-popup .slider-wrapper .slider-content-inner img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.image-popup-wrapper .image-popup .thumb-wrapper {
  background: #f1f2f1;
  border-left: 1px solid #ddd;
  border-radius: 0 10px 10px 0;
  bottom: -20px;
  flex-wrap: wrap;
  padding: 40px 20px 20px;
  position: absolute;
  right: -320px;
  top: -20px;
  width: 320px;
}
.image-popup-wrapper .image-popup .thumb-wrapper .title {
  padding: 5px;
}
.image-popup-wrapper .image-popup .thumb-wrapper .active img {
  border: 2px solid transparent;
  box-shadow: 0 0 3px 1px var(--primary-color);
}
.image-popup-wrapper .image-popup .thumb-wrapper .img-handler {
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  height: 80px;
  margin: 5px;
  width: 80px;
}
@media only screen and (max-width: 1200px) {
  .image-popup-wrapper .image-popup {
    height: 90%;
    padding-right: 270px;
    width: 90%;
  }
  .image-popup-wrapper .image-popup .thumb-wrapper {
    right: -270px;
    width: 270px;
  }
  .image-popup-wrapper .image-popup .thumb-wrapper .img-handler {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .rtl .image-popup-wrapper .image-popup .next-btn {
    left: 0 !important;
    right: auto;
    transform: scaleX(-1);
  }
  .rtl .image-popup-wrapper .image-popup .prev-btn {
    left: auto !important;
    right: 0;
    transform: scaleX(-1);
  }
  .stacked.image-popup-wrapper {
    position: static;
  }
  .stacked.image-popup-wrapper .image-popup {
    box-shadow: none;
    position: static;
  }
  .stacked.image-popup-wrapper .image-popup .close-btn {
    display: none;
  }
  .stacked.image-popup-wrapper .image-popup .slider-wrapper .thumb-wrapper {
    bottom: -30px;
  }
  .preload-img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 45px;
  }
  .image-popup-wrapper {
    background: none;
  }
  .image-popup-wrapper > .layer {
    display: none;
  }
  .image-popup-wrapper .image-popup {
    height: 100%;
    overflow: hidden;
    padding: 30px 0 0;
    width: 100%;
  }
  .image-popup-wrapper .image-popup .prev-btn {
    left: 0 !important;
    right: auto;
    z-index: 0;
  }
  .image-popup-wrapper .image-popup .next-btn {
    left: auto !important;
    right: 0;
    z-index: 0;
  }
  .image-popup-wrapper .image-popup .embla__container,
  .image-popup-wrapper .image-popup .slider-content-inner {
    margin: auto;
    padding: 0 30px;
  }
  .image-popup-wrapper .image-popup .embla__container img,
  .image-popup-wrapper .image-popup .embla__container video,
  .image-popup-wrapper .image-popup .slider-content-inner img,
  .image-popup-wrapper .image-popup .slider-content-inner video {
    max-height: 400px !important;
  }
  .image-popup-wrapper .image-popup .embla__container > .full-dimen,
  .image-popup-wrapper .image-popup .slider-content-inner > .full-dimen {
    height: auto;
  }
  .image-popup-wrapper .image-popup .slider-wrapper {
    margin-bottom: 40px;
  }
  .image-popup-wrapper .image-popup .slider-wrapper .thumb-wrapper {
    background: none;
    border: none;
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .image-popup-wrapper .image-popup .slider-wrapper .thumb-wrapper > div {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .image-popup-wrapper
    .image-popup
    .slider-wrapper
    .thumb-wrapper
    > div
    .img-handler {
    height: 20px;
    margin: 0 2.5px;
    width: 20px;
  }
  .image-popup-wrapper .image-popup .slider-wrapper .thumb-wrapper .title {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .image-popup-wrapper .image-popup .fav-btn,
  .image-popup-wrapper .image-popup .right-btn {
    display: flex;
  }
}
.scroller-at-left {
  display: block !important;
}
.zoomer-base-container {
  text-align: center;
}
.drift-bounding-box {
  z-index: 10;
}
.detail-image {
  position: relative;
  width: auto;
}
.detail-image .thumb-list {
  align-items: center;
  justify-content: center;
  margin: 5px 0 10px;
}
.detail-image .thumb-list .zoomer-control {
  transform: rotate(-90deg);
}
.detail-image .arrow-hide .thumb-list > .zoomer-control {
  display: none;
}
.detail-image .img-zoom-container,
.detail-image .pleceholder-zoomer-base-container,
.detail-image .zoomer-base-container {
  cursor: pointer;
  max-height: 520px;
  position: static !important;
  width: 100% !important;
}
.detail-image .img-zoom-container .zoom-image,
.detail-image .img-zoom-container > img,
.detail-image .pleceholder-zoomer-base-container .zoom-image,
.detail-image .pleceholder-zoomer-base-container > img,
.detail-image .zoomer-base-container .zoom-image,
.detail-image .zoomer-base-container > img {
  height: auto;
  max-height: 420px;
  max-width: 100%;
  min-height: 400px;
  width: auto;
}
.detail-image .pleceholder-zoomer-base-container {
  height: 400px;
}
.detail-image .pleceholder-thumb-list {
  justify-content: center;
  margin: 0 -5px;
}
.detail-image .pleceholder-thumb-list,
.detail-image .thumb-list,
.detail-image .thumb-slider .embla__container {
  width: auto !important;
  grid-row-gap: 0 !important;
  display: flex !important;
  height: auto !important;
}
.detail-image .pleceholder-thumb-list .responsive-image,
.detail-image .thumb-list .responsive-image,
.detail-image .thumb-slider .embla__container .responsive-image {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 60px !important;
  margin: 5px;
  width: 60px !important;
}
.detail-image .pleceholder-thumb-list .zoomer-control.responsive-image,
.detail-image .thumb-list .zoomer-control.responsive-image,
.detail-image .thumb-slider .embla__container .zoomer-control.responsive-image {
  border: none;
  height: 30px !important;
  opacity: 0.3;
  width: 30px !important;
}
.detail-image .pleceholder-thumb-list .zoomer-control.responsive-image:hover,
.detail-image .thumb-list .zoomer-control.responsive-image:hover,
.detail-image
  .thumb-slider
  .embla__container
  .zoomer-control.responsive-image:hover {
  opacity: 0.6;
}
.detail-image .pleceholder-thumb-list .choosed-thumb,
.detail-image .thumb-list .choosed-thumb,
.detail-image .thumb-slider .embla__container .choosed-thumb {
  box-shadow: 0 0 2px 1px var(--primary-color) !important;
}
.pane-container {
  border-radius: 10px;
  box-shadow: 0 1px 5px #0000004d;
  height: 500px !important;
  left: calc(100% + 15px) !important;
  overflow: hidden;
  top: 0 !important;
  width: 500px !important;
  z-index: 1000;
}
.rtl .drift-zoom-pane img {
  left: 0;
}
.rtl .pane-container {
  left: 0 !important;
  right: calc(100% + 15px) !important;
}
@media only screen and (max-width: 768px) {
  .detail-image {
    padding-left: 0;
  }
  .detail-image .pleceholder-zoomer-base-container {
    height: auto;
  }
  .detail-image .pleceholder-zoomer-base-container .preload-img {
    margin-bottom: 15px;
    margin-top: 45px;
    max-height: 400px;
    min-height: 200px;
  }
  .detail-image .pleceholder-thumb-list .responsive-image.shimmer {
    height: 20px !important;
    margin-bottom: 15px;
    width: 20px !important;
  }
}
.rtl .product-detail {
  padding-left: 280px;
  padding-right: 0;
}
.rtl .product-detail .detail-right {
  left: 0;
  right: auto;
}
.rtl .product-detail .detail-left {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.p-tile .discount,
.price-wrapper {
  word-break: break-all;
}
.price-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  white-space: break-spaces;
}
.product-detail {
  padding-right: 280px;
  position: relative;
}
.product-detail .detail-right {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}
.product-detail .detail-right .sticky-right {
  position: sticky;
  top: 125px;
  z-index: 0;
}
.product-detail .detail-right .sticky-right .price-wrapper .strike-through {
  font-size: 0.7em;
}
.product-detail .detail-right .sticky-right .content {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .rtl .product-detail {
    padding-left: 250px;
    padding-right: 0;
  }
  .product-detail {
    padding-right: 250px;
  }
  .product-detail .detail-right {
    width: 250px;
  }
  .product-detail .dropdown-inner {
    left: auto;
    right: 0;
  }
  .secure-trans .pop-over-inner {
    left: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .no-scroll .product-detail .detail-right {
    z-index: 2;
  }
  .secure-trans .pop-over-inner {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .rtl .product-detail .detail-left {
    margin-left: 0 !important;
  }
  .rtl .product-detail {
    padding-left: 0;
  }
  .product-detail {
    padding-right: 0;
  }
  .product-detail .detail-right {
    position: static;
    width: 100%;
  }
  .product-detail .detail-right .sticky-right {
    position: static;
  }
  .product-detail .detail-right .sticky-right .content {
    background: none;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 15px 0 0;
  }
  .social-share {
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    justify-content: left;
  }
  .social-share > a {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    width: 100%;
  }
}
.rtl .c_slider__wrapper {
  direction: ltr;
}
.rtl .c_slider__wrapper .p-tile {
  direction: rtl;
  text-align: right;
}
.c_slider__wrapper {
  position: relative;
}
.c_slider__wrapper .c_slider__container {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c_slider__wrapper .c_slider__nav button {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 2px 5px #d4d8d880;
  padding: 7.5px;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 1;
}
.c_slider__wrapper .c_slider__nav button i {
  opacity: 0.6;
}
.c_slider__wrapper .c_slider__nav button:hover {
  background: #e8f0fe;
}
.c_slider__wrapper .c_slider__nav button:active {
  background: var(--primary-color);
}
.c_slider__wrapper .c_slider__nav .next-btn {
  display: flex;
}
.c_slider__wrapper .c_slider__nav .prev-btn {
  display: flex;
  left: 0;
  right: auto;
}
.c_slider__wrapper ul {
  display: flex;
  flex-grow: 1;
  margin: 0 -10px;
  min-width: 100%;
}
.c_slider__wrapper ul li {
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .c_slider__wrapper .c_slider__nav button {
    padding: 5px;
  }
  .c_slider__wrapper ul {
    margin: 0 -5px;
  }
  .c_slider__wrapper ul li {
    padding: 0 5px;
  }
}
.rtl .quantity-area button:first-child {
  border-radius: 0 10px 10px 0;
}
.rtl .quantity-area button:last-child {
  border-radius: 10px 0 0 10px;
}
.quantity-area {
  display: flex;
}
.quantity-area .no-control,
.quantity-area button {
  height: 42px;
  line-height: 42px;
  width: 40px;
}
.quantity-area button {
  border: 1px solid #ddd;
  font-size: 1.3em;
}
.quantity-area button:active {
  background: #e8f0fe;
  border-color: var(--primary-color);
  box-shadow: none;
}
.quantity-area .no-control,
.quantity-area input {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  border-top: 1px solid #ddd;
  font-size: 1.1em;
  position: relative;
  text-align: center;
  z-index: 1;
}
.quantity-area button:first-child {
  border-radius: 10px 0 0 10px;
}
.quantity-area button:last-child {
  border-radius: 0 10px 10px 0;
}
.bank-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bank-detail > div {
  min-width: calc(50% - 10px);
  width: calc(50% - 10px);
}
.bank-popup .pop-over-inner {
  max-width: 600px;
}
.order-wrapper {
  display: flex;
}
.order-wrapper .layer-white.spinner-wrapper:after {
  background: #f1f2f3;
}
.order-wrapper .right-area {
  width: calc(100% - 250px);
}
.order-wrapper .left-sidebar {
  font-size: 1.1em;
  min-width: 250px;
}
.order-wrapper .left-sidebar li {
  display: block;
}
.order-wrapper .left-sidebar li a {
  padding: 5px 0;
}
.order-wrapper .left-sidebar .active {
  color: var(--primary-color);
  font-weight: 600;
}
.order-wrapper table.shipping-table td {
  border: none;
  vertical-align: baseline;
}
.order-wrapper table {
  margin: 15px 0;
}
.order-wrapper table td {
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.order-wrapper table td .img-wrap {
  height: 60px;
  width: 60px;
}
.order-wrapper table td .img-wrap img {
  border-radius: 10px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.order-wrapper table tr {
  background: none !important;
}
.order-wrapper table th {
  background: #f8f7f6;
  border: none;
  font-size: 0.9em;
  font-weight: 400;
  padding: 15px;
  text-align: left;
}
.order-wrapper .order-details > li {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.order-wrapper .order-details > li > span:first-child {
  font-weight: 600;
  width: 160px;
}
.order-wrapper .order-details > li > span:last-child {
  width: 150px;
}
.order-wrapper .order-price li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.order-wrapper .order-price li:last-child {
  border-bottom: none;
}
.order-wrapper .order-price li span:first-child {
  text-align: right;
  width: 100px;
}
.order-wrapper .order-price li span:last-child {
  text-align: right;
  width: 80px;
}
@media only screen and (max-width: 1200px) {
  .order-wrapper .right-area {
    width: calc(100% - 180px);
  }
  .order-wrapper .left-sidebar {
    min-width: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .order-wrapper .right-area {
    width: calc(100% - 150px);
  }
  .order-wrapper .left-sidebar {
    min-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .order-wrapper {
    display: block;
  }
  .order-wrapper .right-area {
    width: 100%;
  }
  .order-wrapper .left-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
    width: 100%;
  }
  .order-wrapper .left-sidebar li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 576px) {
  .order-wrapper .pay-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rating-popup .img-container {
  position: relative;
  width: 25%;
}
.rating-popup .img-container .close-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: flex;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 1;
}
.rating-popup .img-container .close-btn i {
  height: 12px;
  margin: 0;
  min-width: 12px;
  opacity: 0.7;
  width: 12px;
}
.rating-popup .img-container .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.rating-popup .img-container .img-wrapper img {
  top: 50%;
  transform: translate(-50%, -50%);
}
.rating-popup .pop-over-inner {
  border: none;
  width: 450px;
}
.rating-popup .pop-over-inner textarea {
  height: 180px;
  width: 100%;
}
.payment-popup .pop-over-inner {
  max-width: 450px;
  width: 100%;
}
.star-btn span,
.star-btn + .star-fill span {
  cursor: pointer;
}
.rtl .star-wrapper .star-fill {
  left: auto;
  right: 0;
}
.star-wrapper {
  color: #ffa41c;
  font-size: 1.3em;
  position: relative;
}
.star-wrapper .star-fill {
  color: #ffa41c;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.vouchers-wrapper > .flex {
  margin: 0 -7.5px;
}
.vouchers-wrapper > .flex .card {
  margin: 0 7.5px;
}
.voucher-footer {
  border-top: 2px dashed #ccc;
  padding: 10px 0;
}
.main-product-id .vouchers-wrapper > .flex {
  margin: 5px -5px 0;
}
.main-product-id .vouchers-wrapper > .flex .card {
  margin: 0;
}
.product-detail .info-msg {
  border-radius: 3px;
}
.pickup-addr .info-msg {
  border-radius: 8px;
}
.main-product-id .bundle-deal,
.voucher + .lite-btn {
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .main-product-id .vouchers-wrapper > .flex {
    margin: 5px -2.5px 0;
  }
}
.static-container {
  background: #fff;
  border-radius: 10px;
  padding: 15px 0;
}
.static-container .static-area {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 25%;
  min-width: 25%;
  padding: 10px 20px;
}
.static-container .static-area .detail p {
  color: #555;
  font-size: 0.9rem;
}
.static-container .static-area .img-wrap,
.static-container .static-area img {
  height: 50px;
  width: 50px;
}
.static-container .static-area img {
  background-size: 1500%;
}
@media only screen and (max-width: 992px) {
  .static-container .static-area {
    justify-content: flex-start;
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .static-container .static-area {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .static-container .static-area {
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .static-container .opacity-1 .home-section > .flex,
  .static-container + div .home-section > .flex {
    display: block;
  }
  .static-container .opacity-1 .home-section > .flex > .flex,
  .static-container + div .home-section > .flex > .flex {
    justify-content: space-between;
  }
}
.product-banner {
  display: flex;
  margin: -7.5px;
}
.product-banner > a {
  border-radius: 10px;
  display: flex;
  margin: 7.5px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .product-banner {
    flex-direction: column;
  }
  .product-banner > a {
    margin-bottom: 10px;
  }
}
.address-form .pop-over-inner {
  max-width: 650px;
  width: 100%;
}
.address-form .pop-over-inner .dropdown-inner {
  left: 0;
  max-height: 200px;
}
.shipping .state-dd.custom-dropdown .dropdown-inner {
  left: auto;
  right: 0;
}
.address-popup .pop-over-inner .dropdown-inner {
  max-height: 200px;
}
.address-popup .pop-over-inner .pop-footer > .flex,
.address-popup .pop-over-inner > .flex {
  margin: 0;
}
.category-wrapper .node-data a {
  padding: 5px 0;
}
.collapsible {
  margin-left: -10px;
  max-height: 150px;
  overflow: hidden;
  padding-left: 10px;
  transition: all 0.2s;
}
.collapsible.expanded {
  max-height: 1000px;
}
.price-search {
  flex-wrap: wrap;
  gap: 7.5px;
  justify-content: flex-start;
}
.price-search .input-wrap {
  flex-grow: 1;
  margin-bottom: 5px;
  width: 70px;
}
.price-search .input-wrap .input-text > span,
.price-search .input-wrap input {
  padding: 0 7.5px;
}
.price-search .outline-btn {
  margin-bottom: 5px;
}
.rtl .list-heading .sort-dropdown .dropdown-inner {
  left: 0;
  right: auto;
}
.list-heading {
  padding: 5px 0;
}
.list-heading .filter-btn {
  display: none;
}
.list-heading .sort-dropdown span {
  max-width: 1000px;
}
.list-heading .sort-dropdown .dropdown-inner {
  left: auto;
  right: 0;
}
.rtl .product-list .left-area .sticky .sidebar {
  border-left: 1px solid #ddd;
  border-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
.rtl .product-list .main-content {
  padding-left: 0;
  padding-right: 25px;
}
.product-list {
  display: flex;
  position: relative;
  width: 100%;
}
.product-list .main-content {
  flex-grow: 1;
  padding-left: 25px;
}
.product-list .main-content > .pos-rel {
  min-height: 500px;
}
.product-list .main-content .tile-container .p-tile {
  min-width: 20%;
  width: 20%;
}
.product-list .left-area {
  min-width: 250px;
}
.product-list .left-area .sticky {
  position: sticky;
  top: 30px;
  z-index: 1;
}
.product-list .left-area .sticky .close-btn-wrapper {
  border-bottom: 1px solid #ddd;
  color: var(--primary-color);
  display: none;
  font-size: 1.1em;
  font-weight: 600;
  padding: 7.5px 25px;
  text-align: right;
}
.product-list .left-area .sticky .sidebar {
  border-right: 1px solid #ddd;
  padding-bottom: 20px;
  padding-right: 30px;
}
.product-list .left-area .sticky .sidebar .sidebar-section {
  margin: 20px 0;
}
.product-list .left-area .sticky .sidebar .sidebar-section .title {
  font-weight: 600;
  margin-bottom: 15px;
}
.product-list .left-area .sticky .sidebar .star-filter > button.active {
  color: var(--primary-color);
  font-weight: 700;
}
.product-list .left-area .sticky .sidebar .star-filter > button {
  display: block;
  height: auto;
  line-height: 1.4;
}
.product-list .left-area .sticky .sidebar .star-filter > button .rating-stars {
  font-size: 1.7em;
  line-height: 1 !important;
}
.product-list
  .left-area
  .sticky
  .sidebar
  .star-filter
  > button
  .rating-stars
  span {
  line-height: 1;
}
@media only screen and (max-width: 1500px) {
  .rtl .product-list .main-content {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .product-list .left-area .sticky .sidebar {
    padding-left: 15px;
    padding-right: 0;
  }
  .product-list .main-content {
    padding-left: 15px;
  }
  .product-list .left-area .sticky .sidebar {
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-list .main-content .tile-container .p-tile {
    min-width: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 992px) {
  .price-search .input-wrap {
    width: 50%;
  }
  .price-search .input-wrap:first-child {
    margin-right: 0;
  }
  .product-list {
    padding-left: 0;
  }
  .product-list .main-content .tile-container .p-tile {
    min-width: 50%;
    width: 50%;
  }
  .product-list .left-area {
    min-width: 220px;
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .list-heading .sort-dropdown .dropdown-inner,
  .rtl .list-heading .sort-dropdown .dropdown-inner {
    left: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .collapsible {
    max-height: 135px;
  }
  .list-heading .filter-btn {
    display: flex;
  }
  .list-heading > .flex {
    justify-content: space-between;
    width: 100%;
  }
  .rtl .product-list .main-content {
    padding-right: 0;
  }
  .rtl .product-list .left-area .sticky .sidebar {
    padding: 15px 15px 0;
  }
  .product-list,
  .product-list .main-content {
    padding-left: 0;
  }
  .product-list .main-content > .pos-rel {
    min-height: 0;
  }
  .product-list .left-area {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .product-list .left-area .layer {
    display: block;
  }
  .product-list .left-area .sticky {
    background: #fff;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-shadow: 0 -2px 20px #0003;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
  }
  .product-list .left-area .sticky .close-btn-wrapper {
    display: block;
    padding: 5px 20px;
  }
  .product-list .left-area .sticky .sidebar {
    max-height: 40vh;
    overflow: auto;
    padding: 15px 15px 0;
  }
  .product-list .left-area .sticky .sidebar .sidebar-section {
    margin: 15px 0;
  }
  .product-list
    .left-area
    .sticky
    .sidebar
    .star-filter
    > button:not(.clear-btn) {
    display: inline-block;
    margin-right: 10px;
  }
  .product-list .left-area .sticky .sidebar .category-wrapper .main-category a,
  .product-list .left-area .sticky .sidebar .category-wrapper ul li a {
    background: #e8f0fe;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 2.5px 10px;
  }
  .product-list .left-area .sticky .sidebar .category-wrapper .main-category {
    margin-bottom: 0 !important;
  }
  .product-list .left-area .sticky .sidebar .category-wrapper ul li {
    display: inline-block;
  }
}
.heading-tab-wrapper .tab-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.heading-tab-wrapper .tab-heading label {
  align-items: center;
  background: #f4f5f5;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  padding: 15px;
  text-align: center;
  width: 120px;
}
.heading-tab-wrapper .tab-heading label:hover {
  background: #eee;
}
.heading-tab-wrapper .tab-heading label:active {
  background: #f4f5f5;
  border-color: #ddd;
}
.heading-tab-wrapper .tab-heading label.active {
  background: #fff;
  border: 1px solid #ddd;
  cursor: auto;
}
.heading-tab-wrapper .tab-heading label.active:active,
.heading-tab-wrapper .tab-heading label.active:hover {
  background: #fff;
  border: 1px solid #ddd;
}
.heading-tab-wrapper .tab-heading label input {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.heading-tab-wrapper .tab-heading label i {
  min-height: 40px;
  min-width: 40px;
}
.heading-tab-wrapper .tab-heading label i + span {
  padding: 5px 0 10px;
}
.heading-tab-wrapper .tab-content {
  padding-top: 15px;
}
.paypal-tab {
  max-height: 0;
  max-width: 0;
  opacity: 1;
  z-index: -1;
}
.paypal-tab.paypal-active {
  height: 44px;
  max-height: 100px;
  max-width: 1000px;
  opacity: 1;
  position: static;
  z-index: 1;
}
.paypal-tab.paypal-active .paypal-buttons {
  border-radius: 10px;
  height: 44px !important;
  min-height: 44px !important;
  overflow: hidden;
}
.paypal-tab .paypal-buttons {
  height: 0 !important;
  min-height: 0 !important;
  position: absolute !important;
  transition: none !important;
}
.paypal-buttons {
  max-width: 300px !important;
}
.rtl .icon-input i {
  left: auto;
  right: 10px;
}
.rtl .icon-input i.right-icon input {
  padding-left: 0 !important;
  padding-right: 40px !important;
}
.rtl .icon-input.right-icon i:last-child {
  left: 10px;
  right: auto;
}
.rtl .icon-input input {
  padding-left: 0 !important;
  padding-right: 40px !important;
}
.icon-input {
  position: relative;
}
.icon-input i {
  left: 10px;
  opacity: 0.6;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.icon-input.right-icon input {
  padding-right: 40px !important;
}
.icon-input.right-icon i:last-child {
  cursor: pointer;
  left: auto;
  right: 10px;
}
.icon-input input {
  padding-left: 40px !important;
}
.cart .cart-product-tile .img-wrapper,
.shipping .cart-product-tile .img-wrapper {
  padding-bottom: 70%;
}
.shipping .cart-product-tile:last-child {
  border: none;
}
.address-btn {
  background: #f2f3f5;
  flex-direction: column;
  font-size: 0.9rem;
  height: auto;
  line-height: 1.7;
  padding: 25px 30px;
  width: 160px;
}
.address-btn,
.address-btn .icon-wrap {
  align-items: center;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
.address-btn .icon-wrap {
  background: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.address-btn .icon-wrap i {
  height: 25px;
  width: 25px;
}
.address-btn:hover {
  background: #e8f0fe;
}
.address-card {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.address-card span {
  line-height: 1.7;
}
.address-card .address-title .outline-btn {
  font-size: 0.8rem;
  height: 32px;
  line-height: 30px;
}
.shipping .pop-over-content .b-b:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
  .shipping .detail-left {
    display: block;
  }
  .shipping .detail-left .address-form {
    flex: 1;
  }
  .shipping .detail-left .address-wrapper {
    max-width: 100%;
  }
}
.layer-white.spinner-wrapper:after {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.spinner-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lds-ring {
  position: relative;
}
.lds-ring span {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #fff;
  box-sizing: border-box;
  display: block;
  height: inherit;
  position: absolute;
  width: inherit;
}
.lds-ring span:first-child {
  animation-delay: -0.45s;
}
.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
.lds-ring.black span {
  border: 3px solid transparent;
  border-top-color: #333;
}
.lds-ring.primary span {
  border: 3px solid var(--primary-color) !important;
  border-color: var(--primary-color) transparent transparent transparent !important;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.grid-product-wrapper .search-product-tile {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 7.5px 0;
}
.grid-product-wrapper .search-product-tile > a {
  background: transparent;
  border-radius: 0;
  margin: 0 7.5px 15px;
  padding: 0;
}
.grid-product-wrapper .search-product-tile > a .item-inner {
  border: 0;
  border-bottom: 1px solid #eee;
}
.search-product-tile .item {
  background: #fafafb;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  width: calc(33.33% - 15px);
}
.search-product-tile .item .compare-btn {
  border-radius: 2px;
  height: auto;
  line-height: 1;
  margin-left: 10px;
  padding: 0;
}
.search-product-tile .item .compare-btn i {
  margin: 0;
  opacity: 0.75;
}
.search-product-tile .item .item-inner {
  border: 1px solid #eee;
  display: flex;
  flex-grow: 1;
}
.search-product-tile .item .item-inner .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  text-align: left;
}
.search-product-tile .item .item-inner .img-container {
  background: #fff;
  height: 70px;
  min-width: 70px;
  width: 70px;
}
.search-product-tile .item .item-inner .img-container img {
  padding: 5px 0;
}
@media only screen and (max-width: 1400px) {
  .search-product-tile .item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .search-product-tile .item {
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 576px) {
  .grid-product-wrapper .search-product-tile {
    margin: 10px 5px 0;
  }
  .grid-product-wrapper .search-product-tile > a {
    margin: 0 5px 10px;
  }
  .search-product-tile .item .item-inner .img-container {
    height: 60px;
    min-width: 60px;
    width: 60px;
  }
}
.subscription-wrapper {
  background: #d0c8fd;
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.subscription-wrapper input {
  background: #fff;
}
.subscription-wrapper .success-msg i {
  min-height: 50px;
  min-width: 50px;
}
@media only screen and (max-width: 576px) {
  .subscription-wrapper {
    padding: 15px 0;
  }
  .subscription-wrapper .mx-w-400x > .grow > .grow {
    display: block;
  }
  .subscription-wrapper .mx-w-400x > .grow > .grow .icon-input {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
}
.banner-wrapper {
  position: relative;
}
.banner-wrapper .btn-banner-close {
  align-items: center;
  background: #ffffffb3;
  border-radius: 100px;
  display: flex;
  height: auto !important;
  line-height: 1;
  padding: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.banner-wrapper .btn-banner-close i {
  height: 18px;
  margin: 0;
  min-width: 18px;
  width: 18px;
}
@media only screen and (max-width: 992px) {
  .banner-wrapper .btn-banner-close i {
    height: 16px;
    min-width: 16px;
    width: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-wrapper .btn-banner-close i {
    height: 12px;
    min-width: 12px;
    width: 12px;
  }
}
.contact-wrapper .contact-info > .flex.spinner-wrapper {
  align-items: center;
  justify-content: center;
}
.contact-wrapper .contact-info > .flex.spinner-wrapper span {
  background: none;
}
.contact-wrapper > .flex {
  align-items: flex-start;
  gap: 10px;
}
.contact-wrapper .contact-info {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 0 15px;
  max-width: 400px;
  padding: 25px 25px 0;
  width: 100%;
}
.contact-wrapper .contact-info > .flex {
  align-items: flex-start;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.contact-wrapper .contact-info > .flex > span {
  align-items: center;
  background: #f2f3f5;
  border-radius: 100px;
  display: flex;
  height: 50px;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
  width: 50px;
}
.contact-wrapper .contact-info > .flex > span .icon {
  height: 70%;
  margin: 0;
  width: 70%;
}
.contact-wrapper .contact-form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-grow: 1;
  margin: 0 0 15px;
  padding: 25px;
}
.contact-wrapper .contact-form .primary-btn {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .contact-wrapper > .flex {
    flex-direction: column-reverse;
  }
  .contact-wrapper .contact-info {
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .contact-wrapper .contact-info > .flex {
    margin-bottom: 15px;
  }
  .contact-wrapper .contact-form {
    padding: 15px;
    width: 100%;
  }
}
.site-map {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.site-map a {
  margin: 5px 0;
}
.site-map a:hover {
  text-decoration: underline;
}
.site-map .item {
  min-width: calc(50% - 10px);
  width: calc(50% - 10px);
}
.site-map .item .category {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.site-map .item .category > .title {
  border-bottom: 2px solid #f2f3f5;
  font-weight: 600;
  padding: 10px 20px;
}
.site-map .item .category > .content {
  padding: 0 20px 20px;
}
.site-map .item .category .sub-category {
  margin-top: 20px;
  padding-left: 0;
}
.site-map .item .category .sub-category h4 > a {
  font-weight: 600;
}
.site-map .item .category .sub-category .product {
  padding-left: 0;
}
@media only screen and (max-width: 778px) {
  .site-map {
    gap: 10px;
  }
  .site-map .item {
    min-width: 100%;
    width: 100%;
  }
  .site-map .item .category {
    margin-top: 15px;
  }
  .site-map .item .category > .title {
    padding: 10px 15px;
  }
  .site-map .item .category > .content {
    padding: 0 15px 15px;
  }
  .site-map .item .category .sub-category {
    margin-top: 15px;
  }
}
nav[aria-label="breadcrumb"] {
  margin: 10px 0;
  padding: 0;
}
.rtl .breadcrumb li a {
  padding-left: 25px;
  padding-right: 0;
}
.rtl .breadcrumb li a:after {
  left: 0;
  right: auto;
  transform: scale(0.6) rotate(90deg);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: flex;
  margin-right: 0;
}
.breadcrumb li span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.breadcrumb li a {
  padding-right: 25px;
  position: relative;
}
.breadcrumb li a:after {
  background-image: url(./icons.D7_Nf86v.svg);
  background-position: 23% 1.5%;
  background-size: 1400% 1400%;
  content: "";
  height: 24px;
  margin-top: -12px;
  min-width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scale(0.6) rotate(-90deg);
  width: 24px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li:last-child {
  color: #888;
}
.tracked-result {
  max-width: 700px;
}
.tracked-result .order-status {
  justify-content: start;
  margin: 0 -15px;
}
.tracked-result .delivery-container {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.tracked-result .delivery-container .ordered-product {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tracked-result .delivery-container .ordered-product .title {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rtl .track-container .track-form {
  text-align: right;
}
.track-container {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.track-container .form-wrapper {
  flex-grow: 1;
}
.track-container .img-wrap {
  max-width: 400px;
}
.track-container .track-form {
  box-shadow: none;
  margin: 30px 0;
  max-width: 450px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .track-container .img-wrap {
    display: none;
  }
}
.rtl .order-status .status-item:last-child span.flex:before {
  left: auto;
  right: -15px;
}
.rtl .order-status .status-item:first-child span.flex:after {
  left: -15px;
  right: auto;
}
.order-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.order-status .active .status-str {
  color: #35628e;
}
.order-status .done .status-str {
  color: #356842;
}
.order-status .status-item {
  margin: 0 15px;
  text-align: center;
}
.order-status .status-item span.flex {
  background: #eee;
  border-radius: 100px;
  height: 80px;
  position: relative;
  width: 80px;
}
.order-status .status-item span.flex:after,
.order-status .status-item span.flex:before {
  background: inherit;
  content: "";
  height: 4px;
  left: -15px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 15px;
}
.order-status .status-item span.flex:after {
  left: auto;
  right: -15px;
}
.order-status .status-item:first-child span.flex:before,
.order-status .status-item:last-child span.flex:after {
  display: none;
}
.order-status .active span.flex {
  background: #35628e;
  background: #cce5ff;
}
.order-status .done span.flex {
  background: #eefaf4;
  color: #356842;
}
@media only screen and (max-width: 576px) {
  .order-status .status-item span.flex:after,
  .order-status .status-item span.flex:before {
    display: none;
  }
}
.store-container {
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.store-container .store-info {
  align-items: center;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  padding: 0;
}
.store-container .store-info .left-area {
  align-items: center;
  display: flex;
  gap: 20px;
}
.store-container .store-info .store-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.store-container .store-info .store-content > div:first-child {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.store-container .store-info .img-wrap {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  padding: 10px;
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .store-container .store-info .img-wrap {
    height: 60px;
    min-width: 60px;
    width: 60px;
  }
  .store-container .store-info .left-area {
    gap: 15px;
  }
  .store-container .store-info .store-rating {
    max-width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .store-container .store-info .store-content {
    gap: 10px;
  }
  .store-container .store-info .store-content > div:first-child {
    border: 0;
    padding: 0;
  }
  .store-container .store-info .store-rating {
    max-width: 150px;
  }
}
.visit-btn {
  align-items: center;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  font-size: 0.9rem;
  height: 36px;
  line-height: 1.4;
  margin: 0;
  min-width: 100px;
  padding: 0 10px;
  white-space: nowrap;
}
.visit-btn:hover {
  background: #ddd;
}
.visit-btn:active {
  background: #fff;
}
.store-info {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px 15px;
}
.store-info .btn-wrap {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.store-info .store-name {
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-info .store-date {
  font-size: 0.85rem;
  letter-spacing: 0;
  opacity: 0.9;
}
.store-info .store-date b {
  margin-top: 5px;
}
.store-info .store-date span {
  margin-left: 10px;
}
.user-following .action-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.user-following .area .area-content {
  min-height: 500px;
  padding: 15px;
}
.user-following .tile-container {
  gap: 15px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .user-following .area .area-content {
    min-height: 400px;
  }
}
@media only screen and (max-width: 567px) {
  .user-following .area .area-content {
    min-height: 400px;
  }
  .user-following .store-info {
    width: 100%;
  }
}
.cart .img-wrapper img,
.shipping .img-wrapper img {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.discounted-price {
  background: #eefaf4;
  color: #2dbf74;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.discounted-price .price {
  color: inherit;
  min-width: 100px;
  text-align: right;
}
.rtl .checkout-detail.product-detail .detail-left {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.rtl .checkout-detail.product-detail {
  padding-left: 350px;
  padding-right: 0;
}
.checkout-detail.product-detail {
  padding-right: 350px;
}
.checkout-detail.product-detail .detail-right {
  width: 350px;
}
.checkout .tab-heading label {
  height: 140px;
  width: 140px;
}
.checkout .tab-heading label .bank-icon {
  opacity: 0.8;
  transform: scale(1.2);
}
.checkout .tab-heading label i + span {
  font-weight: 700;
  margin-top: 5px;
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .rtl .checkout-detail.product-detail {
    padding-left: 300px;
  }
  .checkout-detail.product-detail {
    padding-right: 300px;
  }
  .checkout-detail.product-detail .detail-right {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .rtl .checkout-detail.product-detail .detail-left {
    margin-left: 0 !important;
  }
  .rtl .checkout-detail.product-detail {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-detail.product-detail {
    padding-right: 0;
  }
  .checkout-detail.product-detail .detail-right {
    width: 100%;
  }
}
.tree-node {
  cursor: pointer;
  display: block;
}
.tree-node .node-data {
  display: block;
  position: relative;
}
.tree-node .node-data a {
  display: block;
}
.seller-form {
  margin: 50px auto;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .seller-form {
    border: 0;
    box-shadow: none;
    margin: 15px auto;
  }
}
.cookie-banner {
  position: relative;
}
.cookie-banner .layer {
  display: none;
}
.cookie-banner .pop-over-inner {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 5px;
  left: 5px;
  max-width: 400px;
  position: fixed;
  right: 5px;
  top: auto;
  transform: none !important;
}
.cookie-banner .outline-btn {
  font-size: 0.8rem;
  height: 32px;
  line-height: 30px;
  min-width: 80px;
}
.cookie-banner .pop-over-content {
  min-height: 0;
}
.cookie-banner .pop-over-inner:after,
.cookie-banner .pop-over-inner:before {
  display: none;
}
.cookie-banner .pop-over-content {
  padding: 10px 15px !important;
}
.whatsapp-btn-wrap {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  bottom: 30px;
  box-shadow: 0 4px 12px #0003;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 11;
}
.whatsapp-btn-wrap .whatsapp-icon {
  height: 35px;
  width: 35px;
}
.cb-container {
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cb-container input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkmark {
  background-color: #eee;
  border-radius: 3px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.cb-container input:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.cb-container input:checked ~ .checkmark:after {
  display: block;
}
.cb-container .checkmark:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 7px;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}
.rd-container {
  cursor: pointer;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rd-container input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.rd-checkmark {
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.rd-container:hover input ~ .rd-checkmark {
  background-color: #ccc;
}
.rd-container input:checked ~ .rd-checkmark {
  border-color: var(--primary-color);
}
.rd-checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.rd-container input:checked ~ .rd-checkmark:after {
  display: block;
}
.rd-container .rd-checkmark:after {
  background: var(--primary-color);
  border-radius: 50%;
  height: 8px;
  left: 4px;
  top: 4px;
  width: 8px;
}
.rd-attr {
  margin: 0;
  padding: 0;
}
.rd-attr .input-content {
  padding: 6px 20px;
}
.rd-attr .rd-checkmark:before {
  background: var(--primary-color);
  bottom: -14px;
  content: "";
  display: inline-block;
  height: 30px;
  left: unset;
  min-width: 30px;
  opacity: 0;
  position: absolute;
  right: -19px;
  top: unset;
  transform: rotate(38deg);
}
.rd-attr .rd-checkmark:after {
  background: none;
  border: solid #fff;
  border-radius: 0;
  border-width: 0 2px 2px 0;
  bottom: -3px;
  content: "";
  height: 10px;
  left: auto;
  margin: -1px -1px 0;
  min-width: 5px;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: auto;
  transform: rotate(26deg) translate(-50%, -50%);
  width: 5px;
  z-index: 2;
}
.rd-attr .rd-checkmark {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.rd-attr:hover input ~ .rd-checkmark {
  background: none;
  border-color: #aaa;
}
.rd-attr input:checked ~ .rd-checkmark {
  border-color: var(--primary-color);
}
.rd-attr input:checked ~ .rd-checkmark:after,
.rd-attr input:checked ~ .rd-checkmark:before {
  opacity: 1;
}
.sticky-cart-wrap {
  background: #fff;
  border-bottom: 1px solid #ddd;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.15s;
  z-index: 8;
}
.show-cart .sticky-cart-wrap {
  transform: translateY(0);
}
.sticky-cart {
  justify-content: space-between;
  padding: 10px 0;
}
.sticky-cart,
.sticky-cart .sticky-title {
  align-items: center;
  display: flex;
  gap: 15px;
}
.sticky-cart .sticky-title {
  max-width: 500px;
}
.sticky-cart .sticky-title img {
  border: 1px solid #eee;
  border-radius: 8px;
  height: 60px;
  width: 60px;
}
.btn-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
}
.btn-wrap .btn {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .sticky-cart .sticky-title img {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .btn-wrap .btn {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
  }
  .sticky-cart {
    justify-content: center;
  }
  .sticky-cart .sticky-title {
    display: none;
  }
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.img-zoom-container {
  align-items: center;
  display: flex;
  gap: 20px;
}
.image-wrapper {
  overflow: hidden;
  position: relative;
}
.zoom-image {
  height: 100%;
  width: 100%;
}
.img-zoom-result {
  background-repeat: no-repeat;
  border: 1px solid #d4d4d4;
  left: 100%;
  position: absolute;
  top: 0;
  transform: scale(1.2);
  transform-origin: top left;
}
.img-lens {
  background: #0003;
  pointer-events: none;
  position: absolute;
}
.zoom-fade-enter-active,
.zoom-fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.zoom-fade-enter,
.zoom-fade-leave-to {
  opacity: 0;
}
.detail-image .thumb-slider li {
  align-items: center;
  display: flex;
}
.detail-image .thumb-slider li img {
  cursor: pointer;
}
.detail-image .thumb-slider .embla__buttons > button.disabled {
  display: none;
}
.detail-image .thumb-slider .embla__buttons > button {
  background: #0006;
  border-radius: 50px;
  bottom: 5px;
  height: 30px;
  left: 0;
  width: 30px;
}
.detail-image .thumb-slider .embla__buttons > button i {
  opacity: 1;
}
.detail-image .thumb-slider .embla__buttons > .next-btn {
  left: auto;
  right: 2px;
}
.embla__container li {
  flex: 0 0 16.66%;
  min-width: 0;
}
.main-slider .embla,
.main-slider .embla__container,
.main-slider .embla__viewport,
.product-slider,
.product-slider .embla,
.product-slider .embla__container,
.product-slider .embla__viewport {
  height: 100%;
}
.main-slider .embla__container li,
.product-slider .embla__container li {
  flex: 0 0 100%;
}
.category-wrapper .embla__container li {
  flex: 0 0 11.11%;
}
.brands-wrapper .embla__container li {
  flex: 0 0 33.33%;
}
.brands-wrapper.full-screen .embla__container li {
  flex: 0 0 16.66%;
}
.flash-slider .embla__container li {
  flex: 0 0 14.28%;
}
.rtl {
  direction: rtl;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.no-scroll main {
  position: relative;
  z-index: 2;
}
main {
  padding-top: calc(152px + 4%);
}
.no-banner ~ main {
  padding-top: 152px;
}
#cart-pop-over {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#dropdown-100 {
  left: 50%;
}
.html-render p {
  margin: 15px 0;
}
.thumb-list .video-thumb {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 60px;
  margin-top: 5px;
  min-width: 60px;
  width: 60px;
}
.error-list {
  font-size: 0.9em;
}
.error-list li {
  color: #a12321;
  display: block;
}
.error-list li:first-child {
  color: #111;
  font-size: 1.1em;
}
.touch-action {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.h-200x {
  height: 200px;
}
.h-24x {
  height: 24px;
}
.w-70 {
  width: 70%;
}
.pb-70p {
  padding-bottom: 70% !important;
}
.pb-100p {
  padding-bottom: 100% !important;
}
.body-bg,
.cart,
.checkout,
.flash-sale,
.index,
.order-id,
.shipping,
div[class^="user-"] {
  background: #f2f3f5;
  transition: background 0.2s;
}
#__layout,
#__nuxt,
.body-bg {
  min-height: 100vh;
}
#__layout > .error {
  font-size: 1rem;
}
body {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
body:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.05s;
  width: 100%;
  z-index: -1;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.05s;
}
.main-slider .embla__container li:first-child img {
  transition: none;
}
.page-title {
  color: #470096;
}
.going-next:after {
  z-index: 1;
}
.section {
  padding: 50px 0 30px;
}
.home-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.home-section .embla-thumbs__container {
  background: #0006;
  border-radius: 100px;
  bottom: 15px;
  display: flex;
  height: 23px;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%);
  z-index: 1;
}
.home-section .embla-thumbs__container > span {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  cursor: pointer;
  height: 13px;
  margin: 0 3px;
  width: 13px;
}
.home-section .embla-thumbs__container > span.active {
  background: #fffc;
}
.main-slider .shimmer-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}
.rtl .rating-stars .rating {
  left: auto;
  right: 0;
}
.rating-stars {
  color: #ffa41c;
  font-size: 1.2em;
  position: relative;
}
.rating-stars .rating {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.drift-bounding-box {
  display: none;
}
.detail-page .drift-bounding-box {
  display: block;
}
.area {
  background: #fff;
  border-radius: 10px;
}
.area .area-content {
  padding: 0 15px;
}
.area .title {
  border-bottom: 1px solid #eee;
  font-weight: 600;
  padding: 10px 15px;
}
.area .glide-nav button {
  opacity: 0.4;
}
.area .glide-nav button.prev-btn {
  left: 0;
  right: auto;
}
.area .glide-nav button.next-btn {
  left: auto;
  right: 0;
}
.area .glide-nav button:hover {
  opacity: 0.9;
}
.area .glide-nav button:active {
  opacity: 1 !important;
}
.area:hover .glide-nav button {
  opacity: 1;
}
.img-wrapper {
  padding-bottom: 100%;
  position: relative;
}
.img-wrapper .shimmer,
.img-wrapper img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.img-wrapper .shimmer,
.popup-banner-wrapper {
  height: 100%;
  width: 100%;
}
.popup-banner-wrapper {
  background: #00000080;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
}
.popup-banner-wrapper .popup-banner {
  left: 50%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .embla__container li {
    flex: 0 0 20%;
  }
  .brands-wrapper .embla__container li,
  .category-wrapper .embla__container li,
  .flash-slider .embla__container li {
    flex: 0 0 16.66%;
  }
  #cart-pop-over {
    min-width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .embla__container li {
    flex: 0 0 25%;
  }
  .brands-wrapper .embla__container li,
  .brands-wrapper.full-screen .embla__container li,
  .category-wrapper .embla__container li,
  .flash-slider .embla__container li {
    flex: 0 0 20%;
  }
  .area .title {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .embla__container li {
    flex: 0 0 50%;
  }
  .brands-wrapper .embla__container li,
  .brands-wrapper.full-screen .embla__container li,
  .category-wrapper .embla__container li,
  .flash-slider .embla__container li {
    flex: 0 0 33.33%;
  }
  #cart-pop-over {
    top: unset;
  }
  main {
    min-height: 400px;
    overflow: hidden;
    padding-top: calc(230px + 4%);
  }
  .no-banner ~ main {
    padding-top: 230px;
  }
  .section {
    padding: 30px 0 0;
  }
  .home-section {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .embla__container li {
    flex: 0 0 100%;
  }
  .brands-wrapper .embla__container li,
  .brands-wrapper.full-screen .embla__container li,
  .category-wrapper .embla__container li,
  .flash-slider .embla__container li {
    flex: 0 0 50%;
  }
  main {
    padding-top: calc(230px + 6%);
  }
  .no-banner ~ main {
    padding-top: 230px;
  }
  .section {
    padding: 15px 0 0;
  }
  .area .area-content {
    padding: 0 10px;
  }
  .area .title {
    padding: 7.5px 10px;
  }
  .area .glide-nav button {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 420px) {
  main {
    padding-top: calc(195px + 6%);
  }
  .no-banner ~ main {
    padding-top: 195px;
  }
}
@media only screen and (max-width: 380px) {
  main {
    padding-top: calc(175px + 6%);
  }
  .no-banner ~ main {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 350px) {
  .flash-slider .embla__container li {
    flex: 0 0 100%;
  }
  main {
    padding-top: calc(200px + 6%);
  }
  .no-banner ~ main {
    padding-top: 200px;
  }
}
.big-title[data-v-e014ef42] {
  font-size: 6em;
  font-weight: 300;
}
.error-wrapper[data-v-e014ef42] {
  min-height: 400px;
}
.error-wrapper .img-wrap[data-v-e014ef42] {
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .big-title[data-v-e014ef42] {
    font-size: 4em;
  }
}
@media only screen and (max-width: 576px) {
  .error-wrapper[data-v-e014ef42] {
    display: block;
    min-height: 0;
    text-align: center;
  }
}
