:root {
  --base: #1b7fed;
  --base-rgb: 27, 127, 237;
  --base-2: #00f060;
  --base-3: #fee440;
  --base-4: #00f5d4;
  --warning: #fe961c;
  --warning-rgb: 254, 150, 28;
  --redish: #ff5555;
  --redish-rgb: 255, 85, 85;
  --success: #00c950;
  --success-rgb: 0, 201, 80;
  --danger: #ff5555;
  --danger-rgb: 255, 85, 85;
  --text: #414040;
  --text-rgb: 64, 64, 64;
  --text-2: #6c757d;
  --title: #262d34;
  --title-rgb: 38, 45, 52;
  --dark: #00356f;
  --semi-title: #9b9b9b;
  --light-title: #d9d9d9;
  --body-bg: #ffffff;
  --section: #f8f8fa;
  --section-2: #e9f3ff;
  --bg-1: #e8e8e8;
  --bg-2: #f6f6f6;
  --bg-3: #fbfbfb;
  --bg-4: #f5fbff;
  --bg-5: #f9f9f9;
  --bg-6: #f1f8ff;
  --bg-7: #f4f4f4;
  --bg-8: #eef4fa;
  --white: #ffffff;
  --footer: #f1f9ff;
  --white-rgb: 255, 255, 255;
  --border: #ededed;
  --border-2: #d6e9ff;
  --border-3: #f2f4f8;
  --border-4: #d8e7ff;
  --star: #fdbc15;
  --heading: "Roboto", sans-serif;
  --body: "Roboto", sans-serif;
  --shadow: 0px 5px 20px rgba(145, 158, 171, 0.05);
  --whatsapp: #25d366;
  --facebook: #3b5998;
  --twitter: #55acee;
  --linkedin: #007bb5;
  --pinterest: #007bb5;
  --skype: #2fb7df;
  --youtube: #cd201f;
  --google: #dd4b39;
  --instagram: #e4405f;
  --tumblr: #34465d;
  --behance: #1769ff;
  --star: #e9ba17;
  --futbol: #db3776;
  --vimeo: #1ab7ea;
  --dribble: #ea4c89;
  --block-size: 45px;
}

[theme=dark] {
  --text: #8e9ba9;
  --text-2: #6c757d;
  --title: #ffffffd9;
  --title-rgb: 255, 255, 255;
  --dark: #00356f;
  --semi-title: #ffffff80;
  --light-title: #ffffff90;
  --body-bg: #0b0f19;
  --section: #0d1d35;
  --bs-body-bg: #0d1d35;
  --section-2: #0c203d;
  --footer: #0c203d;
  --bg-1: #0c203d;
  --bg-2: #0c203d;
  --bg-3: #0c203d;
  --bg-4: #0c203d;
  --bg-5: #0c203d;
  --bg-6: #0c203d;
  --bg-7: #0c203d;
  --bg-8: #0c203d;
  --border: #ffffff15;
  --border-2: #ffffff15;
  --border-3: #ffffff15;
  --border-4: #ffffff15;
  --bs-border-color: #ffffff15;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.5714285714rem;
  overflow-x: hidden;
  font-family: var(--body);
  background: var(--body-bg);
  text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--title);
  font-family: var(--heading);
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--base);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5714285714rem;
  line-height: 2.2857142857rem;
}

h3 {
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  font-weight: 700;
}

h5 {
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.8571428571rem;
}

h6 {
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  letter-spacing: 0.05em;
}

.text-normal {
  font-weight: 450;
  font-size: 1rem !important;
  line-height: 1.2857142857rem !important;
  color: var(--title);
}

.text-medium {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: var(--title);
}

.text-regular {
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
}

.text-small {
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
}

@media (max-width: 575px) {
  h1 {
    font-size: 2.1428571429rem;
  }
  h2 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  h4 {
    font-size: 1rem;
    line-height: 1.4;
  }
  h5 {
    font-size: 0.85rem;
    line-height: 1.3;
  }
  h6 {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 2.2857142857rem;
    line-height: 2.8571428571rem;
  }
  h2 {
    font-size: 1.8571428571rem;
    line-height: 2.5714285714rem;
  }
  h3 {
    font-size: 1.7142857143rem;
    line-height: 2.1428571429rem;
  }
}
a {
  display: inline-block;
  transition: all ease 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

label,
button,
select {
  cursor: pointer;
}

input,
textarea {
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 93.7142857143rem;
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.font-regular {
  font-weight: 400;
}

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

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

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

.__bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

/*Theme Margin List*/
.mt-8px {
  margin-block-start: 0.5714285714rem;
}

.mb-8px {
  margin-block-end: 0.5714285714rem;
}

.mx-8px,
.ms-8px {
  margin-inline-end: 0.5714285714rem;
}

.mx-8px,
.me-8px {
  margin-inline-end: 0.5714285714rem;
}

.m-8px {
  margin: 0.5714285714rem;
}

.mt-10px {
  margin-block-start: 0.7142857143rem;
}

.mb-10px {
  margin-block-end: 0.7142857143rem;
}

.mx-10px,
.ms-10px {
  margin-inline-end: 0.7142857143rem;
}

.mx-10px,
.me-10px {
  margin-inline-end: 0.7142857143rem;
}

.m-10px {
  margin: 0.7142857143rem;
}

.mt-16px {
  margin-block-start: 1.1428571429rem;
}

.mb-16px {
  margin-block-end: 1.1428571429rem;
}

.mx-16px,
.ms-16px {
  margin-inline-end: 1.1428571429rem;
}

.mx-16px,
.me-16px {
  margin-inline-end: 1.1428571429rem;
}

.m-16px {
  margin: 1.1428571429rem;
}

.mt-20px {
  margin-block-start: 1.4285714286rem;
}

.mb-20px {
  margin-block-end: 1.4285714286rem;
}

.mx-20px,
.ms-20px {
  margin-inline-end: 1.4285714286rem;
}

.mx-20px,
.me-20px {
  margin-inline-end: 1.4285714286rem;
}

.m-20px {
  margin: 1.4285714286rem;
}

.mt-24px {
  margin-block-start: 1.7142857143rem;
}

.mb-24px {
  margin-block-end: 1.7142857143rem;
}

.mx-24px,
.ms-24px {
  margin-inline-end: 1.7142857143rem;
}

.mx-24px,
.me-24px {
  margin-inline-end: 1.7142857143rem;
}

.m-24px {
  margin: 1.7142857143rem;
}

.mt-30px {
  margin-block-start: 2.1428571429rem;
}

.mb-30px {
  margin-block-end: 2.1428571429rem;
}

.mx-30px,
.ms-30px {
  margin-inline-end: 2.1428571429rem;
}

.mx-30px,
.me-30px {
  margin-inline-end: 2.1428571429rem;
}

.m-30px {
  margin: 2.1428571429rem;
}

.mt-32px {
  margin-block-start: 2.2857142857rem;
}

.mb-32px {
  margin-block-end: 2.2857142857rem;
}

@media (max-width: 575px) {
  .mb-32px {
    margin-block-end: 1rem;
  }
}
.mx-32px,
.ms-32px {
  margin-inline-end: 2.2857142857rem;
}

.mx-32px,
.me-32px {
  margin-inline-end: 2.2857142857rem;
}

.m-32px {
  margin: 2.2857142857rem;
}

/*Theme Negetive Margin List*/
.mt-n-8px {
  margin-block-start: -0.5714285714rem !important;
}

.mb-n-8px {
  margin-block-end: -0.5714285714rem !important;
}

.ms-n-8px {
  margin-inline-start: -0.5714285714rem !important;
}

.me-n-8px {
  margin-inline-end: -0.5714285714rem !important;
}

.m-n-8px {
  margin: -0.5714285714rem;
}

.mt-n-10px {
  margin-block-start: -0.7142857143rem !important;
}

.mb-n-10px {
  margin-block-end: -0.7142857143rem !important;
}

.ms-n-10px {
  margin-inline-start: -0.7142857143rem !important;
}

.me-n-10px {
  margin-inline-end: -0.7142857143rem !important;
}

.m-n-10px {
  margin: -0.7142857143rem;
}

.mt-n-16px {
  margin-block-start: -1.1428571429rem !important;
}

.mb-n-16px {
  margin-block-end: -1.1428571429rem !important;
}

.ms-n-16px {
  margin-inline-start: -1.1428571429rem !important;
}

.me-n-16px {
  margin-inline-end: -1.1428571429rem !important;
}

.m-n-16px {
  margin: -1.1428571429rem;
}

.mt-n-20px {
  margin-block-start: -1.4285714286rem !important;
}

.mb-n-20px {
  margin-block-end: -1.4285714286rem !important;
}

.ms-n-20px {
  margin-inline-start: -1.4285714286rem !important;
}

.me-n-20px {
  margin-inline-end: -1.4285714286rem !important;
}

.m-n-20px {
  margin: -1.4285714286rem;
}

.mt-n-24px {
  margin-block-start: -1.7142857143rem !important;
}

.mb-n-24px {
  margin-block-end: -1.7142857143rem !important;
}

.ms-n-24px {
  margin-inline-start: -1.7142857143rem !important;
}

.me-n-24px {
  margin-inline-end: -1.7142857143rem !important;
}

.m-n-24px {
  margin: -1.7142857143rem;
}

.mt-n-30px {
  margin-block-start: -2.1428571429rem !important;
}

.mb-n-30px {
  margin-block-end: -2.1428571429rem !important;
}

.ms-n-30px {
  margin-inline-start: -2.1428571429rem !important;
}

.me-n-30px {
  margin-inline-end: -2.1428571429rem !important;
}

.m-n-30px {
  margin: -2.1428571429rem;
}

.mt-n-32px {
  margin-block-start: -2.2857142857rem !important;
}

.mb-n-32px {
  margin-block-end: -2.2857142857rem !important;
}

.ms-n-32px {
  margin-inline-start: -2.2857142857rem !important;
}

.me-n-32px {
  margin-inline-end: -2.2857142857rem !important;
}

.m-n-32px {
  margin: -2.2857142857rem;
}

/*Theme Padding List*/
.pt-8px {
  padding-block-start: 0.5714285714rem;
}

.pb-8px {
  padding-block-end: 0.5714285714rem;
}

.px-8px,
.ps-8px {
  padding-inline-start: 0.5714285714rem;
}

.px-8px,
.pe-8px {
  padding-inline-end: 0.5714285714rem;
}

.p-8px {
  padding: 0.5714285714rem;
}

.pt-10px {
  padding-block-start: 0.7142857143rem;
}

.pb-10px {
  padding-block-end: 0.7142857143rem;
}

.px-10px,
.ps-10px {
  padding-inline-start: 0.7142857143rem;
}

.px-10px,
.pe-10px {
  padding-inline-end: 0.7142857143rem;
}

.p-10px {
  padding: 0.7142857143rem;
}

.pt-16px {
  padding-block-start: 1.1428571429rem;
}

.pb-16px {
  padding-block-end: 1.1428571429rem;
}

.px-16px,
.ps-16px {
  padding-inline-start: 1.1428571429rem;
}

.px-16px,
.pe-16px {
  padding-inline-end: 1.1428571429rem;
}

.p-16px {
  padding: 1.1428571429rem;
}

.pt-20px {
  padding-block-start: 1.4285714286rem;
}

.pb-20px {
  padding-block-end: 1.4285714286rem;
}

.px-20px,
.ps-20px {
  padding-inline-start: 1.4285714286rem;
}

.px-20px,
.pe-20px {
  padding-inline-end: 1.4285714286rem;
}

.p-20px {
  padding: 1.4285714286rem;
}

.pt-24px {
  padding-block-start: 1.7142857143rem;
}

.pb-24px {
  padding-block-end: 1.7142857143rem;
}

.px-24px,
.ps-24px {
  padding-inline-start: 1.7142857143rem;
}

.px-24px,
.pe-24px {
  padding-inline-end: 1.7142857143rem;
}

.p-24px {
  padding: 1.7142857143rem;
}

.pt-30px {
  padding-block-start: 2.1428571429rem;
}

.pb-30px {
  padding-block-end: 2.1428571429rem;
}

.px-30px,
.ps-30px {
  padding-inline-start: 2.1428571429rem;
}

.px-30px,
.pe-30px {
  padding-inline-end: 2.1428571429rem;
}

.p-30px {
  padding: 2.1428571429rem;
}

.pt-32px {
  padding-block-start: 2.2857142857rem;
}

.pb-32px {
  padding-block-end: 2.2857142857rem;
}

.px-32px,
.ps-32px {
  padding-inline-start: 2.2857142857rem;
}

.px-32px,
.pe-32px {
  padding-inline-end: 2.2857142857rem;
}

.p-32px {
  padding: 2.2857142857rem;
}

.gap-10 {
  gap: 0.7142857143rem;
}

.gap-20 {
  gap: 1.4285714286rem;
}

.gap-30 {
  gap: 2.1428571429rem;
}

.row-gap-1 {
  row-gap: 0.2857142857rem;
}

.column-gap-1 {
  -moz-column-gap: 0.2857142857rem;
  column-gap: 0.2857142857rem;
}

.row-gap-2 {
  row-gap: 0.5714285714rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5714285714rem;
  column-gap: 0.5714285714rem;
}

.row-gap-3 {
  row-gap: 1.1428571429rem;
}

.column-gap-3 {
  -moz-column-gap: 1.1428571429rem;
  column-gap: 1.1428571429rem;
}

.row-gap-4 {
  row-gap: 1.7142857143rem;
}

.column-gap-4 {
  -moz-column-gap: 1.7142857143rem;
  column-gap: 1.7142857143rem;
}

.row-gap-5 {
  row-gap: 3.4285714286rem;
}

.column-gap-5 {
  -moz-column-gap: 3.4285714286rem;
  column-gap: 3.4285714286rem;
}

footer {
  background: var(--footer);
}

footer .footer-top {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 767px) {
  footer .footer-top {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}
@media (min-width: 992px) {
  footer .container {
    max-width: 88.5714285714rem;
  }
}
.footer-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.6428571429rem;
  column-gap: 2.6428571429rem;
  row-gap: 2.1428571429rem;
  font-size: 1rem;
  line-height: 1.7142857143rem;
  padding: 2.2142857143rem 0 3.3571428571rem;
}

@media screen and (max-width: 575px) {
  .footer-top-wrapper {
    row-gap: 1rem;
  }
}
.footer-top-wrapper .logo {
  width: 12.1428571429rem;
  display: inline-block;
}

.footer-top-wrapper .logo img {
  width: 100%;
  max-width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-top-wrapper .content {
  width: 0;
  flex-grow: 1;
}

.footer-top-wrapper .content p {
  display: inline;
}

.footer-top-wrapper .content a {
  display: inline;
  color: var(--base);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-top-wrapper {
    padding-bottom: 2.1428571429rem;
  }
  .footer-top-wrapper .content {
    width: 100%;
  }
}
.newsletter-form .form-control {
  height: 3.4285714286rem;
  padding-inline-start: 2.5rem;
  border: none;
  background: var(--body-bg) !important;
}

[theme=dark] .newsletter-form i,
[theme=dark] .newsletter-form .form-control {
  color: rgba(var(--title-rgb), 50%) !important;
}

[theme=dark] .newsletter-form .form-control::-moz-placeholder {
  color: rgba(var(--title-rgb), 50%) !important;
}

[theme=dark] .newsletter-form .form-control::placeholder {
  color: rgba(var(--title-rgb), 50%) !important;
}

.newsletter-form .envelop-icon {
  position: absolute;
  inset-inline-start: 0.8571428571rem;
  top: 1rem;
}

.newsletter-form .btn {
  position: absolute;
  height: 2.5714285714rem;
  inset-inline-end: 0.4285714286rem;
  top: 0.4285714286rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}

.newsletter-wrapper {
  border-radius: 2.1428571429rem;
  background: var(--base);
  transform: translateY(-50%);
}

.newsletter-wrapper .newsletter-wrapper-inner {
  padding: 2rem 3.4285714286rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.0714285714rem;
}

.newsletter-wrapper .newsletter-wrapper-inner .newsletter-form {
  width: 100%;
  max-width: 32.6428571429rem;
}

.newsletter-wrapper .newsletter-wrapper-inner .cont {
  width: 7.1428571429rem;
  flex-grow: 1;
  color: var(--white);
  font-weight: 300;
}

.newsletter-wrapper .newsletter-wrapper-inner .cont .title {
  color: var(--white);
  margin-bottom: 0.2857142857rem;
}

.newsletter-wrapper .newsletter-wrapper-inner .cont p {
  margin: 0;
}

@media (min-width: 767px) and (max-width: 991px) {
  .newsletter-wrapper .newsletter-wrapper-inner {
    padding: 2rem;
  }
  .newsletter-wrapper .newsletter-wrapper-inner .newsletter-form {
    max-width: 24.2857142857rem;
  }
}
@media (max-width: 991px) {
  .newsletter-wrapper .newsletter-wrapper-inner {
    padding: 1.7857142857rem;
  }
}
@media (max-width: 575px) {
  .newsletter-wrapper .newsletter-wrapper-inner {
    padding: 1.7857142857rem 1.1428571429rem 1.1428571429rem;
  }
}
.footer-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 29px;
}

.footer-address .footer-address-card {
  border-inline-end: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.footer-address .footer-address-card:last-child {
  border-inline-end: none !important;
}

@media (max-width: 991px) {
  .footer-address {
    justify-content: flex-start;
  }
}
.footer-address-card {
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  max-width: calc(33% - 24px);
  width: calc(33% - 24px);
}

.footer-address-card img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.9407142857rem;
}

.footer-address-card .name {
  margin-bottom: 0.7142857143rem;
  font-weight: 700;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  text-align: start;
}

@media (max-width: 991px) {
  .footer-address-card {
    max-width: calc(33.3333333333% - 14px);
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 575px) {
  .footer-address-card {
    max-width: 100%;
    width: 100%;
  }
  .footer-address .footer-address-card {
    border-inline-end: none !important;
  }
}
.footer-bottom-wrapper {
  padding: 3rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 45px;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .footer-bottom-wrapper {
    padding: 3rem 0px 4.5rem;
  }
}
.footer-bottom-payment {
  display: flex;
  -moz-column-gap: 1.6428571429rem;
  column-gap: 1.6428571429rem;
  row-gap: 1.1428571429rem;
}

@media (min-width: 992px) {
  .footer-bottom-payment {
    justify-content: center;
  }
}
.footer-bottom-payment .subtitle {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.footer-bottom-payment .subtitle img {
  width: 28px;
}

.footer-bottom-payment .subtitle h6 {
  margin: 0;
  color: var(--white);
  margin-top: 0.1428571429rem;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer-bottom-payment {
    flex-wrap: wrap;
  }
}
.footer-widget {
  max-width: 21.4285714286rem;
}

.footer-widget .title {
  font-weight: 500;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  margin-bottom: 1.7142857143rem;
}

.footer-widget .links {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}

.footer-widget .links li a {
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.4285714286rem;
  color: var(--title);
  text-decoration: none;
}

.footer-widget .links li a:hover {
  transform: translateX(2px);
  color: var(--base);
}

@media (max-width: 767px) {
  .footer-widget .links {
    gap: 0.8571428571rem;
  }
}
@media (max-width: 575px) {
  .footer-widget {
    width: calc(50% - 20px);
  }
}
.footer-widget.widget-tags {
  max-width: 50%;
}

.footer-widget.widget-tags .app-btns {
  margin-top: 4.0714285714rem;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .footer-widget.widget-tags {
    max-width: 100%;
    width: 100%;
  }
  .footer-widget.widget-tags .app-btns {
    margin-top: 2.5rem;
    margin-bottom: 1.7857142857rem;
  }
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.2857142857rem;
  column-gap: 1.2857142857rem;
  row-gap: 0.8571428571rem;
}

.social-icons li a {
  color: var(--white);
  font-size: 1.1428571429rem;
}

@media (min-width: 1399px) {
  .social-icons {
    -moz-column-gap: 2.1428571429rem;
    column-gap: 2.1428571429rem;
  }
}
.footer-tags-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.py-20px {
  padding-block: 20px;
}

.tags li a {
  background: rgba(var(--base-rgb), 0.08);
  border-radius: 1.8571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  text-decoration: none;
  padding: 0.2857142857rem 0.7142857143rem;
  color: var(--title);
  letter-spacing: 0.05em;
}

.tags li a:hover {
  background: var(--base);
  color: var(--white);
}

@media (max-width: 575px) {
  .tags {
    gap: 0.8571428571rem;
  }
  .tags li a {
    letter-spacing: 0.02em;
  }
}
.__payment-images {
  gap: 0.8571428571rem;
}

@media (max-width: 767px) {
  .__payment-images {
    gap: 0.4285714286rem;
  }
}
.__payment-images img {
  width: 4.0942857143rem;
  height: 1.3678571429rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.copyright {
  padding: 1.5rem 0 2rem;
  --text: #6c89ac;
  color: var(--text);
}

@media (max-width: 767px) {
  .copyright {
    padding-bottom: 1.5rem;
  }
}
.app-btns {
  display: flex;
  gap: 1.2857142857rem;
  align-items: center;
}

.app-btns a {
  display: block;
}

.app-btns a img {
  max-width: 100%;
  width: 10.1428571429rem;
}

@media (max-width: 575px) {
  .app-btns a img {
    width: 8.5714285714rem;
  }
}
.form-control {
  background-color: var(--body-bg);
  color: var(--title);
  block-size: var(--block-size);
  font-size: 1rem;
}

/*
[theme="dark"] .form-control {
    border-color: #505050;
} */
.form-control::file-selector-button {
  block-size: 3.0714285714rem;
}

/*
[theme="dark"] .form-control::file-selector-button {
    background-color: #959595;
} */
.form-control:focus,
.form-control:active {
  border-color: var(--base);
  box-shadow: none;
  background-color: var(--body-bg);
  color: var(--title);
}

textarea.form-control,
textarea.theme-input-style {
  block-size: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 2.1428571429rem var(--body-bg) inset !important;
  -webkit-text-fill-color: var(--title) !important;
}

.form-check-input:not(:checked) {
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--base);
}

.form--label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0.01em;
  color: var(--title);
}

.js-password-toggle {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
}

.form-control ~ .select2 .select2-selection {
  background-color: var(--body-bg);
  color: var(--title);
  block-size: var(--block-size);
  font-size: 1rem;
  border-color: var(--light-title);
}

[theme=dark] .form-control ~ .select2 .select2-selection {
  border-color: #505050;
}

.form-control ~ .select2 .select2-selection::file-selector-button {
  block-size: 3.0714285714rem;
}

[theme=dark] .form-control ~ .select2 .select2-selection::file-selector-button {
  background-color: #959595;
}

[theme=dark] .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.form-control ~ .select2 .select2-selection:focus,
.form-control ~ .select2 .select2-selection:active {
  border-color: var(--base);
  box-shadow: none;
  background-color: var(--body-bg);
  color: var(--title);
}

.select-method-border.bg-white {
  background-color: var(--body-bg) !important;
}

.form-control ~ .select2 .select2-selection .select2-selection__rendered {
  line-height: var(--block-size);
}

.form-control ~ .select2 .select2-selection .select2-selection__arrow {
  block-size: var(--block-size);
}

.form-control ~ .select2 .select2-selection.size-40px {
  --block-size: 40px;
}

.select2-prev-icon .select2 .select2-selection {
  padding-inline-start: 1.7857142857rem;
  background: transparent !important;
  font-size: 0.8571428571rem;
}

.select2-prev-icon i {
  position: absolute;
  inset-inline-start: 0.5714285714rem;
  color: var(--base);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571429rem;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 575px) {
  .header-wrapper {
    padding: 10px 0;
  }
}
.header-wrapper .logo {
  margin-inline-end: auto;
  max-width: 131px;
  display: block;
}

.header-wrapper .logo img {
  width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 100px;
  }
}
.menu-area {
  display: flex;
  align-items: center;
}

.menu-area .menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4285714286rem;
  column-gap: 1.4285714286rem;
}

.menu-area .menu li {
  position: relative;
}

.menu-area .menu li a {
  display: flex;
  align-items: center;
  gap: 0.2142857143rem;
  padding: 0.3571428571rem 0.7142857143rem;
  color: var(--title);
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  text-transform: capitalize;
}

@media (min-width: 1199px) {
  .menu-area .menu li a {
    position: relative;
  }
  .menu-area .menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.3571428571rem;
    height: 2px;
    transition: all ease 0.3s;
    background: var(--title);
    width: 0;
  }
  .menu-area .menu li a:hover::before,
  .menu-area .menu li a.active::before {
    width: calc(100% - 0.7142857143rem);
  }
}
.menu-area .menu li .btn-text {
  color: var(--base) !important;
  justify-content: center;
  text-decoration: underline;
}

@media (min-width: 1199px) {
  .menu-area .menu li .submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 0.7142857143rem);
    transition: all ease 0.3s;
    background: var(--bs-body-bg);
    border-radius: 0.3571428571rem;
    min-width: 15.7142857143rem;
    padding: 0.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .menu-area .menu li .submenu li a {
    color: var(--title);
    font-size: 1rem;
    padding: 0.2857142857rem 1rem;
  }
  .menu-area .menu li .submenu li a:hover {
    color: var(--base);
  }
  .menu-area .menu li .submenu li a::before {
    display: none;
  }
  .menu-area .menu li:not(:hover) .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px) scale(0.98);
  }
}
@media (max-width: 1399px) {
  .menu-area .menu {
    -moz-column-gap: 0.7142857143rem;
    column-gap: 0.7142857143rem;
  }
  .menu-area .menu li a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .menu-area .menu {
    -moz-column-gap: 0rem;
    column-gap: 0rem;
  }
  .menu-area .menu li a {
    font-size: 0.9285714286rem;
    padding: 0.3571428571rem 0.7142857143rem;
  }
}
@media (max-width: 1199px) {
  .menu-area .menu {
    /* --title: #262d34;
    background: var(--body-bg);
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    column-gap: 0;
    border-radius: 0 0 0.4285714286rem 0.4285714286rem;
    padding: 0.7142857143rem 0;
    transition: all ease 0.3s;
    z-index: 999;
    transform: translateX(0); */
    display: none;
  }
  /* .menu-area .menu li {
      width: 100%;
  }

  .menu-area .menu li a {
      padding: 0.4285714286rem 2.8571428571rem;
      display: flex;
      justify-content: flex-start;
      color: var(--title);
  }

  .menu-area .menu li.has-child > a::after {
      display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -0.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f282";
  }

  .menu-area .menu li .submenu {
      display: none;
      padding-inline-start: 1.0714285714rem;
  }

  .menu-area .menu li .submenu li a {
      font-size: 90%;
      padding-block-start: 0.2857142857rem;
      padding-block-end: 0.2857142857rem;
  }

  .menu-area .menu:not(.active) {
      transform: translateX(100%);
  } */
}
.offcanvas-body .menu li {
  width: 100%;
}

.offcanvas-body .menu li a {
  padding: 0.5rem 0.25rem;
  display: flex;
  justify-content: flex-start;
  color: var(--title);
}

.offcanvas-body .menu li.has-child > a::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  inset-block-start: 11px;
  inset-inline-end: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f282";
}

.offcanvas-body .menu li .submenu {
  display: none;
  padding-inline-start: 1.0714285714rem;
}

.offcanvas-body .menu li .submenu li a {
  font-size: 90%;
  padding-block-start: 0.2857142857rem;
  padding-block-end: 0.2857142857rem;
}

.header-right-icons {
  -moz-column-gap: 1.2142857143rem;
  column-gap: 1.2142857143rem;
  display: flex;
  align-items: center;
}

.header-right-icons li {
  position: relative;
}

.header-right-icons li a {
  position: relative;
  color: var(--title);
  padding: 0 0.3571428571rem;
  display: flex;
  align-items: center;
}

.header-right-icons li a.btn-base:not(:hover) {
  color: var(--white);
}

.header-right-icons li a i {
  line-height: 1;
  font-style: normal;
  font-size: 1.4285714286rem;
}

.header-right-icons li a .btn-status {
  position: absolute;
  inset-inline-end: 0px;
  inset-block-start: -4px;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.8571428571rem;
  line-height: 1.2rem;
  background: var(--redish);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
}

@media (max-width: 575px) {
  .header-right-icons li a .btn-status {
    inset-inline-end: -7px;
  }
}
.header-right-icons li a .text-small {
  font-size: 0.8571428571rem;
}

.header-right-icons li a span {
  line-height: 20.5px;
  display: block;
}

.header-right-icons li a.__btn-outline {
  border-radius: 0.7142857143rem;
  border-color: var(--border);
  font-size: 1rem;
}

.header-right-icons li a.__btn-outline:active {
  color: var(--title);
  border-color: var(--base);
}

@media (max-width: 575px) {
  .header-right-icons li a .px-8px {
    padding: 0 !important;
  }
}
@media (min-width: 1199px) {
  .header-right-icons li a.btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 1399px) {
  .header-right-icons {
    -moz-column-gap: 0.7142857143rem;
    column-gap: 0.7142857143rem;
  }
  .header-right-icons li a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .header-right-icons {
    -moz-column-gap: 0.3571428571rem;
    column-gap: 0.3571428571rem;
  }
  .header-right-icons li a {
    font-size: 0.9285714286rem;
  }
  .header-right-icons li a i {
    font-size: 1.2857142857rem;
  }
}
.offer-count {
  width: 1.4285714286rem;
  text-align: center;
  aspect-ratio: 1;
  background: url(./img/flower-shape.svg) no-repeat center center/contain;
  font-weight: 500;
  font-size: 0.7142857143rem;
  line-height: 1.4285714286rem;
  color: var(--white);
}

.nav-toggle {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 14px;
  z-index: 9;
}

.nav-toggle span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  transition: all ease 0.3s;
  background: var(--title);
  left: 0;
}

.nav-toggle span:first-child {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.nav-toggle span:last-child {
  bottom: 0;
}

.nav-toggle.active span:first-child {
  transform: rotate(45deg) translate(2px, 6px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:last-child {
  transform: rotate(-45deg) translate(3px, -6px);
}

.header-section {
  z-index: 999;
  position: sticky;
  top: 0;
}

header .__btn-outline {
  background: #ecf5ff;
}

header.bg-base {
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.1), inset 5px 5px 10px rgba(255, 255, 255, 0.1);
  --title: #f0f0f0;
}

header.bg-base .menu .submenu {
  --title: #262d34;
}

header.bg-base .__btn-outline {
  background: var(--base);
}

header.bg-white {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}

.__dropdown-menu:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

.__dropdown-menu {
  inset-inline-end: 0 !important;
  inset-inline-start: unset !important;
}

.dropdown-menu .inc-inputs .form-control,
.dropdown-menu .inc-inputs .qtyBtn {
  width: 2rem;
  height: 2rem;
}

.__dropdown-menu .language li {
  display: flex;
  align-items: center;
  gap: 0.3571428571rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.__dropdown-menu .language li img {
  width: 1.4285714286rem;
  height: 1.1428571429rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.2142857143rem;
}

.__dropdown-menu .language li span {
  display: block;
  line-height: 16px;
  width: 0;
  flex-grow: 1;
}

.__dropdown-menu .currencies {
  padding: 0.2142857143rem 0;
}

.__dropdown-menu .currencies li {
  gap: 0.3571428571rem;
  padding: 0.2142857143rem 1rem;
  cursor: pointer;
  transition: all ease 0.3s;
  color: var(--dark);
}

.__dropdown-menu .currencies li span {
  transition: all ease 0.3s;
}

.__dropdown-menu .currencies li:hover {
  color: var(--base) !important;
}

[theme=dark] .__dropdown-menu .language li span,
[theme=dark] .__dropdown-menu .currencies li {
  color: var(--white);
}

.__header-cart-menu {
  inset-inline-end: -70px !important;
}

.__header-cart-menu .view-all {
  text-decoration: underline;
  color: var(--base);
  text-transform: capitalize;
  font-size: 0.8571428571rem;
}

.header-cart {
  min-width: 320px;
  --title: #262d34;
  display: flex;
  flex-direction: column;
  gap: 1.0714285714rem;
  padding: 7px;
}

.header-cart li a img {
  width: 60px;
  aspect-ratio: 1.1;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-cart li a .info {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 0.8371428571rem;
}

.header-cart li a .info .name {
  font-size: 0.7322571429rem;
  line-height: 0.8571428571rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-cart li a .info span {
  display: block;
  font-size: 0.6276485714rem;
  line-height: 0.9285714286rem;
}

.app-cart-subtotal,
.header-cart-subtotal {
  margin: 0.5rem;
  background: rgba(var(--base-rgb), 0.05);
  border-radius: 0.4150578571rem;
  font-size: 0.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1rem;
  padding: 0.4285714286rem 1.0714285714rem;
}

[theme=dark] .app-cart-subtotal,
[theme=dark] .header-cart-subtotal {
  color: var(--title);
}

.app-cart-subtotal {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}

.header-cart-btn {
  margin: 7px;
  margin-top: 0;
  display: block;
  height: 37px;
  justify-content: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0.4150578571rem;
}

.banner-section {
  position: relative;
  background: var(--base);
}

.banner-slide-next {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  z-index: 99;
}

@media (max-width: 1199px) {
  .banner-slide-next {
    width: 30vw !important;
  }
}
@media (max-width: 479px) {
  .banner-slide-next {
    width: 16vw !important;
  }
}
@media (min-width: 1199px) {
  .banner-slide-next,
  .banner-slide-next-2,
  .banner-slide-next-3 {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    width: calc((100% - 55vw) / 3) !important;
    inset-inline-end: unset;
    display: none;
  }
  .banner-slide-next {
    inset-inline-start: 55vw;
  }
  .banner-slide-next-2 {
    inset-inline-start: 36.6666666667vw;
  }
  .banner-slide-next-3 {
    inset-inline-start: 36.6666666667vw;
  }
}
.banner-slider .owl-stage {
  height: 33.5714285714rem;
  min-height: 33.5714285714rem;
  overflow: hidden;
}

.banner-slider .owl-stage .owl-item {
  transition: width 0.6s;
  height: 100%;
  overflow: hidden;
}

.banner-slider .owl-stage .owl-item.selected-item {
  width: 75vw !important;
}

.banner-slider .owl-stage .owl-item.selected-item:first-child:where(:last-child) {
  width: 100vw !important;
}

.banner-slider .owl-stage .owl-item.active:nth-child(2):where(:last-child).selected-item {
  width: 75vw !important;
}

.banner-slider .owl-stage .owl-item:first-child:where(:nth-last-child(2)):not(.selected-item),
.banner-slider .owl-stage .owl-item.active:nth-child(2):where(:last-child):not(.selected-item) {
  width: 25vw !important;
}

.banner-slider .owl-stage .owl-item:first-child:where(:nth-last-child(3)):not(.selected-item),
.banner-slider .owl-stage .owl-item.active:nth-child(2):where(:nth-last-child(2)):not(.selected-item),
.banner-slider .owl-stage .owl-item.active:nth-child(3):where(:nth-last-child(1)):not(.selected-item) {
  width: 22.5vw !important;
}

.banner-slider .owl-stage .owl-item.active:nth-child(3):where(:nth-last-child(1)).selected-item {
  width: 55vw !important;
}

@media screen and (max-width: 575px) {
  .banner-slider .owl-stage .owl-item:first-child:where(:nth-last-child(3)):not(.selected-item),
  .banner-slider .owl-stage .owl-item.active:nth-child(2):where(:nth-last-child(2)):not(.selected-item),
  .banner-slider .owl-stage .owl-item.active:nth-child(3):where(:nth-last-child(1)):not(.selected-item) {
    width: 10vw !important;
  }
  .banner-slider .owl-stage .owl-item.active:nth-child(3):where(:nth-last-child(1)).selected-item {
    width: 80vw !important;
  }
  .banner-slider .owl-stage .owl-item.active:nth-child(4):where(:last-child).selected-item .banner-slide .banner-arrow,
  .banner-slider .owl-stage .owl-item.active:nth-child(3):where(:last-child).selected-item .banner-slide .banner-arrow,
  .banner-slider .owl-stage .owl-item.active:nth-child(2):where(:last-child).selected-item .banner-slide .banner-arrow {
    right: unset;
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
  }
  .banner-slider .owl-stage .owl-item.active:nth-child(4):where(:last-child).selected-item .banner-slide .shapes,
  .banner-slider .owl-stage .owl-item.active:nth-child(3):where(:last-child).selected-item .banner-slide .shapes,
  .banner-slider .owl-stage .owl-item.active:nth-child(2):where(:last-child).selected-item .banner-slide .shapes {
    right: calc(100% - 1px);
    left: unset;
    transform: translateY(-50%) rotate(180deg);
  }
}
.owl-stage {
  display: flex;
}

@media (max-width: 1199px) {
  .banner-slider .owl-stage .owl-item.selected-item {
    width: 70vw !important;
  }
}
.owl-stage {
  min-width: 100% !important;
}

@media (max-width: 479px) {
  .banner-slider .owl-stage .owl-item.selected-item {
    width: 94vw !important;
  }
  .banner-slider .owl-stage .owl-item:not(.selected-item) .banner-slide * {
    opacity: 0;
  }
}
.banner-slider .owl-stage .owl-item .banner-slide {
  overflow: hidden;
  height: 100%;
  background: var(--base);
  position: relative;
}

.banner-slider .owl-stage .owl-item:not(.selected-item) .banner-slide img {
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  min-width: 450px;
  z-index: 1;
  background: var(--base);
}

.banner-slider .owl-stage .owl-item:not(.selected-item) .content {
  white-space: nowrap;
  transform: translateY(120px);
}

.banner-slider .owl-stage .owl-item:not(.selected-item) .content .info {
  opacity: 0;
}

.banner-slider .owl-stage .owl-item:not(.selected-item):nth-child(even) .content {
  transform: translateY(-120px);
}

/*.banner-slider .owl-stage .owl-item:not(.selected-item) .banner-slide {*/
.banner-slider .owl-stage .owl-item .banner-slide {
  transition: all ease 0.3s;
  cursor: pointer;
}

.banner-slider .owl-stage .owl-item:not(.selected-item) .banner-slide:hover {
  transform: scale(1.031);
}

@media (max-width: 1799px) {
  .banner-slider .owl-stage {
    height: 29.2857142857rem;
    min-height: 29.2857142857rem;
  }
}
@media (max-width: 991px) {
  .banner-slider .owl-stage {
    height: 25rem;
    min-height: 25rem;
  }
}
@media (max-width: 767px) {
  .banner-slider .owl-stage {
    height: 28.5714285714rem;
  }
}
@media (max-width: 575px) {
  .banner-slider .owl-stage {
    height: 21.4285714286rem;
    min-height: 21.4285714286rem;
  }
}
@media (max-width: 479px) {
  .banner-slider .owl-stage {
    height: 200px;
    min-height: 200px;
  }
}
.banner-slide {
  display: flex;
}

.banner-arrow {
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-slide img:not(.banner-arrow) {
  align-self: flex-end;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100% - 435px) !important;
  max-width: 760px;
}

.banner-slide .content {
  align-self: center;
  transition: all ease 0.6s;
  width: 31.0714285714rem !important;
  min-width: 31.0714285714rem !important;
}

.banner-slide .content .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.1428571429rem;
  line-height: 3.5714285714rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5714285714rem;
  color: #fff;
}

.banner-slide .content .title .subtxt {
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.05em;
}

.banner-slide .content .info {
  transition: all ease 0.6s;
}

.banner-slide .content .btn-base {
  background: var(--white);
  border: none;
  outline: none;
  padding: 0.5rem 1.0714285714rem;
  min-width: 10.8571428571rem;
  color: var(--dark);
}

@media (max-width: 1499px) {
  .banner-slide img {
    width: calc(100% - 23.9285714286rem) !important;
  }
  .banner-slide .content {
    min-width: 23.9285714286rem !important;
    width: 23.9285714286rem !important;
  }
  .banner-slide .content .title {
    font-size: 2.5714285714rem;
    line-height: 1.3;
  }
  .banner-slide .content .title .subtxt {
    font-size: 1.8571428571rem !important;
  }
}
@media (max-width: 991px) {
  .banner-slide img {
    width: calc(100% - 18.5714285714rem) !important;
  }
  .banner-slide .content {
    min-width: 18.5714285714rem !important;
    width: 18.5714285714rem !important;
  }
  .banner-slide .content .title {
    font-size: 2rem;
  }
  .banner-slide .content .title .subtxt {
    font-size: 1.4285714286rem !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .banner-slide .content .title {
    font-size: 1.7142857143rem;
  }
  .banner-slide .content .title .subtxt {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .banner-slide {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
  }
  .banner-slide img {
    min-width: 100% !important;
    height: 12.8571428571rem;
    padding-bottom: 0.7142857143rem;
  }
  .banner-slide .content {
    min-width: 18.5714285714rem !important;
    width: 18.5714285714rem !important;
    text-align: center;
    align-self: unset;
    margin-bottom: auto;
  }
}
@media (max-width: 575px) {
  .banner-slide {
    padding-bottom: 2.5714285714rem;
  }
  .banner-slide img {
    height: 7.1428571429rem;
    padding-bottom: 0.7142857143rem;
  }
  .banner-slide .content {
    min-width: 18.5714285714rem !important;
    width: 18.5714285714rem !important;
    text-align: center;
    align-self: unset;
    margin-bottom: auto;
  }
}
@media (max-width: 479px) {
  .banner-slide {
    flex-wrap: nowrap;
    padding-bottom: 0rem;
    padding-inline-start: 10px;
  }
  .banner-slide img {
    height: auto;
    min-width: initial !important;
  }
  .banner-slide .content {
    min-width: 10rem !important;
    max-width: 10rem !important;
    text-align: start;
    align-self: unset;
    margin-bottom: auto;
  }
  .banner-slide .content .title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .banner-slide .content .title .subtxt {
    font-size: 0.85rem !important;
  }
  .banner-slide .content .btn-base {
    min-width: 5rem;
    font-size: 11px;
  }
}
.search-form {
  max-width: 52.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding: 0.7142857143rem;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.1);
  border-radius: 0.3571428571rem;
  background: var(--body-bg);
}

/* @media (min-width: 1200px) { */
.search-form {
  margin-top: -25px;
}

/* } */
.search-form .input-group {
  border: 0.0714285714rem solid rgba(var(--base-rgb), 0.25);
  border-radius: 0.2857142857rem;
}

.search-form .input-group .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: none;
  border-inline-end: 1px solid var(--border);
  height: 3.2142857143rem;
  margin-inline-start: 1px;
}

.search-form .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.0714285714rem;
  inset-inline-end: 0;
  inset-inline-start: unset;
}

.search-form .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.2142857143rem;
  padding-inline-end: 1.4285714286rem;
  padding-inline-start: 0.7142857143rem;
  position: relative;
}

.search-form .input-group .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: "";
  inset-inline-end: 0;
  background: var(--border);
  inset-block-start: 0.6428571429rem;
  height: calc(100% - 1.2857142857rem);
  width: 1px;
  position: absolute;
}

.search-form .input-group .select2-dropdown {
  border-color: var(--border);
}

.search-form .input-group .select2 {
  border-radius: 0.3571428571rem;
}

@media (min-width: 1200px) {
  .search-form .input-group .select2 {
    min-width: 11.0714285714rem;
  }
}
@media (max-width: 575px) {
  .search-form .input-group .select2 {
    font-size: 0.8571428571rem;
  }
}
.search-form .input-group .form-control {
  height: 3.2142857143rem;
  border: none;
  padding-inline-start: 1.2857142857rem;
  width: 0;
  flex-grow: 1;
}

.search-form .input-group .btn {
  width: 3.2142857143rem;
  background: var(--base);
  border: none;
  color: var(--white);
  border-top-right-radius: 0.3571428571rem !important;
  border-bottom-right-radius: 0.3571428571rem !important;
  margin: -1px;
}

@media (min-width: 767px) {
  .search-form .input-group .btn {
    width: 4.5714285714rem;
  }
}
[dir=rtl] .search-form .input-group .btn {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  border-top-left-radius: 0.3571428571rem !important;
  border-bottom-left-radius: 0.3571428571rem !important;
}

.filter-header {
  padding: 11px;
  border: 1px solid rgba(var(--base-rgb), 0.04);
  margin-bottom: 0.5714285714rem;
}

.filter-header .subtitle {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
}

.filter-header .subtitle i {
  font-size: 1.7142857143rem;
  line-height: 1;
}

[theme=dark] .filter-header {
  border: 1px solid var(--border);
}

.widget:not(:last-child) {
  margin-bottom: 1.1428571429rem;
}

.widget .widget-header {
  cursor: pointer;
  padding-block: 0.6428571429rem;
  border-bottom: 1px solid var(--border);
  padding-inline-end: 1.4285714286rem;
  position: relative;
}

.widget .widget-header .title {
  font-size: 1.1428571429rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.widget .widget-header .chevron-icon {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0.6428571429rem;
  width: 1.8571428571rem;
  height: 1.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.widget .widget-header:not(.open) .chevron-icon {
  transform: rotateX(180deg);
}

.widget-body-inner {
  padding-top: 1.0714285714rem;
}

.form--check {
  display: block;
  margin: 0;
  position: relative;
  padding: 0;
  letter-spacing: 0.0275em;
  font-size: 1rem;
  line-height: 1.2857142857rem;
}

.form--check-inner {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  padding-inline-start: 1.8571428571rem;
  color: var(--title);
}

.form--check-inner:not(:last-child) {
  margin-bottom: 0.5714285714rem;
}

.form--check input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.form--check .badge-soft-base {
  background: rgba(var(--base-rgb), 0.05);
  border-radius: 0.8571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  color: rgba(var(--base-rgb), 0.54);
  font-weight: 400;
}

.form--check .check-icon {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  position: absolute;
  background: var(--bg-8);
  border-radius: 50%;
  inset-inline-start: 0;
  inset-block-start: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid transparent;
}

.form--check .check-icon i {
  display: none;
  transform: translateY(1px);
  color: var(--base);
}

.form--check input:checked ~ .check-icon {
  border-color: var(--base);
  animation: zoomIn 0.3s;
  -webkit-animation: zoomIn 0.3s;
  -moz-animation: zoomIn 0.3s;
  background: transparent;
}

.form--check input:checked ~ .check-icon i {
  display: block;
}

.form--check input:not(:checked) ~ .form-check-label {
  opacity: 0.8;
}

[theme=dark] .form--check .check-icon i {
  color: var(--white);
}

[theme=dark] .form--check input:checked ~ .check-icon {
  border-color: var(--white);
}

.all-brands,
.all-categories {
  max-height: 380px;
  overflow-y: auto;
}

.all-brands .form--check .check-icon,
.all-categories .form--check .check-icon {
  inset-block-start: 0.0714285714rem;
}

.all-brands .form--check:not(:last-child),
.all-categories .form--check:not(:last-child) {
  margin-bottom: 1.1428571429rem;
}

.all-brands .form--check .form-check-subgroup,
.all-categories .form--check .form-check-subgroup {
  padding-inline-start: 1.8571428571rem;
}

.all-brands .form--check .form-check-subgroup .form--check:not(:last-child),
.all-categories .form--check .form-check-subgroup .form--check:not(:last-child) {
  margin-bottom: 0.3571428571rem;
}

.price-range-slider {
  padding-top: 2.8571428571rem;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .price-range-slider {
    padding-inline: 0.625rem;
  }
}
.price-range-slider .noUi-target {
  height: 0.2292857143rem;
  border-radius: 0.6877878571rem;
  border: none;
}

.price-range-slider .noUi-target .noUi-connects {
  background: var(--base);
  opacity: 0.34;
}

.price-range-slider .noUi-target::after,
.price-range-slider .noUi-target::before,
.price-range-slider .noUi-base::after,
.price-range-slider .noUi-base::before {
  width: 0.1428571429rem;
  height: 0.1428571429rem;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  background: var(--base);
  transform: translateY(-50%);
}

.price-range-slider .noUi-target::before {
  inset-inline-end: 0.1428571429rem;
}

.price-range-slider .noUi-target::after {
  inset-inline-start: 0.1428571429rem;
}

.price-range-slider .noUi-base::before {
  inset-inline-end: 25%;
}

.price-range-slider .noUi-base::after {
  inset-inline-start: 25%;
}

.price-range-slider .noUi-horizontal .noUi-handle {
  width: 0.8571428571rem !important;
  height: 0.8571428571rem !important;
  border-radius: 50%;
  background: var(--base) !important;
  border: none;
  box-shadow: none;
}

.price-range-slider .noUi-horizontal .noUi-handle::after {
  display: none;
}

.price-range-slider .noUi-horizontal .noUi-handle::before {
  top: unset;
  -webkit-clip-path: polygon(0 0, 47% 100%, 100% 0);
  clip-path: polygon(0 0, 47% 100%, 100% 0);
  width: 1.5714285714rem !important;
  height: 0.8571428571rem;
  background: var(--base);
  bottom: 102%;
  left: 50%;
  transform: translateX(-50%);
}

.price-range-slider .noUi-tooltip {
  font-size: 0.7142857143rem;
  line-height: 1.2;
  bottom: calc(100% + 0.3571428571rem);
  border-color: var(--base);
  background-color: var(--base);
  color: var(--white);
  min-width: 2.5rem;
}

.review-rating-group {
  display: flex;
  gap: 0.4285714286rem;
}

.review-rating-group label {
  margin: 0;
  position: relative;
}

.review-rating-group label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.review-rating-group label > span {
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 0.2142857143rem;
  padding: 0.4557142857rem;
  border: 0.672993px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.240355rem;
  line-height: 1;
}

.review-rating-group label > span i {
  color: rgba(0, 0, 0, 0.18);
  font-size: 0.8571428571rem;
}

.review-rating-group label input:checked ~ span {
  border-color: var(--base);
  color: var(--base);
}

.review-rating-group label input:checked ~ span i {
  color: var(--base);
}

.variation-area {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}

.variation-area .subtitle {
  margin-bottom: 0.7142857143rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.variation-area .subtitle .plus-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.variation-area .subtitle .plus-icon::after,
.variation-area .subtitle .plus-icon::before {
  background: var(--title);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  transition: all ease 0.3s;
}

.variation-area .subtitle .plus-icon::after {
  width: 2px;
  height: 100%;
}

.variation-area .subtitle .plus-icon::before {
  height: 2px;
  width: 100%;
}

.variation-area .subtitle:not(.open) .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.variation-area .form--check {
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
}

.variation-area .variation-body {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.1428571429rem;
}

.variation-area .variation-body .form--check {
  width: 50%;
}

.check-color-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 9px;
}

.check-color-group label {
  margin: 0;
  position: relative;
}

.check-color-group label span {
  background: var(--base);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.4285714286rem;
  aspect-ratio: 1;
  position: relative;
}

.check-color-group label span::before {
  inset: 1px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
}

.check-color-group label span i {
  display: none;
  line-height: 1px;
}

.check-color-group label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.check-color-group label input:checked ~ span::before {
  border-color: var(--border);
}

.check-color-group label input:checked ~ span i {
  display: block;
  animation: zoomIn 0.3s;
}

.form-check-size input {
  display: none;
}

.form-check-size .form-check-label {
  padding: 0 0.7142857143rem;
  line-height: 2.2857142857rem;
  color: var(--title);
  border: 1px solid var(--border);
  border-radius: 1.2142857143rem;
  display: block;
  opacity: 0.6;
}

.form-check-size input:checked ~ .form-check-label {
  opacity: 1;
  border-color: var(--base);
  color: var(--base);
}

.support-section {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}

@media (max-width: 575px) {
  .support-section {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .support-section .container {
    max-width: 80.8571428571rem;
    max-width: 92.8571428571rem;
  }
}
.support-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
}

.support-wrapper .support-card {
  flex-grow: 1;
  width: 8.5714285714rem;
  flex-grow: 1;
  max-width: 140px;
  display: flex;
  padding: 0 10px;
}

.support-wrapper .support-card-inner {
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  font-size: 7.88856px;
  line-height: 10px;
  color: #9b9b9b;
  border: 0.0714285714rem solid var(--border-2);
  padding: 0 0.6771428571rem 0.7142857143rem;
  border-radius: 0.4285714286rem;
}

.support-wrapper .support-card-inner .icon {
  margin-bottom: -0.7142857143rem;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateY(-50%);
  background: var(--body-bg);
  max-width: 70px;
  margin-inline: auto;
}

.support-wrapper .support-card-inner .icon img {
  width: 2.5714285714rem;
  height: 2.5714285714rem;
}

.support-wrapper .support-card-inner .title {
  font-weight: 700;
  font-size: 0.7142857143rem;
  line-height: 0.7857142857rem;
  margin-bottom: 0.3571428571rem;
}

@media (min-width: 1199px) {
  .support-wrapper .support-card {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.how-to-section {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}

@media (max-width: 991px) {
  .how-to-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.how-to-card {
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .how-to-card {
    max-width: 275px;
  }
}
.how-to-card .how-to-icon {
  font-size: 3.9285714286rem;
  line-height: 4.5714285714rem;
  color: #c8f7db;
}

.how-to-card .how-to-cont {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 17px;
  padding-inline-end: 10px;
  color: #9b9b9b;
}

.how-to-card .how-to-cont .title {
  font-weight: 500;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  margin-bottom: 14px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .how-to-card .how-to-icon {
    font-size: 2.5714285714rem;
  }
  .how-to-card .how-to-cont .title {
    font-size: 1.1428571429rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .how-to-card .how-to-icon {
    font-size: 2.5714285714rem;
  }
  .how-to-card .how-to-cont .title {
    font-size: 1.1428571429rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .how-to-card .how-to-icon {
    font-size: 2.5714285714rem;
    line-height: 1;
  }
  .how-to-card .how-to-cont {
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
  }
  .how-to-card .how-to-cont .title {
    font-size: 0.85rem;
    margin-bottom: 0px;
  }
  .how-to-card .how-to-cont div {
    font-size: 0.75rem;
  }
}
.section-gap {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}

@media (max-width: 767px) {
  .section-gap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.others-store-card {
  border: 0.0714285714rem solid var(--border-2);
  border-radius: 0.4285714286rem;
  padding: 1.2142857143rem;
  transition: all ease 0.3s;
}

.others-store-card .name-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.7142857143rem;
}

.others-store-card .name-area img {
  width: 3.9285714286rem;
}

.others-store-card .name-area .info {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 0.6428571429rem;
}

.others-store-card .name-area .name {
  font-weight: 700;
  font-size: 1.0714285714rem;
  line-height: 1.2857142857rem;
  margin-bottom: 0.6428571429rem;
}

.others-store-card .info-area {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.others-store-card .info-area .info-item {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.7142857143rem;
  line-height: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.2142857143rem;
  padding: 4.89399px 4px;
  background: rgba(243, 245, 249, 0.6);
  border-radius: 2.447px;
  text-align: center;
}

.others-store-card .info-area .info-item h6 {
  margin: 0;
  font-weight: 700;
  font-size: 0.9085714286rem;
  line-height: 1.0714285714rem;
  color: var(--base);
}

.others-store-card .info-area .info-item i {
  font-size: 12px;
}

.others-store-card .info-area .info-item [class*=star] {
  color: var(--star);
}

.others-store-card .btn-grp {
  justify-content: center;
}

.others-store-card .btn-grp .btn {
  width: 0;
  flex-grow: 1;
  max-width: 103px;
}

.others-store-card .btn-grp .btn:hover {
  background: var(--base) !important;
}

.others-store-card .btn-grp .btn:active {
  border-color: var(--base) !important;
  color: var(--white) !important;
}

.others-store-card:hover {
  background: var(--section);
}

.bg-E2F0FF {
  background: #e2f0ff;
}

.others-store-slider-wrapper {
  padding-inline-start: 1px;
}

@media (min-width: 767px) {
  .others-store-slider-wrapper {
    margin-inline-end: -7.1428571429rem;
  }
}
@media (min-width: 1399px) {
  .others-store-slider-wrapper {
    margin-inline-end: -14.2857142857rem;
  }
}
.nav--tabs {
  border: none;
}

.nav--tabs li a {
  --text: #8e9ba9;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2142857143rem;
  text-decoration: none;
  transition: all ease 0s;
}

@media (max-width: 575px) {
  .nav--tabs li a {
    font-size: 0.75rem;
  }
}
.nav--tabs li a.active {
  color: var(--base);
  font-weight: 700;
}

.section-title-3,
.section-title {
  --text: #74869a;
  color: var(--text);
  margin-bottom: 3.3571428571rem;
}

.section-title-3 .title,
.section-title .title {
  margin-bottom: 0.3571428571rem;
}

/* @media (max-width: 575px) {
    .section-title-3 .title,
    .section-title .title {
        font-size: 1rem;
    }
} */
@media (max-width: 991px) {
  .section-title-3,
  .section-title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-title-3,
  .section-title {
    margin-bottom: 2.1428571429rem;
  }
}
.section-title-3 .nav--tabs,
.section-title .nav--tabs {
  -moz-column-gap: 3.0714285714rem;
  column-gap: 3.0714285714rem;
}

@media (max-width: 991px) {
  .section-title-3 .nav--tabs,
  .section-title .nav--tabs {
    -moz-column-gap: 1.4285714286rem;
    column-gap: 1.4285714286rem;
  }
}
@media (max-width: 575px) {
  .section-title-3 .nav--tabs,
  .section-title .nav--tabs {
    width: 100%;
  }
}
.section-title-3 .see-all,
.section-title .see-all {
  text-decoration: underline;
  color: var(--base);
  text-transform: capitalize;
  letter-spacing: 0.018em;
  font-weight: 500;
}

@media (max-width: 575px) {
  .section-title-3 .see-all,
  .section-title .see-all {
    font-size: 0.75rem;
  }
}
.section-title-3 {
  position: relative;
}

@media (min-width: 992px) {
  .section-title-3 .cevron-wrapper {
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: 0;
  }
  .section-title-3 .title {
    text-align: center;
    margin-inline-start: 0;
    margin-inline-end: 0;
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 575px) {
  .section-title-3 .title {
    font-size: 1.7142857143rem;
    line-height: 2rem;
  }
}
.recent-shop-card {
  background: var(--body-bg);
  transition: all ease 0.3s;
}

.recent-shop-card .img {
  position: relative;
  overflow: hidden;
  border: 0.0714285714rem solid var(--border);
  border-radius: 0.2857142857rem 0.2857142857rem 0 0;
}

.recent-shop-card .img a {
  display: block;
  position: relative;
}

.recent-shop-card .hover-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all ease 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
}

.recent-shop-card .hover-cont h6 {
  color: var(--white);
}

.recent-shop-card:not(:hover) .hover-cont {
  opacity: 0;
}

.recent-shop-card .img img {
  width: 100%;
  transition: all cubic-bezier(0.21, 0.33, 0.71, 1.23) 0.3s;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.recent-shop-card .img .badge {
  position: absolute;
  z-index: 99;
  inset-inline-end: 0;
  top: 1rem;
  border-radius: 4px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.recent-shop-card .cont {
  padding: 0.8571428571rem 0.9285714286rem 1.1428571429rem;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.recent-shop-card .recent-shop-card-author {
  margin-bottom: 0.8571428571rem;
}

.recent-shop-card:hover {
  box-shadow: 0px 0.2857142857rem 2.8571428571rem rgba(0, 0, 0, 0.08);
}

.recent-shop-card:hover .img img {
  transform: scale(1.05);
}

.recent-shop-card:hover * {
  border-color: rgba(27, 127, 237, 0.4);
}

.recent-shop-card-author {
  display: flex;
  gap: 0.5714285714rem;
  align-items: center;
  text-decoration: none;
}

.recent-shop-card-author img {
  width: 2.2857142857rem;
  max-width: 2.2857142857rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.recent-shop-card-author .subtitle {
  margin: 0;
  width: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-shop-slider-wrapper {
  padding-inline-start: 1px;
  margin-inline-end: -2.8571428571rem;
}

@media (max-width: 575px) {
  .recent-shop-slider-wrapper {
    margin-inline-end: -5.7142857143rem;
  }
}
.section-title-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 109px;
  text-align: center;
}

.section-title-2 .shapetitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 6.6428571429rem;
  font-weight: 700;
  line-height: 7.7857142857rem;
  opacity: 0.05;
}

.section-title-2 .title {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .section-title-2 {
    min-height: 5.7142857143rem;
  }
  .section-title-2 .shapetitle {
    font-size: 5.7142857143rem;
    line-height: 5.7142857143rem;
  }
}
@media (max-width: 991px) {
  .section-title-2 .shapetitle {
    font-size: 5rem;
  }
}
@media (max-width: 575px) {
  .section-title-2 {
    min-height: 3.5714285714rem;
  }
  .section-title-2 .shapetitle {
    font-size: 3.5714285714rem;
    line-height: 3.5714285714rem;
  }
}
@media (max-width: 379px) {
  .section-title-2 .shapetitle {
    font-size: 2rem;
  }
}
.most-demanded-product-wrapper {
  padding: 1.5714285714rem;
  background-color: var(--bg-4);
  border: 0.5px solid rgba(155, 155, 155, 0.19);
  overflow: hidden;
  position: relative;
}

.most-demanded-product-wrapper .inner-bg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 1.5714285714rem;
  height: calc(100% - 3.1428571429rem);
  inset-inline-start: 3.2857142857rem;
  transition: all ease 0.3s;
}

.most-demanded-product-wrapper:hover .inner-bg {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .most-demanded-product-wrapper .inner-bg {
    inset: 1rem;
    inset-inline-start: 1.5714285714rem;
    height: calc(100% - 2rem);
    max-width: 41.4285714286rem;
  }
}
@media (max-width: 767px) {
  .most-demanded-product-wrapper {
    padding: 8.5714285714rem 0 0;
    border-radius: 0 0 5px 5px;
  }
  .most-demanded-product-wrapper .inner-bg {
    top: 10px;
    width: calc(100% - 20px);
    height: unset;
    inset-inline-start: 10px;
  }
  .most-demanded-product-wrapper .most-demanded-product-content {
    max-width: 100%;
    border-inline-end: none;
    border-inline-start: none;
    border-block-end: none;
    border-radius: 5px 5px 0 0;
  }
}
.most-demanded-product-content {
  margin-inline-start: auto;
  padding: 2.2857142857rem 2.7142857143rem;
  max-width: 33.0714285714rem;
  background: rgba(231, 231, 231, 0.16);
  border: 1px solid #d8eaff;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  border-radius: 0.3571428571rem;
}

.most-demanded-product-content .subtitle {
  font-size: 2.72035rem;
  line-height: 3.2142857143rem;
  letter-spacing: 0.02em;
  color: var(--base);
  margin-bottom: 2.5714285714rem;
}

.most-demanded-product-content .subtitle > span:first-child {
  font-weight: 500;
}

.most-demanded-product-content .subtitle > span:last-child {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .most-demanded-product-content {
    padding: 1.7142857143rem 1.4285714286rem;
    max-width: 25.7142857143rem;
  }
  .most-demanded-product-content .subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.4285714286rem;
  }
}
@media (max-width: 575px) {
  .most-demanded-product-content {
    padding: 1.4285714286rem 1rem;
  }
  .most-demanded-product-content .subtitle {
    font-size: 1.5714285714rem;
    line-height: 2.1428571429rem;
    margin-bottom: 1.4285714286rem;
  }
}
.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -14px;
}

.counter-wrapper .count-item {
  width: 25%;
  padding: 5px 14px;
}

.counter-wrapper .count-item-inner {
  padding: 0.7857142857rem;
  text-align: center;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 1.0551142857rem;
  line-height: 1.2142857143rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--base-2);
  background: var(--section);
}

.counter-wrapper .count-item-inner .count {
  color: var(--base-2);
  font-weight: 600;
  font-size: 1.9399071429rem;
  line-height: 2.2857142857rem;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .counter-wrapper .count-item-inner .count {
    font-size: 1.5714285714rem;
  }
}
.counter-wrapper .count-item:nth-of-type(4n + 2) .count-item-inner {
  color: var(--base-4);
}

.counter-wrapper .count-item:nth-of-type(4n + 2) .count-item-inner .count {
  color: var(--base-4);
}

.counter-wrapper .count-item:nth-of-type(4n + 3) .count-item-inner {
  color: var(--star);
}

.counter-wrapper .count-item:nth-of-type(4n + 3) .count-item-inner .count {
  color: var(--star);
}

.counter-wrapper .count-item:nth-of-type(4n + 4) .count-item-inner {
  color: #a17eff;
}

.counter-wrapper .count-item:nth-of-type(4n + 4) .count-item-inner .count {
  color: #a17eff;
}

@media (max-width: 991px) {
  .counter-wrapper {
    margin: -6px;
  }
  .counter-wrapper .count-item {
    padding: 6px;
  }
  .counter-wrapper .count-item-inner {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper {
    margin: -3px;
  }
  .counter-wrapper .count-item {
    padding: 3px;
  }
  .counter-wrapper .count-item-inner {
    font-size: 0.7857142857rem;
  }
}
@media (min-width: 479px) {
  .fashion-house-slider-wrapper {
    margin-inline-end: -20rem;
  }
}
.fashion-card {
  padding: 1.4285714286rem;
  background: var(--body-bg);
  border: 1px solid var(--border);
  transition: all ease 0.3s;
  border-radius: 0.4285714286rem;
}

.fashion-card-top {
  display: flex;
  gap: 1.2142857143rem;
}

.fashion-card-top .thumb {
  width: 5.7142857143rem;
  overflow: hidden;
  transition: all ease 0.3s;
}

.fashion-card-top .thumb img {
  width: 100%;
  border-radius: 0.2142857143rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.3s;
}

.fashion-card-top .cover {
  max-width: calc(100% - 1.2142857143rem - 5.7142857143rem);
  height: 5.7142857143rem;
  border-radius: 0.2142857143rem;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.fashion-card-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5714285714rem;
  margin-top: 1.7142857143rem;
}

.fashion-card-bottom .btn {
  border-color: var(--border-2);
  flex-grow: 1;
  padding: 0.5rem 0.7142857143rem 0.3571428571rem;
  line-height: 1.4642857143rem;
}

@media (max-width: 399px) {
  .fashion-card-bottom .btn {
    font-size: 0.8571428571rem;
  }
}
.fashion-card-bottom .__btn-outline {
  max-width: 5.7142857143rem;
}

.fashion-card-bottom .__btn-outline:not(:hover) {
  background: rgba(27, 127, 237, 0.13);
}

.fashion-card:hover {
  background: var(--section);
}

.fashion-card:hover .thumb {
  border-radius: 50%;
}

.fashion-card:hover .thumb img {
  transform: scale(1.2);
}

.signature-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 5.7142857143rem 0;
  padding: 0rem 2.8571428571rem 0rem 2.1428571429rem;
  background: var(--section-2);
}

.signature-wrapper .signature-title {
  max-width: 300px;
  width: 100%;
}

.signature-wrapper .signature-title .title {
  margin-inline-start: auto;
  max-width: 23.2857142857rem;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .signature-wrapper .signature-title .title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .signature-wrapper .signature-title .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .signature-wrapper .signature-title .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .signature-wrapper .signature-title .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .signature-wrapper .signature-title .title {
    font-size: 22px;
  }
}
.signature-wrapper .signature-area {
  width: 0;
  flex-grow: 1;
  display: flex;
  gap: 1.4285714286rem;
}

.signature-wrapper .signature-area a {
  flex-grow: 1;
  display: block;
  width: 0;
}

.signature-wrapper .signature-area a img {
  max-width: 100%;
  transition: all ease 0.3s;
}

.signature-wrapper .signature-area a:nth-child(odd) {
  transform: translateY(5.7142857143rem);
}

.signature-wrapper .signature-area a:nth-child(even) {
  transform: translateY(-5.7142857143rem);
}

.signature-wrapper .signature-area a:hover img {
  transform: scale(1.03);
}

@media (max-width: 1399px) {
  .signature-wrapper {
    gap: 30px;
  }
  .signature-wrapper .signature-title {
    max-width: 24.2857142857rem;
  }
}
@media (max-width: 1199px) {
  .signature-wrapper {
    margin: 4.2857142857rem 0;
  }
  .signature-wrapper .signature-area a:nth-child(odd) {
    transform: translateY(4.2857142857rem);
  }
  .signature-wrapper .signature-area a:nth-child(even) {
    transform: translateY(-4.2857142857rem);
  }
  .signature-wrapper .signature-title {
    max-width: 18.5714285714rem;
  }
}
@media (max-width: 991px) {
  .signature-wrapper {
    margin: 2.8571428571rem 0;
  }
  .signature-wrapper .signature-area {
    gap: 0.7142857143rem;
  }
  .signature-wrapper .signature-area a:nth-child(odd) {
    transform: translateY(2.8571428571rem);
  }
  .signature-wrapper .signature-area a:nth-child(even) {
    transform: translateY(-2.8571428571rem);
  }
  .signature-wrapper .signature-title {
    max-width: 12.8571428571rem;
  }
}
@media (max-width: 767px) {
  .signature-wrapper {
    margin: 1.7857142857rem 0 2.8571428571rem;
    flex-wrap: wrap-reverse;
    max-height: unset;
    padding: 2.1428571429rem 2.1428571429rem 0;
  }
  .signature-wrapper .signature-area {
    width: 100%;
    margin-top: 2.8571428571rem;
  }
  .signature-wrapper .signature-area a:nth-child(odd) {
    transform: translateY(2.8571428571rem);
  }
  .signature-wrapper .signature-area a:nth-child(even) {
    transform: translateY(-2.8571428571rem);
  }
  .signature-wrapper .signature-title {
    margin-inline: auto;
    max-width: 360px;
  }
  .signature-wrapper .signature-title .title {
    margin-inline-end: auto;
  }
}
@media (max-width: 575px) {
  .signature-wrapper {
    padding: 1.4285714286rem 0 0;
    margin-inline: auto;
  }
  .signature-wrapper .signature-area {
    flex-wrap: wrap;
    margin-top: 1.4285714286rem;
    gap: 1.4285714286rem;
  }
  .signature-wrapper .signature-area a {
    width: calc(50% - 0.7142857143rem);
  }
  .signature-wrapper .signature-area a:nth-child(odd) {
    transform: translateY(2.5rem);
  }
  .signature-wrapper .signature-area a:nth-child(even) {
    transform: translateY(-2.5rem);
  }
  .signature-wrapper .signature-title {
    margin-inline: auto;
    max-width: 260px;
  }
}
.promo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-wrapper a {
  display: block;
}

.promo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-wrapper .promo-2 img {
  aspect-ratio: 508/202;
}

.promo-wrapper .promo-1,
.promo-wrapper .promo-2 {
  width: 300px;
  display: flex;
  flex-grow: 1;
}

.promo-wrapper .promo-2 {
  flex-direction: column;
  gap: 10px;
}

.promo-wrapper .promo-2 a {
  flex-grow: 1;
}

.promo-wrapper .promo-3 {
  width: 228px;
}

@media (max-width: 1199px) {
  .promo-wrapper .promo-3 {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .promo-wrapper .promo-1,
  .promo-wrapper .promo-2 {
    width: 180px;
  }
  .promo-wrapper .promo-3 {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .promo-wrapper .promo-1,
  .promo-wrapper .promo-2 {
    width: 180px;
  }
  .promo-wrapper .promo-3 {
    width: 105px;
  }
}
@media (max-width: 575px) {
  .promo-wrapper {
    margin: 0 auto;
  }
  .promo-wrapper .promo-1 {
    width: 100%;
    order: 1;
  }
  .promo-wrapper .promo-2 {
    width: 0;
  }
  .promo-wrapper .promo-3 {
    width: 130px;
  }
}
@media (max-width: 575px) and (max-width: 399px) {
  .promo-wrapper .promo-3 {
    width: 115px;
  }
}
@media (max-width: 575px) and (max-width: 349px) {
  .promo-wrapper .promo-3 {
    width: 100px;
  }
}
.badge-title {
  background: var(--title);
}

.rating i {
  color: #b2b2b2;
  font-size: 0.9285714286rem;
}

.rating i.filled {
  color: var(--star);
}

@media (max-width: 767px) {
  .recommended-slider-wrapper {
    margin-inline-end: -12.8571428571rem;
  }
}
@media (max-width: 575px) {
  .recommended-slider-wrapper {
    margin-inline-end: -7.1428571429rem;
  }
}
.flash-deals-wrapper {
  flex-grow: 1;
  display: flex;
  max-width: 53.0714285714rem;
  margin: 0 auto;
  border-radius: 0.2142857143rem;
  padding: 0.2857142857rem 0.6428571429rem;
  background-color: var(--base);
}

@media (max-width: 575px) {
  .flash-deals-wrapper {
    padding: 1rem 0.6428571429rem;
  }
}
.flash-deals-wrapper .countdown {
  background: linear-gradient(94.99deg, rgba(255, 255, 255, 0.3) -0.52%, rgba(255, 255, 255, 0) 101.82%);
  padding: 0.3571428571rem 0.5714285714rem;
  border-radius: 0.7142857143rem;
  box-shadow: inset 0.3571428571rem 0.3571428571rem 0.7142857143rem rgba(255, 255, 255, 0.1);
  filter: drop-shadow(-0.3571428571rem -0.3571428571rem 0.7142857143rem rgba(255, 255, 255, 0.1));
  -webkit-backdrop-filter: blur(1.6071428571rem);
  backdrop-filter: blur(1.6071428571rem);
}

@media (max-width: 767px) {
  .flash-deals-wrapper {
    width: 100%;
    order: 1;
    background-position: 27%;
  }
}
.countdown {
  display: flex;
  gap: 9px;
  text-align: center;
}

.countdown li {
  width: 25%;
  font-size: 0.4666664286rem;
  line-height: 0.5714285714rem;
  color: #fff;
}

.countdown li h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9571428571rem;
  line-height: 1.1428571429rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 2rem;
  aspect-ratio: 1;
  color: #fff;
  margin: 0;
}

@media (max-width: 575px) {
  .countdown li h6 {
    font-size: 0.75rem;
    width: 1.5rem;
  }
}
.countdown li .text {
  display: block;
  margin-top: -0.2857142857rem;
}

.most-visited-category-wrapper {
  display: flex;
  gap: 0.5714285714rem;
}

.most-visited-category-wrapper > .most-visited-item {
  width: 10.4285714286rem;
  height: 17.7142857143rem;
}

@media (min-width: 1199px) {
  .most-visited-category-wrapper > .most-visited-item {
    max-width: 18.8571428571rem;
  }
}
.most-visited-category-wrapper .most-visited-item {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.most-visited-category-wrapper .most-visited-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transition: all ease 0.3s;
}

.most-visited-category-wrapper .most-visited-item .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.1);
}

.most-visited-category-wrapper .most-visited-item .cont * {
  opacity: 0;
}

.most-visited-category-wrapper .most-visited-item .cont .subtitle {
  font-size: 1.3571428571rem;
  font-weight: 600;
}

.most-visited-category-wrapper .most-visited-item .title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
  max-width: 100%;
  font-size: 1.4285714286rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .most-visited-category-wrapper .most-visited-item .title {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 575px) {
  .most-visited-category-wrapper .most-visited-item .title {
    font-size: 1.2857142857rem;
  }
}
.most-visited-category-wrapper .most-visited-item:hover .title {
  opacity: 0;
}

.most-visited-category-wrapper .most-visited-item:hover .cont {
  background: rgba(0, 0, 0, 0.5);
}

.most-visited-category-wrapper .most-visited-item:hover .cont * {
  opacity: 1;
}

.most-visited-category-wrapper .most-visited-item:hover img {
  transform: scale(1.05);
}

.most-visited-category-wrapper .most-visited-area {
  width: 24rem;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item {
  height: 120px;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(1),
.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(5) {
  width: 11.0439560439rem;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(2) {
  width: 9.2857142857rem;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(3) {
  width: 10.7142857143rem;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(4) {
  width: 11.4285714285rem;
}

.most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(6) {
  width: 8.5714285715rem;
}

@media (max-width: 1199px) {
  .most-visited-category-wrapper {
    flex-wrap: wrap;
  }
  .most-visited-category-wrapper > .most-visited-item {
    width: calc(50% - 4px);
  }
}
@media (max-width: 1199px) and (min-width: 575px) {
  .most-visited-category-wrapper .most-visited-area {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(1),
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(5) {
    width: 20.8571428571rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(2) {
    width: 12.0714285714rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(3) {
    width: 13.9285714286rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(4) {
    width: 14.8571428571rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(6) {
    width: 11.1428571429rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(1),
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(5) {
    width: 29.1999999999rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(2) {
    width: 16.9rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(3) {
    width: 19.5rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(4) {
    width: 20.7999999999rem;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(6) {
    width: 15.6000000001rem;
  }
}
@media (max-width: 575px) {
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(1),
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(5) {
    width: 100%;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(5) {
    order: 1;
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(2),
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(6) {
    width: calc(45% - 4px);
  }
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(3),
  .most-visited-category-wrapper .most-visited-area .most-visited-item:nth-of-type(4) {
    width: calc(55% - 4px);
  }
}
.loader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: hidden;
  background: var(--body-bg);
}

.product-count-wrapper {
  max-width: 830px;
}

@media (max-width: 991px) {
  .product-count-wrapper {
    width: 100%;
    order: 1;
  }
}
.product-count-card {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0.3571428571rem;
  column-gap: 0.3571428571rem;
  padding: 0.8407142857rem 1.0714285714rem;
  border: 1px solid var(--border);
  border-radius: 0.224215rem;
}

.product-count-card h6 {
  color: var(--base);
  font-weight: 700;
  font-size: 1.3571428571rem;
  margin: 0;
}

.product-count-card span {
  color: #898c8e;
  opacity: 0.85;
  font-size: 1.1428571429rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .product-count-card h6 {
    font-size: 1rem;
  }
  .product-count-card span {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 575px) {
  .product-count-card {
    flex-grow: 1;
    width: calc(50% - 0.5714285714rem);
  }
}
.scroller-wrapper {
  background: var(--bg-5);
  position: relative;
  margin-bottom: 2.1428571429rem;
}

.scroller-wrapper .scroller-inner {
  overflow-x: auto;
  padding: 0.7857142857rem 0.9285714286rem;
}

.scroller-wrapper ul {
  display: flex;
  white-space: nowrap;
  -moz-column-gap: 1.1428571429rem;
  column-gap: 1.1428571429rem;
}

@media (max-width: 1199px) {
  .scroller-wrapper ul {
    -moz-column-gap: 0.2857142857rem;
    column-gap: 0.2857142857rem;
  }
}
.scroller-wrapper ul li a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.0275em;
  color: var(--title);
  padding: 0.3571428571rem 0.7142857143rem;
  text-transform: capitalize;
}

.scroller-wrapper ul li a:not(.active) {
  opacity: 0.37;
}

.scroller-wrapper ul li a.active {
  color: var(--title);
}

.scroller-wrapper ul li:first-child a {
  padding-inline-start: 20px;
}

.scroller-wrapper ul li:last-child a {
  padding-inline-end: 20px;
}

.scrollLeft,
.scrollRight {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  background: var(--bg-5);
}

.scrollLeft {
  left: 0;
}

.scrollRight {
  right: 0;
}

.main-wrapper {
  display: flex;
  -moz-column-gap: 2.9285714286rem;
  column-gap: 2.9285714286rem;
}

@media (max-width: 1399px) {
  .main-wrapper {
    -moz-column-gap: 1.8571428571rem;
    column-gap: 1.8571428571rem;
  }
}
.main-wrapper .sidebar {
  width: 15.7142857143rem;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .main-wrapper .sidebar {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    max-width: 280px;
    padding-inline-start: 1.25rem;
    padding-inline-end: 0.85rem;
    padding-block: 3rem;
    height: 100vh;
    overflow-y: auto;
    background: var(--body-bg);
    z-index: 9999;
    transition: all ease 0.3s;
  }
  .main-wrapper .sidebar:not(.active) {
    transform: translateX(100%);
  }
  [dir=rtl] .main-wrapper .sidebar:not(.active) {
    transform: translateX(-100%);
  }
}
.main-wrapper .article {
  width: 0;
  flex-grow: 1;
  position: relative;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  transition: all ease 0.3s;
  background: rgba(var(--title-rgb), 0.3);
}

.overlay:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.filter-toggle {
  font-size: 1.5714285714rem;
  line-height: 1;
}

.close-sidebar {
  font-size: 1.5714285714rem;
  color: red;
  position: absolute;
  right: 0.3571428571rem;
  top: 0.3571428571rem;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3);
  width: 3px;
  height: 3px;
}

*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(var(--title-rgb), 0.3);
  width: 3px;
  height: 3px;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.product-wrapper .product-card {
  width: 20%;
  padding: 0.5rem;
}

@media (max-width: 1199px) {
  .product-wrapper .product-card {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .product-wrapper .product-card {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .product-wrapper .product-card {
    width: 50%;
  }
}
.product-card .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 200/257;
}

@media (max-width: 575px) {
  .product-card .img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 200/220;
  }
}
.product-card .img .badge {
  border-radius: 0;
  font-weight: 600;
  font-size: 0.7142857143rem;
  line-height: 0.7857142857rem;
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-start: 0rem;
}

.product-card .img .hover-content {
  background: rgba(30, 40, 50, 0.49);
  padding: 7px 12px;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all ease 0.3s;
  z-index: 2;
}

.product-card .img .hover-content a {
  color: var(--white);
}

.product-card .img .hover-content .wish-icon {
  transform: translateY(1px);
}

.product-card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.3s;
}

.product-card:not(:hover) .hover-content {
  transform: translateY(100%);
  visibility: hidden;
}

.product-card .cont {
  padding: 0.8571428571rem 0.4285714286rem;
}

.product-card .cont .title {
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  margin-bottom: 0.8571428571rem;
}

@media (max-width: 575px) {
  .product-card .cont .title {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
.product-card .cont .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .cont .price {
  font-size: 1.3726071429rem;
  display: flex;
  align-items: center;
  gap: 0.2142857143rem;
}

@media (max-width: 575px) {
  .product-card .cont .price {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.product-card .cont .price del {
  font-weight: 400;
  font-size: 0.8235642857rem;
  color: #b4b2b2;
  line-height: 1rem;
}

.product-card .cont .status {
  padding-inline-start: 0.5714285714rem;
  border-inline-start: 0.0714285714rem solid var(--border);
}

@media (max-width: 575px) {
  .product-card .cont .status {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.product-card .cont .rating {
  margin-top: 0.2857142857rem;
}

.product-card .cont .sold-info {
  color: #89939e;
  font-size: 0.7749rem;
}

.product-card .cont .sold-info span {
  color: #333e4a;
}

.product-card:hover .cont .title a {
  color: var(--base);
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card-row .product-card-inner {
  display: flex;
  gap: 14px;
  align-items: center;
}

.product-card-row .product-card-inner .img {
  width: 184px;
}

.product-card-row .product-card-inner .img .wish-icon {
  position: absolute;
  inset-inline-end: 1.0714285714rem;
  inset-block-start: 1.0714285714rem;
  color: var(--title);
}

.product-card-row .product-card-inner .cont {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .product-card-row .product-card-inner .cont .price {
    font-size: 1rem;
  }
  .product-card-row .product-card-inner .cont .price del {
    font-size: 0.75rem;
  }
  .product-card-row .product-card-inner .cont .sold-info {
    font-size: 0.9285714286rem;
  }
  .product-card-row .product-card-inner .cont .btn {
    height: 3.1428571429rem;
  }
  .product-card-row .product-card-inner .cont .title {
    margin-bottom: 0.4285714286rem;
  }
}
.add-to-cart-btn {
  background: rgba(137, 142, 147, 0.5) !important;
  border-radius: 0;
  padding: 0;
  height: 22px;
  width: 22px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-to-cart-btn i {
  /* font-size: 18px;
  line-height: 18px; */
  font-size: 24px;
  color: var(--white);
}

.btn-soft-base {
  color: var(--base);
  background: rgba(var(--base-rgb), 0.04) !important;
}

.btn-close {
  box-shadow: none !important;
}

.initial-modal {
  padding: 15px;
}

.initial-modal .modal-dialog {
  max-width: 937px;
}

.initial-modal .modal-dialog .btn-close {
  position: absolute;
  inset-inline-end: -1.0714285714rem;
  inset-block-start: -1.0714285714rem;
  border-radius: 50%;
  background-color: var(--body-bg);
  background-size: 0.6428571429rem;
}

.modal-dialog-centered {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.cookie-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0b2239;
  color: var(--white);
  z-index: 999;
  padding: 25px 0;
}

.cookie-section .text-wrapper {
  width: 460px;
  flex-grow: 1;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
}

.cookie-section .text-wrapper .title {
  color: var(--white);
}

.cookie-section .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}

.cookie-section .btn-wrapper .text-success {
  color: #4ad295 !important;
  text-decoration: underline;
  height: 36px;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-inline: 0;
  border: none !important;
}

.cookie-section .btn-wrapper .btn-success {
  background: #4ad295;
  border: none;
  height: 36px;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.__sign-up-modal {
  padding-inline: 15px;
}

.__sign-up-modal .modal-dialog {
  max-width: 42.8571428571rem;
  margin-inline: auto;
}

.__sign-up-modal .modal-dialog .modal-content {
  background: var(--body-bg);
  box-shadow: 0 0 1.81508px rgba(145, 158, 171, 0.2), 0 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 5px;
}

@media (max-width: 575px) {
  .__sign-up-modal .modal-dialog .card-header {
    padding-bottom: 0;
  }
}
.__sign-up-modal .modal-dialog .modal-body {
  color: var(--semi-title);
  padding: 0 1.7857142857rem 2.0714285714rem;
}

@media (max-width: 575px) {
  .__sign-up-modal .modal-dialog .modal-body {
    padding: 0 2.7857142857rem 3.5rem;
  }
}
.__sign-up-modal .modal-dialog .modal-body .logo {
  width: 130px;
  margin: 0 auto 26px;
}

.__sign-up-modal .modal-dialog .modal-body .logo a {
  display: block;
}

.__sign-up-modal .modal-dialog .modal-body .logo a img {
  width: 100%;
}

.__sign-up-modal .modal-dialog .modal-body .title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .__sign-up-modal .modal-dialog .modal-body .title {
    margin-bottom: 20px;
  }
}
.__sign-in-modal {
  padding-inline: 15px;
}

.__sign-in-modal .modal-dialog {
  max-width: 33.9285714286rem;
  margin-inline: auto;
}

.__sign-in-modal .modal-dialog .modal-content {
  /* background: var(--body-bg); */
  box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 5px;
}

@media (max-width: 575px) {
  .__sign-in-modal .modal-dialog .card-header {
    padding-bottom: 0;
  }
}
.__sign-in-modal .modal-dialog .modal-body {
  color: var(--semi-title);
  padding: 0 1.7857142857rem 2.0714285714rem;
}

@media (max-width: 575px) {
  .__sign-in-modal .modal-dialog .modal-body {
    padding: 0 2.7857142857rem 3.5rem;
  }
}
.__sign-in-modal .modal-dialog .modal-body .logo {
  width: 130px;
  margin: 0 auto 26px;
}

.__sign-in-modal .modal-dialog .modal-body .logo a {
  display: block;
}

.__sign-in-modal .modal-dialog .modal-body .logo a img {
  width: 100%;
}

.__sign-in-modal .modal-dialog .modal-body .title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .__sign-in-modal .modal-dialog .modal-body .title {
    margin-bottom: 20px;
  }
}
.breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li a {
  color: var(--text);
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.search-page-title .select2 {
  max-width: 13.6428571429rem;
}

.selected-filters {
  display: flex;
  border: 0.0714285714rem solid var(--border-4);
  border-radius: 0.4285714286rem;
  border: 1px solid var(--border-4);
  padding: 0.8571428571rem 0.7142857143rem;
  margin-bottom: 1.4285714286rem;
}

.selected-filters ul {
  display: flex;
  flex-wrap: wrap;
  width: 0;
  gap: 0.4285714286rem;
  flex-grow: 1;
}

.selected-filters ul li {
  padding: 0.2857142857rem 0.7142857143rem;
  background: var(--section);
  border: 0.7px solid var(--border-3);
  border-radius: 0.3571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  cursor: pointer;
}

.selected-filters .clear-all {
  color: var(--redish);
  opacity: 0.6;
  cursor: pointer;
}

.search-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

@media (min-width: 1199px) {
  .search-pagination {
    margin-top: 2.8571428571rem;
  }
}
.search-pagination li a {
  width: 2.8571428571rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4285714286rem;
  color: var(--title);
}

.search-pagination li a.active {
  background: rgba(0, 0, 0, 0.12);
}

.promo-page-header img {
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-page-header img {
  height: 180px;
}

@media (max-width: 575px) {
  .promo-page-header img {
    height: 160px;
  }
}
.product-single-main-slider {
  overflow: hidden;
}

.product-single-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

@media (min-width: 1399px) {
  .product-single-wrapper {
    -moz-column-gap: 3.0714285714rem;
    column-gap: 3.0714285714rem;
  }
}
.product-single-wrapper .product-single-thumb {
  width: 100%;
}

.product-single-wrapper .product-single-thumb .main-thumb {
  position: relative;
}

@media (min-width: 767px) {
  .product-single-wrapper .product-single-thumb {
    max-width: 382px;
  }
}
/*Single Content*/
.product-single-content {
  width: 300px;
  flex-grow: 1;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .product-single-content {
    order: 1;
  }
}
.product-single-content .title {
  margin-bottom: 0.9285714286rem;
  letter-spacing: 0;
}

.product-single-content .price {
  color: var(--base);
  margin-bottom: 1.4285714286rem;
}

.product-single-content .price del {
  color: var(--text);
  opacity: 0.4;
  font-weight: 400;
  font-size: 80%;
}

.product-single-content .review span {
  opacity: 0.9;
}

.product-single-content .review i {
  font-size: 1.1428571429rem;
  color: var(--star);
}

.product-single-content .categories {
  margin-block-start: 0.8571428571rem;
}

.product-single-content .categories span {
  opacity: 0.59;
}

.product-single-content .categories a {
  color: var(--base);
  font-size: 0.8571428571rem;
  line-height: 1rem;
  opacity: 0.59;
}

.product-single-content .categories a:hover {
  opacity: 1;
}

.product-single-content .categories a::after {
  content: "|";
  display: inline-block;
  color: var(--text);
  opacity: 0.7;
  margin: 0 0.3571428571rem;
}

.product-single-content hr {
  margin-top: 0.5rem;
  margin-bottom: 0.8571428571rem;
  border-color: rgba(39, 43, 48, 0.12);
}

.product-single-content .form-label {
  color: #424551;
  font-weight: 700;
}

.product-single-content .btn-grp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7857142857rem;
  margin-top: 1.4285714286rem;
}

.product-single-content .btn-grp .btn {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .product-single-content .btn-grp .btn {
    padding: 0.4285714286rem 1.4285714286rem !important;
    line-height: 2.1785714286rem !important;
  }
}
.product-single-content .btn-grp .btn.__btn-outline:not(:hover) {
  color: var(--text);
}

/*Single Content*/
.product-single-wrapper .product-single-pricing {
  width: 100%;
}

@media (min-width: 767px) {
  .product-single-wrapper .product-single-pricing {
    max-width: 20.8571428571rem;
  }
}
@media (min-width: 992px) {
  .product-single-wrapper .product-single-pricing {
    margin-top: 1.7857142857rem;
  }
}
.product-single-wrapper .product-single-pricing-inner {
  border: 1px solid rgba(var(--base-rgb), 0.15);
  border-radius: 0.3571428571rem;
  padding: 1.1428571429rem;
}

.product-single-wrapper .product-single-pricing-inner .subtitle {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.7142857143rem;
}

.product-single-wrapper .product-single-pricing-inner .price {
  letter-spacing: 0;
  margin-bottom: 0.7142857143rem;
}

.product-single-wrapper .product-single-pricing-inner .price sub {
  font-weight: 400;
  color: var(--text);
  opacity: 0.8;
  font-size: 1.1428571429rem;
  margin: 0;
  bottom: 0;
}

@media (max-width: 575px) {
  .product-single-wrapper .product-single-pricing-inner .price sub {
    font-size: 0.85rem;
  }
}
.product-single-wrapper .product-single-pricing-inner .delivery-information {
  margin-top: 2.7857142857rem;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 0.7142857143rem;
  padding: 1.1428571429rem 1.4285714286rem;
}

.product-single-wrapper .product-single-pricing-inner .delivery-information ul li {
  display: flex;
  align-items: flex-start;
}

.product-single-wrapper .product-single-pricing-inner .delivery-information ul li:not(:last-child) {
  margin-bottom: 2.0714285714rem;
}

.product-single-wrapper .product-single-pricing-inner .delivery-information ul li .icons {
  width: 18px;
}

.product-single-wrapper .product-single-pricing-inner .delivery-information ul li .cont {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 0.7857142857rem;
}

.product-single-wrapper .product-single-pricing-inner .delivery-information ul li .cont .t-txt {
  color: var(--text-2);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-single-wrapper {
    gap: 1.4285714286rem;
  }
  .product-single-wrapper .product-single-pricing {
    max-width: 16.5714285714rem;
  }
  .product-single-wrapper .product-single-pricing .delivery-information {
    margin-top: 1.0714285714rem;
  }
  .product-single-wrapper .product-single-pricing .delivery-information ul li:not(:last-child) {
    margin-bottom: 0.7142857143rem;
  }
  .product-single-wrapper .product-single-thumb {
    max-width: 18rem;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .product-single-wrapper .product-single-pricing {
    max-width: 20.8571428571rem;
  }
  .product-single-wrapper .product-single-thumb {
    max-width: 23.2142857143rem;
  }
  .modal .product-single-wrapper .product-single-thumb {
    max-width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .product-single-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .product-single-wrapper .product-single-pricing {
    max-width: 16.0714285714rem;
  }
  .product-single-wrapper .product-single-pricing .subtitle {
    font-size: 1rem;
  }
  .product-single-wrapper .product-single-pricing .delivery-information {
    margin-top: 0.7142857143rem;
    padding: 0.7142857143rem;
    font-size: 0.8571428571rem;
  }
  .product-single-wrapper .product-single-pricing .delivery-information ul li:not(:last-child) {
    margin-bottom: 0.7857142857rem;
  }
  .product-single-wrapper .product-single-thumb {
    max-width: 18.9285714286rem;
  }
}
.inc-inputs {
  display: flex;
}

.inc-inputs .form-control {
  height: 2.8571428571rem;
  border: none;
  padding: 0 0.2857142857rem;
  width: unset;
  background: rgba(var(--base-rgb), 0.07);
  border-radius: 3.7364px;
  text-align: center !important;
  width: 3.5714285714rem;
  color: var(--base);
}

@media (max-width: 575px) {
  .inc-inputs .form-control {
    height: 1.8rem;
  }
}
.inc-inputs .form-control::-webkit-inner-spin-button,
.inc-inputs .form-control::-webkit-outer-spin-button {
  display: none;
}

.inc-inputs .qtyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2857142857rem;
  width: 2.8571428571rem;
  cursor: pointer;
}

.inc-inputs .qtyBtn.disabled {
  cursor: not-allowed;
}

.inc-inputs.size-sm .qtyBtn {
  font-size: 1.1428571429rem;
  width: 2.5rem;
}

.inc-inputs.size-sm .form-control {
  height: 2.5rem;
  width: 3.2142857143rem;
}

.tooltip-inner {
  line-height: 1.4;
}

.product-single-thumb {
  position: relative;
}

.product-single-thumb .share-icon {
  width: 1.4285714286rem;
  border-radius: 0.2142857143rem;
  height: 1.4285714286rem;
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.8571428571rem;
  text-align: center;
  color: var(--white);
}

.product-single-thumb .share-icon i {
  opacity: 0.67;
}

.product-single-thumb #sync2 {
  margin-top: 1.7142857143rem;
}

.product-single-thumb .main-thumb {
  position: relative;
}

.product-single-thumb .main-thumb a {
  display: block;
}

.product-single-thumb .main-thumb a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-single-thumbnails img {
  border-radius: 0.4285714286rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
}

.product-single-thumbnails .owl-item.synced img {
  border-color: var(--base);
  border-radius: 0.2142857143rem;
}

.product-single-thumbnails .owl-item:not(.synced) {
  opacity: 0.3;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  display: block;
  *display: inline;
  *zoom: 1;
  direction: ltr;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
}

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--overlay .easyzoom-flyout img {
  width: unset !important;
}

.info-icon {
  color: var(--base);
  opacity: 0.7;
}

/*Pop Over*/
.popover {
  background: #fff6da;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  border: none;
}

.popover .popover-header {
  background: transparent;
  font-size: 0.8571428571rem;
  padding-block: 0;
  border: none;
}

.popover .popover-body {
  padding-block-start: 0;
}

.popover .popover-arrow::after {
  display: none;
}

.popover[data-popper-placement=bottom] .popover-arrow {
  inset-block-start: -6px;
  inset-block-end: unset;
}

.popover[data-popper-placement=top] .popover-arrow {
  inset-block-start: unset;
  inset-block-end: -6px;
}

.popover[data-popper-placement=left] .popover-arrow {
  inset-inline-start: unset;
  inset-inline-end: -8px;
}

.popover[data-popper-placement=right] .popover-arrow {
  inset-inline-end: unset;
  inset-inline-start: -8px;
}

.review-details-popup {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 13.9285714286rem;
  background: var(--white);
  border-radius: 0.2857142857rem;
  z-index: 1;
  border: 1px solid var(--border);
  padding: 0.7142857143rem;
  font-size: 0.688rem;
  transition: all ease 0.3s;
}

.review-details-popup .stars i {
  font-size: 0.6428571429rem !important;
}

.review-details-popup .progress {
  width: 0;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 1.376px;
  height: 0.3928571429rem;
  position: relative;
}

.review-details-popup .progress .progress-fill {
  --fill: 0;
  width: var(--fill);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  background: var(--star);
}

.review-details-popup .review-items > div:nth-child(2) .stars i:nth-last-child(1),
.review-details-popup .review-items > div:nth-child(3) .stars i:nth-last-child(1),
.review-details-popup .review-items > div:nth-child(3) .stars i:nth-last-child(2),
.review-details-popup .review-items > div:nth-child(4) .stars i:nth-last-child(1),
.review-details-popup .review-items > div:nth-child(4) .stars i:nth-last-child(2),
.review-details-popup .review-items > div:nth-child(4) .stars i:nth-last-child(3),
.review-details-popup .review-items > div:nth-child(5) .stars i:not(:first-child) {
  color: rgba(0, 0, 0, 0.06) !important;
}

.review:not(:hover) .review-details-popup {
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
}

.details-review {
  padding: 2.0714285714rem 0;
  background: rgba(217, 217, 217, 0.12);
  display: flex;
  flex-wrap: wrap;
}

.details-review .details-review-item {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  width: 50%;
  max-width: 220px;
}

@media (min-width: 767px) {
  .details-review .details-review-item .title {
    font-size: 3.2142857143rem;
    line-height: 1;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .details-review .details-review-item {
    max-width: 180px;
  }
}
.details-review .details-review-item:not(:first-child) {
  border-inline-start: 1px solid var(--border);
}

.details-review .details-review-item.details-review-info {
  max-width: unset;
  width: unset;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.details-review .details-review-item.details-review-info .item {
  width: calc(50% - 15px);
}

@media (min-width: 767px) and (max-width: 991px) {
  .details-review .details-review-item.details-review-info {
    max-width: calc(100% - 360px);
  }
}
@media (max-width: 767px) {
  .details-review .details-review-item.details-review-info {
    border: none;
  }
}
@media (max-width: 575px) {
  .details-review .details-review-item {
    padding-inline: 15px;
  }
  .details-review .details-review-item.details-review-info {
    flex-direction: column;
  }
  .details-review .details-review-item.details-review-info .item {
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .details-review .details-review-info {
    padding-inline: 43px;
  }
}
.details-review-item .progress {
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.1071428571rem;
  height: 0.2142857143rem;
  position: relative;
}

.details-review-item .progress .progress-fill {
  --fill: 0;
  width: var(--fill);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  background: var(--star);
}

.product-information {
  background: #ffffff;
  border: 1px solid rgba(var(--base-rgb), 0.1);
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
  padding: 1.7142857143rem 1.2857142857rem;
  position: relative;
  height: 100%;
}

.product-information-inner {
  overflow: hidden;
}

.product-information .product-information-view-more {
  text-align: center;
  display: block;
  background: #020024;
  background: linear-gradient(0, var(--body-bg) 20%, rgba(255, 255, 255, 0.5882352941) 100%);
  color: var(--base);
  font-weight: 500;
  text-decoration: underline;
  padding-top: 2.5rem !important;
  transition: all ease 0s;
  /* opacity: 0.76; */
  text-transform: capitalize;
}

/* transform: translateY(20px); */
.product-information:not(.active) .product-information-inner {
  max-height: 19.4rem;
}

.product-information:not(.active) .product-information-inner.single-page-height-800px {
  max-height: 57.1428571429rem;
}

.product-information:not(.active) .product-information-view-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.7142857143rem;
}

.nav--tabs-2,
.nav--tabs-3 {
  border: none;
  position: relative;
  z-index: 9;
  margin-bottom: 1.1428571429rem;
}

.nav--tabs-2 .nav-item .nav-link,
.nav--tabs-3 .nav-item .nav-link {
  --text: #8e9ba9;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2142857143rem;
  text-decoration: none;
  transition: all ease 0s;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 500;
}

.nav--tabs-2 .nav-item .nav-link.active,
.nav--tabs-3 .nav-item .nav-link.active {
  color: var(--base);
  border-color: var(--base);
}

.nav--tabs-3 {
  -moz-column-gap: 2.1428571429rem;
  column-gap: 2.1428571429rem;
}

.nav--tabs-3 .nav-item .nav-link {
  border-radius: 0;
  border-top: none;
  background: transparent;
  border-inline-end: none;
  border-inline-start: none;
  padding: 0.7142857143rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .nav--tabs-3 .nav-item .nav-link {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .nav--tabs-3 {
    -moz-column-gap: 2.1428571429rem;
    column-gap: 2.1428571429rem;
  }
}
.bullet-list {
  padding-inline-start: 1.1428571429rem;
}

.bullet-list li {
  list-style: disc;
  color: var(--text-2);
}

.bullet-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.products-comments-img a {
  display: block;
  width: 50px;
}

.products-comments-img a img {
  width: 100%;
  border-radius: 4px;
}

.comments-information ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.0714285714rem;
}

.comments-information ul li .author-area {
  display: flex;
  align-items: center;
  width: 164px;
}

.comments-information ul li .author-area img {
  width: 42px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.comments-information ul li .author-area .cont {
  padding-inline-start: 14px;
  font-size: 0.9285714286rem;
  width: 0;
  flex-grow: 1;
}

.comments-information ul li .author-area .cont h6 {
  font-size: 0.7857142857rem;
  font-weight: 600;
}

.comments-information ul li .content-area {
  width: 280px;
  flex-grow: 1;
  color: var(--text-2);
  font-size: 0.91285rem;
  line-height: 18px;
}

.comments-information ul li .content-area.max-height-fixed {
  max-height: 7.5rem;
  overflow: hidden;
}

@media (max-width: 575px) {
  .comments-information ul li .content-area {
    width: 100%;
  }
}
.comments-information ul li:not(:last-child) {
  margin-bottom: 1.0714285714rem;
}

@media (min-width: 767px) {
  .comments-information ul li:not(:last-child) {
    margin-bottom: 2.6428571429rem;
  }
}
.lightbox-container {
  z-index: 999;
}

.border-light-base {
  border-color: rgba(var(--base-rgb), 0.1) !important;
}

.shadow-light-base {
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
}

@media (min-width: 767px) {
  .p-md-18 {
    padding: 18px !important;
  }
}
@media (max-width: 991px) and (min-width: 499px) {
  .side-column-slider {
    margin-inline-end: -14.2857142857rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .side-column-slider {
    margin-inline-end: -7.1428571429rem;
  }
}
@media (min-width: 992px) {
  .top-rated-product-from-store-wrapper {
    min-height: 337px;
  }
}
.similler-product-slider-wrapper {
  background: rgba(196, 224, 255, 0.1);
}

.similer-product-item .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.7142857143rem;
}

.similer-product-item .img a {
  display: block;
}

.similer-product-item .img a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.3s;
}

.similer-product-item .img .wish-icon {
  position: absolute;
  inset-inline-end: 0.5rem;
  inset-block-start: 0.5rem;
  color: var(--title);
}

.similer-product-item .cont {
  font-size: 0.8571428571rem;
  line-height: 1rem;
  padding-top: 0.3571428571rem;
}

.similer-product-item .cont .title {
  margin-bottom: 0.5rem;
}

.similer-product-item .cont .title a {
  color: var(--title);
  font-weight: 600;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.similer-product-item:hover .img img {
  transform: scale(1.1);
}

.similer-product-item:hover .cont .title a {
  color: var(--base);
}

@media (min-width: 992px) {
  .similler-product-slider-area {
    margin-inline-end: -2.8571428571rem;
  }
  .modal {
    --bs-modal-padding: 30px !important;
  }
}
.search-form-2 {
  position: relative;
}

.search-form-2 .clear,
.search-form-2 .icon {
  position: absolute;
  inset-inline-start: 0.3571428571rem;
  inset-block-start: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-2 .icon {
  width: 35px;
}

.search-form-2 .clear {
  inset-inline-start: unset;
  inset-inline-end: 0;
}

.search-form-2 .form-control {
  padding-inline: 3.5714285714rem;
  border-radius: 0;
  border-top: none;
  border-inline: none;
}

.search-form-2 button {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* .search-form-mobile .form-control {
      padding-inline: 1rem;
      border: 1px solid var(--border);
      border-radius: 0.25rem;
  }
  .search-form-mobile button {
      background-color: var(--base);
      color: var(--white);
      border-radius: 0 0.25rem 0.25rem 0;
      padding-inline: 1rem;
  } */
  .search-form-mobile .form-control {
    /* padding-inline-start: 1rem; */
    padding-inline: 3rem 4rem;
  }
}
@media (max-width: 575px) {
  .ticket-card-header {
    padding: 0;
    background: transparent;
  }
  .ticket-card-header .btn-outline-danger {
    font-size: 10px;
    padding: 5px 8px !important;
  }
  .ticket-card-header .btn-outline-danger .font-semibold {
    font-weight: 400 !important;
  }
}
.cart-title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.cart-title-area .title {
  font-weight: 500;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  letter-spacing: normal;
}

.cart-shop {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cart-shop img {
  width: 18px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.cart-shop .name {
  width: 0;
  flex-grow: 1;
  font-weight: 500;
  font-size: 0.7857142857rem;
  line-height: 0.9285714286rem;
  letter-spacing: 0.05em;
}

.vertical-middle {
  vertical-align: middle;
}

.__table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0;
  --radius: 6px;
}

.__table thead tr th {
  background: var(--bg-7);
  border: none;
  padding: 15px;
  font-weight: 400;
  color: var(--title);
}

.__table thead tr th:first-child {
  border-top-left-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

[dir=rtl] .__table thead tr th:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

.__table thead tr th:last-child {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

[dir=rtl] .__table thead tr th:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

.__table tbody tr td {
  padding: 4px 10px 14px;
  border-color: var(--border);
}

.__table tbody tr td.rounded {
  padding: 0.7142857143rem 0.9285714286rem;
}

.__table tbody tr td.rounded:first-child {
  border-top-left-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

[dir=rtl] .__table tbody tr td.rounded:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

.__table tbody tr td.rounded:last-child {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

[dir=rtl] .__table tbody tr td.rounded:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

.__table tbody tr td .btn {
  font-size: 0.8571428571rem;
  white-space: nowrap;
}

.cart-product {
  display: flex;
  align-items: flex-start;
}

.cart-product .form-check {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  min-width: 83px;
  width: 83px;
  position: relative;
}

.cart-product .form-check img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-product .form-check-input {
  position: absolute;
  inset-inline-start: 32px;
  inset-block-start: 6px;
  z-index: 9;
}

.cart-product .cont {
  padding-inline-start: 0.6428571429rem;
  font-size: 12px;
  line-height: 18px;
}

.cart-product .cont .name {
  margin-bottom: 0.3571428571rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5714285714rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-border-select {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.total-cost-area {
  border: 1px solid rgba(27, 127, 237, 0.13);
  border-radius: 0.2142857143rem;
  padding: 1.5rem 1.2857142857rem 1.3571428571rem;
}

.h-42px {
  height: 3rem;
}

.apply-coupon-form {
  position: relative;
}

.apply-coupon-form .form-control {
  height: 3.4285714286rem;
  border: 1px solid rgba(var(--base-rgb), 0.26);
  border-radius: 0.3571428571rem;
  padding-inline-end: 4.2857142857rem;
}

.apply-coupon-form .btn {
  position: absolute;
  inset-inline-end: 0.3571428571rem;
  inset-block: 0.3571428571rem;
}

hr {
  border-color: #c7cee4;
}

.total-cost-info {
  display: flex;
  flex-direction: column;
  gap: 1.3571428571rem;
}

.total-cost-info li {
  display: flex;
  justify-content: space-between;
}

.total-cost-delivery-info li {
  display: flex;
  align-items: flex-start;
}

.total-cost-delivery-info li:not(:last-child) {
  margin-bottom: 1.0714285714rem;
}

.total-cost-delivery-info li .icons {
  width: 18px;
}

.total-cost-delivery-info li .cont {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 0.7857142857rem;
}

.total-cost-delivery-info li .cont .t-txt {
  color: var(--text-2);
}

.total-cost-wrapper {
  position: sticky;
  top: 120px;
  z-index: 99;
}

.word-nobreak {
  white-space: nowrap;
}

.checkout-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 3.2142857143rem;
}

@media (max-width: 575px) {
  .checkout-flow {
    font-size: 0.85rem;
    margin-bottom: 1.7857142857rem;
  }
}
.checkout-flow .line:not(:last-child) {
  height: 1px;
  flex-grow: 1;
  background: var(--base);
}

.checkout-flow .checkout-flow-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(0, 0, 0, 0.38);
}

.checkout-flow .checkout-flow-item .icon {
  display: none;
}

.checkout-flow .checkout-flow-item .icon,
.checkout-flow .checkout-flow-item .serial {
  color: var(--white);
  background: rgba(0, 0, 0, 0.38);
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  text-align: center;
  line-height: 1.7142857143rem;
  font-size: 0.8571428571rem;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .checkout-flow .checkout-flow-item .icon,
  .checkout-flow .checkout-flow-item .serial {
    width: 1rem;
    height: 1rem;
    line-height: 1.5;
    font-size: 0.75rem;
  }
}
.checkout-flow .checkout-flow-item .text {
  flex-grow: 1;
  padding-inline-start: 0.5714285714rem;
}

.checkout-flow .checkout-flow-item.active .icon,
.checkout-flow .checkout-flow-item.active .serial,
.checkout-flow .checkout-flow-item.current .icon,
.checkout-flow .checkout-flow-item.current .serial {
  background: var(--base);
  color: var(--white);
}

.checkout-flow .checkout-flow-item.active a {
  color: var(--title);
}

.checkout-flow .checkout-flow-item.active .serial {
  display: none;
}

.checkout-flow .checkout-flow-item.active.current .icon {
  display: none;
}

.checkout-flow .checkout-flow-item.active.current .serial {
  display: block;
}

.checkout-flow .checkout-flow-item.active .icon {
  display: block;
}

.flow-reverse {
  padding-inline-end: 1.5em;
  padding-inline-start: 0;
  display: inline-block;
  position: relative;
}

.flow-reverse .form-check-input {
  margin-inline-end: 0;
  position: absolute;
  inset-inline-end: 0;
}

.billing-address {
  display: none;
}

.form--check-2 img {
  max-width: 24px;
}

.form--check-2 .form-check-input:checked[type=radio] {
  box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.5rem var(--base);
  background: var(--base);
  transform: scale(0.7);
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
  border-radius: 0.7142857143rem;
}

.gmap_canvas iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .gmap_canvas {
    height: 20rem;
  }
}
.payment-item {
  display: block;
}

.payment-item input {
  display: none;
}

.payment-item:not(:last-child) {
  margin-bottom: 0.8571428571rem;
}

.payment-item-card {
  display: flex;
  align-items: flex-start;
  padding: 1.1428571429rem 1.5rem 1.1428571429rem 1.2857142857rem;
  border: 0.5px solid rgba(var(--base-rgb), 0.35);
  border-radius: 5px;
}

.payment-item-card .icon {
  width: 1.7142857143rem;
}

.payment-item-card .content {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 1.2857142857rem;
}

.payment-item-card .content .subtitle {
  margin-block-end: 0.7857142857rem;
  font-weight: 500;
  letter-spacing: 0;
}

.payment-item-card .content p {
  margin-bottom: 0.6428571429rem;
  color: var(--text) !important;
}

.payment-item-card .content p:not(:last-child) {
  margin-bottom: 1.3571428571rem;
}

.payment-item input[type=radio]:checked ~ .payment-item-card {
  background: rgba(var(--base-rgb), 0.075);
  animation: fadeIn 0.3s;
}

.track-order-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.track-order-wrapper .track-order-input {
  width: 100%;
}

.track-order-wrapper .col--5 {
  width: calc(40% - 16px);
  flex-grow: 1;
}

@media (min-width: 767px) {
  .track-order-wrapper .col--2 {
    width: calc(20% - 16px);
  }
  .track-order-wrapper {
    gap: 24px;
  }
}
.search-track-initials {
  padding: 3.2857142857rem 0;
  max-width: 231px;
  margin: 0 auto;
}

.search-track-initials img {
  width: 5.1428571429rem;
  margin-bottom: 1.1428571429rem;
}

.tracking-flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 1.0714285714rem;
}

@media (min-width: 768px) {
  .tracking-flow-wrapper .tracking-flow-item {
    text-align: center;
  }
}
.tracking-flow-wrapper .tracking-flow-item .img img {
  max-width: 30px;
}

@media (max-width: 767px) {
  .tracking-flow-wrapper {
    flex-direction: column;
    max-width: 450px;
    margin-inline: auto;
    gap: 0;
  }
}
.tracking-flow-item {
  position: relative;
  flex-grow: 1;
}

.tracking-flow-item .icon,
.tracking-flow-item .serial {
  color: #9b9b9b;
  background: var(--white);
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  text-align: center;
  line-height: 1.7142857143rem;
  font-size: 0.8571428571rem;
  border-radius: 50%;
  display: block;
  margin: 0.8571428571rem auto 0.7142857143rem;
  z-index: 2;
  position: relative;
}

.tracking-flow-item .icon {
  display: none;
}

.tracking-flow-item::after,
.tracking-flow-item::before {
  content: "";
  position: absolute;
  height: 0.1428571429rem;
  background: #d9d9d9;
  width: 50%;
  top: 3.8571428571rem;
}

.tracking-flow-item::before {
  inset-inline-end: 50%;
}

.tracking-flow-item::after {
  inset-inline-start: 50%;
}

@media (min-width: 767px) {
  .tracking-flow-item:last-child::after {
    display: none;
  }
  .tracking-flow-item:first-child::before {
    display: none;
  }
}
.tracking-flow-item.active::after,
.tracking-flow-item.active::before {
  background: var(--base);
}

.tracking-flow-item.active .serial {
  display: none;
  background: var(--base);
  color: var(--white);
}

.tracking-flow-item.active .icon {
  display: block;
  background: var(--base);
  color: var(--white);
}

@media (max-width: 767px) {
  .tracking-flow-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--text-2);
    padding: 20px 0;
  }
  .tracking-flow-item .serial,
  .tracking-flow-item .icon {
    order: -1;
    margin: 0;
    margin-inline-end: 20px;
  }
  .tracking-flow-item .img {
    margin-inline-end: 11px;
  }
  .tracking-flow-item .img img {
    max-width: 25px !important;
  }
  .tracking-flow-item::before {
    display: none;
  }
  .tracking-flow-item::after {
    width: 2px;
    height: 100%;
    inset-inline-start: 10px;
    top: 50%;
  }
  .tracking-flow-item:last-child::after {
    display: none;
  }
}
.seller-profile-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}

.seller-profile-wrapper .seller-profile-info {
  width: 100%;
  max-width: 330px;
  background: var(--base);
  padding: 0.7142857143rem 0.7142857143rem 0;
}

.seller-profile-wrapper .seller-profile-info .seller-profile {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0.1428571429rem 2.1428571429rem 0.1428571429rem rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  border-radius: 0.3571428571rem;
  margin-bottom: -81px;
}

[theme=dark] .seller-profile-wrapper .seller-profile-info .seller-profile {
  background: var(--body-bg);
}

[theme=dark] .seller-profile-count-area {
  background: var(--section);
}

.seller-profile-wrapper .seller-profile-info .seller-profile .seller-profile-top {
  padding: 1.0714285714rem 1.0714285714rem 1.0714285714rem;
}

.seller-profile-wrapper .seller-profile-info .seller-profile .seller-profile-top img {
  width: 100%;
  max-width: 156px;
  aspect-ratio: 1;
  margin: 0 auto 1.7142857143rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -o-object-fit: cover;
  object-fit: cover;
}

[theme=dark] .seller-profile-wrapper .seller-profile-info .seller-profile .seller-profile-top img {
  border-color: var(--border);
}

@media (max-width: 767px) {
  .seller-profile-wrapper .seller-profile-info .seller-profile .seller-profile-top img {
    max-width: 100px;
    margin-bottom: 1.1428571429rem;
  }
}
@media (max-width: 991px) {
  .seller-profile-wrapper .seller-profile-info .seller-profile {
    margin-bottom: -120px;
  }
}
@media (max-width: 767px) {
  .seller-profile-wrapper .seller-profile-info .seller-profile {
    margin-bottom: -80px;
  }
}
@media (max-width: 767px) {
  .seller-profile-wrapper .seller-profile-info {
    margin-bottom: 80px;
  }
}
.seller-profile-wrapper .seller-profile-info .name {
  margin-bottom: 1.1428571429rem;
  color: var(--base);
}

.seller-profile-wrapper .seller-profile-info .rating {
  margin-bottom: 8px;
}

.seller-profile-wrapper .seller-profile-info .rating i {
  color: var(--star);
}

.seller-profile-wrapper .seller-profile-info .btn-grp {
  gap: 1.1428571429rem;
  margin-top: 1.0714285714rem;
}

.seller-profile-wrapper .seller-profile-info .btn-grp .btn {
  flex-grow: 1;
  font-size: 0.9285714286rem;
}

.seller-profile-wrapper .seller-profile-info .btn-grp .__btn-outline:not(:hover) {
  background: #cde3fb;
}

.seller-profile-wrapper .seller-profile-hero {
  width: calc(100% - 330px);
}

.seller-profile-wrapper .seller-profile-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .seller-profile-wrapper .seller-profile-hero,
  .seller-profile-wrapper .seller-profile-info {
    max-width: 100%;
    width: 100%;
  }
}
.seller-profile-count-area {
  width: calc(100% - 330px);
  background: #f2f8ff;
  border-radius: 5px;
  padding: 7px 8px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 71px;
}

.seller-profile-count-area .count-area {
  flex-grow: 1;
  text-align: center;
  color: rgba(var(--base-rgb), 0.59);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.seller-profile-count-area .count-area h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 19px;
  margin: 0 0 5px;
  color: var(--base);
}

.seller-profile-count-area img {
  max-width: 300px;
  width: 100%;
  max-height: 66px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1199px) {
  .seller-profile-count-area img {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .seller-profile-count-area img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .seller-profile-count-area img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .seller-profile-count-area .count-area {
    font-size: 13px;
    padding-block: 16px;
  }
  .seller-profile-count-area .count-area h5 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .seller-profile-count-area {
    width: 100%;
  }
}
.tracking-order-details {
  background: var(--section);
  border-radius: 0.3571428571rem;
  padding: 36px 49px;
  margin-top: 1.9285714286rem;
}

@media (max-width: 991px) {
  .tracking-order-details {
    padding: 28px 25px;
  }
}
@media (max-width: 575px) {
  .tracking-order-details {
    padding: 15px 10px;
  }
}
.tracking-order-details .title {
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  margin-bottom: 2.5714285714rem;
}

@media (max-width: 767px) {
  .tracking-order-details .title {
    margin-bottom: 1.4285714286rem;
  }
}
.tracking-order-details ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1.4285714286rem;
  column-gap: 1.4285714286rem;
  row-gap: 1.7142857143rem;
}

.tracking-order-details ul li {
  display: flex;
  width: calc(34% - 0.7142857143rem);
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
}

.tracking-order-details ul li strong {
  min-width: 105px;
  text-align: start;
}

@media (max-width: 991px) {
  .tracking-order-details ul li {
    width: calc(50% - 0.7142857143rem);
  }
}
@media (max-width: 767px) {
  .tracking-order-details ul li {
    width: 100%;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem
      rgba(var(--bs-body-color-rgb), 0.075);
  --bs-modal-inner-border-radius: calc(
      var(--bs-border-radius-lg)- (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  inset-inline-end: 1px !important;
  inset-inline-start: unset !important;
}

[dir=rtl] .bi-arrow-right,
[dir=rtl] .bi-arrow-left,
[dir=rtl] .bi-chevron-left,
[dir=rtl] .bi-chevron-right {
  transform: rotate(180deg);
}

.user-author-info {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--semi-title);
}

.user-author-info img {
  width: 127px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.user-author-info .content {
  padding-inline-start: 25px;
}

.user-author-info .content .name {
  font-size: 1.7142857143rem;
}

@media (max-width: 1199px) {
  .user-author-info img {
    width: 100px;
  }
  .user-author-info .content {
    font-size: 1.1428571429rem;
  }
  .user-author-info .content .name {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 767px) {
  .user-author-info-wrap {
    padding: 1.5rem 0 0;
    /* border-radius: 5px; */
    /* background: var(--body-bg); */
    /* box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2),
    0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05); */
    /* border-radius: 5px; */
  }
}
@media (max-width: 991px) {
  .user-author-info img {
    width: 45px;
    border: 1px solid var(--base);
  }
  .user-author-info .content {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .user-author-info .content .name {
    font-size: 1.2857142857rem;
  }
}
.user-order-count {
  max-width: 49.0714285714rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1428571429rem;
  width: 0;
  flex-grow: 1;
}

.user-order-count .user-order-count-item {
  padding: 1.5rem 1.0714285714rem;
  background: var(--body-bg);
  box-shadow: 0px 5px 10px -3px rgba(27, 127, 237, 0.1);
  border-radius: 10px;
  text-align: center;
  width: calc(33.3333333333% - 20px);
}

.user-order-count .user-order-count-item .subtitle {
  font-size: 2.4285714286rem;
  font-weight: 400;
  margin-bottom: 0.3571428571rem;
}

@media (max-width: 1199px) {
  .user-order-count .user-order-count-item {
    padding: 1.0714285714rem;
  }
}
@media (max-width: 991px) {
  .user-order-count {
    gap: 20px;
  }
  .user-order-count .user-order-count-item {
    width: calc(33.3333333333% - 13.3333333333px);
    font-size: 1rem;
  }
  .user-order-count .user-order-count-item .subtitle {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 767px) {
  .user-order-count {
    max-width: 100%;
    width: 100%;
    gap: 0.7142857143rem;
  }
  .user-order-count .user-order-count-item {
    width: 120px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 450px) {
  .user-order-count .user-order-count-item:first-child {
    width: 100%;
  }
}
.user-profile-wrapper {
  background: rgba(27, 127, 237, 0.02);
  margin-bottom: 2.4285714286rem;
  padding: 2.6428571429rem 2.8571428571rem 0;
}

.user-profile-wrapper .inner-div {
  padding-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .user-profile-wrapper {
    padding: 2.1428571429rem 1.0714285714rem 1.0714285714rem;
  }
  .user-profile-wrapper .inner-div {
    padding-bottom: 0.7142857143rem;
  }
}
.rounded-full {
  border-radius: 999px !important;
}

.personal-details {
  padding: 1.2857142857rem;
  background: var(--body-bg);
  border: 0.2px solid rgba(var(--base-rgb), 0.1);
  box-shadow: 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 5px;
}

.personal-details .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.personal-details .__btn-outline {
  padding-inline: 1.0714285714rem;
}

.personal-details .__btn-outline:not(:hover) {
  color: var(--title);
  background: transparent;
}

.personal-details .personal-details-info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6428571429rem;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  max-width: 72rem;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 1.2142857143rem;
}

@media (max-width: 991px) {
  .personal-details .personal-details-info {
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .personal-details .personal-details-info {
    row-gap: 0.8571428571rem;
    padding-bottom: 0.5rem;
  }
}
.personal-details .personal-details-info li {
  width: 100%;
  max-width: 340px;
}

.personal-details .personal-details-info li .name {
  width: 80px;
  display: inline-block;
}

.personal-details .personal-details-info li .clone {
  margin-inline-end: 2rem;
}

.personal-details .personal-details-info li strong {
  font-weight: 500;
}

@media (max-width: 991px) {
  .personal-details .personal-details-info li {
    font-size: 1rem;
  }
  .personal-details .personal-details-info li .name {
    width: 60px;
  }
  .personal-details .personal-details-info li .clone {
    margin-inline-end: 1.7857142857rem;
  }
}
.address-card {
  background: var(--body-bg);
  box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 5px;
}

.address-card-header {
  background: var(--section);
  border-radius: 5px 5px 0 0;
  padding: 0.9285714286rem 1.4285714286rem;
}

.address-card-header h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0;
}

.address-card-body {
  padding: 0.7142857143rem 1.4285714286rem;
}

.address-card-body ul li {
  padding: 0.2rem 0;
  display: flex;
}

.address-card-body ul li .name {
  font-weight: 600;
  display: inline-block;
  width: 13.5rem;
}

@media (max-width: 767px) {
  .address-card-body ul li .name {
    width: 7.1428571429rem;
  }
}
@media (max-width: 575px) {
  .address-card-body ul li .name {
    width: 5rem;
  }
}
@media (max-width: 575px) {
  .address-card-body ul li {
    font-size: 0.8571428571rem;
  }
}
.address-card-body ul li .info {
  width: 0;
  flex-grow: 1;
  padding-inline-start: 10px;
}

.add-address-btn-container {
  border: 1px solid rgba(var(--base-rgb), 0.4);
  background: rgba(196, 224, 255, 0.18);
}

.add-address-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.__modal .modal-dialog {
  max-width: 600px;
}

.btn--container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429rem;
  justify-content: flex-end;
}

.btn--container .btn {
  padding: 0.7142857143rem 2.1428571429rem;
  border-radius: 0.3571428571rem;
}

.compare-wrapper {
  display: flex;
}

.compare-item {
  min-width: 22.1428571429rem;
  flex-grow: 1;
  --border: rgba(var(--base-rgb), 0.1);
}

.compare-item:not(:last-child) {
  border-inline-end: 1px solid var(--border);
}

.compare-item .compare-thumb {
  height: 29.2857142857rem;
  padding: 0 1.6428571429rem 1.6428571429rem;
}

.compare-item .compare-thumb .easyzoom a {
  display: block;
}

.compare-item .compare-thumb .easyzoom a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .compare-item .compare-thumb {
    height: 27.8571428571rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .compare-item .compare-thumb {
    height: 24.2857142857rem;
  }
}
@media (max-width: 991px) {
  .compare-item .compare-thumb {
    height: 25rem;
  }
}
@media screen and (max-width: 575px) {
  .compare-item .compare-thumb .easyzoom a {
    margin-inline: auto;
    width: 70px;
  }
  .compare-item .compare-thumb {
    height: 15rem;
  }
}
.compare-item .compare-info {
  border-top: 0.0714285714rem solid var(--border);
}

.compare-item .compare-info li {
  border-bottom: 0.0714285714rem solid var(--border);
  padding: 0.9285714286rem 1.4285714286rem;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .compare-item .compare-info {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 991px) {
  .compare-item .compare-info {
    font-size: 0.7857142857rem;
  }
  .compare-item .compare-info * {
    font-weight: 400;
  }
  .compare-item .compare-info li {
    padding: 0.5rem 0.9285714286rem;
  }
}
@media (max-width: 991px) {
  .compare-item {
    min-width: 260px;
  }
  .compare-item:first-child {
    min-width: 130px;
    white-space: nowrap;
  }
}
.search--group .form-control:last-child {
  padding-inline-start: 40px;
}

.search--group .form-control:first-child {
  padding-inline-end: 40px;
}

.form-control::-moz-placeholder,
.search-form .input-group .form-control::-moz-placeholder,
.search--group .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.form-control::-moz-placeholder,
.search-form .input-group .form-control::-moz-placeholder,
.search--group .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.form-control::-moz-placeholder,
.search-form .input-group .form-control::-moz-placeholder,
.search--group .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.form-control::-moz-placeholder,
.search-form .input-group .form-control::-moz-placeholder,
.search--group .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.form-control::-moz-placeholder, .search-form .input-group .form-control::-moz-placeholder, .search--group .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.form-control::placeholder,
.search-form .input-group .form-control::placeholder,
.search--group .form-control::placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.search--group .floating-icon {
  position: absolute;
  height: 100%;
  top: 0;
  border: none;
}

.search--group .floating-icon:last-child {
  inset-inline-end: 0;
}

.search--group .floating-icon:first-child {
  inset-inline-start: 0;
}

.line-limit-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.text-underline {
  text-decoration: underline;
}

.max-w-340 {
  max-width: 24.2857142857rem;
}

.wallet-card {
  background: #ffffff;
  border: 0.5px solid rgba(27, 127, 237, 0.1);
  border-radius: 0.3571428571rem;
  padding: 1.5rem 1.4285714286rem 0.7142857143rem;
}

.wallet-card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8571428571rem;
}

.wallet-card:not(:last-child) {
  margin-bottom: 1.4285714286rem;
}

.wallet-card-name {
  gap: 0.5rem;
}

.wallet-card-name img {
  max-width: 3.2142857143rem;
}

.min-w-180 {
  min-width: 12.8571428571rem;
}

.__wallet-card-table {
  --bg-7: rgba(27, 127, 237, 0.05);
}

@media (max-width: 575px) {
  .__wallet-card-table tbody {
    display: block;
  }
  .__wallet-card-table tbody tr {
    display: block;
    border-radius: 0.3571428571rem;
    background: var(--bg-7);
    padding: 1.0714285714rem 0;
    position: relative;
  }
  .__wallet-card-table tbody tr td {
    display: block;
    text-align: left;
    padding: 10px 15px;
  }
  .__wallet-card-table tbody tr:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
  .__wallet-card-table tbody tr .action-buttons {
    position: absolute;
    top: 8px;
    inset-inline-end: 0;
  }
  .__wallet-card-table tbody tr .action-buttons .column-gap-4 {
    -moz-column-gap: 0.7142857143rem !important;
    column-gap: 0.7142857143rem !important;
  }
}
@media (min-width: 767px) {
  .__wallet-card-table thead tr th {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}
@media (max-width: 575px) {
  .ps-max-sm-5 {
    padding-inline-start: 1.7857142857rem;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

.shadow-card {
  background: var(--body-bg);
  box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 0.3571428571rem;
  padding: 1.4285714286rem;
}

@media (max-width: 575px) {
  .shadow-card {
    padding: 1.0714285714rem;
  }
}
.my-wallet-card {
  background: var(--body-bg);
  box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  border-radius: 0.3571428571rem;
  padding: 1.4285714286rem;
}

.my-wallet-card-content {
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  background: var(--section);
  padding: 1.1428571429rem 1.4285714286rem;
  color: var(--text-2);
  border-radius: 8px;
}

.my-wallet-card-content .subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  margin-bottom: 0.7142857143rem;
}

.my-wallet-card-content ul {
  padding-inline-start: 1.4285714286rem;
}

.my-wallet-card-content ul li {
  list-style: disc;
}

.my-wallet-card-content ul li:not(:last-child) {
  margin-bottom: 0.7142857143rem;
}

.my-walllet-card-content-2 {
  border: 1px solid rgba(var(--base-rgb), 0.3);
  border-radius: 10px;
  padding: 1.7142857143rem 2.7142857143rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.my-walllet-card-content-2 .info {
  color: var(--base);
}

.my-walllet-card-content-2 .info img {
  margin-bottom: 0.7857142857rem;
  width: 2.4285714286rem;
}

.my-walllet-card-content-2 .price {
  color: var(--base);
  font-weight: 700;
  font-size: 2.5714285714rem;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 575px) {
  .my-walllet-card-content-2 {
    padding: 1.4285714286rem 1.0714285714rem;
  }
  .my-walllet-card-content-2 .price {
    font-size: 1.7142857143rem;
  }
}
.centered--table tbody tr td {
  --radius: 10px !important;
  padding-block: 18px !important;
}

.trx-history-order {
  min-width: 8.5714285714rem;
}

.--badge {
  padding: 0.5rem 1.0714285714rem !important;
}

.ticket-card {
  border-radius: 0.4285714286rem;
  background: rgba(248, 248, 250, 0.7);
}

[theme=dark] .ticket-card {
  background: var(--section);
}

.ticket-card:not(:last-child) {
  margin-bottom: 1.2857142857rem;
}

.ticket-card .btn {
  padding: 0.5rem 1.5714285714rem;
}

.ticket-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  padding: 1.0714285714rem 1.4285714286rem 0.7142857143rem;
  position: relative;
}

.ticket-card-header h6 {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 17px;
}

.ticket-card-header a {
  color: var(--title);
  white-space: initial;
  word-break: break-all;
  line-height: 1.2;
}

.ticket-card-header a:hover {
  color: var(--base);
}

.ticket-card-header-author {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 1.0714285714rem;
  column-gap: 1.0714285714rem;
  row-gap: 0;
  flex-grow: 1;
}

.ticket-card-header-author img {
  width: 3.5714285714rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.ticket-card-header-author .content {
  width: 0;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .ticket-card-header .close--btn {
    inset-inline-end: 0;
    inset-block-start: 0;
    border: none;
    position: absolute;
    padding: 0.2142857143rem 0.4285714286rem !important;
  }
}
.ticket-card-body {
  padding: 1.7142857143rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.1428571429rem;
}

.ticket-card-body .info {
  flex-grow: 1;
  width: 0;
  max-width: 46.4285714286rem;
}

@media (max-width: 575px) {
  .ticket-card-body .info {
    font-size: 0.9285714286rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .ticket-card-body .date {
    width: 100%;
    text-align: end;
  }
}
.btn-pill {
  border-radius: 71.3571428571rem !important;
}

.--block-size-35 {
  block-size: 2.5rem;
}

.nav-tabs-menu {
  flex-direction: column;
  border: none;
  max-height: 360px;
  overflow-y: auto;
}

.nav-tabs-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 0.7857142857rem;
  padding: 0.7142857143rem 0.7857142857rem 0.7142857143rem 0.5rem;
  border: none;
  border-radius: 0.7142857143rem;
  color: var(--text-2);
}

.nav-tabs-menu .nav-item .nav-link.active {
  background: rgba(27, 127, 237, 0.1);
}

.nav-tabs-menu .nav-item .nav-link .img {
  width: 2.5714285714rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.nav-tabs-menu .nav-item .nav-link .content {
  width: 0;
  flex-grow: 1;
}

.nav-tabs-menu .nav-item .nav-link .content .name {
  font-size: 0.9285714286rem;
  line-height: 1;
  width: 0;
  flex-grow: 1;
}

.nav-tabs-menu .nav-item .nav-link .content .name small {
  font-size: 0.8571428571rem;
  font-weight: 400;
  color: var(--text-2);
}

.nav-tabs-menu .nav-item .nav-link .content .date {
  font-size: 0.7142857143rem;
  line-height: 0.9285714286rem;
}

.nav-tabs-menu .nav-item .nav-link .content .msg {
  font-size: 0.7142857143rem;
  line-height: 0.9285714286rem;
}

.nav-tabs-menu .nav-item .nav-link .content .msg,
.nav-tabs-menu .nav-item .nav-link .content .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.__chat-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 65.7142857143rem;
  margin: 0 auto;
  row-gap: 24px;
}

.__chat-area .__chat-menu {
  width: 100%;
}

.__chat-area .__chat-menu .title {
  font-size: 1.2857142857rem;
  line-height: 1.3;
  margin-bottom: 0.8571428571rem;
}

.__chat-area .__chat-content {
  width: 100%;
  box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
}

@media (min-width: 767px) {
  .__chat-area {
    box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2), 0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
  }
  .__chat-area .__chat-content {
    width: 0;
    flex-grow: 1;
    box-shadow: none;
  }
  .__chat-area .__chat-menu {
    border-radius: 0.3571428571rem 0px 0px 0.3571428571rem;
    max-width: 17.8571428571rem;
  }
}
.__chat-content {
  font-size: 13px;
}

.__chat-content-header {
  padding: 0.8571428571rem 2.5714285714rem;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
  .__chat-content-header {
    padding: 0.8571428571rem 1.7142857143rem;
  }
}
.__chat-content-body {
  height: 29.1428571429rem;
  overflow-y: auto;
  padding: 1.0714285714rem;
}

.__chat-content-body-messages {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.__chat-content-body-messages li {
  display: flex;
  align-items: flex-end;
  gap: 1.1428571429rem;
  width: 93%;
  max-width: 455px;
}

.__chat-content-body-messages li .img {
  width: 48px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .__chat-content-body-messages li .img {
    width: 32px;
  }
}
.__chat-content-body-messages li .msg-area {
  max-width: calc(100% - 48px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 575px) {
  .__chat-content-body-messages li .msg-area {
    max-width: calc(100% - 32px);
  }
}
.__chat-content-body-messages li .msg-area .msg {
  padding: 15px;
}

.__chat-content-body-messages li .msg-area .date {
  font-weight: 400;
  font-size: 0.7857142857rem;
  line-height: 1.2857142857rem;
  color: var(--text-2);
  display: block;
}

.__chat-content-body-messages li.incoming .msg-area {
  align-items: flex-start;
}

.__chat-content-body-messages li.incoming .msg-area .msg {
  background: #f5f5f5;
  border-radius: 16px 16px 16px 0px;
}

[dir=rtl] .__chat-content-body-messages li.incoming .msg-area .msg {
  border-radius: 16px 16px 0 16px;
}

.__chat-content-body-messages li.outgoing {
  margin-inline-start: auto;
}

.__chat-content-body-messages li.outgoing .msg-area {
  margin-inline-start: auto;
  align-items: flex-end;
}

.__chat-content-body-messages li.outgoing .msg-area .msg {
  background: #1b7fed;
  border-radius: 16px 16px 0 16px;
  color: var(--white);
}

[dir=rtl] .__chat-content-body-messages li.outgoing .msg-area .msg {
  border-radius: 16px 16px 16px 0px;
}

.__chat-content-body-messages li.outgoing .msg-area .date {
  text-align: end;
}

.__chat-content-footer {
  border: 1px solid var(--border);
  margin: 0.2142857143rem;
  padding: 0.8571428571rem;
}

.__chat-content-footer .form-control::-moz-placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.__chat-content-footer .form-control::placeholder {
  color: rgba(var(--text-rgb), 50%);
}

.__chat-menu {
  background: rgba(27, 127, 237, 0.05);
  border-radius: 0.3571428571rem;
  padding: 1.1428571429rem 0.7142857143rem;
}

.__chat-menu .form-control {
  background: transparent;
}

.__chat-menu .nav--tabs-3 .nav-item .nav-link {
  border-width: 0.1428571429rem;
}

.chat-author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9285714286rem;
  color: var(--text-2);
}

.chat-author .img {
  width: 2.5714285714rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.chat-author .content {
  width: 0;
  flex-grow: 1;
}

.chat-author .content .name {
  font-size: 0.9285714286rem;
  line-height: 1;
}

.chat-author .content .name small {
  font-size: 0.8571428571rem;
  font-weight: 400;
  color: var(--text-2);
}

.view-img {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.view-img .img {
  position: relative;
  width: calc(33.3333333333% - 6.6666666667px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  background: var(--section);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .view-img .img {
    max-width: 100px;
  }
}
.view-img .img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.view-img .img i {
  color: var(--redish);
  inset-inline-end: 5px;
  inset-block-start: 5px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.seller-registration-thumb {
  padding: 35px 42px 35px 57px;
  background: rgba(248, 248, 250, 0.4);
}

[theme=dark] .seller-registration-thumb {
  background: rgba(248, 248, 250, 0.07);
}

@media (max-width: 1199px) {
  .seller-registration-thumb {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .seller-registration-thumb {
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .seller-registration-thumb {
    background: transparent !important;
    max-width: 350px;
    padding-top: 0;
    padding-inline: 0;
    margin: 0 auto 20px;
  }
  .seller-registration-thumb img {
    padding-inline: 20px;
  }
}
.seller-reg-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3571428571rem;
  margin-bottom: 3.2142857143rem;
}

.seller-reg-menu .divider {
  background: #d9d9d9;
  height: 0.1428571429rem;
  width: 2.7142857143rem;
}

.seller-reg-menu li {
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
}

.seller-reg-menu li .serial {
  width: 1.8571428571rem;
  aspect-ratio: 1;
  line-height: 1.8571428571rem;
  border-radius: 50%;
  text-align: center;
  background: var(--section);
  display: block;
}

.seller-reg-menu li.active {
  color: var(--base);
  font-weight: 500;
}

.seller-reg-menu li.active .serial {
  background: var(--base);
  color: var(--white);
}

@media (max-width: 991px) {
  .seller-reg-menu {
    margin-bottom: 1.7857142857rem;
  }
}
@media (max-width: 575px) {
  .seller-reg-menu {
    font-size: 0.8571428571rem;
  }
  .seller-reg-menu .divider {
    width: 0.8571428571rem;
  }
}
.upload-wrapper {
  position: relative;
  max-width: 140px;
  width: 36%;
  border-radius: 10px;
}

.upload-wrapper .remove-img {
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 10px;
  color: var(--redish);
  display: none;
  z-index: 3;
}

.upload-wrapper .thumb {
  border: 1.8px dashed #9c9a9a;
  border-radius: 10px;
  aspect-ratio: 1;
}

.upload-wrapper.vertical {
  max-width: 100%;
  width: 100%;
}

.upload-wrapper.vertical .thumb {
  aspect-ratio: 3;
}

.upload-wrapper label {
  position: absolute;
  inset: 0;
  margin: 0;
}

.upload-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.w-0 {
  width: 0;
}

.step-2-data {
  display: none;
}

@media (min-width: 767px) {
  .w-md-unset {
    width: unset !important;
  }
}
.floating-cart {
  width: 64px;
  height: 70px;
  mask: url(./img/shop-icon.png) no-repeat center center/contain;
  -webkit-mask: url(./img/shop-icon.png) no-repeat center center/content;
  background: var(--base);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  position: fixed;
  z-index: 99;
  inset-inline-end: -6px;
  top: 50vh;
}

.floating-cart:hover {
  color: var(--white);
}

.floating-cart .icon {
  margin-top: 18px;
  margin-bottom: 5px;
  position: relative;
}

.floating-cart .icon .status {
  position: absolute;
  font-size: 12px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: var(--redish);
  border-radius: 50%;
  inset-inline-end: -7px;
  inset-block-start: -3px;
}

.floating-cart .icon i {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .floating-cart {
    display: none;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  box-shadow: none !important;
}

.btn-base {
  background: var(--base);
  color: var(--white);
  border-radius: 0.3571428571rem;
  align-items: center;
  display: inline-flex;
  gap: 0.3571428571rem;
  justify-content: center;
}

.app-bar .btn-base {
  color: var(--white) !important;
}

.app-bar .btn-base:hover {
  color: var(--base) !important;
}

.btn-base:hover {
  background: var(--base);
  color: var(--white);
}

.btn-base:hover:not(button) {
  background: transparent;
  color: var(--base);
  border-color: var(--base);
}

.btn-base.btn-block {
  width: 100%;
  border-radius: 0.3571428571rem;
  height: 3rem;
}

.__btn-outline {
  background: rgba(var(--base-rgb), 0.03);
  border: 0.0357142857rem solid rgba(var(--base-rgb), 0.35);
  color: var(--base);
  border-radius: 0.3571428571rem;
  font-weight: 500;
}

.__btn-outline:not(.btn-lg):not(.btn-md):not(.btn-sm):not(.btn-xl) {
  font-size: 0.8571428571rem;
  line-height: 1.4642857143rem;
  padding: 0.5rem 0.7142857143rem 0.3571428571rem;
}

@media screen and (max-width: 575px) {
  .__btn-outline:not(.btn-lg):not(.btn-md):not(.btn-sm):not(.btn-xl) {
    font-size: 0.8571428571rem;
    line-height: 1.4642857143rem;
    padding: 0.5rem 0.7142857143rem 0.3571428571rem;
  }
}
.__btn-outline:hover {
  color: var(--white);
  background: var(--base);
  border-color: var(--base);
}

.__btn-outline-warning {
  background: rgba(var(--warning-rgb), 0.03);
  border: 0.0357142857rem solid rgba(var(--warning-rgb), 0.35);
  color: var(--warning);
  border-radius: 0.3571428571rem;
  font-weight: 500;
}

.__btn-outline-warning:not(.btn-lg):not(.btn-md):not(.btn-sm):not(.btn-xl) {
  font-size: 0.7857142857rem;
  line-height: 20.5px;
  padding: 0.5rem 0.7857142857rem 0.2857142857rem;
}

.__btn-outline-warning:hover {
  color: var(--white);
  background: var(--warning);
  border-color: var(--warning);
}

.offer-badge {
  background: rgba(0, 201, 80, 0.09);
  border-radius: 0.3571428571rem;
  color: var(--base-2);
  padding: 0.3571428571rem;
  font-weight: 500;
  font-size: 0.7857142857rem;
  line-height: 0.9285714286rem;
  letter-spacing: 0.05em;
  display: inline-block;
}

.owl-prev,
.owl-next {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.2142857143rem;
  transition: all ease 0.3s;
}

@media (max-width: 575px) {
  .owl-prev,
  .owl-next {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}
.owl-prev:hover,
.owl-next {
  background: rgba(var(--base-rgb), 0.7);
  color: var(--white);
}

.badge {
  padding: 0.3571428571rem 0.6428571429rem;
  font-size: 0.8469142857rem;
  line-height: 1rem;
}

.badge-soft-base {
  background: rgba(193, 223, 255, 0.54);
  color: var(--base);
}

[theme=dark] .badge-soft-base {
  color: var(--text) !important;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  top: 0;
  z-index: 99;
  height: calc(100% - 50px);
  color: var(--base);
}

.owl-theme .owl-prev {
  inset-inline-start: 0;
  background: linear-gradient(270deg, rgba(var(--base-rgb), 0) 0%, rgba(var(--base-rgb), 0.31) 100%);
}

.owl-theme .owl-next {
  inset-inline-end: 0;
  background: linear-gradient(270deg, rgba(var(--base-rgb), 0.31) 0%, rgba(var(--base-rgb), 0) 100%);
}

@media (min-width: 992px) {
  .similler-product-slider-area .owl-next {
    inset-inline-end: 1.3571428571rem;
  }
}
.text-title {
  color: var(--title) !important;
}

.bg-title {
  background-color: var(--title) !important;
}

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

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

.bg-base {
  background-color: var(--base) !important;
}

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

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

.bg-body {
  background-color: var(--body-bg) !important;
}

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

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

.bg-section {
  background-color: var(--section) !important;
}

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

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

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

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

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

.bg-star {
  background-color: var(--star) !important;
}

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

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

.bg-text-2 {
  background-color: var(--text-2) !important;
}

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

.badge-soft-base {
  color: var(--base) !important;
  background: rgba(var(--base-rgb), 0.06) !important;
  border-radius: 8px;
}

.badge-soft-success {
  color: var(--success) !important;
  background: rgba(var(--success-rgb), 0.06) !important;
  border-radius: 8px;
}

.badge-soft-danger {
  color: var(--danger) !important;
  background: rgba(var(--danger-rgb), 0.06) !important;
  border-radius: 8px;
}

.badge-soft-warning {
  color: var(--warning) !important;
  background: rgba(var(--warning-rgb), 0.06) !important;
  border-radius: 8px;
}

.badge-soft-secondary {
  color: var(--title) !important;
  background: rgba(var(--title-rgb), 0.06) !important;
  border-radius: 8px;
}

.--bg-1 {
  background-color: var(--bg-1) !important;
}

.--bg-2 {
  background-color: var(--bg-2) !important;
}

.--bg-3 {
  background-color: var(--bg-3) !important;
}

.--bg-4 {
  background-color: var(--bg-4) !important;
}

.--bg-5 {
  background-color: var(--bg-5) !important;
}

.--bg-6 {
  background-color: var(--bg-6) !important;
}

.--bg-7 {
  background-color: var(--bg-7) !important;
}

.btn-outline-base:not(:hover),
.btn-outline-danger:not(:hover) {
  border-color: var(--border);
}

.btn-outline-base:hover {
  color: var(--white);
  border-color: var(--base);
  background: var(--base);
}

.btn-reset {
  background: var(--border);
}

.btn-reset:hover {
  background: var(--border);
}

/* Additional CSS */
.app-bar {
  position: fixed;
  inset-block-end: 0rem;
  inset-inline-start: 0rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--body-bg);
  inline-size: 100%;
  z-index: 999;
  border-radius: 5px 5px 0 0;
}

.app-bar a {
  color: var(--title);
}

.app-bar a.active,
.app-bar a.collapsed {
  color: var(--base);
}

.app-bar .dropdown-menu,
.app-bar .sub-menu {
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0rem;
}

.app-count {
  position: absolute;
  inset-inline-end: -0.625rem;
  inset-block-start: 0rem;
  background-color: var(--base);
  color: var(--white);
  font-size: 0.625rem;
  inline-size: 1.0625rem;
  block-size: 1.0625rem;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border: 1px solid var(--white);
  line-height: 1;
  font-weight: 700;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-12 {
  font-size: 0.75rem;
}

.lh-1\.4 {
  line-height: 1.4 !important;
}

.scrollY-60 {
  max-block-size: 65vh;
  overflow-y: auto;
}

.mobile-header-top .header-right-icons {
  display: grid !important;
  grid-template-columns: 1fr 3rem 3rem;
}

@media (max-width: 575px) {
  .filter-toggle {
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-padding-y: 0.125rem;
  }
}
/* @media (max-width: 1199px) {
    .footer {
        margin-bottom: 75px;
    }
} */
.offcanvas .search-form {
  padding: 0;
}

.offcanvas .search-form .btn {
  width: 50px;
}

/* .offcanvas .select2 *,
.offcanvas .select2-selection__rendered {
    max-inline-size: 100px;
} */
.how-we-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
}

.how-we-work-grid .how-to-card {
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .how-we-work-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}
.darkLight-switcher button {
  border: none;
  color: var(--white);
  inline-size: 1.75rem;
  block-size: 1.75rem;
  border-radius: 50%;
  background-color: rgba(var(--white-rgb), 0.2);
  display: grid;
  place-items: center;
  padding: 0.25rem;
  animation: colorTogglerButton 0.6s forwards;
  -webkit-animation: colorTogglerButton 0.6s forwards;
  -moz-animation: colorTogglerButton 0.6s forwards;
}

[theme=light] .darkLight-switcher .dark_button {
  display: none;
}

[theme=dark] .darkLight-switcher .light_button {
  display: none;
}

.sidebar-search-form .select2-selection__rendered {
  width: 0;
  opacity: 0;
}

.offcanvas .select2-dropdown {
  width: 200px !important;
}

.offcanvas {
  width: 280px !important;
}

.offcanvas-footer .btn-base {
  height: 45px;
  width: 100%;
}

.theme-bar {
  padding: 0.25rem;
  box-shadow: 0px 0px 5px rgba(var(--base-rgb), 0.1);
  display: flex;
  gap: 0.25rem;
  border-radius: 50rem;
}

.theme-bar button {
  inline-size: 1.75rem;
  block-size: 1.75rem;
  border: 0;
  background-color: transparent;
  border-radius: 100%;
  display: grid;
  place-items: center;
}

.theme-bar button svg {
  inline-size: 1rem;
  block-size: 1rem;
}

.theme-bar button.active {
  background-color: rgba(var(--base-rgb), 0.2);
}

.quantity--style-two {
  border: 1px solid var(--base);
  border-radius: 0.5rem;
}

.quantity--style-two .cart-qty-btn,
.quantity--style-two .cart-qty-input {
  width: 2rem;
  height: 2rem;
  font-size: 0.85rem;
}

.total-cost-wrapper .title {
  font-size: 1.2rem;
}

@media (max-width: 575px) {
  .newsletter-wrapper .title {
    font-size: 1.2rem;
  }
  .form-check-label {
    font-size: 0.75rem;
  }
}
.user-author-info-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .user-author-info-wrap {
    flex-grow: 1;
  }
  .user-author-info-wrap .nav--tabs-2 .nav-item .nav-link,
  .nav--tabs-3 .nav-item .nav-link {
    border: none !important;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--title);
}

.select2-container--default .select2-selection--single {
  background: var(--body-bg);
  color: var(--title);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--title) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--title) transparent;
}

.select2-dropdown {
  background: var(--body-bg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--border);
  background: var(--section);
}

.select2-container--default .select2-results__option--selected {
  background: var(--base);
}

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

.__table {
  color: var(--text);
}

option {
  background: var(--body-bg);
  color: var(--title);
}

.max-w-595 {
  max-width: 595px;
}

.max-w-709 {
  max-width: 709px;
}

.coupon-code {
  position: relative;
}

.coupon-code .form-control {
  border-style: dashed;
  border-color: var(--base);
  font-weight: 700;
  border-radius: 12px;
}

.coupon-code .copy-btn {
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
}

.rounded-15 {
  border-radius: 15px;
}

.coupon-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.coupon-info li {
  display: flex;
  gap: 10px;
}

.coupon-info li span:first-child {
  background: var(--body-bg);
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  align-self: flex-start;
}

.coupon-info li span:last-child {
  align-self: center;
  width: 0;
  flex-grow: 1;
}

.product-card .bi-eye {
  font-size: 1.25rem;
}

.trx-left-92 {
  transform: translateX(-92px);
}

@media (max-width: 767px) {
  .user-profile-wrapper {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .user-order-count-item {
    border: 1px solid rgba(var(--base-rgb), 0.2);
  }
}
.w-100px {
  width: 100px;
}

.videoModalIframe {
  width: 100%;
  height: 500px;
  max-height: 80vh;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}

.product-share-icons {
  position: absolute;
  inset-inline-end: 2.0714285714rem;
  inset-block-start: 2.0714285714rem;
  z-index: 102;
}

.product-share-icons ul {
  transition: all 300ms ease-in-out;
  box-shadow: var(--box-shadow);
  border-radius: 0.25rem;
  position: absolute;
  padding: 0.625rem 0.5rem;
  background-color: var(--bs-white);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  inset-block-start: calc(100% + 8px);
  inset-inline-start: -0.5rem;
  transform: scale(0.5);
  transform-origin: 100% 0;
  opacity: 0;
  visibility: hidden;
}

.product-share-icons:hover ul {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.product-share-icons ul a {
  color: var(--title);
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.product-share-icons ul a:hover {
  color: var(--base);
}

.position-right-top {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-start: 20px;
}

.d-shape-1,
.d-shape-2,
.d-shape-3 {
  position: absolute;
}

.d-shape-1 {
  left: 0;
  top: 0;
}

.d-shape-2 {
  left: 241px;
  top: 120px;
}

.d-shape-3 {
  left: 30%;
  bottom: 0;
}

.deal-of-the-day-wrapper {
  padding: 20px 27px;
  background: #e8f3ff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

[theme=dark] .deal-of-the-day-wrapper {
  background: var(--section);
}

[theme=dark] .deal-of-the-day-wrapper .deal-right {
  background: var(--body-bg);
}

.deal-of-the-day-wrapper .deal-left {
  padding: 20px;
  max-width: 470px;
  width: 100%;
  position: relative;
}

.deal-of-the-day-wrapper .deal-left .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: var(--base);
  font-family: var(--body);
  margin-bottom: 21px;
}

.deal-of-the-day-wrapper .deal-left .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: var(--base);
  margin-bottom: 17px;
}

.deal-of-the-day-wrapper .deal-left .deal-badge {
  font-weight: 500;
  font-size: 38.1722px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #ef8100;
  border-radius: 11.2271px;
  color: var(--white);
  padding: 6px 15px;
}

.deal-of-the-day-wrapper .deal-right {
  background: #e0eeff;
  border: 1px solid rgba(27, 127, 237, 0.2);
  border-radius: 10px;
  width: 0;
  flex-grow: 1;
  max-width: 674px;
  padding: 23px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.deal-of-the-day-wrapper .deal-right .deal-img {
  width: 274px;
  border-radius: 5px;
  overflow: hidden;
}

.deal-of-the-day-wrapper .deal-right .deal-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 250px;
  -o-object-position: center center;
  object-position: center center;
}

.deal-of-the-day-wrapper .deal-right .deal-content {
  width: 0;
  flex-grow: 1;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content {
  width: 100%;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .title {
  font-size: 20px;
  line-height: 24px;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .badge-soft-success {
  background: var(--white) !important;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .categories {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .categories span {
  opacity: 1;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .bg-warning {
  background: #ef8100 !important;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .price * {
  margin: 0;
}

.deal-of-the-day-wrapper .deal-right .deal-content .product-single-content .price h4 {
  color: var(--base);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1199px) {
  .deal-of-the-day-wrapper .deal-left {
    max-width: 350px;
    padding-inline-start: 0;
  }
  .deal-of-the-day-wrapper .deal-right .deal-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .deal-of-the-day-wrapper {
    gap: 42px;
    padding: 40px 20px 25px;
  }
  .deal-of-the-day-wrapper .deal-left {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .deal-of-the-day-wrapper .deal-right {
    width: 100%;
    max-width: 100%;
  }
  .deal-of-the-day-wrapper .deal-right .deal-img {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .deal-of-the-day-wrapper {
    padding: 30px 15px 15px;
  }
  .deal-of-the-day-wrapper .deal-left {
    width: 100%;
    max-width: 100%;
  }
  .deal-of-the-day-wrapper .deal-left .subtitle {
    font-size: 16px;
  }
  .deal-of-the-day-wrapper .deal-left .title {
    font-size: 34px;
    line-height: 1.4;
  }
  .deal-of-the-day-wrapper .deal-left .deal-badge {
    font-size: 22px;
    border-radius: 8px;
  }
  .deal-of-the-day-wrapper .deal-right {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 15px;
  }
  .deal-of-the-day-wrapper .deal-right .deal-img {
    width: 100%;
  }
  .deal-of-the-day-wrapper .deal-right .deal-content {
    width: 100%;
  }
}
.banner-slide .banner-arrow {
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 10;
  width: 20px !important;
  transform: translateY(-50%);
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 575px) {
  .banner-arrow {
    display: none;
  }
  .selected-item.banner-arrow {
    display: block;
  }
  .banner-slider .owl-stage .selected-item.owl-item {
    z-index: 99;
  }
  .banner-slider .owl-stage .selected-item.owl-item .banner-slide {
    overflow: visible;
  }
  .banner-slider .owl-stage .selected-item.owl-item {
    overflow: visible;
  }
  .banner-slider .owl-stage .owl-item .banner-slide .shapes {
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .banner-slide .content,
  .banner-slide-img {
    z-index: 11;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding-inline: 16px;
  }
  footer .social-icons {
    justify-content: center;
  }
  .product-single-wrapper .product-single-content .btn-grp .btn {
    flex-grow: 1;
    height: 35px;
  }
  .product-single-wrapper .product-single-content .btn-grp .btn:first-child {
    width: 100%;
  }
}
[theme=dark] .product-information,
[theme=dark] .bg-white {
  background-color: var(--body-bg) !important;
}

[theme=dark] .bg-white .bg-E2F0FF {
  background: var(--section);
}

[theme=dark] .others-store-card .info-area .info-item {
  background: rgba(243, 245, 249, 0.05);
}

@media screen and (max-width: 575px) {
  .proceed-cart-btn {
    left: 0;
    bottom: 0;
    background: var(--body-bg);
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .proceed-cart-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [theme=dark] .proceed-cart-btn {
    background: var(--section);
  }
}
[theme=dark] .app-bar {
  background: var(--section);
}

.main-content {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 575px) {
  .total-cost-area,
  .payment-item-card {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .payment-item-card .content p {
    margin: 0;
  }
}
.pagination .page-link {
  background-color: transparent;
}

[theme=dark] .search-pagination li label.active,
[theme=dark] #paginator-ajax li.active .page-link {
  background: rgba(255, 255, 255, 0.05) !important;
}

@media screen and (max-width: 575px) {
  .table-mobile thead {
    display: none;
  }
  .table-mobile tbody {
    display: block;
    background: var(--section) !important;
    border-radius: 8px;
    padding: 10px;
    font-size: 0.875rem;
  }
  .table-mobile tbody tr {
    display: block;
  }
  .table-mobile tbody tr td {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border: none;
    padding: 5px;
  }
  .table-mobile tbody tr td::before {
    text-transform: capitalize;
    content: attr(data-label);
    display: inline-block;
  }
}
.search-form-header {
  background: var(--body-bg);
  z-index: 9;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-form-header .close-search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--danger);
}

.search-form-header .search-form {
  width: 0;
  flex-grow: 1;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .seller-profile-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .seller-profile-top .img-area {
    width: 80px !important;
    margin: 0 !important;
  }
  .seller-profile-top .img-area img {
    border-radius: 50%;
  }
  .seller-profile-top .seller-profile-content {
    width: 0;
    flex-grow: 1;
    text-align: start;
  }
  .seller-profile-wrapper .seller-profile-info .btn-grp {
    margin-inline-start: -90px;
  }
  .seller-profile-wrapper .seller-profile-info .text-regular,
  .seller-profile-wrapper .seller-profile-info {
    font-size: 12px;
    line-height: 14px;
  }
}
[theme=dark] .accordion-item {
  --bs-accordion-color: var(--text);
}

[theme=dark] .accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: var(--body-bg);
}

[theme=dark] .btn-close.text-reset,
[theme=dark] .accordion-button::after {
  filter: brightness(10);
  -webkit-filter: brightness(10);
}

@media screen and (min-width: 576px) {
  .flex-grow-sm-0 {
    flex-grow: 0 !important;
  }
}
/* New CSS For Verification*/
.view-img {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.view-img .img {
  position: relative;
  width: calc(33.3333333333% - 6.6666666667px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  background: var(--section);
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .view-img .img {
    max-width: 100px;
  }
}
.view-img .img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.view-img .img i {
  color: var(--redish);
  inset-inline-end: 5px;
  inset-block-start: 5px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.seller-registration-thumb {
  padding: 35px 42px 35px 57px;
  background: rgba(248, 248, 250, 0.4);
}

@media (max-width: 1199px) {
  .seller-registration-thumb {
    padding: 30px 20px;
  }
}
.seller-reg-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3571428571rem;
  margin-bottom: 3.2142857143rem;
}

.seller-reg-menu .divider {
  background: #d9d9d9;
  height: 0.1428571429rem;
  width: 2.7142857143rem;
}

.seller-reg-menu li {
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
}

@media (max-width: 991px) {
  .seller-reg-menu {
    margin-bottom: 1.7857142857rem;
  }
}
@media (max-width: 575px) {
  .seller-reg-menu {
    font-size: 0.8571428571rem;
  }
  .seller-reg-menu .divider {
    width: 0.8571428571rem;
  }
}
.upload-wrapper {
  position: relative;
  max-width: 140px;
  width: 36%;
  border-radius: 10px;
}

.upload-wrapper .remove-img {
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 10px;
  color: var(--redish);
  display: none;
  z-index: 3;
}

.upload-wrapper .thumb {
  border: 1.8px dashed #9c9a9a;
  border-radius: 10px;
  aspect-ratio: 1;
}

.upload-wrapper.vertical {
  max-width: 100%;
  width: 100%;
}

.upload-wrapper.vertical .thumb {
  aspect-ratio: 3;
}

.upload-wrapper label {
  position: absolute;
  inset: 0;
  margin: 0;
}

.upload-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.w-0 {
  width: 0;
}

.step-2-data {
  display: none;
}

@media (min-width: 768px) {
  .w-md-unset {
    width: unset !important;
  }
}
.floating-cart {
  width: 64px;
  height: 70px;
  mask: url(./img/shop-icon.png) no-repeat center center/contain;
  -webkit-mask: url(./img/shop-icon.png) no-repeat center center/content;
  background: var(--base);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  position: fixed;
  z-index: 99;
  inset-inline-end: -6px;
  top: 50vh;
}

.floating-cart:hover {
  color: var(--white);
}

.floating-cart .icon {
  margin-top: 18px;
  margin-bottom: 5px;
  position: relative;
}

.floating-cart .icon .status {
  position: absolute;
  font-size: 12px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: var(--redish);
  border-radius: 50%;
  inset-inline-end: -7px;
  inset-block-start: -3px;
}

.floating-cart .icon i {
  font-size: 18px;
}

@media (max-width: 575px) {
  .floating-cart {
    font-size: 12px;
  }
  .floating-cart .icon i {
    font-size: 16px;
  }
  .floating-cart .icon .status {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .col-xl-brands {
    width: 20%;
  }
}
.brands-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 220/165;
  justify-content: center;
  padding: 45px 0;
  width: 100%;
  border: 1px solid var(--border);
}

.brands-item img {
  transition: all ease 0.3s;
}

.brands-item:hover {
  border-color: var(--base);
}

.brands-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .brands-item {
    padding: 25px 0;
  }
}
.brands-item img {
  max-width: 70%;
}

.seller-registration-content-top {
  max-width: 300px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--title);
  margin: 0 auto 30px;
}

.seller-registration-content-top img {
  margin-bottom: 20px;
}

.max-w-400 {
  max-width: 400px;
}

.otp-form .otp-field {
  --size: 3.75rem;
  inline-size: var(--size);
  block-size: var(--size);
  border: none;
  outline: none !important;
  border-bottom: 0.0625rem solid var(--base);
  text-align: center;
  background-color: transparent;
}

@media (min-width: 768px) {
  .otp-form .otp-field {
    inline-size: 6rem;
  }
}
@media only screen and (max-width: 479px) {
  .otp-form .otp-field {
    --size: 2.5rem;
  }
}
.otp-form .otp-field:focus {
  border-color: var(--title);
}

.filter-sidebar-open {
  font-size: 30px;
}

.flash-deals-wrapper.style-2 {
  padding: 34px 30px;
}

.flash-deals-wrapper.style-2 .countdown {
  border-radius: 17.012px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 8.5060567856px 8.5060567856px 17.0121135712px 0px rgba(255, 255, 255, 0.2) inset, 8px 8px 24px 0px rgba(66, 205, 255, 0.3);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  padding: 14px;
  gap: 16px;
}

.flash-deals-wrapper.style-2 .countdown li {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.flash-deals-wrapper.style-2 .countdown li h6 {
  font-size: 22px;
  font-weight: 500;
  width: 48px;
  margin-inline: auto;
  margin-bottom: 6px;
}

@media screen and (max-width: 575px) {
  .flash-deals-wrapper.style-2 {
    padding: 18px;
  }
  .flash-deals-wrapper.style-2 .countdown {
    padding: 12px 18px;
  }
  .flash-deals-wrapper.style-2 .countdown li {
    width: 20%;
    flex-grow: 1;
  }
  .flash-deals-wrapper.style-2 .countdown li h6 {
    font-size: 16px;
    width: 40px;
  }
  .flash-deals-wrapper.style-2 .countdown li .text {
    font-size: 0.75rem;
  }
}
.__shadow {
  box-shadow: 0px 9.0754146576px 18.1508293152px -2.7226247787px rgba(145, 158, 171, 0.05), 0px 0px 1.8150832653px 0px rgba(145, 158, 171, 0.2);
}

.address-label-area .item .form-check-size .form-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
  border-radius: 10px;
}

.address-label-area .item .form-check-size .form-check-label i {
  margin-top: 2px;
}

.form-check-input[type=radio] {
  margin-top: -1px;
}

.play--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  color: var(--danger);
  line-height: 1;
}

#sync2 .play--icon {
  font-size: 20px;
}

.search-form-header .form-control:focus,
.search-form-header .form-control:active {
  --title: #262d34;
}

.status-warning-modal h5 {
  font-family: "Roboto", sans-serif;
}

.status-warning-modal {
  max-width: 460px !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #a0a0a0;
}

.status-warning-modal h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}

.btn--cancel {
  color: #ff6d6d !important;
  background: #ffdcdc !important;
  border-radius: 5px;
  height: 45px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

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

.modal {
  background: rgba(0, 0, 0, 0.4);
}

[dir=rtl] .close {
  margin-inline-end: 0;
  margin-inline-start: auto;
}

[dir=rtl] .modal .close {
  float: left;
}

.intial-promo-banner {
  max-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.font--lg {
  font-size: 16px;
}

.similler-product-slider-2 .owl-nav.disabled {
  display: block;
}

[theme=dark] header.bg-base .menu .submenu {
  --title: #ffffff;
}

[theme=dark] .__dropdown-menu .text-text-2 {
  --text-2: #ffffff;
}

[theme=dark] .__dropdown-menu {
  --bs-secondary-rgb: 255, 255, 255;
}

[theme=dark] .__dropdown-menu .text-secondary {
  --bs-text-opacity: 0.8;
}

[theme=dark] .quantity--style-two .cart-qty-btn {
  color: #ffffff;
}

[theme=dark] .most-demanded-product-content {
  background: rgba(12, 32, 61, 0.8196078431);
  border-color: var(--border);
}

[theme=dark] .fashion-card-bottom .btn {
  color: var(--text);
}

.dropdown-menu .quantity--style-two .cart-qty-btn {
  font-size: 1.25rem;
}

.dropdown-menu .quantity--style-two .cart-qty-btn .bi-trash3-fill {
  font-size: 0.85rem;
}

.s-20px {
  width: 16px !important;
  height: 16px !important;
}

.addr-radio-input {
  background-color: var(--base);
}

.modal .address-card-body ul li * {
  font-weight: 400;
  font-size: 12px;
}

.address-card,
a {
  position: relative;
  z-index: 2;
}

.__border-base {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 5px;
}

.address-card input:checked + .__border-base {
  border-color: var(--base);
}

.w-70px {
  width: 70px;
}

.aspect-1 {
  aspect-ratio: 1;
}

.new-store {
  position: relative;
  padding-top: 65px;
}

.new-store .new-store-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.4285714286rem 0.4285714286rem 0 0;
}

.new-store .name-area .other-store-logo {
  width: 65px;
}

.mt-n-17 {
  margin-top: -17px;
  position: relative;
}

.side-column-slider .owl-theme .owl-prev,
.side-column-slider .owl-theme .owl-next {
  height: 100%;
  transition: all ease 0.3s;
}

.side-column-slider:not(:hover) .owl-theme .owl-prev,
.side-column-slider:not(:hover) .owl-theme .owl-next {
  opacity: 0;
}

.max-430 {
  max-width: 430px !important;
}

.exchange-amount-input {
  text-align: center;
  font-size: 24px;
}

.exchange-note {
  border-radius: 10px;
  background: var(--section-2);
  padding: 8px;
}

.exchange-note ul li {
  list-style: disc;
}

.exchange-note ul {
  padding-inline-start: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.promotional-banner,
a.img1,
a.img2,
a.img3,
a.img4,
a.img5 {
  position: relative;
  overflow: hidden;
}

.promotional-banner::before,
a.img1::before,
a.img2::before,
a.img3::before,
a.img4::before,
a.img5::before {
  position: absolute;
  /* top: 0;
  left: 0;
  right: 0; */
  inset: 0;
  content: "";
  background: var(--base);
  opacity: 0.1;
  transition: all ease 0.3s;
  transform: scale(0);
}

.promotional-banner:hover::before,
a.img1:hover::before,
a.img2:hover::before,
a.img3:hover::before,
a.img4:hover::before,
a.img5:hover::before {
  transform: scale(1);
}

* * .banner-arrow {
  width: 0px !important;
  min-width: 0px !important;
}

.owl-carousel .owl-item .banner-arrow {
  display: none;
}

@media (max-width: 575px) {
  .owl-carousel .owl-item.selected-item .banner-arrow {
    display: block;
  }
}
.seller-profile-wrapper .seller-profile-info .seller-profile .seller-profile-top {
  align-items: flex-start;
}

.line-limit-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  text-align: right;
}

.span--inline span {
  display: inline-block;
}

.__quantity {
  display: flex;
  border: 1px solid rgba(var(--base-rgb), 0.28);
  color: var(--base);
  border-radius: 8.676px;
}

.__quantity input {
  height: 60px;
  width: 50px;
  color: var(--base);
  background-color: transparent !important;
  border-radius: 8.676px 0 0 8.676px;
  font-weight: 700;
}

.__quantity .cart-qty-btn {
  width: 36px;
  height: 30px;
  color: var(--base);
  font-weight: 700;
}

.__quantity .cart-qty-btn:first-child {
  background: var(--section-2);
  border-radius: 0 8.676px 0 0;
}

.__quantity .cart-qty-btn:last-child {
  /* background: rgba(224, 224, 224, 0.15); */
  background: var(--section);
  border-radius: 0 0 8.676px 0;
}

.__quantity .cart-qty-btn:hover {
    background: var(--base);
    color: var(--white);
}

[theme=dark] header.bg-base::before,
[theme=dark] .newsletter-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

[theme=dark] .newsletter-wrapper {
  overflow: hidden;
  position: relative;
}

[theme=dark] .newsletter-wrapper > * {
  position: relative;
  z-index: 1;
}

[theme=dark] .product-card .img .badge {
  background: rgba(var(--base-rgb), 0.9);
}

[theme=dark] .search-form-header .form-control:focus,
[theme=dark] .search-form-header .form-control:active {
  color: #fff !important;
}

@keyframes colorTogglerButton {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .deal-of-the-day-wrapper .deal-left {
    text-align: center;
  }
  .deal-of-the-day-wrapper .deal-left .subtitle {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .deal-of-the-day-wrapper .badge {
    padding: 0.25rem 0.64rem;
  }
  .deal-of-the-day-wrapper .product-single-content .btn-grp {
    justify-content: center;
  }
}
.select2-container--open .select2-dropdown {
  min-width: 150px !important;
}

.btn i {
  transition: all ease 0.3s;
}

.btn.hover:hover i {
  padding-inline-start: 5px;
}

.__dropdown-menu .language li {
  transition: all ease 0.3s;
}

.__dropdown-menu .language li span {
  transition: all ease 0.3s;
}

.__dropdown-menu .language li:hover span {
  color: var(--base) !important;
}

.page_title_overlay {
  background-color: var(--section-2);
}

.page_title_overlay .bg--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
}

.page_title_overlay .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575px) {
    .max-sm-100px {
        width: 123px;
    }
    .max-sm-100px .button {
        max-width: 90px;
    }
    .max-sm-200px {
        width: 200px;
    }
}
#quickViewModal_content .owl-carousel {
  direction: ltr;
}

.gap-4px {
  gap: 4px;
}

.signature-product {
  border: 1px solid var(--border);
  background: var(--body-bg);
  box-shadow: var(--shadow);
  padding: 12px;
}

.signature-product:not(.even-item) {
  transform: translateY(45px);
}

.signature-product.even-item {
  transform: translateY(-45px);
}

.signature-products-slider-wrapper {
  padding-block: 45px;
  margin-block: -60px;
  width: 0;
  flex-grow: 1;
  overflow: hidden;
}

.signature-products-slider-wrapper .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .signature-product-section-inner {
    background: var(--section-2);
  }
  .signature-products-slider-wrapper {
    width: 100%;
    margin: 0;
    padding-block: 45px;
    margin-block: 0;
    margin-top: -50px;
  }
  .signature-product:not(.even-item) {
    transform: translateY(15px);
  }
  .signature-product.even-item {
    transform: translateY(-15px);
  }
  .signature-wrapper .signature-title {
    max-width: 100%;
    text-align: left;
  }
  .signature-wrapper .signature-title .title {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .signature-product-section-inner {
    overflow: hidden;
  }
  .signature-products-slider-wrapper {
    overflow: visible;
  }
}
[theme=dark] .payment-item-card .icon {
  filter: brightness(10);
  -webkit-filter: brightness(10);
}

.digital-payment-card {
  background: var(--white);
}

.digital-payment-card .text-title {
  font-weight: 600;
  color: #00356f !important;
}

.digital-payment-card button {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 992px) {
  .min-w-lg-190 {
    min-width: 190px;
  }
}
[theme=dark] [style="--base:#000000"],
[theme=dark] [style="--base:#000"],
[theme=dark] [style="--base:#0000"] {
  border: 1px solid #fff;
}

[style="--base:#F0F8FF"],
[style="--base:#F8F8FF"],
[style="--base:#ffffff"] {
  --border: #e5e5e5;
  --white: #000;
  border: 1px solid var(--border);
}

[theme=dark] .product-information .product-information-view-more {
  background: linear-gradient(0, var(--body-bg) 20%, rgba(11, 15, 25, 0.5882352941) 100%);
}

[theme=dark] .__btn-outline-warning.secondary-color {
  --bs-btn-disabled-color: #ffffff70;
}

@media screen and (min-width: 992px) {
  .border-right-lg {
    border-inline-end: 1px solid rgba(20, 85, 172, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom .container {
    max-width: 1312px;
  }
}
.header-middle {
  position: relative;
  z-index: 1000;
  padding-block: 5.5px !important;
}

.header-middle .header-right-icons > li > a {
  --title: var(--white);
}

.header-middle .header-right-icons .__btn-outline {
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.6);
  padding: 0.3rem 0.7142857143rem !important;
}

.bg--dark {
  background: #282d33;
}

.invert {
  filter: invert(1);
}

.mobile-search-form-wrapper {
  display: none;
}

.mobile-search-form-wrapper .input-group {
  padding-inline-start: 70px;
}

.mobile-search-form-wrapper .input-group .category-icon {
  position: absolute;
  inset-inline-start: 20px;
  top: 16px;
  z-index: 1;
}

.mobile-search-form-wrapper .input-group::before {
  content: "";
  background: rgba(var(--title-rgb), 0.7);
  width: 1px;
  height: 25px;
  position: absolute;
  inset-inline-start: 63px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.mobile-search-form-wrapper .input-group .select2-container {
  position: absolute !important;
  inset-inline-start: 0 !important;
  top: 0 !important;
  width: 60px !important;
  z-index: 3;
}

.mobile-search-form-wrapper .input-group .select2 * {
  background: transparent;
}

.mobile-search-form-wrapper .search-form .input-group .select2-container--default .select2-selection--single {
  border: none !important;
}

[theme=light] .mobile-search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  --title: #000;
}

.search-togle-overlay.open {
  display: block;
}

.offer-bar {
  position: relative;
  z-index: 9;
}

.top-offer-text {
  line-height: 1.5;
}

/* [class*=col-] {
  flex-grow: 1;
} */

@media screen and (max-width: 991px) {
  [dir=rtl] .select2-container--open .select2-dropdown {
    transform: translateX(-95px);
  }
}
.search-togle-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  display: none;
}

.header-wrapper .logo img {
  max-width: 100%;
}

.set_shipping_id_function:hover {
  color: var(--base) !important;
}/*# sourceMappingURL=main.css.map */
