/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************/
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Template Name: Cartsy eCommerce Template
    Author: Focal Technologies
*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
/* Abstracts Files 
/* 1.1 Mixin CSS 
/* 1.2 variable CSS 

/* Base Files 
/* 2.1 Ratio CSS 
/* 2.2 Reset CSS 
/* 2.3 Typography CSS 

/* Components Files 
/* 3.1 Breadcrumb CSS 
/* 3.2 Button CSS 
/* 3.3 Collection CSS 
/* 3.4 Countdown CSS 
/* 3.5 Coupon Box CSS 
/* 3.6 Forms CSS 
/* 3.7 Loader CSS 
/* 3.8 Modal CSS 
/* 3.9 Nav Menu CSS 
/* 3.10 Offcanvas CSS 
/* 3.11 Pagination CSS 
/* 3.12 Price Slider CSS 
/* 3.13 Product Box CSS 
/* 3.14 Quantity Counter CSS 
/* 3.15 Services CSS 
/* 3.16 Swiper CSS 
/* 3.17 Tap Top CSS 
/* 3.18 Title CSS 

/* Layout Files 
/* 4.1 Banner CSS 
/* 4.2 Brands CSS 
/* 4.3 Category CSS 
/* 4.4 Cookie Bar CSS 
/* 4.5 Footer CSS 
/* 4.6 Header CSS 
/* 4.7 Home Section CSS 
/* 4.8 Lookbook CSS 
/* 4.9 Spin Wheel CSS 

/* Pages Files 
/* 5.1 About CSS 
/* 5.2 Account CSS 
/* 5.3 Authentication CSS 
/* 5.4 Blog CSS 
/* 5.5 Cart CSS 
/* 5.6 Checkout CSS 
/* 5.7 Coming Soon CSS 
/* 5.8 Contact CSS 
/* 5.9 Error CSS 
/* 5.10 FAQ CSS 
/* 5.11 Order Success CSS 
/* 5.12 Product CSS 
/* 5.13 Shop CSS 

/* Abstracts */
/**=====================
     1.1 Mixin css start
==========================**/
/**=====================
    1.2 Variables
==========================**/
:root {
  --theme-color: 255, 107, 47;
  --theme-dark: 255, 122, 68;
  --light-gray: 249, 249, 251;
  --light-gray2: 249, 248, 248;
  --light-gray3: 246, 246, 246;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --title-color: 29, 29, 29;
  --content-color: 101, 101, 101;
  --border-color: 220, 220, 223;
  --rating-color: 255, 149, 51;
  --dark-bg: 34, 34, 34;
  --dark-light-bg: 45, 44, 44;
  --conic-gradient: conic-gradient(from 194deg,
      #ddecff,
      rgba(41, 45, 50, 0.14),
      rgba(41, 45, 50, 0.03));
}

.dark {
  --light-gray: 37, 37, 37;
  --light-gray2: 37, 37, 37;
  --light-gray3: 37, 37, 37;
  --white: 24, 24, 24;
  --title-color: 223, 223, 223;
  --content-color: 182, 182, 182;
  --border-color: 65, 65, 65;
  --conic-gradient: conic-gradient(from 194deg,
      #414141,
      rgba(41, 45, 50, 0.14),
      rgba(41, 45, 50, 0.03));
}

/* fonts */
.demo-2 {
  --theme-color: 255, 73, 73;
  --theme-dark: 255, 15, 15;
}

.demo-3 {
  --theme-color: 239, 97, 95;
  --theme-dark: 239, 97, 95;
}

.demo-5 {
  --theme-color: 25, 158, 179;
  --theme-dark: 25, 158, 179;
}

/* base */
/**=====================
    2.1 Ratio style
==========================**/
.ratio-5x7 {
  --bs-aspect-ratio: 140%;
}

.ratio-6x7 {
  --bs-aspect-ratio: 168%;
}

/**=====================
2.2 Reset style
==========================**/
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}
.custom-container {
  padding-left: 12px;
}
@media (min-width: 576px) {
  .custom-container {
    margin-left: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .custom-container {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .custom-container {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .custom-container {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .custom-container {
    margin-left: calc((100% - 1320px) / 2);
  }
}
@media (min-width: 1550px) {
  .custom-container {
    margin-left: calc((100% - 1520px) / 2);
  }
}

.sm-t-space {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}

.sm-b-space {
  padding-bottom: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}

.t-space {
  padding-top: calc(35px + (50 - 35) * (100vw - 320px) / (1920 - 320));
}

.b-space {
  padding-bottom: calc(35px + (50 - 35) * (100vw - 320px) / (1920 - 320));
}

.text-title {
  color: rgba(var(--title-color), 1) !important;
}

.text-content {
  color: rgba(var(--content-color), 1) !important;
}

.text-theme {
  color: rgba(var(--theme-color), 1) !important;
}

.text-green {
  color: #10764b !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.bordered-wrapper {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: var(--conic-gradient);
}
.bordered-wrapper .bordered-content {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  padding: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)) calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-fit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.text-playfair {
  font-family: "Playfair Display", serif !important;
}

.custom-row .first-col {
  width: 30%;
}
@media (max-width: 767px) {
  .custom-row .first-col {
    width: 100%;
  }
}
.custom-row .second-col {
  width: 70%;
}
@media (max-width: 767px) {
  .custom-row .second-col {
    width: 100%;
  }
}

.bg-light-section {
  background-color: rgba(var(--light-gray3), 1);
  padding: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)) calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
}
.bg-light-section .horizontal-product {
  background: rgba(var(--white), 1);
}

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

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

.spinner-border.theme-spinner {
  color: rgba(var(--theme-color), 1);
}

.btn-link {
  text-decoration: none;
}

.form-select {
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}

.dark .table > :not(caption) > * > * {
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}

.dark .table-bordered > :not(caption) > * {
  border-color: rgba(var(--border-color), 1);
}

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

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.rtl {
  direction: rtl;
}
.rtl .ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
.rtl .ms-0 {
  margin-right: 0 !important;
  margin-left: unset !important;
}
@media (min-width: 992px) {
  .rtl .ms-lg-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }
}
.rtl .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 6px 0 0 6px;
}
.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 0 6px 6px 0;
}
@media (min-width: 576px) {
  .rtl .offset-sm-1 {
    margin-left: unset;
    margin-right: 8.33333333%;
  }
}
.rtl .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

.theme-option {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: flex;
  flex-direction: column;
  background-color: #252525;
  border-radius: 6px 0 0 6px;
  z-index: 2;
}
.rtl .theme-option {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}
.theme-option button {
  writing-mode: tb-rl;
  padding: 16px 5px;
  border-radius: 0;
  background-color: transparent !important;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
.theme-option button:nth-child(2) {
  border-top: 1px solid #454545;
}
.theme-option button:hover {
  background-color: transparent;
}

.page-link {
  background-color: rgba(var(--white), 1);
}

.accordion-item {
  background-color: rgba(var(--white), 1);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: rgba(var(--white), 1);
}

.text-bg-success {
  background-color: rgba(var(--white), 1) !important;
}
.text-bg-success .toast-body {
  color: rgba(var(--title-color), 1);
}
.text-bg-success i {
  color: rgba(var(--theme-color), 1) !important;
}
.text-bg-success .progress-bar {
  background-color: rgba(var(--theme-color), 1) !important;
}

.text-bg-danger {
  background-color: rgba(var(--white), 1) !important;
}
.text-bg-danger .toast-body {
  color: rgba(var(--title-color), 1);
}
.text-bg-danger i {
  color: #7a7a7a !important;
}
.text-bg-danger .progress-bar {
  background-color: #7a7a7a !important;
}

/**=====================
  2.3 Typography style
==========================**/
body {
  font-family: "Manrope", sans-serif;
  position: relative;
  background-color: rgba(var(--white), 1);
  font-size: 14px;
  font-weight: normal;
  color: rgba(var(--title-color), 1);
}

h1,
.h1 {
  font-size: 85px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  h1,
  .h1 {
    font-size: 66px;
  }
}
@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: rgba(var(--title-color), 1);
}

h3,
.h3 {
  font-size: calc(19px + (28 - 19) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

h4,
.h4 {
  font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin: 0;
}

h5,
.h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin: 0;
}

h6,
.h6 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin: 0;
}

ul {
  padding-inline: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p,
.p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  color: rgba(var(--content-color), 1);
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

:focus {
  outline: none;
}

.btn-close:focus {
  box-shadow: none;
}

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

/* Components */
/**=====================
  3.1 Breadcrumb style
==========================**/
.breadcrumb-section {
  text-align: center;
  padding-block: calc(0px + (10 - 0) * (100vw - 320px) / (1920 - 320));
}
.breadcrumb-section h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320));
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
}
.breadcrumb-section h3 {
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(-5px + (-7 - -5) * (100vw - 320px) / (1920 - 320));
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.rtl .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 8px;
}
.rtl .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
  color: rgba(var(--title-color), 1);
}
.breadcrumb-section .breadcrumb .breadcrumb-item:before {
  color: rgba(var(--content-color), 0.8);
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
  color: rgba(var(--content-color), 0.8);
}
.breadcrumb-section nav {
  display: flex;
  justify-content: center;
}

.sm-breadcrumb .breadcrumb-section {
  text-align: left;
  padding: 0;
  margin-bottom: -5px;
}
.rtl .sm-breadcrumb .breadcrumb-section {
  text-align: right;
}
.sm-breadcrumb .breadcrumb-section nav {
  justify-content: flex-start;
}

/**=====================
  3.2 Buttons style
==========================**/
.btn {
  padding: calc(7px + (12 - 7) * (100vw - 320px) / (1920 - 320)) calc(12px + (28 - 12) * (100vw - 320px) / (1920 - 320));
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320));
}
.btn .arrow-icon {
  filter: invert(1) brightness(100);
  width: calc(26px + (39 - 26) * (100vw - 320px) / (1920 - 320));
}

.btn-theme {
  position: relative;
  color: white;
  font-weight: 500;
  background-color: rgba(var(--theme-color), 1);
  background-image: conic-gradient(from 220deg, rgba(var(--theme-color), 1), rgba(var(--theme-dark), 1));
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .btn-theme {
    gap: 6px;
  }
}
.btn-theme::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: conic-gradient(from 220deg, rgba(var(--theme-dark), 1), rgba(var(--theme-color), 1));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.btn-theme:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(var(--theme-dark), 0.3);
  transform: translateY(-2px);
  color: rgba(var(--white), 1);
}
.btn-theme:hover:before {
  opacity: 1;
}

.btn-gray {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  background: conic-gradient(from 251deg, #DDECFF, rgba(var(--border-color), 1), rgba(41, 45, 50, 0.03), #ffffff);
  padding: 1px;
  border: none;
  transition: all 0.5s ease;
}
.dark .btn-gray {
  background: #252525;
}
.btn-gray span {
  background-color: rgba(var(--light-gray2), 1);
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 13px;
}
.btn-gray.btn-lg {
  padding: 1px;
  height: 60px;
}
@media (max-width: 1400px) {
  .btn-gray.btn-lg {
    height: 50px;
  }
}
.btn-gray:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(221, 236, 255, 0.3);
  transform: translateY(-2px);
}

.btn-gray-outline {
  border: 1px solid rgba(var(--border-color), 1);
  background: transparent;
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.btn-gray-outline:hover {
  background: rgba(var(--light-gray), 1);
  border: 1px solid rgba(var(--border-color), 1);
}

.btn-black {
  background-color: #222222;
  color: white;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  display: inline-block;
  padding: calc(7px + (11 - 7) * (100vw - 320px) / (1920 - 320)) calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
}

.btn-md {
  font-size: 16px;
  padding: 10px;
}

.btn-lg {
  font-size: 18px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .btn-lg {
    font-size: 16px;
    padding: 12px;
  }
}

/**=====================
  3.3 Collection style
==========================**/
.collection-section .row {
  align-items: flex-end;
}
.collection-section .row > div:first-child .collection-img {
  background-color: #292D32;
}
.collection-section .row > div:nth-child(2) .collection-img {
  background-color: #EF615F;
}
.collection-section .row > div:nth-child(3) .collection-img {
  background-color: #EAD1C3;
}
.collection-section .row > div:nth-child(3) .collection-box {
  padding-top: 70px;
}
@media (max-width: 1299px) {
  .collection-section .row > div:nth-child(3) .collection-box {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .collection-section .row > div:nth-child(3) .collection-box {
    padding-top: 0;
  }
}
.collection-section .row > div:last-child .collection-img {
  background-color: #F1E8D8;
}
.collection-section .collection-box {
  height: 698px;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 110px;
}
@media (max-width: 1500px) {
  .collection-section .collection-box {
    height: 598px;
  }
}
@media (max-width: 1299px) {
  .collection-section .collection-box {
    height: 498px;
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .collection-section .collection-box {
    height: 398px;
  }
}
@media (max-width: 767px) {
  .collection-section .collection-box {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .collection-section .collection-box {
    height: 368px;
  }
}
@media (max-width: 460px) {
  .collection-section .collection-box {
    height: 300px;
  }
}
@media (max-width: 360px) {
  .collection-section .collection-box {
    height: 250px;
  }
}
.collection-section .collection-box .collection-img {
  height: 100%;
}
.collection-section .collection-box .collection-img img {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(110px);
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .collection-section .collection-box .collection-img img {
    transform: translateX(-50%) translateY(20px);
  }
}
.collection-section .collection-box .collection-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color: rgba(var(--white), 0.651);
  padding: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
.collection-section .collection-box .collection-content h2 {
  font-size: calc(22px + (62 - 22) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--theme-color), 1);
  font-weight: 900;
  margin-top: calc(-6px + (-17 - -6) * (100vw - 320px) / (1920 - 320));
}
.collection-section .collection-box .collection-content h4 {
  font-size: calc(14px + (37 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 900;
  color: rgba(var(--title-color), 1);
  padding-block: calc(2px + (5 - 2) * (100vw - 320px) / (1920 - 320));
}
.collection-section .collection-box .collection-content .btn-theme {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320));
}
.collection-section .collection-box.active .collection-img img, .collection-section .collection-box:hover .collection-img img {
  transform: translateX(-50%) translateY(0);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .collection-section .collection-box.active .collection-img img, .collection-section .collection-box:hover .collection-img img {
    transform: translateX(-50%) translateY(20px);
  }
}
.collection-section .collection-box.active .collection-content, .collection-section .collection-box:hover .collection-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  top: 50%;
}

.collection-banner {
  position: relative;
  overflow: hidden;
}
.dark .collection-banner img {
  background-color: white;
}
.collection-banner .marquee {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  left: 0;
  bottom: 30%;
  z-index: -1;
  animation: scrollMarquee 30s linear infinite;
}
@media (max-width: 576px) {
  .collection-banner .marquee {
    bottom: 22%;
  }
}
.collection-banner .marquee span {
  white-space: nowrap;
  padding-right: 100px;
  font-size: 24px;
}
@media (max-width: 1520px) {
  .collection-banner .marquee span {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .collection-banner .marquee span {
    font-size: 14px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .collection-banner .marquee span {
    font-size: 12px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .collection-banner .marquee span {
    font-size: 7px;
    padding-right: 10px;
  }
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/**=====================
    3.4 Countdown
==========================**/
.countdown-wrap {
  display: flex;
  align-items: center;
  gap: calc(8px + (18 - 8) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .countdown-wrap {
    margin-top: 10px;
  }
}
.countdown-wrap li {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(52px + (60 - 52) * (100vw - 320px) / (1920 - 320));
  padding: calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)) calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320));
}
.countdown-wrap li h3 {
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: rgba(var(--theme-color), 1);
  margin-top: calc(-4px + (-6 - -4) * (100vw - 320px) / (1920 - 320));
}
.countdown-wrap li h6 {
  color: rgba(var(--content-color), 1);
  font-weight: 500;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}

.vertical-countdown .banner-box {
  position: relative;
}
.vertical-countdown .banner-box .countdown-wrap {
  position: absolute;
  flex-direction: column;
  top: 15px;
  left: 15px;
  gap: 6px;
}
.vertical-countdown .banner-box .countdown-wrap li:last-child {
  display: none;
}

.countdown-wrapper {
  display: inline-flex;
  background-color: #F22546;
  color: white;
  gap: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  padding: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .countdown-wrapper {
    margin-top: 6px;
  }
}
.countdown-wrapper h6 {
  font-weight: 500;
}
.countdown-wrapper li {
  display: flex;
  align-items: center;
}

/**=====================
  3.5 Coupon style
==========================**/
.coupon-wrapper .row > div:nth-child(odd) .coupon-box {
  background-color: #FFF7E5;
}
.coupon-wrapper .row > div:nth-child(odd) .coupon-box h3 {
  color: #F9AD00;
}
.coupon-wrapper .row > div:nth-child(even) .coupon-box {
  background-color: #E3F2F4;
}
.coupon-wrapper .row > div:nth-child(even) .coupon-box h3 {
  color: #199EB3;
}
.coupon-wrapper .coupon-box {
  background-color: #FFF7E5;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  border-radius: 0;
}
@media (max-width: 1400px) {
  .coupon-wrapper .coupon-box {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .coupon-wrapper .coupon-box {
    padding: 7px 0;
  }
}
.coupon-wrapper .coupon-box h4 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 500px) {
  .coupon-wrapper .coupon-box h4 {
    width: 25%;
    font-size: 11px;
  }
}
.coupon-wrapper .coupon-box h3 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 1400px) {
  .coupon-wrapper .coupon-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .coupon-wrapper .coupon-box h3 {
    font-size: 20px;
  }
}
.coupon-wrapper .coupon-box h6 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  width: 18%;
  line-height: 1.4;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 500px) {
  .coupon-wrapper .coupon-box h6 {
    font-size: 9px;
  }
}
.coupon-wrapper .coupon-box .coupon-code {
  border: 1.5px dashed rgba(var(--black), 1);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 15px;
}
@media (max-width: 1400px) {
  .coupon-wrapper .coupon-box .coupon-code {
    font-size: 14px;
    gap: 6px;
    padding: 2px 9px;
  }
}
@media (max-width: 767px) {
  .coupon-wrapper .coupon-box .coupon-code {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .coupon-wrapper .coupon-box .coupon-code {
    font-size: 10px;
    gap: 2px;
    padding: 2px 3px;
    border: 1px dashed rgba(var(--black), 1);
  }
}
.coupon-wrapper .coupon-box .coupon-code a {
  color: rgba(var(--title-color), 1);
}

.coupon-section .container {
  position: relative;
  padding-bottom: calc(14px + (34 - 14) * (100vw - 320px) / (1920 - 320));
}
.coupon-section .container .radial-shadow {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -11px;
  z-index: 1;
}
.dark .coupon-section .container .radial-shadow {
  filter: invert(1);
}
.coupon-section .coupon-title h3 {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .coupon-section .coupon-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .coupon-section .coupon-title h3 {
    text-align: center;
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
  }
}
.coupon-section .coupon-code {
  border: 1.5px dashed rgba(var(--black), 1);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 25px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .coupon-section .coupon-code {
    gap: 4px;
    padding: 5px 11px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .coupon-section .coupon-code {
    margin: 0 auto;
    padding: 4px 11px;
    font-size: 12px;
    border: 1px dashed rgba(var(--black), 1);
  }
}
.coupon-section .coupon-code a {
  color: rgba(var(--title-color), 1);
}
.coupon-section .coupon-row .coupon-col {
  text-align: center;
}
.coupon-section .coupon-row .coupon-col h2 {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .coupon-section .coupon-row .coupon-col h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .coupon-section .coupon-row .coupon-col h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .coupon-section .coupon-row .coupon-col h2 {
    font-size: 20px;
  }
}
.coupon-section .coupon-row .coupon-col p {
  font-size: 14px;
  color: rgba(var(--title-color), 1);
  margin-top: 4px;
  width: 46%;
  margin-inline: auto;
  font-weight: 500;
}
@media (max-width: 767px) {
  .coupon-section .coupon-row .coupon-col p {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .coupon-section .coupon-row .coupon-col p {
    line-height: 1.3;
    font-size: 12px;
  }
}
.coupon-section .coupon-row > div {
  border-left: 1px solid #E5E5E5;
}
.rtl .coupon-section .coupon-row > div {
  border-left: unset;
  border-right: 1px solid #e5e5e5;
}
.dark .coupon-section .coupon-row > div {
  border-left-color: #414141;
}
.coupon-section .coupon-row > div:first-child {
  border-left: none;
}
.rtl .coupon-section .coupon-row > div:first-child {
  border-right: none;
}
.coupon-section .coupon-row > div:first-child h2 {
  color: #F9AD00;
}
.coupon-section .coupon-row > div:nth-child(2) h2 {
  color: #F22546;
}
.coupon-section .coupon-row > div:nth-child(3) h2 {
  color: #199EB3;
}

/**=====================
   3.6 Forms style
==========================**/
.theme-form .form-control {
  padding: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) 15px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}
.theme-form .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.theme-form .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}
.dark .theme-form .form-control {
  border-color: rgba(var(--border-color), 1);
}
.theme-form label {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.theme-form .form-select {
  padding: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) 15px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.theme-form-bg .form-control {
  padding: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) 15px;
  background-color: rgba(var(--light-gray), 1);
  border: none;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.theme-form-bg .form-control:focus {
  box-shadow: none;
}

.form-select {
  border-color: rgba(var(--border-color), 1);
}
.form-select:focus {
  border-color: rgba(var(--border-color), 1);
}

.custom-checkbox .form-check {
  padding-left: 0;
  cursor: pointer;
}
.custom-checkbox .form-check label {
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  position: relative;
  border: 2px solid #d5d5d5;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}
.custom-checkbox input[type=checkbox]:hover {
  opacity: 1;
}
.custom-checkbox input[type=checkbox]:checked {
  background-color: rgba(var(--theme-color), 1);
  opacity: 1;
  border-color: rgba(var(--theme-color), 1);
}
.custom-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.custom-radio .form-check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio label {
  cursor: pointer;
  position: relative;
}
.custom-radio label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.rtl .custom-radio label::before {
  left: unset;
  right: -30px;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgba(var(--theme-color), 1);
  border: 2px solid rgba(var(--theme-color), 1);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.rtl .custom-radio label::after {
  left: unset;
  right: -30px;
}
.custom-radio input[type=radio]:checked + label::before {
  border-color: rgba(var(--theme-color), 1);
}
.custom-radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

/**=====================
    3.7 Loader style
==========================**/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(var(--white), 1);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-wrapper .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid rgba(var(--title-color), 1);
  animation: prixClipFix 2s linear infinite;
}
.loader-wrapper .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: rgba(var(--theme-color), 1);
}

/**=====================
    3.8 Modal style
==========================**/
.theme-modal .modal-body {
  padding: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
}
.theme-modal .modal-content {
  background-color: rgba(var(--white), 1);
}
.theme-modal .title-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.theme-modal .title-panel h2 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
}
.theme-modal .btn-close-custom {
  z-index: 2;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: rgba(var(--white), 1);
  transform: scale(1);
  transition: transform 0.3s 0.6s, background 0.3s;
  transition-duration: 0.5s;
  border: none;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.31);
  margin-top: calc(-10px + (-30 - -10) * (100vw - 320px) / (1920 - 320));
}
.dark .theme-modal .btn-close-custom {
  box-shadow: 0 2px 60px 0 rgba(161, 161, 161, 0.31);
}
.theme-modal .btn-close-custom::after, .theme-modal .btn-close-custom::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #222;
}
.dark .theme-modal .btn-close-custom::after, .dark .theme-modal .btn-close-custom::before {
  background: #eaeaea;
}
.theme-modal .btn-close-custom::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition-duration: 0.5s;
}
.theme-modal .btn-close-custom::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition-duration: 0.5s;
}
.theme-modal .btn-close-custom:hover {
  transform: rotate(20deg);
  transform: scale(1.2);
}
.theme-modal .btn-close-custom:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.theme-modal .btn-close-custom:hover::after {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.share-modal .share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.share-modal .share-icons a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(var(--light-gray), 1);
  border: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.5s ease;
}
.share-modal .share-icons a i {
  color: rgba(var(--title-color), 1);
}
.share-modal .share-icons a:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.share-modal .input-group .form-control {
  padding: calc(9px + (11 - 9) * (100vw - 320px) / (1920 - 320)) calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  border: none;
  box-shadow: none;
  color: rgba(var(--title-color), 1);
}
.share-modal .input-group .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.share-modal .input-group .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}
.share-modal .input-group .form-control:focus {
  box-shadow: none;
}

#starRating .star {
  font-size: 1.5rem;
  color: #e8e8e8;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#starRating .star.hovered, #starRating .star.selected {
  color: #FF9800;
}

.logout-modal {
  text-align: center;
}
.logout-modal .logout-panel {
  margin-bottom: 18px;
}
.logout-modal .logout-panel h2 {
  font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
}
.logout-modal .logout-panel p {
  font-size: 16px;
  margin-top: 8px;
}
.logout-modal .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.logout-modal .btn-sec a {
  padding: 8px 15px;
}

.quick-view-modal .btn-close-custom {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.rtl .quick-view-modal .btn-close-custom {
  right: unset;
  left: 15px;
}
.quick-view-modal .modal-body {
  padding: 0;
}
.quick-view-modal .product-slider-arrow:hover .swiper-button-next,
.quick-view-modal .product-slider-arrow:hover .swiper-button-prev {
  transform: scale(0.8);
}
.quick-view-modal .product-slider-arrow .swiper-button-next,
.quick-view-modal .product-slider-arrow .swiper-button-prev {
  transform: scale(0.8);
}
.quick-view-modal .product-slider-arrow .swiper-button-next {
  right: 20px;
}
.quick-view-modal .product-slider-arrow .swiper-button-prev {
  left: 20px;
}
.quick-view-modal .size-block h5 {
  font-size: 16px;
}
.quick-view-modal .size-block .size-options .size-box {
  width: 40px;
  height: 40px;
}
.quick-view-modal .color-block {
  padding-bottom: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}
.quick-view-modal .color-block h5 {
  font-size: 16px;
}
.quick-view-modal .color-block .color-options .color-option .color-circle {
  width: 35px;
  height: 35px;
}
.quick-view-modal .color-block .color-options input[type=radio]:checked + .color-circle:after {
  width: 39px;
  height: 39px;
}
.dark .quick-view-modal .color-block .color-options input[type=radio]:checked + .color-circle:after {
  border-color: #a1a1a1;
}
@media (max-width: 768px) {
  .quick-view-modal .color-block .color-options input[type=radio]:checked + .color-circle:after {
    width: 37px;
    height: 37px;
  }
}
.quick-view-modal .product-details-content {
  padding: 20px;
  padding-top: 36px;
}
@media (max-width: 991px) {
  .quick-view-modal .product-details-content {
    padding: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  }
}
.quick-view-modal .product-details-content .brand-name {
  margin-bottom: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
}
.quick-view-modal .product-details-content .price-panel {
  margin-top: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
}
.quick-view-modal .share-ask-option li a {
  font-size: 16px;
}
.quick-view-modal .action-panel .btn.add-to-cart {
  height: 45px;
  font-size: 16px;
  padding: 8px 10px;
  width: auto;
}
.quick-view-modal .quantity-counter {
  width: auto;
}
.quick-view-modal .quantity-counter .qty-btn {
  width: 40px;
  height: 45px;
}
.quick-view-modal .quantity-counter .qty-input {
  width: 50px;
  height: 45px;
}
.quick-view-modal.add-cart-modal .product-content-img {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
.quick-view-modal.add-cart-modal .product-content-img img {
  width: 80px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-view-modal.add-cart-modal .color-block h5 {
  font-size: 16px;
}
.quick-view-modal.add-cart-modal .size-block h5 {
  font-size: 16px;
}
.quick-view-modal.add-cart-modal .product-details-content .brand-name {
  font-size: 16px;
  margin-bottom: 6px;
}
.quick-view-modal.add-cart-modal .product-details-content .product-title {
  font-size: 14px;
}
@media (max-width: 576px) {
  .quick-view-modal.add-cart-modal .product-details-content .product-title {
    width: 70%;
  }
}
.quick-view-modal.add-cart-modal .product-details-content .price-panel {
  margin-bottom: 0;
  margin-top: calc(6px + (9 - 6) * (100vw - 320px) / (1920 - 320));
}
.quick-view-modal.add-cart-modal .product-details-content .price-panel h3 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.quick-view-modal.add-cart-modal .product-details-content .price-panel h3 span {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}

/**=====================
    3.9 Nav Menu style
==========================**/
.menu-btn {
  position: relative;
  display: none;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

.navbar-menu {
  margin-bottom: -10px;
}
@media (max-width: 1199px) {
  .navbar-menu {
    margin-bottom: 0;
  }
}
.navbar-menu .menu-btn__lines {
  width: 0.8rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines {
    width: 0.7rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-btn__lines::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
  transform: translateY(-0.45rem);
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines::before {
    transform: translateY(-0.4rem);
    width: 1rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-btn__lines::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
  transform: translateY(0.45rem);
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines::after {
    transform: translateY(0.4rem);
    width: 1rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-items {
  display: flex;
  align-items: center;
  gap: 35px;
}
.navbar-menu .menu-items > li:hover > a {
  color: rgba(var(--theme-color), 1) !important;
}
.navbar-menu .menu-items .dropdown-right:hover > a {
  color: rgba(var(--theme-color), 1);
}
@media (max-width: 1400px) {
  .navbar-menu .menu-items {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .navbar-menu .menu-items {
    gap: 18px;
  }
}
.navbar-menu ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar-menu ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar-menu .dropdown {
  position: relative;
}
.navbar-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar-menu .dropdown-menu {
  position: absolute;
  background: rgba(var(--white), 1);
  width: 190px;
  line-height: 30px;
  top: 38px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  left: 0;
  right: unset;
  display: block;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}
.rtl .navbar-menu .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar-menu .dropdown-menu li {
  width: 100%;
  display: block;
}
.navbar-menu .menu-right {
  position: absolute;
  background: rgba(var(--white), 1);
  width: 190px;
  line-height: 30px;
  border-radius: 10px;
  top: 0;
  border-top: 1px solid rgba(var(--white), 1);
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
}
.rtl .navbar-menu .menu-right {
  left: unset;
  right: 100%;
}
.navbar-menu .menu-item {
  display: flex;
  padding: 4px 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  width: 100%;
}
.navbar-menu .menu-item:hover {
  color: rgba(var(--theme-color), 1);
}
.navbar-menu .dropdown-right:hover .menu-right {
  left: calc(100% + 4px);
  opacity: 1;
  visibility: visible;
}
.navbar-menu .dropdown-right:hover .menu-left {
  left: -100%;
}
.navbar-menu .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  border-radius: 10px;
  padding: 30px;
  z-index: 2;
  margin-top: 20px;
}

.expand-btn:after {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  margin-left: auto;
}
.rtl .expand-btn:after {
  margin-left: unset;
  margin-right: auto;
  transform: scaleX(-1);
}
.expand-btn.first-item:after {
  content: "\ea4e";
}

.menu-item.first-item {
  padding: 0 0 10px 0;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #FFFFFF;
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #FFFFFF;
}

.home-menu .menu-box {
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 15px;
  transition: all 0.5s ease;
}
.dark .home-menu .menu-box {
  background-color: #252525;
}
.home-menu .menu-box:hover {
  background-color: rgba(var(--theme-color), 0.1);
  transition: all 0.5s ease;
  transform: scale(1.01);
}
.home-menu .menu-box:hover h4 {
  transition: all 0.5s ease;
}
.home-menu .menu-box img {
  box-shadow: 0 20px 50px 0 rgba(var(--black), 0.05);
}
.home-menu .menu-box h4 {
  margin-top: 14px;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  transition: all 0.5s ease;
}

.menu-col .row > div {
  border-right: 1px solid #eee;
}
.dark .menu-col .row > div {
  border-right-color: #414141;
}
.menu-col h5 {
  font-weight: 600;
}

.product-menu-right .menu-title {
  display: flex;
  align-items: center;
}
.product-menu-right .menu-title .title-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.rtl .product-menu-right .menu-title .title-right {
  margin-left: unset;
  margin-right: auto;
}
.product-menu-right .menu-title .swiper-button-prev,
.product-menu-right .menu-title .swiper-button-next {
  position: relative;
  inset: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-menu-right .menu-title .swiper-button-prev::after,
.product-menu-right .menu-title .swiper-button-next::after {
  font-size: 14px;
  color: rgba(var(--title-color), 1);
}
.product-menu-right .menu-title .swiper-button-prev {
  margin-right: 10px;
}
.rtl .product-menu-right .menu-title .swiper-button-prev {
  margin-right: 0;
  margin-left: auto;
}

.mega-menu-list li {
  display: block;
}
.mega-menu-list li .menu-label {
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.mega-menu-list li .menu-label.hot-tag {
  background-color: rgba(245, 204, 216, 0.33);
  color: #d73767;
}
.mega-menu-list li .menu-label.new-tag {
  background-color: rgba(216, 204, 233, 0.36);
  color: #a589cd;
}
.mega-menu-list li a {
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.mega-menu-list li a:hover {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.mega-menu-list li + li {
  margin-top: 12px;
}

.mobile-close {
  background-color: rgba(var(--light-gray), 1);
  padding: 20px;
  width: 100%;
}
.mobile-close h3 {
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.mobile-close h3 .close-filter {
  color: rgba(var(--title-color), 1);
  font-size: 20px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .navbar-menu .menu-items {
    position: fixed;
    height: 100vh;
    max-height: initial;
    overflow-y: auto;
    width: 300px;
    top: 0;
    left: -300px;
    background: rgba(var(--white), 1);
    display: block;
    transition: 0.3s ease-out;
    z-index: 4;
  }
  .navbar-menu .menu-item {
    padding: 4px 0;
  }
  .navbar-menu ul li {
    width: 100%;
    margin: 0;
    line-height: 30px;
  }
  .overflow {
    overflow: hidden;
  }
  .menu-btn {
    display: flex;
  }
  .menu-items.open {
    left: 0;
  }
  .home-menu .row {
    margin-top: -10px;
  }
  .mobile-close {
    margin-bottom: 10px !important;
  }
  .menu-col .row {
    margin-top: 0;
  }
  .menu-col h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
  }
  .menu-col .row > div {
    border: none;
  }
  .menu-items li a {
    padding: 4px 0;
    display: block;
  }
  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-items .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: none;
    inset: 0;
    padding: 0 30px;
  }
  .menu-items .dropdown-menu.open {
    display: block;
  }
  .menu-items .dropdown-menu .menu-item {
    color: rgba(var(--content-color), 1);
  }
  .menu-items .menu-right {
    position: relative;
    opacity: 1;
    inset: 0;
    visibility: visible;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    display: none;
    left: 0 !important;
    box-shadow: none;
    padding: 0 14px;
  }
  .rtl .menu-items .menu-right {
    left: unset !important;
    right: 0 !important;
  }
  .menu-items .menu-right.open {
    display: block;
  }
  .menu-items .mega-menu {
    position: relative;
    opacity: 1;
    inset: 0;
    margin: 0;
    visibility: visible;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: none;
    padding: 0 30px;
    display: none;
  }
  .menu-items .mega-menu.open {
    display: block;
  }
  .menu-items .mega-menu .mega-menu-list li a {
    color: rgba(var(--content-color), 1);
  }
  .menu-item.first-item {
    padding: 5px 20px;
  }
}
/**=====================
    3.10 Offcanvas style
==========================**/
.theme-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.theme-offcanvas .offcanvas-header .btn-close {
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
}
.theme-offcanvas .offcanvas-body {
  padding: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 1);
}
.theme-offcanvas .offcanvas-body .form-control {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 24px;
  color: rgba(var(--title-color), 1);
}
.theme-offcanvas .offcanvas-body .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.theme-offcanvas .offcanvas-body .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}
.theme-offcanvas .title-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320));
}
.theme-offcanvas .title-panel h2 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
}
.theme-offcanvas .btn-close-custom {
  z-index: 2;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: rgba(var(--white), 1);
  transform: scale(1);
  transition: transform 0.3s 0.6s, background 0.3s;
  transition-duration: 0.5s;
  border: none;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.31);
}
.dark .theme-offcanvas .btn-close-custom {
  box-shadow: 0 2px 60px 0 rgba(207, 207, 207, 0.31);
}
.theme-offcanvas .btn-close-custom::after, .theme-offcanvas .btn-close-custom::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #222;
}
.dark .theme-offcanvas .btn-close-custom::after, .dark .theme-offcanvas .btn-close-custom::before {
  background: #eaeaea;
}
.theme-offcanvas .btn-close-custom::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition-duration: 0.5s;
}
.theme-offcanvas .btn-close-custom::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition-duration: 0.5s;
}
.theme-offcanvas .btn-close-custom:hover {
  transform: rotate(20deg);
  transform: scale(1.2);
}
.theme-offcanvas .btn-close-custom:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.theme-offcanvas .btn-close-custom:hover::after {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

@media (max-width: 420px) {
  .offcanvas.offcanvas-end {
    width: 300px;
  }
}

.recent-searches li {
  display: block;
}
.recent-searches li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--content-color), 1);
  font-size: 15px;
}
.recent-searches li a > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.recent-searches li + li {
  margin-top: 10px;
}

.top-categories a {
  text-align: center;
  display: block;
  background-color: rgba(var(--white), 1);
  padding: 5px;
  border-radius: 3px;
}
.top-categories a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.top-categories a h6 {
  margin-top: 5px;
  color: rgba(var(--title-color), 1);
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
}

.offcanvas.cart-offcanvas {
  width: 450px;
  background-color: rgba(var(--white), 1);
}
.offcanvas.cart-offcanvas .offcanvas-body {
  transition: box-shadow 0.3s ease 0.1s;
  background-color: rgba(var(--white), 1);
}
.offcanvas.cart-offcanvas.show .offcanvas-body {
  box-shadow: -8px 0px 8px #ededed;
}
.dark .offcanvas.cart-offcanvas.show .offcanvas-body {
  box-shadow: -8px 0px 8px #101010;
}
@media (max-width: 767px) {
  .offcanvas.cart-offcanvas.show .offcanvas-body {
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  .offcanvas.cart-offcanvas {
    width: 410px;
  }
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas {
    width: 320px;
  }
}
.offcanvas.cart-offcanvas .shipping-progressbar {
  background-color: rgba(var(--theme-color), 0.07);
  padding: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)) calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  border: 1px solid rgba(var(--theme-color), 0.11);
  border-radius: 6px;
}
.offcanvas.cart-offcanvas .shipping-progressbar h5 {
  text-align: center;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
  color: rgba(var(--title-color), 1);
}
.offcanvas.cart-offcanvas .shipping-progressbar h5 span {
  font-weight: 600;
}
.offcanvas.cart-offcanvas .shipping-progressbar .progress-panel {
  position: relative;
}
.offcanvas.cart-offcanvas .shipping-progressbar .progress-panel i {
  position: absolute;
  color: rgba(var(--theme-color), 1);
  top: -10px;
  left: calc(75% - 30px);
  background-color: white;
  border: 1px solid;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 100%;
}
.rtl .offcanvas.cart-offcanvas .shipping-progressbar .progress-panel i {
  transform: scaleX(-1);
  right: calc(75% - 30px);
  left: unset;
}
.offcanvas.cart-offcanvas .shipping-progressbar .progress {
  margin-bottom: 20px;
  height: 10px;
}
.offcanvas.cart-offcanvas .shipping-progressbar .progress .progress-bar {
  background-color: rgba(var(--theme-color), 1);
}
.offcanvas.cart-offcanvas .cart-item-listing {
  margin-top: 25px;
  height: calc(100% - (40px + (60 - 40) * (100vw - 320px) / (1920 - 320)) - 34px - (92px + (102 - 92) * (100vw - 320px) / (1920 - 320)) - (160px + (170 - 160) * (100vw - 320px) / (1920 - 320)));
  overflow: auto;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items {
  display: flex;
  gap: 15px;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items {
    gap: 10px;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items img {
    width: 80px;
    height: 80px;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content {
  width: calc(100% - 115px);
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content {
    width: calc(100% - 90px);
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top {
  display: flex;
  gap: 5px;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top > div {
  width: 80%;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h5 {
  font-size: 15px;
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h5 {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h6 {
  font-size: 14px;
  color: rgba(var(--content-color), 1);
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  width: calc(28% - 5px);
  text-align: right;
  color: rgba(var(--title-color), 1);
}
.rtl .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h4 {
  text-align: left;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-top h4 {
    font-size: 16px;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom h6 {
  color: rgba(var(--title-color), 1);
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom h6 {
    display: none;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .quantity-counter {
  border: none;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .quantity-counter .qty-btn {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .quantity-counter .qty-btn {
    width: 25px;
    margin-top: -10px;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .quantity-counter .qty-input {
  width: 50px;
  height: 30px;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .quantity-counter .qty-input {
    width: 40px;
    padding-left: 0;
  }
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .delete-btn {
  margin-left: auto;
  text-decoration: underline;
  color: rgba(var(--content-color), 1);
  border: none;
  background-color: transparent;
}
.rtl .offcanvas.cart-offcanvas .cart-item-listing .cart-items .cart-content .cart-bottom .delete-btn {
  margin-left: unset;
  margin-right: auto;
}
.offcanvas.cart-offcanvas .cart-item-listing .cart-items + .cart-items {
  margin-top: 20px;
}
.offcanvas.cart-offcanvas .bottom-total {
  border-top: 1px solid rgba(var(--border-color), 1);
  padding: 20px 0;
  position: absolute;
  left: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  bottom: 0;
  width: calc(100% - (40px + (60 - 40) * (100vw - 320px) / (1920 - 320)));
}
.offcanvas.cart-offcanvas .bottom-total h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
.offcanvas.cart-offcanvas .bottom-total h4 span {
  font-weight: 600;
}
.offcanvas.cart-offcanvas .bottom-total p {
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .bottom-total p {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .offcanvas.cart-offcanvas .bottom-total .btn {
    font-size: 14px;
  }
}
.offcanvas.cart-offcanvas .bottom-total .bottom-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offcanvas.cart-offcanvas .bottom-total .bottom-btns a {
  width: calc(50% - 5px);
}
.offcanvas.cart-offcanvas .bottom-total .bottom-btns a.btn-light {
  background-color: #ececec;
  border: none;
}
.offcanvas.cart-offcanvas .recommeded-sidebar {
  position: absolute;
  left: 0;
  background-color: #f1f1f1;
  width: 250px;
  height: 100%;
  padding: 20px;
  text-align: center;
  overflow: auto;
  z-index: -1;
  transition: all 0.5s ease;
}
.dark .offcanvas.cart-offcanvas .recommeded-sidebar {
  background-color: #181818;
}
@media (max-width: 767px) {
  .offcanvas.cart-offcanvas .recommeded-sidebar {
    display: none;
  }
}
.offcanvas.cart-offcanvas .recommeded-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas .recommeded-sidebar::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas .recommeded-sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas .recommeded-sidebar h4 {
  margin-bottom: 15px;
  color: rgba(var(--title-color), 1);
}
.offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item {
  background-color: white;
  padding: 15px;
  border-radius: 9px;
}
.dark .offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item {
  background-color: #252525;
}
.offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item img {
  margin-bottom: 10px;
  width: 50%;
}
.offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item .recommded-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(var(--title-color), 1);
}
.offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item .recommded-content h6 {
  color: rgba(var(--title-color), 1);
}
.offcanvas.cart-offcanvas .recommeded-sidebar .recommded-item + .recommded-item {
  margin-top: 20px;
}
.offcanvas.cart-offcanvas .recommeded-sidebar:hover::-webkit-scrollbar {
  background-color: #F5F5F5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas .recommeded-sidebar:hover::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas .recommeded-sidebar:hover::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas.cart-offcanvas.show .recommeded-sidebar {
  left: -250px;
  transition: all 0.5s ease;
}

.order-detail-offcanvas {
  width: 520px !important;
}
@media (max-width: 576px) {
  .order-detail-offcanvas {
    width: 100vw !important;
    border-left: none !important;
  }
}
.order-detail-offcanvas .product-details-title {
  display: flex;
  align-items: center;
  padding-bottom: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .product-details-title img {
  width: calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320));
  height: calc(60px + (70 - 60) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-right: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
}
.rtl .order-detail-offcanvas .product-details-title img {
  margin-left: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  margin-right: 0;
}
.order-detail-offcanvas .product-details-title .product-details-content {
  display: flex;
  align-items: center;
  gap: calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320));
  width: calc(100% - (50px + (60 - 50) * (100vw - 320px) / (1920 - 320)) - (10px + (15 - 10) * (100vw - 320px) / (1920 - 320)));
  justify-content: space-between;
}
.order-detail-offcanvas .product-details-title .product-details-content > div {
  width: 48%;
}
.order-detail-offcanvas .product-details-title .product-details-content > div h5 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320));
  line-height: 1.4;
  font-weight: 500;
}
.order-detail-offcanvas .product-details-title .product-details-content > div h6 {
  color: rgba(var(--content-color), 1);
}
.order-detail-offcanvas .order-progressbar {
  display: flex;
  flex-direction: column;
  gap: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
  position: relative;
}
.order-detail-offcanvas .order-progressbar:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: rgba(var(--border-color), 1);
}
.rtl .order-detail-offcanvas .order-progressbar:before {
  left: unset;
  right: 8px;
}
.order-detail-offcanvas .order-progressbar li {
  padding-left: 36px;
  position: relative;
}
.rtl .order-detail-offcanvas .order-progressbar li {
  padding-left: 0;
  padding-right: 36px;
}
.order-detail-offcanvas .order-progressbar li h5 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .order-progressbar li h6 {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
}
.order-detail-offcanvas .order-progressbar li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: rgba(var(--white), 1);
  border: 3px solid #e2e2e2;
  border-radius: 100%;
}
.rtl .order-detail-offcanvas .order-progressbar li:after {
  left: unset;
  right: 0;
}
.order-detail-offcanvas .order-progressbar li.active:after {
  border-color: rgba(var(--theme-color), 1);
  box-shadow: 0px 4px 5px rgba(var(--theme-color), 0.25);
}
.order-detail-offcanvas .rating-box {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 10px;
  margin-top: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .rating-box .give-rating {
  display: flex;
  align-items: center;
  padding: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)) 24px;
  justify-content: center;
}
.order-detail-offcanvas .rating-box .give-rating label {
  font-weight: 500;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .rating-box .give-rating #starRating .star {
  color: #e8e8e8;
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .rating-box .give-rating #starRating .star.hovered, .order-detail-offcanvas .rating-box .give-rating #starRating .star.selected {
  color: #FF9800;
}
.order-detail-offcanvas .rating-box .btn-sec {
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}
.dark .order-detail-offcanvas .rating-box .btn-sec {
  border-color: #414141;
}
.order-detail-offcanvas .rating-box .btn-sec a {
  width: 50%;
  text-align: center;
  color: rgba(var(--title-color), 1);
  padding: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
.order-detail-offcanvas .rating-box .btn-sec a + a {
  border-left: 1px solid #eee;
}
.rtl .order-detail-offcanvas .rating-box .btn-sec a + a {
  border-left: 0;
  border-right: 1px solid #eee;
}
.dark .order-detail-offcanvas .rating-box .btn-sec a + a {
  border-color: #414141;
}
.order-detail-offcanvas .nav-tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
  border: 1px solid #eee;
  border-radius: 7px;
  overflow: hidden;
}
.dark .order-detail-offcanvas .nav-tabs {
  border-color: #414141;
}
.order-detail-offcanvas .nav-tabs .nav-item {
  width: 33.33%;
}
.order-detail-offcanvas .nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
  color: rgba(var(--content-color), 1);
  font-weight: 500;
  border: none;
  margin: 0;
  padding: calc(9px + (12 - 9) * (100vw - 320px) / (1920 - 320)) 10px;
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
  border-radius: 0;
}
.order-detail-offcanvas .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  background-color: rgba(var(--theme-color), 1);
  color: white;
}
.order-detail-offcanvas .order-price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-detail-offcanvas .order-price-list li h6 {
  color: rgba(var(--content-color), 1);
}
.order-detail-offcanvas .order-price-list li h6:nth-child(2) {
  font-weight: 500;
}
.order-detail-offcanvas .order-price-list li + li {
  margin-top: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .order-price-list li.total {
  margin-top: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  padding-top: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 1);
}
.order-detail-offcanvas .order-price-list li.total h6 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.order-detail-offcanvas .order-price-list li.total h6:nth-child(2) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .delivery-details li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.order-detail-offcanvas .delivery-details li i {
  font-size: 18px;
}
.order-detail-offcanvas .delivery-details li h6 {
  margin-top: 4px;
  margin-bottom: calc(4px + (7 - 4) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}
.order-detail-offcanvas .delivery-details li p {
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
}
.order-detail-offcanvas .delivery-details li + li {
  margin-top: 15px;
}

/**=====================
  3.11 Pagination style
==========================**/
.theme-pagination {
  margin-top: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
}
.theme-pagination .pagination {
  justify-content: center;
  gap: 10px;
}
.theme-pagination .pagination .page-item.active .page-link {
  background-color: rgba(var(--theme-color), 1);
  color: white;
}
.theme-pagination .pagination .page-link {
  border: none;
  color: rgba(var(--title-color), 1);
  padding: 0;
  width: calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320));
  height: calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 0;
}

/**=====================
  3.12 Pricing slider style
==========================**/
.pricing-slider .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 30px;
}
.pricing-slider .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .pricing-slider .price-input .field span {
    display: none;
  }
}
.pricing-slider .price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid rgba(var(--border-color), 1);
  -moz-appearance: textfield;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}
.rtl .pricing-slider .price-input .field input {
  margin-left: 0;
  margin-right: 12px;
}
.pricing-slider .price-input .field input::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.pricing-slider .price-input .field input::placeholder {
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1400px) and (min-width: 991px) {
  .pricing-slider .price-input .field input {
    margin-left: 0;
  }
}
.pricing-slider .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.pricing-slider input[type=number]::-webkit-outer-spin-button,
.pricing-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pricing-slider .slider {
  height: 5px;
  position: relative;
  background: rgba(var(--border-color), 1);
  border-radius: 5px;
}
.pricing-slider .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: rgba(var(--theme-color), 1);
}
.pricing-slider .range-input {
  position: relative;
}
.rtl .pricing-slider .range-input {
  direction: ltr;
}
.pricing-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: grab;
}
.pricing-slider input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: rgba(var(--theme-color), 1);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.pricing-slider input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: rgba(var(--theme-color), 1);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/**=====================
   3.13 Product box style
==========================**/
.horizontal-product {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: var(--conic-gradient);
  display: block;
  transition: all 0.5s ease;
}
.rtl .horizontal-product {
  direction: rtl;
}
.horizontal-product .effect-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
}
.horizontal-product .product-img {
  width: 135px;
  height: 146px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) 0 0 calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
}
.rtl .horizontal-product .product-img {
  border-radius: 0 calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) 0;
}
@media (max-width: 1550px) {
  .horizontal-product .product-img {
    width: 110px;
    height: 120px;
  }
}
@media (max-width: 1400px) {
  .horizontal-product .product-img {
    width: 90px;
    height: 98px;
  }
}
@media (max-width: 1199px) {
  .horizontal-product .product-img {
    width: 74px;
    height: 82px;
  }
}
@media (max-width: 576px) {
  .horizontal-product .product-img {
    width: 100px;
    height: 110px;
  }
}
.horizontal-product .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-product .product-content {
  width: calc(100% - 135px);
  padding-inline: 15px;
}
@media (max-width: 1550px) {
  .horizontal-product .product-content {
    width: calc(100% - 110px);
  }
}
@media (max-width: 1400px) {
  .horizontal-product .product-content {
    width: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .horizontal-product .product-content {
    width: calc(100% - 74px);
    padding-inline: 10px;
  }
}
@media (max-width: 576px) {
  .horizontal-product .product-content {
    width: calc(100% - 110px);
  }
}
.horizontal-product .product-content h4 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--title-color), 1);
  margin-bottom: 4px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.horizontal-product .product-content h6 {
  color: rgba(var(--content-color), 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.horizontal-product .product-content h5 {
  color: rgba(var(--title-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .horizontal-product .product-content h5 {
    margin-top: 6px;
  }
}
.horizontal-product .product-content h5 del {
  font-size: 13px;
  color: rgba(var(--content-color), 1);
}
.horizontal-product.img-border {
  background: none;
}
.horizontal-product.img-border .product-img {
  background: var(--conic-gradient);
}
.horizontal-product.img-border .product-img img {
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) 0 0 calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  padding: 1px;
}
.rtl .horizontal-product.img-border .product-img img {
  border-radius: 0 calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)) 0;
}
.horizontal-product.wo-border {
  padding: 0;
  background: none;
}
.horizontal-product:hover {
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.horizontal-product:hover .product-content h4 {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}

.vertical-product {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: #ddecff;
  background: linear-gradient(180deg, rgb(221, 236, 255) 0%, rgba(41, 45, 50, 0) 100%);
  display: block;
  transition: all 0.5s ease;
}
.dark .vertical-product {
  background: linear-gradient(180deg, #414141 0%, rgba(41, 45, 50, 0) 100%);
}
.vertical-product .effect-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) 0 calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  gap: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  text-align: center;
}
.vertical-product .product-img {
  transition: all 0.5s ease;
}
.vertical-product .product-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-product h5 {
  color: rgba(var(--title-color), 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical-product:hover .product-img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.vertical-product2 {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: #ddecff;
  background: linear-gradient(180deg, rgb(221, 236, 255) 0%, rgba(41, 45, 50, 0) 100%);
  display: block;
  transition: all 0.5s ease;
}
.rtl .vertical-product2 {
  direction: rtl;
}
.dark .vertical-product2 {
  background: linear-gradient(180deg, #414141 0%, rgba(41, 45, 50, 0) 100%);
}
.vertical-product2 .effect-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) 0 calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  gap: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
.vertical-product2 .product-img {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.vertical-product2 .product-img .wishlist-close {
  width: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320));
  height: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  position: absolute;
  right: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  top: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
}
.rtl .vertical-product2 .product-img .wishlist-close {
  right: unset;
  left: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
}
.vertical-product2 .product-img .wishlist-close i {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.vertical-product2 .product-img .wishlist-close:hover {
  background-color: rgba(var(--theme-color), 1);
}
.vertical-product2 .product-img .wishlist-close:hover i {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.vertical-product2 .product-img .onhover-btns .add-to-cart {
  position: absolute;
  width: calc(100% - 26px);
  left: 13px;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 0.7);
  padding: calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  border-radius: 5px;
  font-weight: 500;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.rtl .vertical-product2 .product-img .onhover-btns .add-to-cart {
  left: unset;
  right: 13px;
}
@media (max-width: 576px) {
  .vertical-product2 .product-img .onhover-btns .add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    bottom: 8px;
    width: calc(100% - 16px);
    left: 8px;
    background-color: rgba(var(--white), 0.9);
  }
  .rtl .vertical-product2 .product-img .onhover-btns .add-to-cart {
    left: unset;
    right: 8px;
  }
}
.vertical-product2 .product-img .onhover-btns .add-to-cart:hover {
  background-color: rgba(var(--white), 1);
}
.vertical-product2 .product-img .onhover-btns ul {
  position: absolute;
  right: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  top: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  gap: calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320));
}
.rtl .vertical-product2 .product-img .onhover-btns ul {
  right: unset;
  left: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
}
.vertical-product2 .product-img .onhover-btns ul li {
  width: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  height: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .vertical-product2 .product-img .onhover-btns ul li {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.vertical-product2 .product-img .onhover-btns ul li.wishlist-item.active i {
  color: rgba(var(--title-color), 1);
}
.vertical-product2 .product-img .onhover-btns ul li.wishlist-item.active i:before {
  content: "\ee0e";
}
.vertical-product2 .product-img .onhover-btns ul li.wishlist-item.active:hover i {
  color: white;
}
.vertical-product2 .product-img .onhover-btns ul li i {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.vertical-product2 .product-img .onhover-btns ul li:hover {
  background-color: rgba(var(--theme-color), 1);
}
.vertical-product2 .product-img .onhover-btns ul li:hover i {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.vertical-product2 .product-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-product2 .product-img label.sale {
  position: absolute;
  left: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
  top: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--theme-color), 1);
  width: calc(33px + (36 - 33) * (100vw - 320px) / (1920 - 320));
  border-radius: 5px;
  color: white;
  padding: calc(6px + (9 - 6) * (100vw - 320px) / (1920 - 320)) calc(1px + (3 - 1) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  font-size: calc(11px + (14 - 11) * (100vw - 320px) / (1920 - 320));
}
.rtl .vertical-product2 .product-img label.sale {
  left: unset;
  right: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
}
.vertical-product2 .product-content h4 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--title-color), 1);
  margin-bottom: 4px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.vertical-product2 .product-content h6 {
  color: rgba(var(--content-color), 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  line-height: 1.2;
}
.vertical-product2 .product-content h5 {
  color: rgba(var(--title-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-top: calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320));
}
.vertical-product2 .product-content h5 del {
  font-size: 13px;
  color: rgba(var(--content-color), 1);
}
.vertical-product2 .product-content .onhover-btns.listing-option {
  display: none;
}
.vertical-product2:hover .product-img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.vertical-product2:hover .product-img .onhover-btns .add-to-cart {
  bottom: 13px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 576px) {
  .vertical-product2:hover .product-img .onhover-btns .add-to-cart {
    bottom: 8px;
  }
}
.vertical-product2:hover .product-img .onhover-btns ul li {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.vertical-product2.wo-effect {
  border-radius: 0;
}
.vertical-product2.wo-effect .effect-wrap {
  padding: 0;
  border-radius: 0;
}
.vertical-product2.wo-effect .product-img img {
  border-radius: 0;
}
.vertical-product2.wo-effect .product-content {
  padding-right: 35px;
}
.vertical-product2.sold-out {
  cursor: not-allowed;
  position: relative;
}
.vertical-product2.sold-out::after {
  content: "Sold out";
  position: absolute;
  right: -80px;
  top: 14px;
  transform: rotate(45deg);
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: #313131;
  color: #ffffff;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  max-width: 230px;
}
.rtl .vertical-product2.sold-out::after {
  right: unset;
  left: -80px;
  transform: rotate(-45deg);
}
.vertical-product2.sold-out .product-img {
  opacity: 0.5;
  filter: grayscale(1);
}
.vertical-product2.sold-out a {
  cursor: not-allowed;
}
.vertical-product2.sold-out .onhover-btns {
  display: none;
}

.vertical-product3 {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  display: block;
  transition: all 0.5s ease;
}
.rtl .vertical-product3 {
  direction: rtl;
}
.vertical-product3 .product-img {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.vertical-product3 .product-img .onhover-btns ul {
  position: absolute;
  right: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  top: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  gap: calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320));
}
.rtl .vertical-product3 .product-img .onhover-btns ul {
  right: unset;
  left: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
}
.vertical-product3 .product-img .onhover-btns ul li {
  width: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  height: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .vertical-product3 .product-img .onhover-btns ul li {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.vertical-product3 .product-img .onhover-btns ul li.wishlist-item.active i {
  color: rgba(var(--title-color), 1);
}
.vertical-product3 .product-img .onhover-btns ul li.wishlist-item.active i:before {
  content: "\ee0e";
}
.vertical-product3 .product-img .onhover-btns ul li.wishlist-item.active:hover i {
  color: white;
}
.vertical-product3 .product-img .onhover-btns ul li i {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.vertical-product3 .product-img .onhover-btns ul li:hover {
  background-color: rgba(var(--theme-color), 1);
}
.vertical-product3 .product-img .onhover-btns ul li:hover i {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.vertical-product3 .product-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-product3 .product-img label.sale {
  position: absolute;
  left: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
  top: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--theme-color), 1);
  width: calc(33px + (36 - 33) * (100vw - 320px) / (1920 - 320));
  border-radius: 5px;
  color: white;
  padding: calc(6px + (9 - 6) * (100vw - 320px) / (1920 - 320)) calc(1px + (3 - 1) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  font-size: calc(11px + (14 - 11) * (100vw - 320px) / (1920 - 320));
}
.rtl .vertical-product3 .product-img label.sale {
  left: unset;
  right: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
}
.vertical-product3 .product-content {
  margin-top: 14px;
}
.vertical-product3 .product-content h6 {
  color: rgba(var(--title-color), 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  line-height: 1.2;
}
.vertical-product3 .product-content h5 {
  color: rgba(var(--theme-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-top: calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320));
}
.vertical-product3 .product-content h5 del {
  font-size: 13px;
  color: rgba(var(--content-color), 1);
}
.vertical-product3:hover .product-img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.vertical-product3:hover .product-img .onhover-btns ul li {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.rating-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: white;
  padding: 6px calc(7px + (15 - 7) * (100vw - 320px) / (1920 - 320));
  font-size: calc(9px + (15 - 9) * (100vw - 320px) / (1920 - 320));
  width: -moz-max-content;
  width: max-content;
}
.rating-panel i {
  color: #fec500;
}

.product-tooltip .tooltip-inner {
  background-color: rgba(var(--theme-color), 1);
}
.product-tooltip .tooltip-arrow::before {
  border-left-color: rgba(var(--theme-color), 1) !important;
}

.product-top-tooltip .tooltip-inner {
  background-color: rgba(var(--theme-color), 1);
}
.product-top-tooltip .tooltip-arrow::before {
  border-top-color: rgba(var(--theme-color), 1) !important;
}
.rtl .product-top-tooltip .tooltip-arrow::before {
  border-left-color: transparent;
  border-right-color: rgba(var(--theme-color), 1) !important;
}

.product-radius-0 .vertical-product3 .product-img label.sale {
  border-radius: 0;
}
.product-radius-0 .vertical-product3 .product-img img {
  border-radius: 0;
}

.section-radius-0 .bordered-wrapper {
  border-radius: 0;
}
.section-radius-0 .bordered-wrapper .bordered-content {
  border-radius: 0;
}
.section-radius-0 .banner-box {
  border-radius: 0;
}
.section-radius-0 .banner-box img {
  border-radius: 0;
}
.section-radius-0 .horizontal-product {
  border-radius: 0;
}
.section-radius-0 .horizontal-product .effect-wrap {
  border-radius: 0;
}
.section-radius-0 .horizontal-product .product-img {
  border-radius: 0;
}

/**=====================
  3.14 Quantity counter style
==========================**/
.quantity-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 440px) {
  .quantity-counter {
    width: 100%;
  }
}
.quantity-counter .qty-btn {
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(var(--title-color), 1);
}
@media (max-width: 440px) {
  .quantity-counter .qty-btn {
    width: 25%;
    height: 45px;
  }
}
.quantity-counter .qty-input {
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  border: none;
  font-weight: 500;
  pointer-events: none;
  text-align: center;
  padding-left: 10px;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}
.rtl .quantity-counter .qty-input {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 440px) {
  .quantity-counter .qty-input {
    width: 50%;
    height: 45px;
  }
}

/**=====================
  3.15 Service style
==========================**/
.service-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-box .service-icon {
  width: calc(56px + (76 - 56) * (100vw - 320px) / (1920 - 320));
  height: calc(56px + (76 - 56) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background-color: rgba(var(--theme-color), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.dark .service-box .service-icon img {
  filter: invert(1);
}
.dark .service-box .service-icon {
  background-color: #252525;
}
.service-box .service-content {
  width: calc(100% - (56px + (76 - 56) * (100vw - 320px) / (1920 - 320)) - 14px);
}
.service-box .service-content h5 {
  font-weight: 600;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}
.service-box .service-content p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}

.service-wrapper {
  background-color: #f5f5f5;
  padding: calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320));
}
.dark .service-wrapper {
  background-color: #252525;
}
.service-wrapper .service-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 991px) {
  .service-wrapper .service-wrap {
    gap: 6px;
  }
}
.service-wrapper .service-wrap .service-icon {
  width: calc(56px + (76 - 56) * (100vw - 320px) / (1920 - 320));
  height: calc(56px + (76 - 56) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.dark .service-wrapper .service-wrap .service-icon img {
  filter: invert(1);
}
@media (max-width: 991px) {
  .service-wrapper .service-wrap .service-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.service-wrapper .service-wrap .service-content {
  width: calc(100% - (56px + (76 - 56) * (100vw - 320px) / (1920 - 320)) - 14px);
}
.service-wrapper .service-wrap .service-content h5 {
  font-weight: 600;
  font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
}
.service-wrapper .service-wrap .service-content p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}
@media (max-width: 991px) {
  .service-wrapper .service-wrap .service-content p {
    display: none;
  }
}
.service-wrapper .row > div + div {
  border-left: 1px solid #E5E5E5;
}
.rtl .service-wrapper .row > div + div {
  border-left: unset;
  border-right: 1px solid #e5e5e5;
}
.dark .service-wrapper .row > div + div {
  border-left-color: #414141;
}
@media (max-width: 991px) {
  .service-wrapper .row > div + div {
    border-left: none;
  }
  .rtl .service-wrapper .row > div + div {
    border-right: none;
  }
}

/**=====================
    3.16 Swiper slider style
==========================**/
.arrow-boxed {
  position: relative;
}
.arrow-boxed .swiper-button-prev,
.arrow-boxed .swiper-button-next {
  width: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
  height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 3px 3px rgba(var(--black), 0.09), 0 1px 2px rgba(var(--black), 0.1);
  border-radius: calc(4px + (9 - 4) * (100vw - 320px) / (1920 - 320));
  z-index: 1;
}
.arrow-boxed .swiper-button-prev i,
.arrow-boxed .swiper-button-next i {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
.arrow-boxed .swiper-button-prev:after,
.arrow-boxed .swiper-button-next:after {
  display: none;
}
.arrow-boxed .swiper-button-next {
  right: -14px;
}
@media (max-width: 576px) {
  .arrow-boxed .swiper-button-next {
    right: -8px;
  }
}
.arrow-boxed .swiper-button-prev {
  left: -14px;
}
@media (max-width: 576px) {
  .arrow-boxed .swiper-button-prev {
    left: -8px;
  }
}

.swiper.grid-slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper.grid-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((100% - 30px) / 2) !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal.custom-scrollbar {
  position: relative;
  margin-top: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
  width: 14%;
  inset: 0;
  margin-inline: auto;
  z-index: 0;
}
.dark .swiper-scrollbar.swiper-scrollbar-horizontal.custom-scrollbar {
  background: #383838;
}

.dark .swiper-scrollbar-drag {
  background: #606060;
}

.rtl .swiper {
  direction: ltr;
}

/**=====================
    3.17 Tap to top style
==========================**/
.tap-top {
  position: fixed;
  right: 50px;
  top: 50%;
  font-size: 15px;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
  z-index: 2;
  cursor: pointer;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translateX(50%) rotate(-90deg) scale(0);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #DDECFF;
}
.rtl .tap-top {
  right: unset;
  left: 0;
}
.dark .tap-top {
  border-color: #414141;
}
@media (max-width: 576px) {
  .tap-top {
    right: 28px;
  }
  .rtl .tap-top {
    left: -40px;
  }
}
.tap-top.show {
  transform: translateX(50%) rotate(-90deg) scale(0.9);
}
@media (max-width: 576px) {
  .tap-top.show {
    transform: translateX(50%) rotate(-90deg) scale(0.8);
  }
}
.tap-top .progress-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: rgba(var(--theme-color), 1);
  stroke-width: 3;
  fill: none;
  stroke-dasharray: 204;
  stroke-dashoffset: 204;
  transition: stroke-dashoffset 0.2s linear;
  pointer-events: none;
  z-index: 1;
}

/**=====================
   3.18 Titles style
==========================**/
.title-bar {
  display: flex;
  align-items: center;
  margin-bottom: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .title-bar {
    display: block;
  }
}
.title-bar > div {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .title-bar > div {
    display: block;
  }
}
.title-bar h3 {
  font-weight: 500;
  color: rgba(var(--title-color), 1);
  margin-top: calc(-5px + (-8 - -5) * (100vw - 320px) / (1920 - 320));
}
.title-bar h3 span {
  color: rgba(var(--theme-color), 1);
}
.title-bar p {
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid rgba(var(--content-color), 1);
  font-weight: 500;
  line-height: 1;
}
.rtl .title-bar p {
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
  padding-right: 10px;
  margin-right: 12px;
  border-right: 1px solid rgba(var(--content-color), 1);
}
@media (max-width: 994px) {
  .title-bar p {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-top: 4px;
    line-height: 1.4;
  }
  .rtl .title-bar p {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.title-bar .title-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.dark .title-bar .title-link img {
  filter: invert(1);
}
.rtl .title-bar .title-link {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 991px) {
  .title-bar .title-link {
    margin-top: 6px;
  }
}
.title-bar .title-link.w-bg {
  background-color: rgba(var(--light-gray), 1);
  padding: 6px 13px;
  border-radius: 3px;
}
.dark .title-bar .title-link.w-bg.bg-white {
  background-color: #181818 !important;
}
.title-bar .title-link:hover {
  transform: translateX(5px);
  transition: all 0.5s ease;
}
.title-bar.direction-column > div {
  display: block;
}
.title-bar.direction-column p {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  margin-top: 5px;
}
.rtl .title-bar.direction-column p {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .title-bar.direction-column p {
    margin-top: 0;
  }
}

/* Layout */
/**=====================
   4.1 Banner style
==========================**/
.banner-box {
  padding: 1px;
  display: block;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: var(--conic-gradient);
  position: relative;
}
.banner-box:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white), 1);
  background: linear-gradient(to right, rgba(var(--white), 0) 0, rgba(var(--white), 0.6) 50%, rgba(var(--white), 0) 100%);
  pointer-events: none;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}
.banner-box .effect-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  position: relative;
}
@media (max-width: 991px) {
  .banner-box .effect-wrap {
    padding: 10px;
  }
}
.banner-box img {
  border-radius: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320));
  transition: all 0.3s ease-in-out;
}
.banner-box.wo-border {
  padding: 0;
  background: none;
}
.banner-box.h-100 {
  height: 100%;
}
.banner-box.h-100 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.banner-box.inside-countdown {
  position: relative;
}
.banner-box.inside-countdown .countdown-wrap {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(33, 33, 33, 0.3);
  padding: 12px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 1199px) {
  .banner-box.inside-countdown .countdown-wrap {
    transform: translateX(-50%) scale(0.9);
  }
}
@media (max-width: 991px) {
  .banner-box.inside-countdown .countdown-wrap {
    transform: translateX(-50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  .banner-box.inside-countdown .countdown-wrap {
    transform: translateX(-50%) scale(1);
  }
}
.banner-box:hover::after {
  display: block;
}
.banner-box:hover img {
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.banner-w-text {
  display: flex;
  gap: 14px;
}
.banner-w-text .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  color: rgba(var(--title-color), 0.5);
  font-size: 26px;
  font-weight: 600;
  background-color: rgba(var(--light-gray), 1);
}
@media (max-width: 1400px) {
  .banner-w-text .vertical-text {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .banner-w-text .vertical-text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .banner-w-text .vertical-text {
    padding: 7px 5px;
    font-size: 12px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .banner-w-text .vertical-text {
    font-size: calc(11px + (16 - 11) * (100vw - 320px) / (1920 - 320));
  }
}
.banner-w-text .vertical-text span {
  transform: rotate(180deg);
}
.banner-w-text .banner-box {
  width: 100%;
}

.women-img {
  width: 130%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.rtl .women-img {
  right: unset;
  left: -20px;
}
@media (max-width: 1700px) {
  .women-img {
    width: 110%;
    right: 0;
  }
  .rtl .women-img {
    left: 0;
  }
}

.banner-grid-style-1 {
  --full-height: 500px;
}
@media (max-width: 1500px) {
  .banner-grid-style-1 {
    --full-height: 450px;
  }
}
@media (max-width: 1400px) {
  .banner-grid-style-1 {
    --full-height: 380px;
  }
}
@media (max-width: 1199px) {
  .banner-grid-style-1 {
    --full-height: 300px;
  }
}
@media (max-width: 991px) {
  .banner-grid-style-1 {
    --full-height: 210px;
  }
}
@media (max-width: 767px) {
  .banner-grid-style-1 {
    --full-height: 340px;
  }
}
@media (max-width: 576px) {
  .banner-grid-style-1 {
    --full-height: 290px;
  }
}
@media (max-width: 400px) {
  .banner-grid-style-1 {
    --full-height: 260px;
  }
}
@media (max-width: 360px) {
  .banner-grid-style-1 {
    --full-height: 220px;
  }
}
@media (max-width: 340px) {
  .banner-grid-style-1 {
    --full-height: 200px;
  }
}
.banner-grid-style-1 .full-height {
  height: var(--full-height);
}
.banner-grid-style-1 .full-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-grid-style-1 .half-height {
  height: calc((var(--full-height) - 24px) / 2);
}
@media (max-width: 1199px) {
  .banner-grid-style-1 .half-height {
    height: calc((var(--full-height) - 16px) / 2);
  }
}
.banner-grid-style-1 .half-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-grid-style-2 {
  --full-height: 345px;
}
.banner-grid-style-2 .banner-box {
  height: var(--full-height);
}
@media (max-width: 1500px) {
  .banner-grid-style-2 .banner-box {
    --full-height: 300px;
  }
}
@media (max-width: 1400px) {
  .banner-grid-style-2 .banner-box {
    --full-height: 250px;
  }
}
@media (max-width: 1199px) {
  .banner-grid-style-2 .banner-box {
    --full-height: 210px;
  }
}
@media (max-width: 991px) {
  .banner-grid-style-2 .banner-box {
    --full-height: 160px;
  }
}
@media (max-width: 576px) {
  .banner-grid-style-2 .banner-box {
    --full-height: auto;
  }
}
.banner-grid-style-2 .banner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .banner-grid-style-2 .square-banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner-grid-style-3 .banner-box img {
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-right .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  width: 40%;
}

.p-left .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  width: 40%;
}

.p-center-bottom .banner-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.w-overlay .banner-content {
  padding: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 4px;
}
.dark .w-overlay .banner-content h5 {
  color: #ebebeb;
}

.banner-content h6 {
  color: rgba(var(--theme-color), 1);
  font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-1px + (-4 - -1) * (100vw - 320px) / (1920 - 320));
}
.banner-content h5 {
  color: #1d1d1d;
  font-size: calc(16px + (40 - 16) * (100vw - 320px) / (1920 - 320));
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: calc(-3px + (-7 - -3) * (100vw - 320px) / (1920 - 320));
}
.banner-content .theme-bg {
  background-color: rgba(var(--theme-color), 1);
  color: white;
  padding: 0 10px;
}
.banner-content p {
  margin-top: 8px;
  color: #656565;
}
.banner-content.content-sm h6 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.banner-content.content-sm h5 {
  font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
}

.banner1 h5 {
  position: absolute;
  right: calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320));
  top: 20%;
  color: #1d1d1d;
  font-weight: 500;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.banner1 .banner-shape {
  position: absolute;
  right: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  top: 29%;
}
@media (max-width: 576px) {
  .banner1 .banner-shape {
    width: 30%;
  }
}

.banner2 .banner-content {
  padding: 24px 20px;
  background-color: rgba(var(--white), 0.7);
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .banner2 .banner-content {
    padding: 10px;
  }
}
.banner2 .banner-content h2 {
  color: rgba(var(--theme-color), 1);
  line-height: 1;
}
@media (max-width: 1500px) {
  .banner2 .banner-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  .banner2 .banner-content h2 {
    font-size: 22px;
  }
}
.banner2 .banner-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(var(--title-color), 1);
  margin-top: -4px;
}
@media (max-width: 1500px) {
  .banner2 .banner-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .banner2 .banner-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .banner2 .banner-content h4 {
    font-size: 14px;
  }
}
.banner2 .banner-content h5 {
  font-size: 14px;
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  margin-top: 4px;
  font-family: "Manrope", sans-serif;
  margin-bottom: -2px;
}
@media (max-width: 1400px) {
  .banner2 .banner-content h5 {
    font-size: 12px;
  }
}

.banner3 h5 {
  position: absolute;
  right: 18px;
  top: 47px;
  color: #1d1d1d;
  font-weight: 500;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1199px) {
  .banner3 h5 {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 2px 6px;
    top: 10px;
    right: 10px;
  }
}
.banner3 .banner-shape {
  position: absolute;
  right: 10px;
  top: 80px;
  width: auto !important;
  height: auto !important;
}

.banner4 h5 {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: #1d1d1d;
  font-weight: 500;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1199px) {
  .banner4 h5 {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 2px 6px;
    left: 10px;
    bottom: 10px;
  }
}
.banner4 .banner-shape {
  position: absolute;
  left: 55px;
  bottom: 46px;
  width: auto !important;
  height: auto !important;
}

.banner5 h5 {
  position: absolute;
  left: 82px;
  bottom: 72px;
  color: #1d1d1d;
  font-weight: 500;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1480px) {
  .banner5 h5 {
    left: 42px;
    bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .banner5 h5 {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 2px 6px;
    left: 20px;
    bottom: 20px;
  }
}
.banner5 .banner-shape {
  position: absolute;
  left: 115px;
  bottom: 106px;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1480px) {
  .banner5 .banner-shape {
    left: 75px;
    bottom: 76px;
  }
}
@media (max-width: 1400px) {
  .banner5 .banner-shape {
    left: 55px;
    bottom: 64px;
  }
}

.banner6 .banner-content {
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
}
.banner6 .banner-content h3 {
  color: rgba(var(--content-color), 1);
  font-size: calc(10px + (22 - 10) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
}
.banner6 .banner-content h2 {
  color: #1d1d1d;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: calc(14px + (50 - 14) * (100vw - 320px) / (1920 - 320));
  margin-block: 2px 6px;
}
.banner6 .banner-content .btn {
  font-size: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  padding: calc(3px + (10 - 3) * (100vw - 320px) / (1920 - 320)) calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
}

.banner7 h4 {
  color: rgb(101, 101, 101);
  position: absolute;
  left: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  transform: rotate(-180deg);
  font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1199px) {
  .banner7 h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner7 h4 {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .banner7 h4 {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  }
}
.banner7 h5 {
  color: rgba(var(--theme-color), 1);
  bottom: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  left: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  position: absolute;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
.banner7 h5.right-text {
  right: 20px;
  left: unset;
}

.banner8 .banner-content {
  position: absolute;
  left: 39%;
  top: 50%;
  transform: translateY(-50%);
  width: 29%;
}
@media (max-width: 767px) {
  .banner8 .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(var(--white), 0.43);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.banner8 .banner-content h2 {
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(16px + (46 - 16) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-2px + (-12 - -2) * (100vw - 320px) / (1920 - 320));
}
.banner8 .banner-content p {
  font-weight: 400;
  margin-top: 8px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .banner8 .banner-content p {
    display: none;
  }
}
.banner8 .banner-content .btn {
  margin-top: 12px;
}

.banner9 {
  position: relative;
}
.banner9 .banner-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  background-color: rgba(var(--white), 0.7);
  padding: 12px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 1199px) {
  .banner9 .banner-content {
    padding: 6px;
  }
}
.banner9 .banner-content h2 {
  color: rgba(var(--title-color), 1);
  margin-top: -64px;
}
@media (max-width: 1550px) {
  .banner9 .banner-content h2 {
    font-size: 30px;
    margin-top: -50px;
  }
}
@media (max-width: 1400px) {
  .banner9 .banner-content h2 {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .banner9 .banner-content h2 {
    font-size: 18px;
  }
}
.banner9 .banner-content h2 span {
  display: block;
  color: rgba(var(--theme-color), 1);
}
.banner9 .banner-content p {
  margin-top: 1px;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1400px) {
  .banner9 .banner-content p {
    display: none;
  }
}

.banner10 .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  width: 40%;
}
.banner10 .banner-content h3 {
  margin-top: -7px;
  font-weight: 600;
  font-size: calc(15px + (28 - 15) * (100vw - 320px) / (1920 - 320));
  color: rgb(29, 29, 29);
}
.banner10 .banner-content h4 {
  color: rgb(101, 101, 101);
  margin-top: calc(6px + (14 - 6) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
}
.banner10 .banner-content .btn {
  margin-top: calc(6px + (14 - 6) * (100vw - 320px) / (1920 - 320));
}

.banner11 .banner-content h5 {
  font-size: calc(18px + (50 - 18) * (100vw - 320px) / (1920 - 320));
}

/**=====================
   4.2 Brands style
==========================**/
.brands-box {
  padding: 1px;
  display: block;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: var(--conic-gradient);
}
.brands-box img {
  transition: all 0.5s ease;
}
.dark .brands-box img {
  filter: invert(1);
}
.brands-box .effect-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  padding: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
}
.brands-box.w-bg {
  padding: 0;
  background: none;
}
.brands-box.w-bg .effect-wrap {
  background-color: rgba(var(--light-gray3), 1);
}
.brands-box:hover img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.brand-radius-0 .brands-box {
  border-radius: 0;
}
.brand-radius-0 .brands-box .effect-wrap {
  border-radius: 0;
}

/**=====================
    4.3 Category style
==========================**/
.category-style-1 .category-box {
  padding: 1px;
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  background: var(--conic-gradient);
}
.category-style-1 .category-box .effect-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
}
.category-style-1 .category-box .effect-wrap h4 {
  margin-bottom: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
  margin-top: -2px;
}
.category-style-1 .category-box .effect-wrap img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-style-1 .category-box .category-item {
  overflow: hidden;
}
.category-style-1 .category-box .category-item img {
  transition: all 0.3s ease-in-out;
}
.category-style-1 .category-box .category-item:hover img {
  transform: scale(1.05);
}

.category-style-2 .category-box .img-box {
  width: 100%;
  aspect-ratio: 6/5;
  border-radius: 6px;
  background-color: rgba(var(--light-gray), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-style-2 .category-box .img-box img {
  transition: all 0.5s ease;
}
.dark .category-style-2 .category-box .img-box img {
  filter: invert(1);
}
.category-style-2 .category-box .category-content {
  margin-top: 10px;
}
.rtl .category-style-2 .category-box .category-content {
  text-align: right;
}
.category-style-2 .category-box .category-content h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 600;
}
.category-style-2 .category-box .category-content h6 {
  color: rgba(var(--content-color), 1);
  margin-top: 4px;
  font-weight: 500;
}
.category-style-2 .category-box:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.category-style-2.custom-bg .category-box .img-box {
  background: conic-gradient(from 229deg, #FBEFEF, #FAF9F8);
}
.dark .category-style-2.custom-bg .category-box .img-box {
  background: rgba(var(--light-gray), 1);
}

.category-style-3 .category-box {
  background-color: #F2F2F2;
  padding: 14px 0;
  display: block;
  text-align: center;
}
.dark .category-style-3 .category-box {
  background-color: #252525;
}
.category-style-3 .category-box img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-style-3 .category-box h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-top: 10px;
}

.category-section .category-box {
  padding: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  border-radius: 6px;
  display: block;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  color: rgba(var(--title-color), 1);
  font-weight: 600;
  transition: all 0.5s ease;
}
.category-section .category-box i {
  transition: all 0.5s ease;
}
.category-section .category-box:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.category-section .category-box:hover i {
  margin-left: 14px;
  transition: all 0.5s ease;
}

/**=====================
   4.4 Cookie bar style
==========================**/
.cookie-bar-panel {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .cookie-bar-panel {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .cookie-bar-panel .container {
    max-width: unset;
    padding: 0;
  }
}
.cookie-bar-panel .cookie-wrap {
  width: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 60px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .cookie-bar-panel .cookie-wrap {
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .cookie-bar-panel .cookie-wrap {
    max-width: 280px;
  }
}
.cookie-bar-panel .cookie-wrap p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 480px) {
  .cookie-bar-panel .cookie-wrap p {
    text-align: center;
  }
}
.cookie-bar-panel .cookie-wrap img {
  height: 30px;
  margin-right: 15px;
}
.rtl .cookie-bar-panel .cookie-wrap img {
  margin-right: unset;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cookie-bar-panel .cookie-wrap img {
    margin-right: 0;
    height: 80px;
    margin-top: -30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cookie-bar-panel .cookie-wrap img {
    height: 50px;
  }
}
.cookie-bar-panel .cookie-wrap .link {
  text-decoration: underline;
  color: rgba(var(--content-color), 1);
}
.cookie-bar-panel .cookie-wrap .btn {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 480px) {
  .cookie-bar-panel .cookie-wrap .btn {
    width: calc(50% - 5px);
  }
}
.cookie-bar-panel .cookie-wrap > div {
  display: flex;
  align-items: center;
  gap: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  margin-left: auto;
}
.rtl .cookie-bar-panel .cookie-wrap > div {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cookie-bar-panel .cookie-wrap > div {
    margin-top: 16px;
    margin-left: unset;
  }
}
@media (max-width: 480px) {
  .cookie-bar-panel .cookie-wrap > div {
    width: 100%;
    gap: 10px;
  }
}
.cookie-bar-panel.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.cookie-bar-panel.show .cookie-wrap {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

/**=====================
   4.5 Footer style
==========================**/
footer .subscribe-panel {
  background-color: #f3f3f7;
  padding: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)) 0;
}
.dark footer .subscribe-panel {
  background-color: #252525;
}
footer .subscribe-panel .subscribe-detail {
  display: flex;
  align-items: center;
  gap: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
}
footer .subscribe-panel .subscribe-detail i {
  font-size: calc(32px + (38 - 32) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
footer .subscribe-panel .subscribe-detail h3 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-weight: 600;
  margin-bottom: 3px;
}
footer .subscribe-panel .subscribe-detail h6 {
  font-size: 14px;
  color: rgba(var(--content-color), 1);
  line-height: 1.5;
}
footer .subscribe-panel .subscribe-form {
  padding-left: 60px;
  position: relative;
}
.rtl footer .subscribe-panel .subscribe-form {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  footer .subscribe-panel .subscribe-form {
    padding-left: 40px;
  }
  .rtl footer .subscribe-panel .subscribe-form {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  footer .subscribe-panel .subscribe-form {
    padding-left: 0px;
  }
  .rtl footer .subscribe-panel .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer .subscribe-panel .subscribe-form {
    margin-top: 15px;
  }
}
footer .subscribe-panel .subscribe-form .form-control {
  border-radius: 10px;
  border: none;
  padding: 13px 115px 13px 15px;
}
.rtl footer .subscribe-panel .subscribe-form .form-control {
  padding: 13px 15px 13px 115px;
}
footer .subscribe-panel .subscribe-form .btn-theme {
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: 2px;
  height: calc(100% - 4px);
  top: 2px;
  z-index: 0;
}
.rtl footer .subscribe-panel .subscribe-form .btn-theme {
  right: unset;
  left: 2px;
  border-radius: 10px 0 0 10px;
}
footer .main-footer {
  padding: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320)) 0;
}
.dark footer .main-footer .company-details .logo-wrap .light-mode {
  display: none;
}
footer .main-footer .company-details .logo-wrap .dark-mode {
  display: none;
}
.dark footer .main-footer .company-details .logo-wrap .dark-mode {
  display: block;
}
footer .main-footer .company-details .footer-logo {
  margin-bottom: 12px;
  height: calc(36px + (40 - 36) * (100vw - 320px) / (1920 - 320));
}
footer .main-footer .company-details p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--content-color), 1);
  line-height: 1.7;
}
footer .main-footer .company-details ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
footer .main-footer .company-details ul li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--content-color), 1);
}
footer .main-footer .company-details ul li a {
  color: rgba(var(--content-color), 1);
}
footer .footer-links {
  margin-top: 20px;
}
@media (max-width: 991px) {
  footer .footer-links {
    margin-top: 0;
  }
}
footer .footer-links h4 {
  color: rgba(var(--title-color), 1);
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 576px) {
  footer .footer-links h4 {
    margin-bottom: 0;
  }
}
footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
}
footer .footer-links ul li a {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
}
footer .footer-links ul li a:hover {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  footer .footer-links ul li:first-child {
    padding-top: 10px;
  }
}
footer .download-app {
  margin-top: 20px;
}
@media (max-width: 991px) {
  footer .download-app {
    margin-top: 0;
  }
}
footer .download-app h4 {
  color: rgba(var(--title-color), 1);
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 576px) {
  footer .download-app h4 {
    margin-bottom: 0;
  }
}
footer .download-app p {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 576px) {
  footer .download-app p {
    padding-top: 10px;
  }
}
footer .download-app .footer-btns {
  margin-top: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .download-app .footer-btns img {
  height: calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320));
}
footer .sub-footer .subfooter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) 0;
  border-top: 1px solid rgba(var(--title-color), 0.13);
}
@media (max-width: 767px) {
  footer .sub-footer .subfooter-content {
    flex-direction: column;
    gap: 10px;
  }
}
footer .sub-footer .subfooter-content h6 {
  font-size: 14px;
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
footer.dark-footer {
  --title-color: 255, 255, 255;
  --content-color: 192, 191, 191;
  background-color: rgba(var(--dark-bg), 1);
}
footer.dark-footer .subscribe-panel {
  background-color: rgba(var(--dark-light-bg), 1);
}
footer.rounded-0 .subscribe-panel .subscribe-form .form-control,
footer.rounded-0 .subscribe-panel .subscribe-form .btn-theme {
  border-radius: 0;
}

@media (max-width: 576px) {
  .footer-title {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
  }
  .footer-title::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: transform 0.3s;
  }
  .footer-title.active::after {
    content: "-";
  }
  .footer-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
}
/**=====================
   4.6 Header style
==========================**/
header {
  background-color: rgba(var(--light-gray), 1);
  padding: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 15px;
  transition: transform 0.3s ease, top 0.3s ease;
}
@media (max-width: 1024px) {
  header {
    padding: 15px 20px;
  }
}
header .logo-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .logo-wrap img {
  height: 35px;
}
@media (max-width: 1024px) {
  header .logo-wrap img {
    height: 30px;
  }
}
@media (max-width: 576px) {
  header .logo-wrap img {
    height: 26px;
  }
}
.dark header .logo-wrap .light-mode {
  display: none;
}
header .logo-wrap .dark-mode {
  display: none;
}
.dark header .logo-wrap .dark-mode {
  display: block;
}
header .header-options {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1024px) {
  header .header-options {
    gap: 12px;
  }
}
header .header-options > li > a {
  color: rgba(var(--title-color), 1);
  font-size: 20px;
}
header .header-options .cart-link {
  position: relative;
}
header .header-options .cart-link span {
  position: absolute;
  background-color: rgba(var(--theme-color), 1);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: white;
  top: -8px;
  right: -3px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 6px 1.5rem -0.3rem rgba(108, 108, 109, 0.15);
  animation: slideDown 0.3s forwards ease;
}
.fixed-header header {
  border-radius: 0;
  margin: 0;
  padding-inline: 0;
  background-color: transparent;
}

.mobile-action-bar {
  position: fixed;
  background-color: rgba(var(--white), 1);
  box-shadow: 0px 2px 9px 0px rgba(var(--black), 0.13);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  padding: 0 30px;
}
.mobile-action-bar li {
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
}
.mobile-action-bar li a {
  color: rgba(var(--title-color), 1);
}
.mobile-action-bar li.active {
  border-bottom: 2px solid rgba(var(--theme-color), 1);
}
.mobile-action-bar li.cart-link {
  position: relative;
}
.mobile-action-bar li.cart-link span {
  position: absolute;
  background-color: rgba(var(--theme-color), 1);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: white;
  top: 5px;
  right: 2px;
}

@media (max-width: 767px) {
  .bottom-space {
    height: 52px;
  }
}

.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header-transparent .navbar-menu .menu-btn__lines {
  background: #1d1d1d !important;
}
.header-transparent .navbar-menu .menu-btn__lines:before, .header-transparent .navbar-menu .menu-btn__lines:after {
  background: #1d1d1d !important;
}
.header-transparent .menu-item.first-item {
  color: #1d1d1d;
}
.header-transparent header .header-options > li > a {
  color: rgb(29, 29, 29);
}
.header-transparent .text-title {
  color: #1d1d1d !important;
}
@media (max-width: 767px) {
  .header-transparent {
    position: relative;
  }
}
.header-transparent.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(var(--white), 1);
  animation: slideDown 0.3s forwards ease;
}
.dark .header-transparent.fixed-header .menu-item.first-item {
  color: rgba(var(--title-color), 1);
}
.dark .header-transparent.fixed-header .text-title {
  color: rgba(var(--title-color), 1) !important;
}
.header-transparent header {
  margin-top: 0;
  background-color: transparent;
  padding: 20px 0 20px 0;
}
@media (max-width: 1024px) {
  .header-transparent header {
    padding: 15px 0 15px 0;
  }
}

.header-dark {
  background-color: rgba(var(--dark-bg), 1);
}
.header-dark .navbar-menu .menu-btn__lines {
  background-color: white;
}
.header-dark .navbar-menu .menu-btn__lines::before, .header-dark .navbar-menu .menu-btn__lines::after {
  background: white;
}
.header-dark header {
  margin-top: 0;
  padding-inline: 0;
  background-color: transparent;
}
.header-dark header .header-options > li > a {
  color: white;
}
.header-dark header .navbar-menu .menu-item.first-item {
  color: white;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/**=====================
   4.7 Home section style
==========================**/
.home-section h1 {
  margin-top: calc(-8px + (-29 - -8) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(-3px + (-19 - -3) * (100vw - 320px) / (1920 - 320));
}
.home-section h1 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: lowercase;
  font-family: "Manrope", sans-serif;
  display: inline-block;
  width: 38%;
  margin-left: 19px;
  color: rgba(var(--content-color), 1);
}
.rtl .home-section h1 span {
  margin-left: 0;
  margin-right: 19px;
}
@media (max-width: 1400px) {
  .home-section h1 span {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .home-section h1 span {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .home-section h1 span {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .rtl .home-section h1 span {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .home-section .home-middle {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .home-section .home-middle {
    margin-top: -20px;
  }
}
.home-section .home-middle .home-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .home-section .home-middle .home-btns {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .home-section .home-middle .home-btns {
    gap: 8px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .home-section .home-middle .home-btns {
    margin-bottom: 22px;
  }
}
.home-section .home-middle .home-btns a {
  width: calc(50% - 8px);
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .home-section .home-middle .home-btns a {
    width: calc(50% - 4px);
  }
}
.home-section .home-middle .home-btns a .arrow-icon {
  filter: invert(1) brightness(100);
}
.home-section .home-middle .home-btns a span {
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .home-section .home-middle .home-btns .btn-lg {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .home-section .home-middle .home-btns .btn-lg.btn-gray {
    padding: 1px;
    height: 43px;
  }
}
.home-section .frame-banner {
  position: relative;
}
.home-section .frame-banner .frame-wrapper {
  position: absolute;
  left: 11px;
  bottom: calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320));
  width: calc(100% - 23px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .home-section .frame-banner .frame-wrapper {
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
  }
}
.home-section .frame-banner .frame-wrapper .row {
  border-top: 5px solid rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .home-section .frame-banner .frame-wrapper .row {
    border-top: 3px solid rgba(var(--white), 1);
  }
}
.home-section .frame-banner .frame-wrapper .row > div:last-child {
  border-radius: 0 0 calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)) 0;
}
.home-section .frame-banner .frame-wrapper .row > div:nth-last-child(2) {
  border-radius: 0 0 0 calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
.home-section .frame-banner .frame-wrapper .frame-span {
  height: 58px;
  box-shadow: inset 0 0 0 5px rgba(var(--white), 1);
  position: relative;
  padding: 0;
}
@media (max-width: 1199px) {
  .home-section .frame-banner .frame-wrapper .frame-span {
    height: 54px;
    box-shadow: inset 0 0 0 3px rgba(var(--white), 1);
  }
}
@media (max-width: 767px) {
  .home-section .frame-banner .frame-wrapper .frame-span {
    height: 42px;
    box-shadow: inset 0 0 0 3px rgba(var(--white), 1);
  }
}
.home-section .frame-banner .inside-content {
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: rgba(29, 29, 29, 0.4);
}
@media (max-width: 1199px) {
  .home-section .frame-banner .inside-content {
    font-size: 14px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .home-section .frame-banner .inside-content {
    font-size: 12px;
    gap: 5px;
  }
}
.home-section .frame-banner .inside-content img {
  filter: invert(1) brightness(100);
}
.home-section .frame-banner.banner-box:hover img {
  transform: scale(1);
}

.home-banner {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .home-banner {
    display: block;
    height: auto;
  }
  .home-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-banner .home-content {
  position: absolute;
  left: 39%;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .home-banner .home-content {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-content {
    padding-top: 0;
  }
}
.home-banner .home-content h2 {
  font-family: "Dancing Script", cursive;
  color: rgba(var(--theme-color), 1);
  font-weight: 400;
  font-size: calc(16px + (60 - 16) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-14 - -4) * (100vw - 320px) / (1920 - 320));
}
.home-banner .home-content h1 {
  color: rgb(29, 29, 29);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: calc(18px + (90 - 18) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-10 - -4) * (100vw - 320px) / (1920 - 320));
}
.home-banner .home-content h1 span {
  background-color: rgba(var(--theme-color), 1);
  color: white;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.home-banner .home-content h3 {
  font-size: calc(15px + (62 - 15) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(0px + (9 - 0) * (100vw - 320px) / (1920 - 320));
  color: rgb(29, 29, 29);
  text-transform: uppercase;
  margin-bottom: calc(-3px + (-15 - -3) * (100vw - 320px) / (1920 - 320));
}
.home-banner.container-banner img {
  position: relative;
  z-index: 1;
}
.home-banner.container-banner .home-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
  width: 100%;
}
.home-banner.container-banner .home-content h3 {
  margin-bottom: calc(3px + (-40 - 3) * (100vw - 320px) / (1920 - 320));
}
.home-banner.container-banner .home-content .outline-text {
  text-fill-color: transparent;
  text-stroke: 2px black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(var(--theme-color), 0.1);
  -moz-text-fill-color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: calc(20px + (190 - 20) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  margin-bottom: calc(-3px + (-50 - -3) * (100vw - 320px) / (1920 - 320));
}
.home-banner.container-banner .home-content .outline-text.abs-text {
  position: absolute;
  right: 0;
  top: calc(8px + (-100 - 8) * (100vw - 320px) / (1920 - 320));
}

.home-banner2 {
  position: relative;
}
.home-banner2 .home-content {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 36%;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .home-banner2 .home-content {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .home-banner2 .home-content {
    padding-top: 0;
  }
}
.home-banner2 .home-content h2 {
  color: rgba(var(--theme-color), 1);
  font-family: "Dancing Script", cursive;
  font-size: calc(18px + (50 - 18) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-12 - -4) * (100vw - 320px) / (1920 - 320));
}
.home-banner2 .home-content h1 {
  font-size: calc(14px + (65 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: rgb(29, 29, 29);
}
.home-banner2 .home-content p {
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 18px;
  color: rgb(101, 101, 101);
}
@media (max-width: 767px) {
  .home-banner2 .home-content p {
    display: none;
  }
}
.home-banner2 .home-content .btn {
  margin-top: calc(7px + (16 - 7) * (100vw - 320px) / (1920 - 320));
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}

.home-banner3 {
  position: relative;
}
.rtl .home-banner3 {
  direction: ltr;
}
.home-banner3 .home-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.home-banner3 .home-content h1 {
  font-size: calc(16px + (62 - 16) * (100vw - 320px) / (1920 - 320));
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: calc(-4px + (-19 - -4) * (100vw - 320px) / (1920 - 320));
  color: rgb(29, 29, 29);
}
.home-banner3 .home-content h1 span {
  color: rgba(var(--theme-color), 1);
  font-weight: 700;
}
.home-banner3 .home-content p {
  width: 85%;
  color: rgb(101, 101, 101);
  margin-top: calc(7px + (20 - 7) * (100vw - 320px) / (1920 - 320));
  line-height: 1.6;
  font-size: 18px;
}
.home-banner3 .home-content .btn {
  margin-top: calc(7px + (20 - 7) * (100vw - 320px) / (1920 - 320));
}

.rtl .home-banner4.home-banner {
  direction: ltr;
}
.home-banner4.home-banner .home-content h1,
.home-banner4.home-banner .home-content h3 {
  color: rgba(var(--title-color), 1);
}

.quote-section {
  text-align: center;
}
.quote-section h3 {
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  font-size: calc(15px + (28 - 15) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-7 - -4) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 600px) {
  .quote-section h3 {
    width: 100%;
  }
}

/**=====================
  4.8 Lookbook style
==========================**/
:root {
  --variable: calc((100vw - 1520px) / 2);
}
@media (min-width: 576px) {
  :root {
    --variable: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  :root {
    --variable: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  :root {
    --variable: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  :root {
    --variable: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  :root {
    --variable: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1550px) {
  :root {
    --variable: calc((100vw - 1520px) / 2);
  }
}

.lookbook-section {
  position: relative;
}
@media (max-width: 991px) {
  .lookbook-section {
    padding-block: 0;
  }
}
.lookbook-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - var(--variable) - 12px);
  height: 74%;
  background-color: #F2F2F2;
  z-index: -1;
}
@media (max-width: 991px) {
  .lookbook-section::after {
    display: none;
  }
}
.lookbook-section .container {
  position: relative;
}
.lookbook-section .container::after {
  position: absolute;
  left: 12px;
  top: 0;
  width: calc(100% - 24px);
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}
@media (max-width: 991px) {
  .lookbook-section .container::after {
    content: "";
  }
}
.lookbook-section .lookbook-product .product-content {
  text-align: center;
  margin-top: 10px;
}
.lookbook-section .lookbook-product .product-content h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lookbook-section .lookbook-product .product-content h5 del {
  color: rgba(var(--content-color), 1);
}
.lookbook-section .lookbook-product .product-content h5 + h5 {
  margin-top: calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320));
}
.lookbook-section .lookbook-content {
  width: 55%;
  margin-top: 16%;
}
@media (max-width: 991px) {
  .lookbook-section .lookbook-content {
    margin-top: 0;
    width: 100%;
    padding: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)) calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  }
}
.lookbook-section .lookbook-content h2 {
  font-size: calc(18px + (60 - 18) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.lookbook-section .lookbook-content h5 {
  font-size: calc(16px + (36 - 16) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320));
}
.lookbook-section .col-5 {
  position: relative;
}
.lookbook-section .lookbook-img {
  position: absolute;
  top: -60px;
  right: -26px;
  height: 119%;
  width: auto;
}
.rtl .lookbook-section .lookbook-img {
  right: unset;
  left: -8px;
  transform: scaleX(-1);
}
@media (max-width: 1420px) {
  .lookbook-section .lookbook-img {
    top: -30px;
    right: 0;
    height: 104%;
  }
  .rtl .lookbook-section .lookbook-img {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .lookbook-section .lookbook-img {
    height: 87%;
  }
}
@media (max-width: 991px) {
  .lookbook-section .lookbook-img {
    display: none;
  }
}
.lookbook-section .lookbook-text {
  display: inline-block;
  font-size: calc(50px + (160 - 50) * (100vw - 320px) / (1920 - 320));
  position: absolute;
  right: -8%;
  bottom: -70px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #efefef;
}
.rtl .lookbook-section .lookbook-text {
  right: unset;
  left: -8%;
}
.dark .lookbook-section .lookbook-text {
  -webkit-text-stroke: 1px #383838;
}
@media (max-width: 1800px) {
  .lookbook-section .lookbook-text {
    right: 0;
  }
  .rtl .lookbook-section .lookbook-text {
    left: 0;
  }
}
@media (max-width: 991px) {
  .lookbook-section .lookbook-text {
    display: none;
  }
}
@media (max-width: 991px) {
  .lookbook-section .lookbook-row {
    padding: 0 calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)) calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  }
}

/**=====================
   4.9 Spin the wheel style
==========================**/
.spin-wheel-section {
  display: flex;
  align-items: center;
  gap: calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320));
  --size: 370px;
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
          hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);
}
@media (max-width: 991px) {
  .spin-wheel-section {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .spin-wheel-section {
    --size: 260px;
  }
}
.spin-wheel-section .deal-wheel {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner" "trigger";
  font-size: calc(var(--size) / 23);
  line-height: 1.3;
  text-transform: lowercase;
}
.spin-wheel-section .deal-wheel > * {
  grid-area: spinner;
}
.spin-wheel-section .deal-wheel .spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner";
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsla(0, 0%, 0%, 0.06);
}
.spin-wheel-section .deal-wheel .spinner * {
  grid-area: spinner;
  font-weight: 500;
  text-transform: capitalize;
}
.spin-wheel-section .deal-wheel .spinner .prize {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rtl .spin-wheel-section .deal-wheel .spinner .prize {
  padding: 0 calc(var(--size) / 20) 0 calc(var(--size) / 6);
  transform-origin: center left;
}
.spin-wheel-section .deal-wheel .ticker {
  position: relative;
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  z-index: 1;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  transform-origin: center left;
}
.rtl .spin-wheel-section .deal-wheel .ticker {
  right: calc(var(--size) / -7);
  left: unset;
  transform: scaleX(-1);
}
.spin-wheel-section .is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}
.spin-wheel-section .is-spinning .ticker {
  animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.spin-wheel-section .prize.selected .text {
  font-weight: 600;
  animation: selected 800ms ease;
}
@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}
@keyframes selected {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0, 0%, 0%, 0.1);
  }
  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0, 0%, 0%, 0.2);
  }
  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0, 0%, 0%, 0.1);
  }
  75% {
    transform: scale(0.98);
  }
  85% {
    transform: scale(1);
  }
}
.spin-wheel-section .btn-spin {
  margin-top: 18px;
}
.spin-wheel-section .btn-spin:focus {
  outline-offset: 2px;
}
.spin-wheel-section .btn-spin:active {
  transform: translateY(1px);
}
.spin-wheel-section .btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}
.spin-wheel-section .spin-wheel-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
}
.spin-wheel-section .spin-wheel-content h4 {
  color: rgba(var(--content-color), 1);
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.spin-wheel-section .spin-wheel-content form .form-control {
  background-color: rgba(var(--white), 1);
  border: none;
  padding: calc(9px + (11 - 9) * (100vw - 320px) / (1920 - 320)) calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}
.dark .spin-wheel-section .spin-wheel-content form .form-control {
  background-color: #414141;
  color: white;
}
.dark .spin-wheel-section .spin-wheel-content form .form-control::-moz-placeholder {
  color: white;
}
.dark .spin-wheel-section .spin-wheel-content form .form-control::placeholder {
  color: white;
}
.spin-wheel-section .spin-wheel-content .modal-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: rgba(var(--content-color), 1);
}

.spinthe-modal .title-panel {
  margin-bottom: 0;
}
.spinthe-modal .title-panel button {
  margin-left: auto;
  margin-top: calc(2px + (-12 - 2) * (100vw - 320px) / (1920 - 320));
}
.spinthe-modal .modal-body {
  background-image: url(4d5f5fbea447ccb6e202.jpg);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.dark .spinthe-modal .modal-body {
  background: #181818 !important;
}

/* Pages */
/**=====================
   5.1 About Us style
==========================**/
.about-us-section .about-intro {
  text-align: center;
}
.about-us-section .about-intro h1 {
  font-size: calc(18px + (45 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  width: 90%;
  margin: 0 auto;
  margin-top: calc(-6px + (-14 - -6) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 576px) {
  .about-us-section .about-intro h1 {
    width: 100%;
  }
}
.about-us-section .about-intro img {
  width: 100%;
  border-radius: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  margin: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)) auto 0;
}

.about-content .our-mission-sec h5 {
  font-family: "Playfair Display", serif;
  color: rgba(var(--content-color), 1);
  font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-5 - -4) * (100vw - 320px) / (1920 - 320));
}
.about-content .our-mission-sec h2 {
  font-weight: 700;
  margin-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
  margin-top: 10px;
  font-size: calc(18px + (42 - 18) * (100vw - 320px) / (1920 - 320));
}
.about-content .our-mission-sec .counters {
  display: flex;
  align-items: center;
  gap: calc(22px + (65 - 22) * (100vw - 320px) / (1920 - 320));
}
.about-content .our-mission-sec .counters h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.about-content .our-mission-sec .counters h6 {
  color: rgba(var(--content-color), 1);
  margin-top: calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320));
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.about-content .service-box {
  gap: 25px;
}
.about-content .service-box .service-icon {
  width: calc(45px + (60 - 45) * (100vw - 320px) / (1920 - 320));
  height: calc(45px + (60 - 45) * (100vw - 320px) / (1920 - 320));
  padding: calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
}
.about-content .service-box .service-content h5 {
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
}
.about-content .service-box .service-content p {
  width: 70%;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

.team-title {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .team-title {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .team-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .team-title {
    width: 100%;
  }
}
.team-title h5 {
  font-family: "Playfair Display", serif;
  color: rgba(var(--content-color), 1);
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-4px + (-5 - -4) * (100vw - 320px) / (1920 - 320));
}
.team-title h2 {
  font-weight: 700;
  margin-bottom: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  margin-top: 10px;
  font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
}

.team-section {
  border-top: 1px solid rgba(var(--border-color), 1);
}
.team-section h3 {
  text-align: center;
  margin-bottom: 20px;
}
.team-section .team-box img {
  border-radius: 10px;
}
.team-section .team-box h4 {
  margin-bottom: calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
}
.team-section .team-box h5 {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
}

.brand-about {
  background-color: rgba(var(--light-gray3), 1);
}
.brand-about .brands-box img {
  filter: grayscale(100);
}
.brand-about .brands-box .effect-wrap {
  padding-block: 0;
}

.review-box {
  padding: 20px;
  background-color: rgba(var(--light-gray3), 1);
  border-radius: 6px;
}
.rtl .review-box {
  direction: rtl;
}
.review-box .top-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.review-box .top-part h5 {
  margin-bottom: 2px;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  font-weight: 600;
}
.review-box .top-part h6 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.review-box .top-part i {
  color: #ff9800;
}
.review-box h4 {
  margin-top: 10px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 5px;
  color: rgba(var(--title-color), 1);
}
.review-box p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
}

/**=====================
  5.2 Account style
==========================**/
.account-sidebar {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
  padding: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
  position: sticky;
  top: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .account-sidebar {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 4;
    height: 100vh;
    width: 280px;
    border-radius: 0;
    transition: all 0.5s ease;
  }
  .account-sidebar.show {
    left: 0;
  }
}
.account-sidebar .account-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
}
.account-sidebar .account-header img {
  width: calc(70px + (100 - 70) * (100vw - 320px) / (1920 - 320));
  height: calc(70px + (100 - 70) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
}
.account-sidebar .account-header h4 {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320));
}
.account-sidebar .account-header h6 {
  color: rgba(var(--content-color), 1);
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
}
.account-sidebar .nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: none;
  gap: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320));
}
.account-sidebar .nav-tabs li {
  display: block;
  width: 100%;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.account-sidebar .nav-tabs li .nav-link {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  color: rgba(var(--title-color), 1);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.account-sidebar .nav-tabs li .nav-link.active {
  color: rgba(var(--primary-color), 1);
  background-color: rgba(var(--white), 1) !important;
}
.account-sidebar .nav-tabs li .nav-link:focus-visible {
  box-shadow: none;
}

.account-sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--black), 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.account-sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.order-tab .order-filter-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.order-tab .order-filter-panel ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.order-tab .order-filter-panel ul li {
  padding: calc(4px + (5 - 4) * (100vw - 320px) / (1920 - 320)) calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 18px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  cursor: pointer;
}
.order-tab .order-filter-panel ul li.active {
  border-color: rgba(var(--theme-color), 1);
  background-color: rgba(var(--theme-color), 1);
  color: white;
}
.order-tab .order-filter-panel select {
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-radius: 18px;
  background-color: rgba(var(--light-gray), 1);
  padding: 6px 33px 6px 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.rtl .order-tab .order-filter-panel select {
  padding: 6px 16px 6px 33px;
}
.order-tab .orders-list {
  margin-top: 30px;
}
.order-tab .orders-list .order-box {
  border: 1px solid #eee;
  border-radius: 10px;
}
.dark .order-tab .orders-list .order-box {
  border-color: rgba(var(--border-color), 1);
}
.order-tab .orders-list .order-box .order-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  border-radius: 10px 10px 0 0;
}
.order-tab .orders-list .order-box .order-title > div h6 {
  color: rgba(var(--content-color), 1);
  margin-bottom: calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
.order-tab .orders-list .order-box .order-title > div h5 {
  font-weight: 500;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}
.order-tab .orders-list .order-box .order-title h6 {
  font-weight: 500;
}
.order-tab .orders-list .order-box .order-content {
  padding: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
.order-tab .orders-list .order-box .order-content a {
  display: flex;
  align-items: center;
  gap: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  width: 100%;
  text-align: left;
}
.rtl .order-tab .orders-list .order-box .order-content a {
  text-align: right;
}
.order-tab .orders-list .order-box .order-content a h5 {
  color: rgba(var(--title-color), 1);
  margin-bottom: 6px;
  font-weight: 500;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.order-tab .orders-list .order-box .order-content a h6 {
  color: rgba(var(--content-color), 1);
}
.order-tab .orders-list .order-box .order-content a img {
  width: calc(60px + (70 - 60) * (100vw - 320px) / (1920 - 320));
  height: calc(60px + (70 - 60) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.order-tab .orders-list .order-box .order-content a i {
  margin-left: auto;
  font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
.rtl .order-tab .orders-list .order-box .order-content a i {
  margin-left: unset;
  margin-right: auto;
  transform: scaleX(-1);
}
.order-tab .orders-list .order-box .order-content a + a {
  margin-top: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  padding-top: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 0.5);
}
.order-tab .orders-list .order-box + .order-box {
  margin-top: 25px;
}

.personal-tab .theme-form label {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.personal-tab .theme-form .form-control,
.personal-tab .theme-form .form-select {
  background-color: rgba(var(--light-gray), 1);
  border: none;
}
.rtl .personal-tab .theme-form .form-control,
.rtl .personal-tab .theme-form .form-select {
  text-align: right;
}
.personal-tab .form-title {
  margin-bottom: 14px;
}
.personal-tab .form-title a {
  font-size: 16px;
  margin-left: 10px;
  color: rgba(var(--theme-color), 1);
}
.rtl .personal-tab .form-title a {
  margin-left: 0;
  margin-right: 10px;
}
.personal-tab .delete-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.personal-tab .delete-option a {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.payment-list .payment-box {
  border: 1px solid #eee;
  border-radius: 10px;
}
.dark .payment-list .payment-box {
  border-color: rgba(var(--border-color), 1);
}
.payment-list .payment-box .payment-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  border-radius: 10px 10px 0 0;
}
.payment-list .payment-box .payment-title > div h6 {
  color: rgba(var(--content-color), 1);
  margin-top: 6px;
  font-weight: 400;
}
.payment-list .payment-box .payment-title > div h5 {
  font-weight: 500;
}
.payment-list .payment-box .payment-title h6 {
  font-weight: 500;
}
.payment-list .payment-box .payment-title a {
  gap: 6px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  padding: calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320)) calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}
.payment-list .payment-box .payment-content {
  padding: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
}
.payment-list .payment-box .payment-content .table > :not(caption) > * > * {
  border-bottom-color: rgba(var(--border-color), 1);
}
.payment-list .payment-box .payment-content table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .payment-list .payment-box .payment-content table.address-table tr td {
    width: 150px;
    text-align: center;
    min-width: 107px;
    text-wrap-style: balance;
  }
  .payment-list .payment-box .payment-content table.address-table tr td:nth-child(3) {
    min-width: 92px;
  }
}
@media (max-width: 767px) {
  .payment-list .payment-box .payment-content table.address-table tr td:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .payment-list .payment-box .payment-content table.address-table tr td:nth-child(2) {
    width: 240px;
    min-width: 190px;
    text-align: left;
  }
}
.payment-list .payment-box .payment-content tr {
  vertical-align: middle;
}
.payment-list .payment-box .payment-content tr:first-child td {
  padding-top: 0;
}
.payment-list .payment-box .payment-content tr:last-child {
  border-color: transparent !important;
}
.payment-list .payment-box .payment-content tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.payment-list .payment-box .payment-content td {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  padding: 12px calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320));
}
.payment-list .payment-box .payment-content td:first-child {
  width: calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320));
}
.payment-list .payment-box .payment-content td:nth-child(2) {
  width: 34%;
}
.payment-list .payment-box .payment-content td:last-child {
  text-align: center;
}
.payment-list .payment-box .payment-content td:last-child a {
  color: rgba(var(--theme-color), 1);
}
.payment-list .payment-box .payment-content img {
  width: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  height: calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: contain;
     object-fit: contain;
}
.payment-list .payment-box .payment-content i {
  width: 50px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--light-gray), 1);
  border-radius: 7px;
  font-size: 20px;
  border: 1px solid #eee;
}
.dark .payment-list .payment-box .payment-content i {
  border-color: rgba(var(--border-color), 1);
}
.payment-list .payment-box + .payment-box {
  margin-top: 25px;
}

.mobile-sidebar-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  margin-bottom: 20px;
  background-color: rgba(var(--light-gray), 1);
}

/**=====================
  5.3 Auth style
==========================**/
.auth-wrapper {
  height: 100vh;
  padding: 20px;
}
.dark .auth-wrapper .logo-wrap .light-mode {
  display: none;
}
.auth-wrapper .logo-wrap .dark-mode {
  display: none;
}
.dark .auth-wrapper .logo-wrap .dark-mode {
  display: block;
}
.auth-wrapper .signin-form {
  min-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .auth-wrapper .signin-form {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .signin-form {
    width: 100%;
  }
}
.auth-wrapper .signin-form .custom-checkbox input[type=checkbox] {
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 4px;
}
.auth-wrapper .signin-form .auth-content {
  margin-block: auto;
  padding-block: 25px;
}
.auth-wrapper .auth-img {
  border-radius: 20px;
  overflow: hidden;
}
.auth-wrapper .auth-img img {
  min-height: calc(100vh - 40px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-wrapper .auth-title {
  margin-bottom: 20px;
  text-align: center;
}
.auth-wrapper .auth-title h3 {
  margin-bottom: calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(-7px + (-9 - -7) * (100vw - 320px) / (1920 - 320));
}
.auth-wrapper .auth-title p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.auth-wrapper .auth-logo {
  height: 34px;
  width: -moz-max-content;
  width: max-content;
}
.auth-wrapper .forgot-password {
  color: rgba(var(--theme-color), 1);
  font-size: 14px;
  font-weight: 500;
}

.divider-sec {
  margin-block: 24px;
  text-align: center;
  position: relative;
}
.divider-sec:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  left: 0;
  z-index: -1;
}
.divider-sec h6 {
  display: inline-block;
  padding: 0 9px;
  background-color: rgba(var(--white), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}

.social-links {
  display: flex;
  align-items: center;
  gap: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
.social-links a {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--title-color), 1);
  padding: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  border-radius: calc(4px + (7 - 4) * (100vw - 320px) / (1920 - 320));
  gap: 8px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.social-links a img {
  width: 16px;
}

.toggle-password {
  position: absolute;
  bottom: 12px;
  right: 18px;
  font-size: 16px;
}
.rtl .toggle-password {
  left: 18px;
  right: unset;
}

.mt-minus {
  margin-top: -2px;
}

.auth-footer {
  text-align: center;
  margin-top: 18px;
}
.auth-footer p {
  font-size: 16px;
  color: rgba(var(--content-color), 1);
}
.auth-footer p a {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}

.otp-form {
  display: flex;
  gap: 14px;
}
.otp-form .form-control {
  text-align: center;
  padding: calc(5px + (13 - 5) * (100vw - 320px) / (1920 - 320));
}
.otp-form input::-webkit-outer-spin-button,
.otp-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-form input[type=number] {
  -moz-appearance: textfield;
}

/**=====================
  5.4 Blog style
==========================**/
.blog-sidebar {
  padding: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
}
.blog-sidebar .sidebar-title {
  margin-bottom: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-top: -4px;
}
.blog-sidebar .blog-category {
  margin-top: -7px;
  padding-left: 16px;
  list-style-type: circle;
}
.rtl .blog-sidebar .blog-category {
  padding-left: 0;
  padding-right: 16px;
}
.blog-sidebar .blog-category li {
  display: list-item;
}
.blog-sidebar .blog-category li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li a span {
  margin-left: auto;
  display: none;
}
.blog-sidebar .blog-category li a:hover {
  padding-left: 5px;
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li + li {
  margin-top: calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320));
}
.blog-sidebar .sidebar-wrapper + .sidebar-wrapper {
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.blog-sidebar .tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320));
}
.blog-sidebar .tags-list li a {
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
  padding: 5px 10px;
  border-radius: 4px;
  display: block;
}
.blog-sidebar .popular-blogs li {
  width: 100%;
}
.blog-sidebar .popular-blogs li .popular-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap {
    gap: 10px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap img {
  width: 100px;
  height: 65px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap img {
    width: 70px;
    height: 55px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content {
  width: calc(100% - 100px - 15px);
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap .popular-content {
    width: calc(100% - 70px - 10px);
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  line-height: 1.4;
  font-weight: 500;
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h6 {
  color: rgba(var(--content-color), 1);
  margin-top: 6px;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
}
.blog-sidebar .popular-blogs li + li {
  margin-top: 10px;
}

.blog-list-wrapper {
  display: flex;
  align-items: center;
  gap: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 767px) {
  .blog-list-wrapper {
    flex-direction: column;
  }
}
.blog-list-wrapper img {
  width: 50%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .blog-list-wrapper img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .blog-list-wrapper img {
    width: 100%;
    aspect-ratio: 1.6;
    height: auto;
  }
}
.blog-list-wrapper .blog-content {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog-list-wrapper .blog-content {
    width: 100%;
  }
}
.blog-list-wrapper .blog-content h6 {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: capitalize;
}
.blog-list-wrapper .blog-content h4 {
  font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: calc(6px + (14 - 6) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
  line-height: 1.4;
}
.blog-list-wrapper .blog-content p {
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: rgba(var(--content-color), 1);
  line-height: 1.6;
}
@media (max-width: 991px) {
  .blog-list-wrapper .blog-content p {
    -webkit-line-clamp: 4;
  }
}
.blog-list-wrapper .blog-content a {
  color: rgba(var(--theme-color), 1);
  margin-top: calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  font-size: calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320));
}

.blog-grid-wrapper {
  display: block;
  transition: all 0.5s ease;
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  border: 1px solid rgba(var(--border-color), 0.5);
  border-radius: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
}
.blog-grid-wrapper img {
  aspect-ratio: 1.6;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}
.blog-grid-wrapper .blog-grid-content h6 {
  color: rgba(var(--content-color), 1);
  text-transform: capitalize;
  margin-bottom: 6px;
  font-weight: 400;
}
.blog-grid-wrapper .blog-grid-content h6 span {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.rtl .blog-grid-wrapper .blog-grid-content h6 span {
  padding-left: 0;
  padding-right: 20px;
}
.blog-grid-wrapper .blog-grid-content h6 span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
}
.rtl .blog-grid-wrapper .blog-grid-content h6 span::after {
  left: unset;
  right: 10px;
}
.blog-grid-wrapper h4 {
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.blog-grid-wrapper:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
}

.blog-title {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 0.5);
  margin-bottom: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
}

.blog-main-wrapper .blog-list-wrapper + .blog-list-wrapper {
  margin-top: 30px;
}

.blog-details-section .blog-main-img {
  aspect-ratio: 1.9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .blog-title-main {
  text-align: center;
}
.blog-details-section .blog-title-main h3 {
  font-size: calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin-bottom: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .blog-title-main h5 {
  color: rgba(var(--title-color), 1);
  text-transform: capitalize;
  margin-bottom: calc(22px + (35 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}
.blog-details-section .blog-title-main h5 span {
  padding-left: 20px;
  color: rgba(var(--content-color), 1);
  position: relative;
  font-weight: 400;
}
.blog-details-section .blog-title-main h5 span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
}
.blog-details-section .blog-main-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .blog-details-section .blog-main-content {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
}
.blog-details-section .blog-main-content .social-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 30px;
  z-index: 1;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content .social-share {
    flex-direction: row;
    position: relative;
    top: unset;
  }
}
.blog-details-section .blog-main-content .social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320));
  width: calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320));
  height: calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
}
.blog-details-section .blog-main-content .social-share a i {
  color: rgba(var(--title-color), 1);
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .blog-main-content p,
.blog-details-section .blog-main-content li {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.6;
}
.blog-details-section .blog-main-content p + p {
  margin-top: 20px;
}
.blog-details-section .blog-main-content li {
  margin-top: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .blog-main-content li span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-details-section .blog-main-content ol {
  padding-left: 0;
}
.rtl .blog-details-section .blog-main-content ol {
  padding-right: 0;
}
.blog-details-section .blog-main-content figure {
  width: 82%;
  margin: calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)) auto 0;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content figure {
    width: 95%;
  }
}
.blog-details-section .blog-main-content figure .blockquote {
  margin-bottom: calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .blog-main-content figure .blockquote p {
  font-family: "Playfair Display", serif;
  font-size: calc(16px + (23 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
.blog-details-section .blog-main-content .blockquote-footer {
  margin-bottom: 0;
  margin-top: 0;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
.blog-details-section .final-thoughts {
  padding-top: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 1);
}
.blog-details-section .final-thoughts h4 {
  font-weight: 500;
  margin-bottom: calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320));
}

.blog-comments {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-comments {
    width: 100%;
  }
}
.blog-comments h4 {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 1);
}
.blog-comments .comment-write .auth-part {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 20px;
}
.blog-comments .comment-write .auth-part img {
  width: calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320));
  height: calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320));
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.rtl .blog-comments .comment-write .auth-part img {
  margin-right: 0;
  margin-left: 10px;
}
.blog-comments .comment-write textarea {
  background-color: rgba(var(--light-gray), 1);
  border: none;
  padding: 14px 20px;
  border-radius: 8px 8px 0 0;
  color: rgba(var(--title-color), 1);
}
.blog-comments .comment-write textarea::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write textarea::placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write form {
  position: relative;
}
.blog-comments .comment-write form .btn-sec {
  background-color: rgba(var(--light-gray), 1);
  display: flex;
  justify-content: flex-end;
  padding: 0 14px 14px 0;
  border-radius: 0 0 8px 8px;
}
.rtl .blog-comments .comment-write form .btn-sec {
  padding: 0 0 14px 14px;
}
.blog-comments .comment-write form a {
  border-radius: 20px;
  padding: 5px 12px;
}
.blog-comments .comments-list {
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.blog-comments .comments-list .comment-box .comments-top {
  display: flex;
  align-items: center;
}
.blog-comments .comments-list .comment-box .comments-top img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.rtl .blog-comments .comments-list .comment-box .comments-top img {
  margin-right: 0;
  margin-left: 10px;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content h5 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content span {
  color: rgba(var(--content-color), 1);
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
}
.blog-comments .comments-list .comment-box p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
  margin-block: 10px;
}
.blog-comments .comments-list .comment-box .comment-actions {
  display: flex;
  gap: 10px;
}
.blog-comments .comments-list .comment-box .comment-actions a {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comments-list .inside-comment {
  margin-top: 20px;
  padding-left: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  position: relative;
}
.rtl .blog-comments .comments-list .inside-comment {
  padding-left: 0;
  padding-right: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.blog-comments .comments-list .inside-comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(var(--border-color), 0.5);
}
.rtl .blog-comments .comments-list .inside-comment::before {
  left: unset;
  right: 0;
}
.blog-comments .comments-list li + li {
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 1);
}

/**=====================
   5.5 Cart style
==========================**/
.cart-items-sec {
  margin-top: 30px;
  overflow: auto;
}
.cart-items-sec .cart-items {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items {
    gap: 10px;
  }
}
.cart-items-sec .cart-items img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items img {
    width: 80px;
    height: 80px;
  }
}
.cart-items-sec .cart-items .cart-content {
  width: calc(100% - 130px);
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content {
    width: calc(100% - 90px);
  }
}
.cart-items-sec .cart-items .cart-content .cart-top {
  display: flex;
  gap: 5px;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-top {
    flex-direction: column;
  }
}
.cart-items-sec .cart-items .cart-content .cart-top > div {
  width: 80%;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-top > div {
    width: 100%;
  }
}
.cart-items-sec .cart-items .cart-content .cart-top h5 {
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 3px;
  width: 100%;
  line-height: 1.4;
}
.cart-items-sec .cart-items .cart-content .cart-top h6 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.cart-items-sec .cart-items .cart-content .cart-top h4 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-top: 10px;
  width: calc(28% - 5px);
  text-align: right;
}
.rtl .cart-items-sec .cart-items .cart-content .cart-top h4 {
  text-align: left;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-top h4 {
    width: auto;
    text-align: left;
  }
  .rtl .cart-items-sec .cart-items .cart-content .cart-top h4 {
    text-align: right;
  }
}
.cart-items-sec .cart-items .cart-content .cart-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 22px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-bottom {
    gap: 4px;
    flex-wrap: wrap;
  }
}
.cart-items-sec .cart-items .cart-content .cart-bottom > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-items-sec .cart-items .cart-content .cart-bottom h6 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart-items-sec .cart-items .cart-content .cart-bottom h6 {
    display: none;
  }
}
.cart-items-sec .cart-items .cart-content .cart-bottom select {
  height: 40px;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-bottom select {
    transform: scale(0.8);
    transform-origin: left;
  }
}
.cart-items-sec .cart-items .cart-content .cart-bottom .quantity-counter .qty-btn {
  width: 40px;
  height: 40px;
}
.cart-items-sec .cart-items .cart-content .cart-bottom .quantity-counter .qty-input {
  width: 50px;
  height: 40px;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-bottom .quantity-counter {
    transform: scale(0.8);
    transform-origin: left;
  }
  .rtl .cart-items-sec .cart-items .cart-content .cart-bottom .quantity-counter {
    transform-origin: right;
  }
}
.cart-items-sec .cart-items .cart-content .cart-bottom .delete-btn {
  margin-left: auto;
  text-decoration: underline;
  color: rgba(var(--content-color), 1);
  font-size: 16px;
}
.rtl .cart-items-sec .cart-items .cart-content .cart-bottom .delete-btn {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 576px) {
  .cart-items-sec .cart-items .cart-content .cart-bottom .delete-btn {
    margin-left: unset;
    font-size: 14px;
  }
}

.cart-shipping-progressbar h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
  margin-bottom: 10px;
}
.cart-shipping-progressbar h5 span {
  font-weight: 600;
}
.cart-shipping-progressbar .progress-panel {
  position: relative;
}
.cart-shipping-progressbar .progress-panel i {
  position: absolute;
  color: rgba(var(--theme-color), 1);
  top: -10px;
  left: calc(75% - 30px);
  background-color: white;
  border: 1px solid;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 100%;
}
.rtl .cart-shipping-progressbar .progress-panel i {
  transform: scaleX(-1);
  right: calc(75% - 30px);
  left: unset;
}
.cart-shipping-progressbar .progress {
  height: 10px;
}
.dark .cart-shipping-progressbar .progress {
  background-color: #252525;
}
.cart-shipping-progressbar .progress .progress-bar {
  background-color: rgba(var(--theme-color), 1);
}

.coupons-box {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
  padding: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
}
.coupons-box h4 {
  font-weight: 600;
  padding-bottom: 15px;
}
.coupons-box .coupon-form {
  display: flex;
  align-items: center;
  gap: 14px;
}
.coupons-box .coupon-form input {
  padding: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 1);
  color: rgba(var(--title-color), 1);
}
.coupons-box .coupon-form input::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.coupons-box .coupon-form input::placeholder {
  color: rgba(var(--content-color), 1);
}
.dark .coupons-box .coupon-form input {
  border-color: rgba(var(--border-color), 1);
}
.coupons-box .coupon-form a {
  padding: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)) calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: rgba(var(--title-color), 1);
}
.dark .coupons-box .coupon-form a {
  background-color: #181818;
  border-color: #252525;
}

.cart-sidebar {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
  padding: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
}
.cart-sidebar h4 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.cart-sidebar ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-sidebar ul li h5 {
  color: rgba(var(--content-color), 1);
}
.cart-sidebar ul li h5:nth-child(2) {
  font-weight: 500;
}
.cart-sidebar ul li + li {
  margin-top: 15px;
}
.cart-sidebar ul li.total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--border-color), 1);
}
.cart-sidebar ul li.total h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.cart-sidebar ul li.total h5:nth-child(2) {
  font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
}

.back-shopping {
  font-size: 16px;
  color: rgba(var(--title-color), 1);
}

/**=====================
   5.6 Checkout style
==========================**/
.bag-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bag-list li img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bag-list li .bag-content {
  width: calc(100% - 60px - 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bag-list li .bag-content > div {
  width: 80%;
}
.bag-list li .bag-content h5 {
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--title-color), 1);
  margin-bottom: 5px;
  font-weight: 500;
}
.bag-list li .bag-content h6 {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
}
.bag-list li .bag-content h4 {
  padding-bottom: 0;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.bag-list li + li {
  margin-top: 14px;
}

.checkout-section {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
  padding: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
}
.checkout-section .checkout-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.shipping-address .shipping-radio {
  background-color: rgba(var(--white), 1);
  border-radius: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  padding: 20px;
  border: 1px solid rgba(var(--border-color), 0.6);
  border: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 576px) {
  .shipping-address .shipping-radio {
    padding: 15px;
  }
}
.shipping-address .shipping-radio input[type=radio] {
  margin-top: 4px;
}
.shipping-address .shipping-radio input[type=radio]:checked + label:before,
.shipping-address .shipping-radio input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  background: rgba(var(--white), 1);
  transform: translateY(-50%);
}
.rtl .shipping-address .shipping-radio input[type=radio]:checked + label:before,
.rtl .shipping-address .shipping-radio input[type=radio]:not(:checked) + label:before {
  left: unset;
  right: 5px;
}
.shipping-address .shipping-radio input[type=radio]:checked + label,
.shipping-address .shipping-radio input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  background-color: rgba(var(--white), 1);
}
.rtl .shipping-address .shipping-radio input[type=radio]:checked + label,
.rtl .shipping-address .shipping-radio input[type=radio]:not(:checked) + label {
  padding-left: 0;
  padding-right: 40px;
}
.shipping-address .shipping-radio input[type=radio]:checked,
.shipping-address .shipping-radio input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.rtl .shipping-address .shipping-radio input[type=radio]:checked,
.rtl .shipping-address .shipping-radio input[type=radio]:not(:checked) {
  right: -9999px;
  left: unset;
}
.shipping-address .shipping-radio input[type=radio]:checked + label:after,
.shipping-address .shipping-radio input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(var(--theme-color), 1);
  position: absolute;
  top: 50%;
  transform: scale(0) translateY(-50%);
  left: 8px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.rtl .shipping-address .shipping-radio input[type=radio]:checked + label:after,
.rtl .shipping-address .shipping-radio input[type=radio]:not(:checked) + label:after {
  left: unset;
  right: 8px;
}
.shipping-address .shipping-radio input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.shipping-address .shipping-radio input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.shipping-address .shipping-radio .added-address {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .shipping-address .shipping-radio .added-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.shipping-address .shipping-radio > label {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media (max-width: 576px) {
  .shipping-address .shipping-radio > label {
    align-items: flex-start;
  }
}
.shipping-address .shipping-radio > label h5,
.shipping-address .shipping-radio > label .h5 {
  font-weight: 500;
}
@media (max-width: 576px) {
  .shipping-address .shipping-radio > label h5,
  .shipping-address .shipping-radio > label .h5 {
    font-size: 15px;
  }
}
.shipping-address .shipping-radio > label .payment-img {
  width: auto;
  height: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  margin-left: auto;
}
.rtl .shipping-address .shipping-radio > label .payment-img {
  margin-left: 0;
  margin-right: auto;
}
.shipping-address .shipping-radio > label h6,
.shipping-address .shipping-radio > label .h6 {
  color: rgba(var(--content-color), 1);
}
@media (max-width: 576px) {
  .shipping-address .shipping-radio > label h6,
  .shipping-address .shipping-radio > label .h6 {
    line-height: 1.4;
  }
}
.shipping-address .shipping-radio > label a {
  margin-left: auto;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--theme-color), 1);
}
.rtl .shipping-address .shipping-radio > label a {
  margin-left: 0;
  margin-right: auto;
}
.shipping-address .shipping-radio + .shipping-radio {
  margin-top: 16px;
}
.shipping-address .add-address-form label {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
@media (max-width: 576px) {
  .shipping-address .add-address-form .btn {
    font-size: 14px;
  }
}

/**=====================
  5.7 coming soon style
==========================**/
.coming-soon-wrapper {
  background-color: #EDE9D0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 991px) {
  .coming-soon-wrapper {
    justify-content: center;
    padding-top: calc(38px + (53 - 38) * (100vw - 320px) / (1920 - 320));
  }
}
@media (min-height: 1100px) {
  .coming-soon-wrapper {
    justify-content: center;
    padding-top: calc(38px + (53 - 38) * (100vw - 320px) / (1920 - 320));
  }
}
.coming-soon-wrapper .countdown-wrap {
  gap: 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .coming-soon-wrapper .countdown-wrap {
    margin-top: 14px;
  }
}
@media (min-height: 1100px) {
  .coming-soon-wrapper .countdown-wrap {
    margin-top: 14px;
  }
}
.coming-soon-wrapper .countdown-wrap li {
  background-color: transparent;
  text-align: center;
  padding: 0 calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
  width: unset;
}
.coming-soon-wrapper .countdown-wrap li h3 {
  font-size: calc(27px + (65 - 27) * (100vw - 320px) / (1920 - 320));
  color: rgb(70, 70, 70);
  font-weight: 800;
}
.coming-soon-wrapper .countdown-wrap li h6 {
  font-size: calc(12px + (25 - 12) * (100vw - 320px) / (1920 - 320));
  color: rgb(101, 101, 101);
  font-weight: 400;
}
.coming-soon-wrapper .countdown-wrap li + li {
  border-left: 1px dashed #B5B5B5;
}
.rtl .coming-soon-wrapper .countdown-wrap li + li {
  border-left: unset;
  border-right: 1px dashed #b5b5b5;
}
.coming-soon-wrapper h5 {
  text-align: center;
  font-weight: 500;
  margin-top: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
  color: rgb(101, 101, 101);
}
.coming-soon-wrapper .notify-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10px + (18 - 10) * (100vw - 320px) / (1920 - 320));
}
.coming-soon-wrapper .notify-form input {
  width: 28%;
  border: none;
  padding: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)) calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  border-radius: 30px;
}
@media (max-width: 991px) {
  .coming-soon-wrapper .notify-form input {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .coming-soon-wrapper .notify-form input {
    width: 54%;
  }
}
.coming-soon-wrapper .notify-form .btn {
  padding: calc(7px + (11 - 7) * (100vw - 320px) / (1920 - 320)) calc(19px + (22 - 19) * (100vw - 320px) / (1920 - 320));
  border-radius: 30px;
}
.coming-soon-wrapper h1 {
  text-align: center;
  font-size: calc(38px + (210 - 38) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(-60px + -30 * (100vw - 991px) / 929);
  text-transform: unset;
  color: #464646;
  font-weight: 900;
}
@media (max-width: 991px) {
  .coming-soon-wrapper h1 {
    margin-bottom: 0;
    order: -1;
    margin-top: calc(-10px + (-25 - -10) * (100vw - 320px) / (1920 - 320));
  }
}
@media (min-height: 1100px) {
  .coming-soon-wrapper h1 {
    margin-bottom: 0;
    order: -1;
  }
}
.coming-soon-wrapper .coming-soon-img {
  width: 100%;
  margin: 0 auto -10px;
}
@media (max-width: 991px) {
  .coming-soon-wrapper .coming-soon-img {
    display: none;
  }
}
@media (min-height: 1100px) {
  .coming-soon-wrapper .coming-soon-img {
    display: none;
  }
}
@media (max-height: 991px) {
  .coming-soon-wrapper .coming-soon-img {
    margin: 0 auto -90px;
  }
}
.coming-soon-wrapper .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(10px + (40 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (100 - 10) * (100vw - 320px) / (1920 - 320)) 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.coming-soon-wrapper .top-header img {
  width: calc(110px + (170 - 110) * (100vw - 320px) / (1920 - 320));
}
.coming-soon-wrapper .top-header .social-share {
  display: flex;
  align-items: center;
  gap: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
}
.coming-soon-wrapper .top-header .social-share a {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.coming-soon-wrapper .top-header .social-share a:hover {
  transform: scale(1.2);
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}

/**=====================
   5.8 Contact Us style
==========================**/
.contact-title {
  margin-bottom: 20px;
}
.contact-title h3 {
  margin-bottom: calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1920 - 320));
}
.contact-title p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}

.contact-wrap {
  background-color: rgba(var(--light-gray), 1);
  border-radius: 10px;
  padding: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
}
.contact-wrap .contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040;
  border-radius: 4px;
}
.contact-wrap .contact-icon i {
  font-size: 20px;
  color: white;
}
.contact-wrap .contact-content {
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.contact-wrap .contact-content h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-wrap .contact-content p {
  color: rgba(var(--content-color), 1);
  font-weight: 500;
  margin-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
}
.contact-wrap .contact-content a {
  border-radius: 5px;
  width: 100%;
  display: block;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: calc(-1px + (-4 - -1) * (100vw - 320px) / (1920 - 320));
}

.map-section iframe {
  border: 0;
  width: 100%;
  filter: grayscale(1);
  border-radius: 6px;
  margin-bottom: -5px;
  height: 100%;
}

/**=====================
    5.9 Error page style
==========================**/
.error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .error-content {
    text-align: center;
  }
}
.error-content h2 {
  font-size: 60px;
  width: 90%;
  font-weight: 900;
  margin-bottom: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
  margin-top: calc(-6px + (-11 - -6) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1199px) {
  .error-content h2 {
    width: 100%;
    font-size: calc(24px + (46 - 24) * (100vw - 320px) / (1920 - 320));
  }
}
.error-content h4 {
  color: rgba(var(--content-color), 1);
  margin-bottom: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.error-content .btn-sec {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .error-content .btn-sec {
    justify-content: center;
  }
}
.error-content .btn-sec .btn {
  padding: 13px 30px;
  border-radius: 30px;
}
@media (max-width: 400px) {
  .error-content .btn-sec .btn {
    font-size: 15px;
    padding: 7px 16px;
  }
}
.error-content p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .error-content p {
    margin-bottom: calc(-4px + (-1 - -4) * (100vw - 320px) / (1920 - 320));
  }
}

/**=====================
   5.10 FAQs style
==========================**/
.faq-title h3 {
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1920 - 320));
}
.faq-title p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}

.faq-section .accordion-item {
  border: none;
}
.faq-section .accordion-item + .accordion-item {
  margin-top: 15px;
}
.faq-section .accordion-button {
  color: rgba(var(--title-color), 1);
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  padding: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(var(--light-gray), 1);
  border-radius: 6px !important;
  border: 1px solid #eee;
  font-weight: 500;
}
.dark .faq-section .accordion-button {
  border-color: #414141;
}
.faq-section .accordion-button.collapsed {
  border: 1px solid #eee;
}
.dark .faq-section .accordion-button.collapsed {
  border-color: #414141;
}
.faq-section .accordion-button:after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 1);
  border-radius: 6px;
  background-position: center;
  background-size: 15px;
}
.dark .faq-section .accordion-button:after {
  filter: invert(1);
  background-color: white;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: rgba(var(--light-gray), 1);
  box-shadow: none;
  border-radius: 6px 6px 0 0 !important;
  border-bottom: 1px solid transparent;
}
.faq-section .accordion-button:not(.collapsed):after {
  background-color: rgba(var(--white), 1);
}
.dark .faq-section .accordion-button:not(.collapsed):after {
  background-color: white;
}
.faq-section .accordion-collapse {
  background-color: transparent;
}
.faq-section .accordion-body {
  padding: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  padding-top: 0;
  background-color: rgba(var(--light-gray), 1);
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.dark .faq-section .accordion-body {
  border-color: #414141;
}
.faq-section .accordion-body p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
}
.faq-section .accordion-body p + p {
  margin-top: 12px;
}

/**=====================
   5.11 Order success style
==========================**/
.thankyou-section .top-animated-sec {
  display: flex;
  align-items: center;
  gap: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}
.thankyou-section .top-animated-sec h5 {
  margin-bottom: 4px;
  color: rgba(var(--content-color), 1);
}
.thankyou-section .top-animated-sec h4 {
  color: rgba(var(--title-color), 1);
  font-weight: 600;
}
.thankyou-section .check-mark-block {
  position: relative;
  transform: translateY(0);
  opacity: 0;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to top, #fbefef 0%, #faf9f8 100%);
  border-radius: 0.6rem;
  overflow: hidden;
  animation-delay: 0.4s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: loadUpThankyou;
  border: 1px solid #eee;
}
.rtl .thankyou-section .check-mark-block {
  direction: ltr;
}
.dark .thankyou-section .check-mark-block {
  background: #252525;
  border-color: rgba(var(--border-color), 1);
}
@media (max-width: 576px) {
  .thankyou-section .check-mark-block {
    width: 50px;
    height: 50px;
  }
}
.thankyou-section .check-mark-block .check-mark-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 39px 6px;
  transform: scale(0.7);
}
@media (max-width: 576px) {
  .thankyou-section .check-mark-block .check-mark-wrapper {
    transform: scale(0.45);
    padding: 25px 0px;
    margin-left: -1px;
  }
}
.thankyou-section .check-mark-block .check-mark-wrapper span {
  position: relative;
  width: 30px;
  height: 8px;
  background: transparent;
  display: block;
  border-radius: 30px;
  transform: rotate(0);
  transition: all 0.3s;
  transform: rotate(33deg);
  position: relative;
}
.thankyou-section .check-mark-block .check-mark-wrapper span::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(var(--theme-color), 1);
  border-radius: 30px;
  animation-delay: 0.65s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: getFullWidth;
}
.thankyou-section .check-mark-block .check-mark-wrapper span:last-child {
  width: 55px;
  height: 7px;
  display: block;
  border-radius: 30px;
  transform-origin: top;
  transition: all 0.3s;
  transform: translateY(-1.2rem) translateX(0.5rem) rotate(-56deg);
}
.thankyou-section .check-mark-block .check-mark-wrapper span:last-child:before {
  animation-delay: 0.85s;
}
.thankyou-section .order-details-sec {
  margin-top: 25px;
}
.thankyou-section .order-details-box h4 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320));
}
.thankyou-section .order-details-box h5 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.thankyou-section .order-details-box h5 + h5 {
  margin-top: 8px;
}
.thankyou-section .order-detail-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  background-color: rgba(var(--light-gray), 1);
  padding: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
  border-radius: calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
}
.thankyou-section .order-detail-title h4 {
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.thankyou-section .order-placed-text {
  text-align: center;
  margin-top: 20px;
}
.thankyou-section .order-placed-text,
.thankyou-section .order-delivery-text {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.thankyou-section .order-progressbar {
  margin: 20px 0 20px 0;
  padding: 0;
  overflow: hidden;
}
.thankyou-section .order-progressbar li {
  list-style-type: none;
  color: rgba(var(--title-color), 1);
  text-transform: uppercase;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  width: 25%;
  float: left;
  position: relative;
  font-weight: 600;
  text-align: center;
}
.rtl .thankyou-section .order-progressbar li {
  float: right;
}
.thankyou-section .order-progressbar li:first-child::after {
  content: none;
}
.thankyou-section .order-progressbar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #dedede;
  position: absolute;
  top: 20px;
  z-index: -1;
  left: -50%;
}
.rtl .thankyou-section .order-progressbar li:after {
  left: unset;
  right: -50%;
}
.dark .thankyou-section .order-progressbar li:after {
  background-color: #252525;
}
.thankyou-section .order-progressbar li:before {
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  width: calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320));
  height: calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320));
  font-family: Ionicons;
  font-size: calc(19px + (25 - 19) * (100vw - 320px) / (1920 - 320));
  line-height: calc(36px + (40 - 36) * (100vw - 320px) / (1920 - 320));
  border-radius: 50%;
  background-color: #dedede;
  display: block;
  margin: 0 auto 5px auto;
  color: rgba(var(--white), 1);
}
.dark .thankyou-section .order-progressbar li:before {
  background-color: #252525;
}
.thankyou-section .order-progressbar li.active {
  border-color: rgba(var(--theme-color), 1);
}
.thankyou-section .order-progressbar li.active:before, .thankyou-section .order-progressbar li.active:after {
  border-color: rgba(var(--theme-color), 1);
}
.thankyou-section .order-progressbar li.active:before {
  background: rgba(var(--theme-color), 1);
  color: #fff;
  font-weight: bold;
}
.thankyou-section .order-progressbar li.active + li:after {
  background-color: rgba(var(--theme-color), 1);
  content: "";
}
@keyframes getFullWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadUpThankyou {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.coupon-box {
  background-color: #e8f3ee;
  border-radius: 10px;
  padding: calc(22px + (45 - 22) * (100vw - 320px) / (1920 - 320)) calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
  margin-top: 20px;
  text-align: center;
}
.coupon-box h3 {
  margin-top: -5px;
  color: #1d1d1d;
}
.coupon-box p {
  margin-top: 10px;
  margin-bottom: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  color: #656565;
}
.coupon-box .copy-group {
  display: flex;
  align-items: center;
  gap: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .coupon-box .copy-group {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .coupon-box .copy-group {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .coupon-box .copy-group {
    width: 100%;
  }
}
.coupon-box .copy-group a {
  white-space: nowrap;
}

/**=====================
  5.12 Product style
==========================**/
.thumb-slider {
  height: 480px;
}
@media (max-width: 991px) {
  .thumb-slider {
    height: calc(90px + (140 - 90) * (100vw - 320px) / (1920 - 320));
  }
}
.thumb-slider .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 991px) {
  .thumb-slider .swiper-slide img {
    height: calc(80px + (130 - 80) * (100vw - 320px) / (1920 - 320));
  }
}

.product-slider .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.color-block {
  padding-bottom: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  margin-bottom: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.color-block h5 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  margin-bottom: 12px;
  font-size: calc(16px + (17 - 16) * (100vw - 320px) / (1920 - 320));
}
.color-block .color-options {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320));
}
.color-block .color-options.custom-gap {
  gap: 16px;
}
.color-block .color-options .img-swatch {
  width: 73px;
  height: 79px;
  display: block;
}
.color-block .color-options .img-swatch::after {
  transition: all 0.5s ease;
}
.color-block .color-options .img-swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.color-block .color-options .color-option {
  position: relative;
}
.dark .color-block .color-options .color-option {
  border: 1px solid #5c5c5c;
  border-radius: 100%;
}
.color-block .color-options .color-option .color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(var(--white), 1);
  cursor: pointer;
  transition: border 0.2s ease-in-out;
  display: block;
}
.color-block .color-options .color-option .color-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .color-block .color-options .color-option .color-circle {
    width: 35px;
    height: 35px;
  }
}
.color-block .color-options .color-option .color-circle::after {
  transition: all 0.5s ease;
}
.color-block .color-options input[type=radio] {
  display: none;
}
.color-block .color-options input[type=radio]:checked + .color-circle::after {
  border: 1px solid rgba(var(--border-color), 1);
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: -2px;
  top: -2px;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.dark .color-block .color-options input[type=radio]:checked + .color-circle::after {
  border-color: white;
}
@media (max-width: 768px) {
  .color-block .color-options input[type=radio]:checked + .color-circle::after {
    width: 37px;
    height: 37px;
    left: -1px;
    top: -1px;
  }
}
.color-block .color-options input[type=radio]:checked + .img-swatch::after {
  border: 1px solid rgba(var(--border-color), 1);
  content: "";
  position: absolute;
  width: 84px;
  height: 89px;
  left: -5px;
  top: -5px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .color-block .color-options input[type=radio]:checked + .img-swatch::after {
    width: 37px;
    height: 37px;
    left: -1px;
    top: -1px;
  }
}

.product-details-content .brand-name {
  color: rgba(var(--title-color), 1);
  font-weight: 600;
  margin-bottom: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .product-title {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .price-panel {
  margin-top: calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .price-panel h3 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--title-color), 1);
}
.product-details-content .price-panel h3 del {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.product-details-content .price-panel h3 span {
  color: rgba(var(--theme-color), 1);
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .price-panel h4 {
  font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  margin-top: 6px;
}
.product-details-content .price-panel .ratings {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .price-panel .ratings i {
  color: rgba(var(--theme-color), 1);
}
.product-details-content .bought-details {
  background: linear-gradient(90deg, rgba(var(--theme-color), 0.11) 0%, rgba(0, 0, 0, 0) 82%);
  color: rgba(var(--theme-color), 1);
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  padding: 8px 14px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.rtl .product-details-content .bought-details {
  background: linear-gradient(280deg, rgba(var(--theme-color), 0.11) 0%, rgba(0, 0, 0, 0) 82%);
}
.product-details-content .sale-wrapper {
  margin-bottom: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .sale-wrapper h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 12px;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .sale-wrapper .progress {
  height: 7px;
}
.dark .product-details-content .sale-wrapper .progress {
  background-color: #252525;
}
.product-details-content .sale-wrapper .progress .progress-bar-striped {
  background-color: rgba(var(--theme-color), 1);
}
.product-details-content .offer-panel {
  margin-top: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .offer-panel .offer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product-details-content .offer-panel .offer-title h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.product-details-content .offer-panel .offer-title .swiper-button-next,
.product-details-content .offer-panel .offer-title .swiper-button-prev {
  position: relative;
  inset: 0;
  width: 10px;
  height: auto;
  margin: 0;
}
.product-details-content .offer-panel .offer-title .swiper-button-next:after,
.product-details-content .offer-panel .offer-title .swiper-button-prev:after {
  font-size: 13px;
  color: rgba(var(--title-color), 1);
}
.product-details-content .offer-panel .offer-title .offer-pagination {
  position: relative;
  inset: 0;
}
.product-details-content .offer-panel .offer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rtl .product-details-content .offer-panel .offer-right {
  direction: ltr;
}
.product-details-content .offer-panel .offer-slider {
  display: flex;
  gap: 20px;
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 8px;
}
.rtl .product-details-content .offer-panel .offer-slider {
  direction: rtl;
}
.dark .product-details-content .offer-panel .offer-slider {
  background-color: #252525;
}
.product-details-content .offer-panel .offer-slider .offer-img {
  width: 34px;
}
.dark .product-details-content .offer-panel .offer-slider .offer-img img {
  filter: invert(1);
}
.product-details-content .offer-panel .offer-slider .offer-content {
  width: calc(100% - 34px - 15px);
}
.product-details-content .offer-panel .offer-slider .offer-content h6 {
  margin-bottom: 5px;
  font-weight: 500;
}
.product-details-content .offer-panel .offer-slider .offer-content p {
  line-height: 1.5;
}

.size-block h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  margin-bottom: 12px;
  font-size: calc(16px + (17 - 16) * (100vw - 320px) / (1920 - 320));
}
.size-block .size-text {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.size-block .size-options {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.size-block .size-options .size-option.sold-out {
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
}
.size-block .size-options .size-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.size-block .size-options .size-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 4px;
  color: rgba(var(--title-color), 1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .size-block .size-options .size-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .size-block .size-options .size-box {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.size-block .size-options .size-input:checked + .size-box {
  background: #313131;
  color: rgba(var(--white), 1);
  border-color: #313131;
}
.dark .size-block .size-options .size-input:checked + .size-box {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.size-block .size-options .size-input:disabled + .size-box {
  opacity: 0.4;
  cursor: not-allowed;
}
.size-block .size-options.text-swatch .size-box {
  width: auto;
  padding: 10px 18px;
  border-radius: 30px;
  height: auto;
}
.size-block p {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
}

.action-panel {
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 440px) {
  .action-panel {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .action-panel {
    flex-wrap: wrap;
  }
}
.action-panel .btn {
  height: 50px;
  padding: 8px 30px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  gap: 10px;
  display: flex;
  align-items: center;
}
.action-panel .btn.add-to-cart {
  width: 50%;
}
@media (max-width: 1199px) {
  .action-panel .btn.add-to-cart {
    width: 44%;
  }
}
@media (max-width: 576px) {
  .action-panel .btn.add-to-cart {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 440px) {
  .action-panel .btn.add-to-cart {
    width: calc(100% - 50px - 10px);
  }
}
@media (max-width: 1199px) {
  .action-panel .wishlist-text {
    display: none;
  }
}
@media (max-width: 1199px) {
  .action-panel .add-to-wishlist {
    width: 50px;
    justify-content: center;
    padding: 0;
  }
}
.action-panel .add-to-wishlist.added i {
  color: rgba(var(--theme-color), 1);
}

.key-highlight-block {
  margin-top: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  padding-top: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  border-top: 1px solid rgba(var(--border-color), 1);
}
.key-highlight-block h5.title {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.key-highlight-block .row > div {
  position: relative;
}
.key-highlight-block .row > div h5 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
}
.key-highlight-block .row > div h5 span {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}

.detail-accordion {
  margin-top: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
}
.detail-accordion .accordion .accordion-item {
  border: none;
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  padding-left: 0;
  transition: all 0.5s ease;
}
.rtl .detail-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  padding-right: 0;
  text-align: right;
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid rgba(var(--border-color), 1);
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .detail-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 16px;
  }
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  font-size: 22px;
  color: rgba(var(--title-color), 1);
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: calc(3px + (5 - 3) * (100vw - 320px) / (1920 - 320));
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button h6 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  line-height: 1.4;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.detail-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.detail-accordion .accordion .accordion-item .accordion-body {
  padding-inline: 0;
  padding-top: 6px;
}
.detail-accordion .accordion .accordion-item .accordion-body h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 14px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.detail-accordion .accordion .accordion-item .accordion-body h5:first-child {
  margin-top: 0;
}
.detail-accordion .accordion .accordion-item .accordion-body ol {
  padding-left: 1rem;
}
.rtl .detail-accordion .accordion .accordion-item .accordion-body ol {
  padding-left: 0;
  padding-right: 1rem;
}
.detail-accordion .accordion .accordion-item .accordion-body ol li {
  display: list-item;
  list-style: disc;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(var(--content-color), 1);
}
.detail-accordion .accordion .accordion-item .accordion-body ul li {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(var(--content-color), 1);
}
.detail-accordion .accordion .accordion-item .accordion-body p {
  font-size: 15px;
}
.detail-accordion .accordion .accordion-item .accordion-collapse {
  padding-top: 0;
}
.detail-accordion .accordion .accordion-item .accordion-collapse.collapse {
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.detail-accordion .accordion .accordion-item:last-child .accordion-header .accordion-button {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-accordion .accordion .accordion-item:last-child .accordion-body {
  padding-top: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
}

.detail-tabs h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: calc(7px + (12 - 7) * (100vw - 320px) / (1920 - 320));
  margin-top: 14px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.detail-tabs h5:first-child {
  margin-top: 0;
}
.detail-tabs ol {
  padding-left: 1rem;
}
.rtl .detail-tabs ol {
  padding-left: 0;
  padding-right: 1rem;
}
.detail-tabs ol li {
  display: list-item;
  list-style: disc;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.8;
  color: rgba(var(--content-color), 1);
}
.detail-tabs ul li {
  display: block;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.8;
  color: rgba(var(--content-color), 1);
}
.detail-tabs p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.detail-tabs .nav-tabs {
  justify-content: center;
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  border-bottom: none;
}
@media (max-width: 767px) {
  .detail-tabs .nav-tabs {
    justify-content: flex-start;
    flex-wrap: unset;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(var(--border-color), 1);
  }
}
.detail-tabs .nav-tabs .nav-link {
  color: rgba(var(--content-color), 1);
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  padding-inline: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  padding-bottom: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  border: none;
}
@media (max-width: 767px) {
  .detail-tabs .nav-tabs .nav-link {
    white-space: nowrap;
  }
}
.detail-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid rgba(var(--theme-color), 1);
  color: rgba(var(--theme-color), 1);
}
.detail-tabs .tab-content {
  padding: calc(10px + (25 - 10) * (100vw - 320px) / (1920 - 320));
  border-radius: 10px;
  background-color: rgba(var(--light-gray), 1);
}

.share-ask-option {
  display: flex;
  align-items: center;
  gap: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  margin-top: 14px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  flex-wrap: wrap;
}
.share-ask-option li i {
  width: 30px;
  height: 30px;
  background-color: #f6f6f6;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dark .share-ask-option li i {
  background-color: #252525;
}
.share-ask-option li a {
  color: rgba(var(--content-color), 1);
  transition: all 0.5s ease;
}
.share-ask-option li a:hover {
  color: rgba(var(--theme-color), 1);
}

.sticky-product-top {
  position: sticky;
  top: 30px;
  z-index: 1;
}

.product-slider-arrow .swiper-button-next,
.product-slider-arrow .swiper-button-prev {
  width: calc(35px + (45 - 35) * (100vw - 320px) / (1920 - 320));
  height: calc(35px + (45 - 35) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  transform: scale(0.4);
  transition: all 0.5s ease;
}
.product-slider-arrow .swiper-button-next:after,
.product-slider-arrow .swiper-button-prev:after {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--theme-color), 1);
}
.product-slider-arrow .swiper-button-prev {
  left: -50px;
}
.product-slider-arrow .swiper-button-next {
  right: -50px;
}
.product-slider-arrow:hover .swiper-button-next,
.product-slider-arrow:hover .swiper-button-prev {
  transform: scale(1);
  transition: all 0.5s ease;
}
.product-slider-arrow:hover .swiper-button-prev {
  left: 20px;
}
.product-slider-arrow:hover .swiper-button-next {
  right: 20px;
}

.swiper-slide {
  transition: all 0.5s ease;
}
.swiper-slide.swiper-slide-thumb-active {
  border: 1px solid rgba(var(--theme-color), 0.5);
  padding: 4px;
  transition: all 0.5s ease;
}

.product-services {
  text-align: center;
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--light-gray), 1);
  padding: 10px;
  border-radius: 10px;
}
.product-services img {
  width: calc(35px + (42 - 35) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 8px;
}
.dark .product-services img {
  filter: invert(1);
}
.product-services h5 {
  width: 58%;
  margin: 0 auto;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .product-services h5 {
    width: 72%;
  }
}
@media (max-width: 1400px) {
  .product-services h5 {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .product-services h5 {
    width: 100%;
  }
}
.product-services > div + div {
  border-left: 1px solid rgba(var(--border-color), 1);
}
.rtl .product-services > div + div {
  border-left: none;
  border-right: 1px solid rgba(var(--border-color), 1);
}

.product-review {
  margin-top: 20px;
}
.product-review h5 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.product-review .rating-counts {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.product-review .rating-counts .rating-wrap {
  width: 28%;
  text-align: center;
}
@media (max-width: 1199px) {
  .product-review .rating-counts .rating-wrap {
    width: 35%;
  }
}
@media (max-width: 440px) {
  .product-review .rating-counts .rating-wrap {
    width: 40%;
  }
}
.product-review .rating-counts .rating-wrap h2 {
  font-size: 44px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .product-review .rating-counts .rating-wrap h2 {
    font-size: calc(32px + (48 - 32) * (100vw - 320px) / (1920 - 320));
  }
}
.product-review .rating-counts .rating-wrap h6 {
  margin-top: 5px;
  color: rgba(var(--content-color), 1);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .product-review .rating-counts .rating-wrap h6 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .product-review .rating-counts .rating-wrap h6 {
    font-size: 12px;
  }
}
.product-review .rating-counts .rating-wrap .rating {
  color: #FF9800;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product-review .rating-counts .rating-wrap .rating {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  }
}
.product-review .rating-counts .rating-wrap .btn {
  margin-top: 12px;
}
@media (max-width: 440px) {
  .product-review .rating-counts .rating-wrap .btn {
    font-size: 12px;
  }
}
.product-review .rating-counts .rating-progressbar {
  width: 72%;
  display: flex;
  gap: 3px;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .product-review .rating-counts .rating-progressbar {
    width: 75%;
  }
}
@media (max-width: 440px) {
  .product-review .rating-counts .rating-progressbar {
    width: 60%;
  }
}
.product-review .rating-counts .rating-progressbar li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--title-color), 1);
  justify-content: space-between;
}
.product-review .rating-counts .rating-progressbar li span {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.product-review .rating-counts .rating-progressbar li span:last-child {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.product-review .rating-counts .rating-progressbar li .progress {
  width: 82%;
  height: 5px;
}
.dark .product-review .rating-counts .rating-progressbar li .progress {
  background-color: #252525;
}
@media (max-width: 1400px) {
  .product-review .rating-counts .rating-progressbar li .progress {
    width: 72%;
  }
}
@media (max-width: 440px) {
  .product-review .rating-counts .rating-progressbar li .progress {
    width: 60%;
  }
}
.product-review .rating-counts .rating-progressbar li:first-child .progress-bar {
  background-color: #2ca003;
}
.product-review .rating-counts .rating-progressbar li:nth-child(2) .progress-bar {
  background-color: #95cf81;
}
.product-review .rating-counts .rating-progressbar li:nth-child(3) .progress-bar {
  background-color: #ffc780;
}
.product-review .rating-counts .rating-progressbar li:nth-child(4) .progress-bar {
  background-color: #ed9c99;
}
.product-review .rating-counts .rating-progressbar li:nth-child(5) .progress-bar {
  background-color: #c0332e;
}
.product-review .view-all-btn {
  width: 100%;
  margin-top: 14px;
  font-weight: 600;
  padding: 12px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.custom-said li {
  width: 100%;
}
.custom-said li .top-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.custom-said li .top-part h5 {
  margin-bottom: 2px;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  font-weight: 600;
}
.custom-said li .top-part h6 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.custom-said li .top-part i {
  color: #FF9800;
}
.custom-said li h4 {
  margin-top: 10px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 5px;
  color: rgba(var(--title-color), 1);
}
.custom-said li p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.5;
}
.custom-said li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--border-color), 1);
}

.size-modal th,
.size-modal td {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}

#lightgallery img {
  cursor: zoom-in;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.grid-container .grid-item:nth-child(3n+1) {
  grid-column: span 2;
}

.product-slider-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sticky-product-panel {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 576px) {
  .sticky-product-panel {
    bottom: 16px;
  }
}
.sticky-product-panel .sticky-product-info {
  width: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 60px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.sticky-product-panel .sticky-product-info .left-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 440px) {
  .sticky-product-panel .sticky-product-info .left-info {
    display: none;
  }
}
.sticky-product-panel .sticky-product-info .left-info img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.sticky-product-panel .sticky-product-info .left-info h3 {
  font-size: 18px;
  font-weight: 500;
}
.sticky-product-panel .sticky-product-info .left-info h6 {
  color: rgba(var(--content-color), 1);
  margin-bottom: 4px;
}
.sticky-product-panel .sticky-product-info .left-info h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
}
.sticky-product-panel .sticky-product-info .left-info h5 del {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.sticky-product-panel .sticky-product-info .left-info h5 span {
  color: rgba(var(--theme-color), 1);
  font-size: 14px;
}
.sticky-product-panel .sticky-product-info .right-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 440px) {
  .sticky-product-panel .sticky-product-info .right-info {
    width: 100%;
    gap: 10px;
  }
}
.sticky-product-panel .sticky-product-info .right-info .btn {
  height: 50px;
  gap: 10px;
}
@media (max-width: 576px) {
  .sticky-product-panel .sticky-product-info .right-info .btn {
    width: 50px;
  }
}
@media (max-width: 440px) {
  .sticky-product-panel .sticky-product-info .right-info .btn {
    width: 52%;
    height: 45px;
  }
}
@media (max-width: 440px) {
  .sticky-product-panel .sticky-product-info .right-info .quantity-counter {
    width: 43%;
  }
}
.sticky-product-panel .sticky-product-info .mobile-text {
  display: inline-block;
}
@media (max-width: 576px) {
  .sticky-product-panel .sticky-product-info .mobile-text {
    display: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .sticky-product-panel .sticky-product-info .mobile-text {
    display: inline-block;
    white-space: nowrap;
  }
}
.sticky-product-panel.show .sticky-product-info {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.product-bundle-section .bundle-box {
  background-color: #f8f8f8;
  padding: 60px 110px;
  border-radius: 10px;
}
.dark .product-bundle-section .bundle-box {
  background-color: #252525;
}
@media (max-width: 1400px) {
  .product-bundle-section .bundle-box {
    padding: 60px 70px;
  }
}
@media (max-width: 576px) {
  .product-bundle-section .bundle-box {
    padding: 30px 50px;
  }
}
.product-bundle-section .bundle-box > h4 {
  text-align: center;
  margin-bottom: 20px;
}
.product-bundle-section .bundle-box .vertical-product2 .effect-wrap {
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
}
.product-bundle-section .style-prev,
.product-bundle-section .style-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 1;
  border-radius: 100%;
  z-index: 2;
  margin: 0;
  transform: none;
}
@media (max-width: 767px) {
  .product-bundle-section .style-prev,
  .product-bundle-section .style-next {
    width: 30px;
    height: 30px;
  }
}
.product-bundle-section .style-prev:after,
.product-bundle-section .style-next:after {
  font-size: 18px;
  color: rgba(var(--title-color), 1);
}
@media (max-width: 767px) {
  .product-bundle-section .style-prev:after,
  .product-bundle-section .style-next:after {
    font-size: 14px;
  }
}
.product-bundle-section .style-prev.swiper-button-disabled,
.product-bundle-section .style-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-bundle-section .style-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .product-bundle-section .style-prev {
    left: -30px;
  }
}
.product-bundle-section .style-next {
  right: -50px;
}
@media (max-width: 767px) {
  .product-bundle-section .style-next {
    right: -30px;
  }
}

.video-slide:after {
  content: "\f00a";
  font-family: remixicon !important;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff6d32;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
}

/**=====================
  5.13 Shop style
==========================**/
.shop-sidebar {
  padding: 20px;
  background-color: rgba(var(--light-gray), 1);
  border-radius: 15px;
}
.shop-sidebar .title-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}
.shop-sidebar .title-panel h2 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  font-family: "Playfair Display", serif;
}
.shop-sidebar .btn-close-custom {
  z-index: 2;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: rgba(var(--white), 1);
  transform: scale(1);
  transition: transform 0.3s 0.6s, background 0.3s;
  transition-duration: 0.5s;
  border: none;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.31);
}
.shop-sidebar .btn-close-custom::after, .shop-sidebar .btn-close-custom::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #222;
}
.dark .shop-sidebar .btn-close-custom::after, .dark .shop-sidebar .btn-close-custom::before {
  background: #eaeaea;
}
.shop-sidebar .btn-close-custom::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition-duration: 0.5s;
}
.shop-sidebar .btn-close-custom::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition-duration: 0.5s;
}
.shop-sidebar .btn-close-custom:hover {
  transform: rotate(20deg);
  transform: scale(1.2);
}
.shop-sidebar .btn-close-custom:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.shop-sidebar .btn-close-custom:hover::after {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.shop-sidebar.sidebar-offcanvas {
  position: fixed;
  left: -340px;
  top: 0;
  width: 340px;
  height: 100vh;
  border-radius: 0;
  z-index: 42;
  overflow: auto;
  background-color: rgba(var(--white), 1);
  padding: 0;
  transition: all 0.5s ease;
}
@media (max-width: 400px) {
  .shop-sidebar.sidebar-offcanvas {
    width: 300px;
  }
}
.shop-sidebar.sidebar-offcanvas.show {
  left: 0;
  transition: all 0.5s ease;
}
.shop-sidebar.sidebar-offcanvas .sidebar-content {
  padding: 0 20px 20px;
}
.shop-sidebar.sidebar-offcanvas .sidebar-content .filter-wrapper:first-child {
  border-top: none;
  margin-top: 0;
}
.shop-sidebar.sidebar-offcanvas h3 {
  background-color: rgba(var(--light-gray), 1);
  padding: 20px;
}
@media (max-width: 991px) {
  .shop-sidebar {
    position: fixed;
    left: -340px;
    top: 0;
    width: 340px;
    height: 100vh;
    border-radius: 0;
    z-index: 42;
    overflow: auto;
    background-color: rgba(var(--white), 1);
    padding: 0;
    transition: all 0.5s ease;
  }
}
@media (max-width: 991px) and (max-width: 400px) {
  .shop-sidebar {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .shop-sidebar.show {
    left: 0;
    transition: all 0.5s ease;
  }
  .shop-sidebar .sidebar-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .shop-sidebar .sidebar-content .filter-wrapper:first-child {
    border-top: none;
    margin-top: 0;
  }
}
.shop-sidebar h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.shop-sidebar h3 a {
  font-size: 16px;
  color: rgba(var(--theme-color), 1);
}
.shop-sidebar h3 a.btn-filter-close {
  font-size: 20px;
  color: rgba(var(--title-color), 1);
}
@media (max-width: 991px) {
  .shop-sidebar h3 {
    background-color: rgba(var(--light-gray), 1);
    padding: 20px;
  }
}
.shop-sidebar .filter-wrapper {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--border-color), 1);
  margin-top: 20px;
}
.shop-sidebar .filter-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.shop-sidebar .filter-wrapper .form-check {
  margin-bottom: 0;
}
.shop-sidebar .filter-wrapper.custom-radio .form-check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.rtl .shop-sidebar .filter-wrapper.custom-radio .form-check {
  padding-left: 0;
  padding-right: 30px;
}
.shop-sidebar .filter-wrapper.custom-radio input[type=radio] {
  display: none;
}
.shop-sidebar .filter-wrapper.custom-radio label {
  cursor: pointer;
  position: relative;
}
.shop-sidebar .filter-wrapper.custom-radio label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.rtl .shop-sidebar .filter-wrapper.custom-radio label::before {
  left: unset;
  right: -30px;
}
.shop-sidebar .filter-wrapper.custom-radio label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgba(var(--theme-color), 1);
  border: 2px solid rgba(var(--theme-color), 1);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.shop-sidebar .filter-wrapper.custom-radio input[type=radio]:checked + label::before {
  border-color: rgba(var(--theme-color), 1);
}
.shop-sidebar .filter-wrapper.custom-radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.shop-sidebar .filter-wrapper.custom-checkbox .form-check {
  padding-left: 0;
  cursor: pointer;
}
.shop-sidebar .filter-wrapper.custom-checkbox .form-check label {
  cursor: pointer;
}
.shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox] {
  position: relative;
  border: 2px solid #d5d5d5;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}
.rtl .shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox] {
  float: right;
  margin: 0 0 0 0.6em;
}
.shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox]:hover {
  opacity: 1;
}
.shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox]:checked {
  background-color: rgba(var(--theme-color), 1);
  opacity: 1;
  border-color: rgba(var(--theme-color), 1);
}
.dark .shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox]:checked::before {
  border-color: white;
}
.shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.dark .shop-sidebar .filter-wrapper.custom-checkbox input[type=checkbox]:before {
  border-color: #181818;
}
.shop-sidebar .filter-wrapper li {
  display: block;
  font-size: 16px;
  color: rgba(var(--title-color), 1);
}
.shop-sidebar .filter-wrapper li + li {
  margin-top: 8px;
}

.color-checkbox .form-check label {
  display: flex;
  align-items: center;
}
.color-checkbox .color-span {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #ddd;
}
.rtl .color-checkbox .color-span {
  margin-right: unset;
  margin-left: 7px;
}
.color-checkbox .color-span.white {
  background-color: white;
}
.color-checkbox .color-span.sky-blue {
  background-color: #9acbf1;
}
.color-checkbox .color-span.grey {
  background-color: #364254;
}
.color-checkbox .color-span.pink {
  background-color: pink;
}
.color-checkbox .color-span.green {
  background-color: #8bc4ab;
}

.shop-top-panel {
  margin-bottom: 30px;
}
.shop-top-panel .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.shop-top-panel .top-bar .sort-by {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-top-panel .top-bar .sort-by .form-select {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}
.shop-top-panel .top-bar .sort-by h5 {
  white-space: nowrap;
  font-size: 16px;
}
.shop-top-panel .top-bar .grid-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-top-panel .top-bar .grid-option li {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--light-gray), 1);
  border-radius: 6px;
  padding: 7px;
}
.shop-top-panel .top-bar .grid-option li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-top-panel .top-bar .grid-option li a img {
  height: 18px;
}
.shop-top-panel .top-bar .grid-option li.active {
  background-color: #404040;
}
.shop-top-panel .top-bar .grid-option li.active img {
  filter: invert(1) brightness(100);
}
.shop-top-panel .bottom-bar {
  display: flex;
  align-items: center;
  margin-top: 18px;
  gap: 10px;
  flex-wrap: wrap;
}
.shop-top-panel .bottom-bar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.shop-top-panel .bottom-bar ul li {
  background-color: rgba(var(--theme-color), 0.05);
  padding: 5px 14px;
  border-radius: 18px;
  color: rgba(var(--theme-color), 1);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border: 1px solid rgba(var(--theme-color), 0.31);
}
@media (max-width: 767px) {
  .shop-top-panel .bottom-bar ul li {
    font-size: 14px;
    gap: 8px;
  }
}
.shop-top-panel .bottom-bar ul li a {
  color: rgba(var(--theme-color), 1);
}
.shop-top-panel .bottom-bar ul li:last-child {
  padding: 0;
  background-color: transparent;
  border: none;
}
.shop-top-panel .bottom-bar ul li:last-child a {
  color: rgba(var(--theme-color), 1);
  text-decoration: underline;
}

.sidebar-overlay,
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(var(--black), 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: none;
}
.sidebar-overlay.show,
.menu-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.custom-cross {
  position: fixed;
  pointer-events: none;
  font-size: 2.5rem;
  color: rgba(var(--white), 1);
  z-index: 1000;
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--black), 1);
  border-radius: 100%;
}
.dark .custom-cross {
  background-color: white;
  color: #222;
}
@media (max-width: 1024px) {
  .custom-cross {
    display: none !important;
  }
}

.mobile-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 6px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  margin-bottom: 12px;
}

.sale-panel {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  background-image: conic-gradient(from 220deg, rgba(var(--theme-color), 1), rgba(var(--theme-dark), 1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  gap: 30px;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .sale-panel {
    flex-direction: column;
    gap: 10px;
  }
}
.sale-panel h6 {
  color: white;
  font-size: calc(15px + (19 - 15) * (100vw - 320px) / (1920 - 320));
}
.sale-panel .countdown-wrapper {
  padding: 0;
  background-color: transparent;
  margin-top: 0;
}
.sale-panel .countdown-wrapper h6 {
  font-weight: 500;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
}
.sale-panel .countdown-wrapper li {
  display: flex;
  align-items: center;
  background-color: rgba(var(--white), 1);
  padding: 4px 7px;
  border-radius: 5px;
}

.shop-list .vertical-product2 {
  background: linear-gradient(180deg, rgb(221, 236, 255) 0%, rgba(41, 45, 50, 0.08) 100%);
}
.dark .shop-list .vertical-product2 {
  background: linear-gradient(180deg, rgb(80, 80, 80) 0%, rgba(41, 45, 50, 0.08) 100%);
}
.shop-list .vertical-product2 .effect-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 576px) {
  .shop-list .vertical-product2 .effect-wrap {
    flex-direction: column;
  }
}
.shop-list .vertical-product2 .product-img {
  width: 340px;
}
@media (max-width: 767px) {
  .shop-list .vertical-product2 .product-img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .shop-list .vertical-product2 .product-img {
    width: 100%;
  }
}
.shop-list .vertical-product2 .product-img .onhover-btns {
  display: none;
}
.shop-list .vertical-product2 .product-content {
  width: calc(100% - 340px);
  padding-left: 20px;
}
.rtl .shop-list .vertical-product2 .product-content {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .shop-list .vertical-product2 .product-content {
    width: calc(100% - 200px);
  }
}
@media (max-width: 576px) {
  .shop-list .vertical-product2 .product-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.shop-list .vertical-product2 .product-content h4 {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.shop-list .vertical-product2 .product-content p {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}
.shop-list .vertical-product2 .product-content h6 {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  margin-top: 6px;
}
.shop-list .vertical-product2 .product-content h5 {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
.shop-list .vertical-product2 .product-content .onhover-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320));
}
.shop-list .vertical-product2 .product-content .onhover-btns .add-to-cart {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)) calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid rgba(var(--border-color), 1);
}
.shop-list .vertical-product2 .product-content .onhover-btns .add-to-cart:hover {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--theme-color), 1);
}
.shop-list .vertical-product2 .product-content .onhover-btns ul {
  right: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  top: calc(6px + (13 - 6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li {
  width: calc(36px + (42 - 36) * (100vw - 320px) / (1920 - 320));
  height: calc(36px + (42 - 36) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--border-color), 1);
  cursor: pointer;
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li.active {
  background-color: rgba(var(--theme-color), 1);
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li.active i {
  color: rgba(var(--white), 1);
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li i {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li:hover {
  background-color: rgba(var(--theme-color), 1);
}
.shop-list .vertical-product2 .product-content .onhover-btns ul li:hover i {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}

#product-grid > div {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
#product-grid > div.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#scroll-loader {
  transition: opacity 0.3s ease;
}

#end-message p {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
