/** Shopify CDN: Minification failed

Line 548:2 "align-itesm" is not a known CSS property
Line 4157:2 "justigy-content" is not a known CSS property
Line 11048:1 Expected identifier but found "."
Line 11287:3 Unexpected "/"

**/
:root {
  --white: 255, 255, 255;
  --dark-white: 255, 255, 255;
  --black-dark: 34, 34, 34;
  --black: 0, 0, 0;
  --background-white: 244, 244, 244;
  --box-background: 248, 248, 248;
  --border: 238, 238, 238;
  --danger-color: 220, 53, 69;
  --success-color: 48, 153, 117;
  --dark-black-text: 136, 136, 136;
  --red-color: 235, 77, 85;
  --theme-light-secondary: 206, 209, 199;
  --light-white: 255, 255, 255;
}

.dark {
  --white: 34, 34, 34;
  --black: 255, 255, 255;
  --box-background: 47, 47, 47;
  --theme-font-color: 255, 255, 255;
  --border: 58, 58, 58;
}

.for-dark {
  display: none;
}

.for-light {
  display: block;
}

.dark .for-light {
  display: none;
}

.dark .for-dark {
  display: block;
}

.logo-dark {
  display: none;
}

.dark .logo-light {
  display: none;
}

.dark .logo-dark {
  display: block;
}
input[type="number"] {
  appearance: none;
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  &::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
}

.badge-sm {
  color: #fff;
  background-color: var(--theme-default);
  font-size: 14px;
  padding-inline: 5px;
  padding-block: 3px;
}
.danger-color {
  background-color: #bb2124 !important;
}

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

.theme-default-light {
  background-color: rgba(var(--theme-secondary), 1) !important;
}

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

.light-bg {
  background-color: rgba(var(--box-background), 1);
}

body {
  background-color: rgba(var(--white), 1);
  color: rgba(var(--theme-font-color), 1);
  font-size: 14px;
  font-family: var(--font-body-family);
  position: relative;
  letter-spacing: normal;
}

main {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading-family);
}

h1 {
  font-size: calc(26px + (60 - 26) * ((100vw - 320px) / (1920 - 320)));
}

h1,
h2 {
  font-weight: 500;
  text-transform: capitalize;
}

h2 {
  font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));
}

h3 {
  font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
}

h3,
h4 {
  font-weight: 500;
  text-transform: capitalize;
}

h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

h5 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}

h6 {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
}
.dark .nav-megamenu h5 {
  color: rgba(var(--black), 1);
}

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

li {
  display: inline-block;
  font-size: 18px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  color: rgba(var(--secondary-color), 1);
}

span {
  font-size: 18px;
  color: rgba(var(--secondary-color), 1);
}

a {
  color: rgba(var(--theme-font-color), 1);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.4s ease;
}

a:focus,
button:focus {
  outline: none;
}
.modal .btn-close:focus,
.offcanvas .btn-close:focus {
  box-shadow: none !important;
}
.modal .form-control:focus {
  box-shadow: none;
  border-color: rgba(var(--theme-default), 1);
}
.dark .login-box .form-floating .form-control {
  border-color: rgba(var(--border), 1);
  background: rgba(var(--black-dark), 1);
}

.form-floating{
  margin-bottom: 10px;
}

.dark .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: rgba(var(--black), 1);
}
.dark .form-floating > .form-control:focus ~ label {
  color: rgba(var(--black), 1);
}

.dark .form-control {
  background-color: rgba(var(--box-background), 1);
  color: rgba(var(--black), 1);
  border: 1px solid rgba(var(--border), 1);
}
.dark .form-select {
  color: rgba(var(--black), 1);
  background-color: rgba(var(--box-background), 1);
  border: 1px solid rgba(var(--border), 1);
}
.dark .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.dark .form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}
.modal .modal-header {
  border: none;
}
@media (min-width: 1600px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1530px;
    padding: 0 15px;
  }
}

.section-space {
  padding: calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}
.section_space {
  padding: calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}
.section-t-space {
  padding: calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320))) 0 0 0;
}

.section-b-space {
  padding: 0 0 calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}

.gap-none {
  gap: 0 !important;
}

.iconsax {
  --Iconsax-Size: 18px;
  --Iconsax-Color: rgba(var(--theme-default), 1);
}
.theme-btns {
  align-items: center;
  display: flex;
  gap: 15px;
  position: fixed;
  right: 0;
  top: calc(50% + 70px);
  transform: rotate(90deg);
  transform-origin: right top;
  z-index: 2;
}
[dir="rtl"] .theme-btns {
  direction: ltr;
  top: unset;
  bottom: calc(50% + 110px);
  left: 0;
  right: unset;
  transform-origin: left bottom;
}
.theme-btns .btntheme {
  align-items: center;
  background: rgba(var(--theme-default), 1);
  border: none;
  color: #fff;
  display: flex;
  gap: 6px;
  outline: none;
  padding: 5px 14px;
  z-index: 3;
}
.theme-btns .btntheme i {
  font-size: calc(15.6px + 0.125vw);
}
.theme-btns .btntheme div {
  font-size: calc(15.2px + 0.25vw);
}
::selection {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}
::-moz-selection {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}

/* Buttons */
.btn {
  padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)))
    calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)))
    calc(8px + (13 - 8) * ((100vw - 320px) / (1920 - 320)));
}

.btn_solid {
  padding: calc(8px + (13 - 8) * ((100vw - 320px) / (1920 - 320)))
    calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  border-radius: 0;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  transition: all 0.5s ease;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: max-content;
  line-height: 1;
}

.btn_solid svg {
  height: 20px;
  width: 20px;
  fill: rgba(var(--white), 1);
}

.btn_solid .iconsax svg {
  fill: none;
}

.btn_solid:hover {
  color: rgba(var(--theme-default), 1);
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--theme-default), 1);
}

.btn_solid.sm {
  padding: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)))
    calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
}

.theme-style-3 .btn_solid {
  color: rgba(var(--theme-font-color));
}

.theme-style-3 .btn_solid:hover {
  color: rgba(var(--theme-default));
}

.btn_group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: max-content;
  line-height: 1;
}

.btn_secondary {
  padding: calc(8px + (13 - 8) * ((100vw - 320px) / (1920 - 320)))
    calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(var(--theme-font-color), 1);
  border: none;
  color: rgba(var(--white), 1);
  border-radius: 0;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: max-content;
  line-height: 1;
}

/* Hover-filled slide effect */

.btn_secondary::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--theme-default), 1);
  transition: right 0.4s ease-in-out;
  z-index: 0;
}

[dir="rtl"] .btn_secondary::before {
  right: unset;
  left: -100%;
  transition: left 0.4s ease-in-out;
}

.btn_group:hover .btn_secondary::before {
  right: 0;
}

[dir="rtl"] .btn_group:hover .btn_secondary::before {
  right: unset;
  left: 0;
}

.btn_group:hover .btn_secondary {
  color: rgba(var(--theme-font-color), 1);
}

.btn_group span {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--theme-font-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: transform 0.5s ease-in-out;
}

.btn_group .btn_secondary span {
  background-color: transparent;
  color: inherit;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: none;
}

.btn_group:hover span {
  transform: translateX(-10px);
}

[dir="rtl"] .btn_group:hover span {
  transform: translateX(10px);
}

.btn_group:hover .btn_secondary span {
  transform: none;
}

footer .btn_group:hover span {
  transform: none;
}
.footer-section {
  background: #f5f1eb;
}
.dark .footer-section {
  background: rgba(var(--box-background), 1);
}
/* Disable */
.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

/* Tap top */
.tap-top {
  background: rgba(var(--theme-default));
  border: none;
  bottom: 40px;
  color: rgba(var(--white), 1);
  cursor: pointer;
  font-size: 22px;
  height: 35px;
  padding: 6px 5px 5px;
  position: fixed;
  right: -60px;
  text-align: center;
  transition: all 0.5s ease;
  width: 35px;
  z-index: 7;
}

[dir="rtl"] .tap-top {
  right: unset;
  left: -60px;
}
@media (max-width: 577px) {
  .tap-top {
    bottom: 80px;
    left: 90%;
  }
}

@media (max-width: 320px) {
  .tap-top {
    left: 83%;
    bottom: 15%;
  }
}

.tap-top svg {
  width: 18px;
  height: 18px;
}

.tap-top:after {
  background-color: rgba(var(--black), 1);
  background: radial-gradient(
    ellipse at center,
    rgba(var(--black), 0.07) 0,
    rgba(var(--black), 0) 100%
  );
  bottom: -12px;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tap-top > div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tap-top.top {
  display: flex;
  align-itesm: center;
  justify-content: center;
  right: 40px;
  transition: all 0.5s ease;
}

[dir="rtl"] .tap-top.top {
  right: unset;
  left: 40px;
}

.tap-top.top:hover {
  animation: tada 1.5s ease infinite;
}

/* Modal */

[dir="rtl"] .modal-header .btn-close {
  margin: 0;
  margin-right: auto;
}
[dir="rtl"] .modal-header .btn-close {
  left: 23px;
  right: unset;
}
[dir="rtl"] .modal-content .btn-close {
  right: unset;
  left: 10px;
  top: 15px;
}
.modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.dark .modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.modal-title {
  color: rgba(var(--theme-font-color), 1);
}

.modal-content {
  background-color: rgba(var(--white), 1);
  border-radius: 0;
}

/* offcanvas */
.offcanvas {
  z-index: 9999;
}
.offcanvas-title {
  color: rgba(var(--theme-font-color), 1);
  font-weight: 600;
}

.offcanvas-body {
  background-color: rgba(var(--white), 1);
  padding: 0;
}
.offcanvas-backdrop {
  z-index: 1055;
}

/* Progress bar */
.progress,
.progress-stacked {
  background-color: rgba(var(--white), 1);
}

/* Slider Dots */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: rgba(var(--theme-dark-secondary), 1);
  margin: 0 5px !important;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: rgba(var(--theme-default), 1);
}

/* Breadcrumb */
.dark .heading-banner {
  background-color: rgba(var(--box-background), 1);
}
.heading-banner {
  padding: 15px 0;
  background-color: rgba(var(--theme-default), 0.1);
}

.heading-banner .breadcrumb {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .heading-banner .breadcrumb {
    float: unset !important;
    justify-content: center;
  }
}

.heading-banner .breadcrumb .breadcrumb-item {
  padding: 0;
}

.heading-banner .breadcrumb .breadcrumb-item a .iconsax {
  --Iconsax-Size: 16px;
  --Iconsax-Color: rgba(var(--theme-default), 1);
  vertical-align: -1px;
}

.heading-banner .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  color: rgba(var(--theme-default), 1);
}

.heading-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--theme-default), 1);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before{
  float: right;
  padding-left: 8px;
  padding-right: 0;
}

/* Loader */
.loader-container {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  --d: 24px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: rgba(var(--theme-default), 1);
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}

/* Header Style */
.main-header .nav-megamenu .layout-images {
  display: block;
  margin: 5px;
}
.main-header .nav-megamenu .layout-images .layout-box {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(var(--light-color), 0.05);
  height: 280px;
  transition: all 0s, background-position 6s;
}
.header-style {
  z-index: 5;
  width: 100%;
  top: 0;
  transition: all 0.4s ease;
  position: relative;
}

.header-style-3 {
  border-bottom: 1px solid rgba(var(--border));
}

/* Sticky */
header {
  transition: all 0.4s ease;
}

.header-style.sticky {
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  transform: translateY(0);
}

.header-sticky.hidden {
  transform: translateY(-100%);
}

.header-style-2 {
  border-bottom: 1px solid rgba(var(--border), 1);
}

.header-style-2.sticky {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  transition: all 0.4s ease;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  border: none;
  transform: translateY(0);
}

.sticky-header2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.header-style-3.sticky {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  transition: all 0.4s ease;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  border: none;
  transform: translateY(0);
}

header .main-header .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

header .main-header .main-menu .main-navbar .nav-menu {
  display: flex;
  gap: calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
  align-items: center;
}

header .main-header .main-menu .main-navbar .nav-menu .menu-item {
  position: relative;
}

header .main-header .main-menu .main-navbar .nav-menu .menu-link.active,
header .main-header .main-menu .main-navbar .nav-menu .menu-link:hover,
header .main-header .main-menu .main-navbar .nav-menu .menu-item:hover {
  color: rgba(var(--theme-default), 1);
}

header .main-header .main-menu .main-navbar .nav-menu .menu-link.menu-arrow {
  padding-right: 22px;
}

[dir="rtl"]
  header
  .main-header
  .main-menu
  .main-navbar
  .nav-menu
  .menu-link.menu-arrow {
  padding-left: 22px;
  padding-right: unset;
}

header .main-header .main-menu .main-navbar .nav-menu .menu-link span {
  color: rgba(var(--theme-font-color), 1);
  fill: rgba(var(--theme-font-color), 1);
  padding-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

[dir="rtl"]
  header
  .main-header
  .main-menu
  .main-navbar
  .nav-menu
  .menu-link
  span {
  padding-right: 6px;
  padding-left: unset;
}

header .main-header .main-menu .main-navbar .nav-menu .menu-link span svg {
  width: 15px;
  height: 15px;
  fill: inherit;
}

header .main-header .main-menu .main-navbar .nav-menu .menu-link.active span,
header .main-header .main-menu .main-navbar .nav-menu .menu-link:hover span {
  color: rgba(var(--theme-default), 1);
  fill: rgba(var(--theme-default), 1);
  transform: translateY(-50%) rotateX(180deg);
}

header .main-header .main-menu .main-navbar .nav-menu .nav-submenu {
  position: absolute;
  top: 135%;
  left: -10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  background-color: rgba(var(--white), 1);
  border-radius: 6px;
  transform: tnslate(0, 10px);
  min-width: 275px;
  padding: 8px 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

[dir="rtl"] header .main-header .main-menu .main-navbar .nav-menu .nav-submenu {
  left: unset;
  right: -10px;
}

header
  .main-header
  .main-menu
  .main-navbar
  .nav-menu
  .menu-item:hover
  .nav-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  display: flex;
  flex-direction: column;
}

header .main-header .main-menu .main-navbar .nav-submenu a {
  color: #888888;
  padding: 6px 13px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0.7px;
}

header .main-header .main-menu .main-navbar .nav-submenu a:hover {
  color: rgba(var(--theme-default), 1);
  letter-spacing: 1.2px;
}

header .main-header .main-menu .menu-right a .iconsax {
  --Iconsax-Size: 22px;
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
}

header .main-header .main-menu .menu-right .toggle-nav a svg {
  width: 22px;
  height: 22px;
  fill: rgba(var(--theme-font-color), 1);
}

header .main-header .main-menu .main-navbar .toggle-nav a svg {
  width: 22px;
  height: 22px;
  fill: rgba(var(--theme-font-color), 1);
}

header
  .main-header
  .main-menu
  .menu-right
  ul:not(.selector-list.dropdown-menu) {
  display: flex;
  gap: 20px;
}

header .main-header .main-menu .menu-right a {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.dark header .main-header .main-menu .menu-right a .label {
  color: rgba(var(--black), 1);
}
header .main-header .main-menu .menu-right a .label {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 12px;
  font-weight: 300;
}

[dir="rtl"] header .main-header .main-menu .menu-right a .label {
  right: unset;
  left: -8px;
}

.header-style-2 .main-header .main-menu .menu-right a .label {
  background-color: rgba(var(--theme-font-color), 1);
  right: -10px;
}

[dir="rtl"] .header-style-2 .main-header .main-menu .menu-right a .label {
  right: unset;
  left: -10px;
}

.header-style-3 .main-header .main-menu .menu-right a .label {
  background-color: rgba(var(--theme-font-color), 1);
  right: -10px;
}

[dir="rtl"] .header-style-3 .main-header .main-menu .menu-right a .label {
  right: unset;
  left: -10px;
}

/* English */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .current-language[data-value="en"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/us.png?v=1730203045");
  background-size: cover;
  width: 30px;
  height: 20px;
  display: inline-block;
}

/* Hindi */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .current-language[data-value="hi"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/in.png?v=1730203045");
  background-size: cover;
  width: 30px;
  height: 20px;
  display: inline-block;
  background-position: center;
}

/* Japanese */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .current-language[data-value="ja"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/jp.png?v=1730203045");
  background-size: cover;
  width: 30px;
  height: 20px;
  display: inline-block;
  background-position: center;
  border: 1px solid rgba(var(--border), 0.8);
}

.header-style-3 .main-header .main-menu .menu-right .language-dropdown a {
  align-items: center;
}

.header-style-3 .main-header .main-menu .menu-right .language-dropdown {
  position: relative;
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown {
  position: absolute;
  bottom: 0%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  background-color: rgba(var(--white), 1);
  border-radius: 6px;
  transform: translateY(120%);
  padding: 0;
  z-index: 5;
  min-width: 180px;
}

[dir="rtl"]
  .header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown {
  right: unset;
  left: 0;
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown:hover
  .hover-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(105%);
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 0;
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  a {
  padding: 8px 16px;
  color: rgba(var(--theme-font-color), 1);
  font-weight: 500;
  font-size: 16px;
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item:hover {
  background-color: rgba(var(--theme-secondary), 0.8);
}

.dark
  .header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item:hover {
  background-color: rgba(var(--theme-secondary), 0.2);
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item:hover
  a {
  letter-spacing: 1px;
}

.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  + .language-item {
  border-top: 1px solid rgba(var(--theme-default), 0.2);
}

/* English */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  a[data-value="en"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/us.png?v=1730203045");
  background-size: cover;
  width: 27px;
  height: 18px;
  display: inline-block;
}

/* Hindi */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  a[data-value="hi"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/in.png?v=1730203045");
  background-size: cover;
  width: 27px;
  height: 18px;
  display: inline-block;
  background-position: center;
}

/* Japanese */
.header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  a[data-value="ja"]::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/jp.png?v=1730203045");
  background-size: cover;
  width: 27px;
  height: 18px;
  display: inline-block;
  background-position: center;
  border: 1px solid rgba(var(--border), 0.8);
}

.dark
  .header-style-3
  .main-header
  .main-menu
  .menu-right
  .language-dropdown
  .hover-dropdown
  ul
  .language-item
  a[data-value="ja"]::before {
  border: none;
}

/* offcanvas */
.mobile-header {
  box-shadow: 0 0 10px 2px #c1c1c133;
}
.mobile-header-menu {
  font-family: var(--font-heading-family);
  background-color: rgba(var(--white), 1);
}

.mobile-header-menu .mobile-menu {
  padding: 0 20px;
  overflow: auto;
}

.mobile-header-menu .mobile-menu .nav-menu {
  display: flex;
  flex-direction: column;
}

.mobile-header-menu .mobile-menu .nav-menu .menu-item {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 12px 0;
}
@media screen and (max-width: 320px) {
  .mobile-header-menu .mobile-menu .nav-menu .menu-item {
    padding-inline: 15px;
  }
}
.nav-megamenu .header-slider.slick-initialized.slick-slider {
  overflow: hidden;
}

.mobile-header-menu .mobile-menu .nav-menu .menu-item + .menu-item {
  border-top: 1px solid rgba(var(--secondary-color), 0.2);
}

.mobile-header-menu .mobile-menu .nav-menu .mobile-menu-link {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-header-menu .mobile-menu .nav-menu .menu-item:hover .mobile-menu-link,
.mobile-header-menu .mobile-menu .nav-menu .mobile-menu-link.active {
  color: rgba(var(--theme-default), 1);
}
.mobile-menu .accordion-button::after {
  background-size: 24px;
  width: 23px;
  height: 23px;
}

.mobile-header-menu .mobile-menu .nav-menu .menu-item .nav-submenu a {
  color: rgba(var(--theme-font-color), 1);
  padding: 6px 24px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0.7px;
}
.mobile-header-menu .mobile-menu .nav-menu .menu-item .nav-megamenu h5 {
  font-size: calc(18px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.mobile-header-menu .mobile-menu .nav-menu .menu-item .nav-megamenu ul li a {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.mobile-header-menu .mobile-menu .nav-menu .menu-item .nav-megamenu ul li {
  position: relative;
}
.mobile-header-menu
  .mobile-menu
  .nav-menu
  .menu-item
  .nav-megamenu
  ul
  li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  background-color: rgba(var(--theme-font-color), 1);
  border-radius: 50%;
}
.mobile-header-menu .mobile-menu .nav-menu .menu-item .nav-submenu a:hover {
  color: rgba(var(--theme-default), 1);
  letter-spacing: 1.2px;
}

.mobile-header-menu .nav-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.mobile-header-menu .nav-buttons a,
.mobile-header-menu .nav-buttons button {
  border: none;
  background-color: rgba(var(--theme-dark-secondary), 0.6);
  color: rgba(var(--theme-font-color), 1);
  border-radius: 4px;
  padding: 10px 12px 4px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
}

.mobile-header-menu .nav-buttons a .iconsax,
.mobile-header-menu .nav-buttons button .iconsax {
  --Iconsax-Size: 16px;
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
  margin-top: 1px;
}

.mobile-header-menu .mobile-menu .nav-info {
  padding-top: 15px;
}

.mobile-header-menu .mobile-menu .nav-info a {
  text-decoration: 1px rgba(var(--theme-font-color), 1) underline;
  font-weight: 500;
  text-underline-offset: 5px;
}

.mobile-header-menu .mobile-menu .nav-info ul {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.mobile-header-menu .mobile-menu .nav-info ul li p {
  display: inline;
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
}

.mobile-header-menu .mobile-menu .nav-info ul li p.strong {
  font-weight: 500;
}

.mobile-header-menu .mobile-header {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mobile-header-menu .mobile-header .mobile-header-title {
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.mobile-header-menu .mobile-header .mobile-header-title:hover {
  color: rgba(var(--theme-default), 1);
}

.mobile-header-menu .mobile-header a {
  padding: 0;
  height: 19px;
}

.mobile-header-menu .mobile-header a svg {
  width: 19px;
  height: 19px;
  fill: rgba(var(--theme-font-color), 0.8);
}

.mobile-header-menu .mobile-header a:hover svg {
  fill: rgba(var(--theme-font-color), 1);
}

.mobile-header-menu .mobile-footer {
  margin-top: auto;
  padding: 0 20px;
}

.mobile-header-menu .mobile-footer .nav-buttons {
  padding: 16px 0;
}

.mobile-header-menu .accordion-button {
  background-color: rgba(var(--white), 1);
}

.mobile-header-menu .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.dark .mobile-header-menu .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

[dir="rtl"] .mobile-header-menu .accordion-button:after {
  margin-left: unset;
  margin-right: auto;
}

.mobile-header-menu .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  color: rgba(var(--theme-default), 1);
}

.dark .mobile-header-menu .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.mobile-header-menu .menu-item:hover .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23{{ theme_color }}' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.mobile-header-menu .menu-item:hover .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23{{ theme_color }}' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.mobile-header-menu .accordion-button::after {
  transition: all 0.5s;
}
.mobile-header-menu .accordion-button:not(.collapsed) {
  color: rgba(var(--theme-default), 1);
  background-color: rgba(var(--white), 1);
  border: none;
}

.mobile-header-menu .accordion-button {
  border: none;
  padding: 0;
  transition: all 0.4s;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  color: rgba(var(--theme-font-color), 1);
}

.mobile-header-menu .mobile-menu .nav-menu .menu-item:hover .accordion-button {
  color: rgba(var(--theme-default), 1);
}

.mobile-header-menu .accordion-button:focus {
  box-shadow: none;
}

.dark .mobile-header-menu .accordion-item {
  border: none;
  background-color: rgba(var(--theme-dark-font), 1);
}

.mobile-header-menu .accordion {
  --bs-accordion-border-width: 0;
}

.mobile-header-menu .accordion-body {
  padding: 8px 8px 4px;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 10px 2px #c1c1c133;
  margin-top: 18px;
  @media screen (max-width: 575px) {
    box-shadow: unset;
    margin-top: 0;
  }
}
.mobile-header .accordion-item .mobile-header-menu .accordion-body {
  box-shadow: none;
  margin-top: 4px;
}
.mobile-header-menu .accordion-body .nav-submenu {
  display: flex;
  flex-direction: column;
}

.mobile-header-menu .offcanvas-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(var(--secondary-color), 0.2);
  padding: 16px 0;
  position: relative;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-link {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 8px;
}

.mobile-header-menu .offcanvas-selector .dropup .dropdown-toggle::after {
  display: none;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-link span {
  color: rgba(var(--theme-font-color), 1);
  line-height: 1;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-link svg {
  height: 16px;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-link svg.arrow {
  width: 12px;
  height: 12px;
  color: rgba(var(--theme-font-color), 0.8);
  padding-left: 6px;
  transform: translateY(15%);
}

[dir="rtl"]
  .mobile-header-menu
  .offcanvas-selector
  .selector-box
  .selector-link
  svg.arrow {
  padding-right: 6px;
  padding-left: unset;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-list.show {
  background-color: rgba(var(--white), 1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  padding: 0;
  width: max-content;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-list li {
  padding: 4px 12px;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-list li a {
  color: rgba(var(--theme-font-color), 1);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0.7px;
}

.mobile-header-menu
  .offcanvas-selector
  .selector-box
  .selector-list
  li
  a:hover {
  color: rgba(var(--theme-default), 1);
  letter-spacing: 1.2px;
}

.mobile-header-menu .offcanvas-selector .selector-box .selector-list li:hover {
  background-color: rgba(var(--theme-secondary), 1);
}

.mobile-header-menu
  .offcanvas-selector
  .selector-box
  .selector-list
  li:hover
  a {
  color: rgba(var(--theme-default), 1);
}
.swiper-container {
  position: relative;
  overflow: hidden;
  height: 302px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  background-color: rgb(255 255 255);
  color: #000000;
  border-radius: 50%;
  padding: 10px;
  display: none;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
}

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

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

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hero section */
.hero-section {
  background: linear-gradient(
    to right,
    rgba(var(--white), 1) 56%,
    rgba(var(--theme-secondary), 1) 44%
  );
  width: 100%;
  min-height: auto;
  position: relative;
  padding: 115px 0 0px;
  display: flex;
  align-items: center;
}

[dir="rtl"] .hero-section {
  background: linear-gradient(
    to left,
    rgba(var(--white), 1) 56%,
    rgba(var(--theme-secondary), 1) 44%
  );
}

.dark .hero-section {
  background: linear-gradient(
    to right,
    rgba(var(--white), 1) 56%,
    rgba(var(--theme-secondary), 0.4) 44%
  );
}

[dir="rtl"] .dark .hero-section {
  background: linear-gradient(
    to left,
    rgba(var(--white), 1) 56%,
    rgba(var(--theme-secondary), 0.4) 44%
  );
}
.slideshow-banner .banner-content h1 {
  margin-bottom: 10px;
}
.hero-section .slideshow-banner {
  width: 100%;
  position: relative;
}

.tooltip {
  z-index: 1;
}

.tooltip .tooltip-inner {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.tooltip .tooltip-arrow:before {
  border-top-color: rgba(var(--theme-default), 1);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-bottom-color: rgba(var(--theme-default), 1);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(var(--theme-default), 1);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-bottom-color: transparent;
  border-left-color: rgba(var(--theme-default), 1);
  border-right-color: transparent;
  border-top-color: transparent;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: rgba(var(--theme-default), 1);
  border-top-color: transparent;
}

.hero-section .slideshow-banner .banner-container {
  width: 100%;
  position: relative;
  min-height: calc(450px + (750 - 450) * ((100vw - 320px) / (1920 - 320)));
}

.slideshow-banner .banner-container .banner-content {
  position: absolute;
  top: 42%;
  left: 0%;
  transform: translateY(-50%);
  max-width: 750px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .slideshow-banner .banner-container .banner-content {
    max-width: 637px;
    left: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .slideshow-banner .banner-container .banner-content {
    max-width: 534px;
    left: 4%;
  }
}
[dir="rtl"] .slideshow-banner .banner-container .banner-content {
  left: unset;
  right: 0%;
}

.slideshow-banner .banner-container .banner-content a {
  margin-top: calc(28px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.slideshow-banner .banner-container .banner-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.slideshow-banner .banner-img-wrapper {
  position: absolute;
  bottom: 0;
  width: 44%;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* .slideshow-banner .banner-img-wrapper img{
  height:756px;
  width:772px;
  object-fit: cover;
} */
#MainContent .banner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
[dir="rtl"] .slideshow-banner .banner-img-wrapper {
  right: unset;
  left: 0;
}

.slideshow-banner .banner-icon-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 63%;
  left: calc(20px + (70 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  transform: rotate(-90deg) translateY(-50%);
  z-index: 1;
  transform-origin: left top 0;
}

[dir="rtl"] .slideshow-banner .banner-icon-wrapper {
  left: unset;
  right: calc(-16% + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
}

@media screen and (max-width: 1599.9px) {
  .slideshow-banner .banner-img-wrapper img {
    max-width: 520px;
    max-height: 650px;
  }
  .slideshow-banner .banner-icon-wrapper {
    left: calc(20px + (70 - 20) * ((100vw - 1400px) / (1600 - 1400)));
  }
  [dir="rtl"] .slideshow-banner .banner-icon-wrapper {
    left: unset;
    right: calc(20px + (70 - 20) * ((100vw - 1400px) / (1600 - 1400)));
  }
}

@media screen and (max-width: 1399.9px) {
  .slideshow-banner .banner-img-wrapper img {
    max-width: 500px;
  }
  .slideshow-banner .banner-icon-wrapper {
    left: calc(20px + (70 - 20) * ((100vw - 1200px) / (1400 - 1200)));
  }
  [dir="rtl"] .slideshow-banner .banner-icon-wrapper {
    left: unset;
    right: calc(20px + (70 - 20) * ((100vw - 1200px) / (1400 - 1200)));
  }
}

@media screen and (max-width: 1199.9px) {
  .circle {
    display: none;
  }
  .slideshow-banner .banner-icon-wrapper {
    left: calc(15px + (70 - 15) * ((100vw - 992px) / (1200 - 992)));
  }
  [dir="rtl"] .slideshow-banner .banner-icon-wrapper {
    left: unset;
    right: calc(15px + (70 - 15) * ((100vw - 992px) / (1200 - 992)));
  }
  .slideshow-banner .banner-img-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
    opacity: 0.8;
  }

  [dir="rtl"] .slideshow-banner .banner-img-wrapper {
    right: unset;
    left: 0;
  }
  .slideshow-banner .banner-img-wrapper img {
    width: calc(300px + (470 - 300) * ((100vw - 320px) / (1200 - 320)));
  }
  .hero-section {
    padding: 80px 0 0;
  }
  .slideshow-banner .banner-container .banner-content {
    top: 50%;
  }
}

@media screen and (max-width: 1199.9px) {
  .hero-section {
    background: linear-gradient(
      to right,
      rgba(var(--white), 1) 50%,
      rgba(var(--theme-secondary), 1) 50%
    );
  }
  .slideshow-banner .banner-container .banner-content {
    max-width: none;
    padding: 36px;
    background-color: rgba(var(--box-background), 0.5);
  }
}

.slideshow-banner .banner-icon-wrapper a {
  color: rgba(var(--secondary-color), 1);
  font-size: 16px;
  line-height: 20.83px;
}

.slideshow-banner .banner-icon-wrapper li {
  position: relative;
}
.slideshow-banner .banner-icon-wrapper li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  background-color: rgba(var(--theme-default), 1);
  top: 12px;
}

[dir="rtl"] .slideshow-banner .banner-icon-wrapper li + li:before {
  left: unset;
  right: -4px;
}

.slideshow-banner .banner-icon-wrapper li a {
  padding: 0 20px;
}

.slideshow-banner .banner-icon-wrapper li:hover a {
  color: rgba(var(--theme-dark-secondary), 1);
}
.dark .slideshow-banner .banner-icon-wrapper li:hover a {
  color: rgba(var(--black), 0.8);
}

/* Logo Slider */
.logo-slider .swiper-slide {
  text-align: center;
  transition: 0.2s all ease;
}

.logo-slider .swiper-slide:hover img {
  filter: brightness(0.9);
}

/* marquee Section */
.marquee-section {
  background-color: rgba(var(--theme-default), 1);
  max-width: 100%;
  overflow: hidden;
}
.dark .marquee-section .marquee-slider {
  background: rgba(var(--box-background), 1);
}
.marquee-section .marquee-slider {
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
  width: max-content;
}

.marquee-section .marquee-slider .marquee-wrapper {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: marquee-move-text 30s linear infinite;
}

.marquee-section .marquee-slider:hover .marquee-wrapper.pause {
  animation-play-state: paused;
}

.marquee-section .marquee-block {
  padding: 0 35px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.dark .marquee-section .container-fluid {
  --bs-gutter-x: 0;
}
.marquee-section .marquee-block a {
  color: rgba(var(--white), 1);
}
.dark .marquee-section .marquee-block a {
  color: rgba(var(--black), 1);
}

.marquee-section .symbol-block {
  color: beige;
}

.marquee-section .symbol-block svg {
  width: 32px;
  height: 32px;
}

.marquee-section .announcement-bar {
  overflow: clip;
}

.marquee-section .announcement-bar .text-wrapper {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee-move-text 30s linear infinite;
}

.marquee-section .announcement-bar:hover .text-wrapper.pause {
  animation-play-state: paused;
}

.marquee-section .announcement-bar .text-wrapper .text-block {
  padding: 0 30px;
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Lookbook Section */
.lookbook-section .banner-content h2 {
  margin-bottom: 10px;
}
.lookbook-section .lookbook-col {
  position: relative;
  min-height: 620px;
}

.lookbook-section .image-1 {
  position: absolute;
  bottom: 0;
  left: 10%;
}

[dir="rtl"] .lookbook-section .image-1 {
  left: unset;
  right: 10%;
}

.lookbook-section .image-2 {
  position: absolute;
  top: 0;
  left: 44.5%;
  text-align: right;
}

[dir="rtl"] .lookbook-section .image-2 {
  left: unset;
  right: 44.5%;
}

.lookbook-section .rotating-img {
  position: absolute;
  top: 30px;
  left: 33%;
}

[dir="rtl"] .lookbook-section .rotating-img {
  left: unset;
  right: 367px;
}

.lookbook-section .rotating-img img {
  width: 100%;
  max-width: 165px;
}

.lookbook-section .rotating-img.animated img {
  animation: rotating 7s linear infinite;
}

.dark .lookbook-section .rotating-img img {
  filter: invert(1);
}

.lookbook-section .rotating-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="rtl"] .lookbook-section .rotating-img span {
  left: unset;
  right: 50%;
  transform: translate(50%, -50%);
}

.lookbook-section .rotating-img span svg {
  width: 24px;
  height: 24px;
  fill: rgba(var(--theme-font-color), 1);
}

.lookbook-section .image-3 {
  position: absolute;
  bottom: 0;
  right: 2%;
}

[dir="rtl"] .lookbook-section .image-3 {
  right: unset;
  left: 2%;
}

.lookbook-section .image-4 {
  position: absolute;
  bottom: 0;
  right: 10%;
}

[dir="rtl"] .lookbook-section .image-4 {
  right: unset;
  left: 10%;
}

.lookbook-section .banner-content {
  padding: 64px 0;
  max-width: 85%;
}

.lookbook-section .banner-content a {
  margin-top: 40px;
}

.lookbook-section .bg-prop {
  position: absolute;
  bottom: -20%;
  right: 0%;
  z-index: -1;
}

[dir="rtl"] .lookbook-section .bg-prop {
  right: unset;
  left: 0%;
  transform: rotateY(180deg);
}

.lookbook-section .bg-prop img {
  position: relative;
  rotate: 7deg;
}

.lookbook-section {
  max-height: 780px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .lookbook-section .image-1 img {
    width: calc(230px + (350 - 230) * ((100vw - 1200px) / (1920 - 1200)));
  }
  .lookbook-section .image-2 img {
    width: calc(320px + (430 - 320) * ((100vw - 1200px) / (1920 - 1200)));
  }
  .lookbook-section .image-3 img {
    max-width: 230px;
  }
  .lookbook-section .image-4 img {
    max-width: 180px;
  }
}

@media screen and (max-width: 1399.9px) {
  .lookbook-section .lookbook-col {
    min-height: 565px;
  }
  .lookbook-section .image-1 {
    left: 13%;
  }
  [dir="rtl"] .lookbook-section .image-1 {
    left: unset;
    right: 13%;
  }
  .lookbook-section .image-2 {
    left: 50%;
  }
  [dir="rtl"] .lookbook-section .image-2 {
    left: unset;
    right: 50%;
  }
  .lookbook-section .image-4 {
    right: 15%;
  }
  [dir="rtl"] .lookbook-section .image-3 {
    right: unset;
    left: 15%;
  }

  .lookbook-section .image-1 img {
    width: calc(280px + (350 - 280) * ((100vw - 1400px) / (1400 - 992)));
  }
  .lookbook-section .image-2 img {
    width: calc(360px + (430 - 360) * ((100vw - 1400px) / (1400 - 992)));
  }
}

@media screen and (max-width: 1199.9px) {
  .lookbook-section .lookbook-col {
    position: absolute;
    min-height: 535px;
    opacity: 0.8;
  }
  .lookbook-section .lookbook-col.lookbook-col-2 {
    position: relative;
    opacity: 1;
  }
  .lookbook-section .banner-content {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background-color: rgba(var(--theme-secondary), 0.7);
    width: 60%;
  }
  .lookbook-section .image-1 {
    left: 16%;
  }
  [dir="rtl"] .lookbook-section .image-1 {
    left: unset;
    right: 16%;
  }
  .lookbook-section .image-2 {
    left: 40%;
  }
  [dir="rtl"] .lookbook-section .image-2 {
    left: unset;
    right: 40%;
  }
  .lookbook-section .image-3 {
    right: 18%;
  }
  [dir="rtl"] .lookbook-section .image-3 {
    right: unset;
    left: 18%;
  }
  .lookbook-section .image-1 img {
    width: calc(180px + (260 - 180) * ((100vw - 768px) / (1200 - 768)));
  }
  .lookbook-section .image-2 img {
    width: calc(240px + (350 - 240) * ((100vw - 768px) / (1200 - 768)));
  }
  .lookbook-section .image-3 img {
    width: calc(180px + (200 - 180) * ((100vw - 768px) / (1200 - 768)));
  }
}

@media screen and (max-width: 991.9px) {
  .lookbook-section .image-1 {
    left: 15%;
  }
  [dir="rtl"] .lookbook-section .image-1 {
    left: unset;
    right: 15%;
  }
  .lookbook-section .image-2 {
    left: 40%;
  }
  [dir="rtl"] .lookbook-section .image-2 {
    left: unset;
    right: 40%;
  }
  .lookbook-section .image-2 img {
    width: calc(240px + (350 - 240) * ((100vw - 768px) / (992 - 768)));
  }
  .lookbook-section .image-3 {
    right: 13%;
  }
}

@media screen and (max-width: 899.9px) {
  .lookbook-section .image-1 {
    display: none;
  }
  .lookbook-section .image-3 {
    display: none !important;
  }
  .lookbook-section .image-2 {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  [dir="rtl"] .lookbook-section .image-2 {
    left: unset;
    right: 50%;
    transform: translateX(50%);
  }

  .lookbook-section .image-2 img {
    width: 100%;
    height: 535px;
    object-fit: cover;
    max-width: 600px;
  }
  .lookbook-section .banner-content {
    width: 75%;
    padding: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .lookbook-section .banner-content {
    width: 95%;
  }
}
.lookbook .dot-showbox .dot-info p:first-child {
  color: rgba(var(--black-dark), 1);
}
.lookbook .lookbook-block .lookbook-image {
  width: 680px;
  height: 600px;
  object-fit: cover;
}
/* Collection Section */
.nav-tabs .nav-link {
  border-radius: 0;
}
.collection-section h2 {
  margin-bottom: 10px;
}
.collection-section .title-content {
  max-width: 720px;
}

.collection-section .collection-container {
  padding-top: 30px;
}

.collection-section .collection-container .banner-content {
  padding: 0;
  padding-left: 30px;
}

[dir="rtl"] .collection-section .collection-container .banner-content {
  padding-right: 30px;
  padding-left: unset;
}

.collection-section .collection-container .banner-content h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.collection-section .collection-container .banner-content h3 span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--theme-default), 1);
  border-radius: 50%;
  transition: 0.4s all ease;
}

[dir="rtl"] .collection-section .collection-container .banner-content h3 span {
  transform: rotateY(180deg);
}

.collection-section .collection-container .banner-content h3 span:hover {
  background-color: rgba(var(--theme-default), 1);
}

.collection-section .collection-container .banner-content h3 span svg {
  width: 15px;
  height: 15px;
  color: rgba(var(--theme-default), 1);
  transition: 0.4s all ease;
}

.collection-section .collection-container .banner-content h3 span:hover svg {
  color: rgba(var(--white), 1);
}

.collection-section .collection-container .tag-wrapper {
  display: flex;
  gap: calc(20px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  padding: 30px 0 20px;
  border-bottom: 1px solid rgba(var(--border), 1);
}

.collection-section .collection-container .tag-wrapper a {
  padding: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)))
    calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid rgba(var(--border), 1);
  color: rgba(var(--secondary-color), 1);
  transition: 0.4s all ease;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 1399px) {
  .collection-section .collection-container .tag-wrapper a {
    font-size: calc(12px + 0.00125 * (100vw - 320px));
  }
}
.collection-section .collection-container .tag-wrapper a:hover {
  border: 1px solid rgba(var(--theme-default), 1);
  background-color: rgba(var(--theme-default), 0.1);
  color: rgba(var(--theme-default), 1);
}

.dark .collection-section .collection-container .tag-wrapper a:hover {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-default), 1);
}
.collection-section .collection-container .img-wrapper {
  display: flex;
  gap: calc(20px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  flex-wrap: wrap;
}

.collection-section .collection-container .img-wrapper img {
  height: calc(80px + (150 - 100) * ((100vw - 320px) / (1920 - 320)));
  object-fit: cover;
  aspect-ratio: 1;
}

.collection-section .collection-container .img-wrapper svg {
  width: calc(85px + (150 - 100) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid rgba(var(--border), 1);
}

.collection-section .collection-container .banner-div img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .collection-section .collection-container .img-wrapper {
    gap: 7px;
  }
}

@media screen and (max-width: 1600px) {
  .collection-section .title-content {
    max-width: 50%;
  }
}

@media screen and (max-width: 1199.9px) {
  .collection-section .title-content {
    max-width: 60%;
  }
  .collection-section .collection-container .banner-div img {
    height: 100%;
    object-fit: cover;
  }
  .collection-section .collection-container .img-wrapper {
    gap: calc(20px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  }
}

@media screen and (max-width: 991.9px) {
  .collection-section .collection-container .banner-content {
    padding: 12px;
    padding-top: 30px;
  }
  .collection-section .title-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .collection-section .collection-container .img-wrapper {
    gap: 12px;
  }
}

/* Product Card */
.featured-products {
  display: flex;
  justify-content: center;
}
.bestseller-products {
  display: flex;
  justify-content: center;
}
.product-card {
  text-align: center;
  transition: 0.4s all ease;
}

.product-card.product-card-3 {
  border: 1px solid rgba(var(--border), 1);
}

.title h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.product-box-3 .img-wrapper a.icon.wishlist svg {
  width: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  height: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(var(--white), 1);
  stroke: rgba(var(--theme-default), 1);
  stroke-width: 1.7;
}

.product-box-3 .img-wrapper a.wishlist.filled svg {
  color: rgba(var(--red-color), 1);
  stroke: rgba(var(--red-color), 1);
}
.product-box-3 .img-wrapper a.wishlist {
  position: absolute;
  right: 20px;
  top: 16px;
  background-color: rgba(var(--white), 1);
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  box-shadow: 0px 0px 8px 0px rgba(var(--theme-font-color), 0.08);
  width: auto;
  height: auto;
  color: rgba(var(--white), 1);
  z-index: 1;
}
.product-box-3 .img-wrapper a.add-to-cart-btn {
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.product-box-3 .img-wrapper .product-actions a.wishlist {
  right: unset;
  top: unset;
}

.product-card .img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-card .img-wrapper .discount {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: rgba(var(--red-color), 1);
  color: rgba(var(--dark-white), 1);
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}

.product-card.product-card-2 .img-wrapper .discount {
  background-color: rgba(var(--theme-dark-font), 1);
}
.product-card.product-card-2 .img-wrapper a {
  background: #efefef;
}
.product-card .img-wrapper a.icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(var(--white), 1);
  padding: 8px;
  line-height: 1;
  box-shadow: 0px 0px 8px 0px rgba(var(--theme-font-color), 0.06);
  width: auto;
  height: auto;
}

.product-card .img-wrapper .icon-div {
  position: absolute;
  right: 20px;
  top: 68px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}

.product-card.product-card-2 .img-wrapper .icon-div .icon {
  position: unset;
  transition: all 0.4s ease;
}

.product-card.releted-product .img-wrapper .icon-div .icon {
  position: unset;
  transition: all 0.4s ease;
}

.product-card.product-card-2 .img-wrapper .icon-div .icon:first-child {
  opacity: 0;
}
.product-card.releted-product .img-wrapper .icon-div .icon:first-child {
  opacity: 0;
}
.product-box-3 .img-wrapper .icon-div .icon:first-child {
  opacity: 0;
}
.product-card.product-card-2:hover .img-wrapper .icon-div .icon:first-child {
  animation: fadeInDown 400ms ease-in-out;
  opacity: 1;
}
.product-box-3:hover .img-wrapper .icon-div .icon:first-child {
  animation: fadeInDown 400ms ease-in-out;
  opacity: 1;
}
.product-card.releted-product:hover .img-wrapper .icon-div .icon:first-child {
  animation: fadeInDown 400ms ease-in-out;
  opacity: 1;
}

.product-box-3 .img-wrapper .icon-div .icon:nth-child(2) {
  opacity: 0;
}
.product-card.product-card-2 .img-wrapper .icon-div .icon:nth-child(2) {
  opacity: 0;
}
.product-card.releted-product .img-wrapper .icon-div .icon:nth-child(2) {
  opacity: 0;
}

.product-box-3:hover .img-wrapper .icon-div .icon:nth-child(2) {
  animation: fadeInDown 700ms ease-in-out;
  opacity: 1;
}
.product-card.product-card-2:hover .img-wrapper .icon-div .icon:nth-child(2) {
  animation: fadeInDown 700ms ease-in-out;
  opacity: 1;
}

.product-card.releted-product:hover .img-wrapper .icon-div .icon:nth-child(2) {
  animation: fadeInDown 700ms ease-in-out;
  opacity: 1;
}
.product-card.releted-product .img-wrapper .button-div button:hover .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}
.product-card.releted-product .img-wrapper .button-div button .iconsax {
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
}
.product-card .img-wrapper a.icon .iconsax {
  --Iconsax-Size: 22px;
  --Iconsax-Color: rgba(var(--theme-default), 1);
}

.product-card .img-wrapper a.icon svg {
  width: 22px;
  height: 22px;
  color: rgba(var(--theme-default), 1);
}

.product-card .img-wrapper a.icon.wishlist svg {
  width: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  height: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(var(--white), 1);
}
.wishlist-section .product-card .img-wrapper a.wishlist {
  right: 15px;
  top: 11px;
}
.product-card .img-wrapper a.wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(var(--white), 1);
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  box-shadow: 0px 0px 8px 0px rgba(var(--theme-font-color), 0.06);
  width: auto;
  height: auto;
  color: rgba(var(--white), 1);
  z-index: 1;
}

.product-card .img-wrapper a.wishlist.filled svg {
  color: rgba(var(--red-color), 1);
  stroke: rgba(var(--red-color), 1);
}

.product-card .img-wrapper a.wishlist svg {
  stroke: rgba(var(--theme-default), 1);
  stroke-width: 1.7;
  width: 22px;
  height: 22px;
}

.product-card .img-wrapper a {
  width: 100%;
  height: 100%;
}

.product-card .img-wrapper a img {
  object-fit: cover;
  aspect-ratio: 91.7/100;
  background-color: #f4f4f4;
}

.dark .product-card .img-wrapper a img{
  background-color: rgba(var(--box-background), 1);
}

.featured-product-section .product-card .img-wrapper a img {
  width: 300px;
  height: 340px;
  object-fit: cover;
}

.product-card.product-card-2 .img-wrapper a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 89/100;
  height: auto;
}
.product-card.releted-product .img-wrapper a img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.product-card.product-card-3 .img-wrapper a img {
  width: 282px;
  height: 310px;
  object-fit: cover;
}
.product-box-3 .img-wrapper .button-div {
  display: flex;
  gap: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.6s all ease;
  opacity: 0;
  visibility: hidden;
}
.product-card .img-wrapper .button-div {
  display: flex;
  gap: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.6s all ease;
  opacity: 0;
  visibility: hidden;
}
.product-box-3 .img-wrapper .button-div button {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1;
  fill: none;
  width: 100%;
  height: 48px;
  display: flex;
  padding: 6px 12px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.product-card .img-wrapper .button-div button {
  font-size: calc(11px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1;
  fill: none;
  width: 100%;
  height: 48px;
  display: flex;
  padding: 6px 12px;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.product-box-3 .img-wrapper:hover .button-div button {
  backdrop-filter: blur(2px);
}
.product-card .img-wrapper:hover .button-div button {
  backdrop-filter: blur(2px);
}
.product-card .img-wrapper:hover .button-div button svg {
  width: 22px;
}
.dark .product-card-2 .img-wrapper .button-div .view-btn:hover svg [stroke] {
  stroke: rgba(var(--white), 1);
}
.product-card.product-card-2 .img-wrapper .button-div .view-btn {
  margin: 0 10px 10px;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--theme-font-color), 1);
  border: none;
  transition: all 0.4s ease;
  width: auto;
}
.product-card.product-card-2 .img-wrapper .button-div .view-btn svg {
  width: 22px;
  height: 22px;
}
.product-card.releted-product .img-wrapper .button-div .view-btn {
  margin: 0 10px 10px;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--theme-font-color), 1);
  border: none;
  transition: all 0.4s ease;
  width: auto;
  box-shadow: 0px 5px 18px rgb(0 0 0 / 7%);
}

.product-card.product-card-2 .img-wrapper .button-div .view-btn:hover {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}
.dark .product-card.product-card-2 .img-wrapper .button-div .view-btn:hover {
  color: rgba(var(--black), 1);
}
.dark .product-card.releted-product .img-wrapper .button-div .view-btn:hover {
  color: rgba(var(--black), 1);
}
.product-card.releted-product .img-wrapper .button-div .view-btn:hover {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}

.product-box-3 .img-wrapper .button-div button .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--white), 1);
}
.product-card .img-wrapper .button-div button .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--white), 1);
}

.product-card.product-card-2 .img-wrapper .button-div button svg {
  transition: all 0.4s ease;
}

.product-card.product-card-2 .img-wrapper .button-div button .iconsax {
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
  transition: all 0.4s ease;
}

.product-card.product-card-2 .img-wrapper .button-div button:hover .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}

.product-card .img-wrapper .button-div button svg {
  fill: rgba(var(--white), 1);
  width: 20px;
  height: 20px;
}

.product-card .img-wrapper .button-div button .iconsax svg,
.product-card .img-wrapper .button-div button:hover .iconsax svg {
  fill: none;
}

.product-card .img-wrapper .button-div button:hover .iconsax {
  --Iconsax-Color: rgba(var(--theme-default), 1);
}

.product-card .img-wrapper .button-div button:hover svg {
  fill: rgba(var(--theme-default), 1);
}
.product-box-3 .img-wrapper:hover .button-div {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-card .img-wrapper:hover .button-div {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.product-card.product-card-2:hover .img-wrapper .button-div {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.product-card.product-card-2 .img-wrapper .button-div {
  flex-direction: column;
}
.product-card.releted-product .img-wrapper .button-div {
  flex-direction: column;
}

.product-card.product-card-2 .img-wrapper .button-div .color-variant {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  justify-content: center;
}

.product-card.product-card-2 .img-wrapper .button-div .color-variant li {
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 24px;
  border: 2px solid rgba(var(--white), 1);
}

.product-card .img-wrapper .add-to-cart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--black), 0.2);
  display: none;
}

.product-card .img-wrapper .advanced_add_cart {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: auto;
  background: rgba(var(--theme-default), 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}

.product-card .img-wrapper .advanced_add_cart .qty-add-box {
  display: flex;
}

.product-card h5 {
  padding-top: 20px;
  margin: 0;
  line-height: 1;
  font-size: 20px;
  transition: all 0.4s ease;
  font-family: var(--font-body-family);
}

.product-card.product-card-3 h5 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.product-card:hover h5 {
  color: rgba(var(--theme-default), 1);
}

.product-card p {
  padding-top: 10px;
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: rgba(var(--theme-default), 1);
}

.product-card.product-card-3 p {
  color: rgba(var(--theme-font-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-card p del {
  color: rgba(var(--secondary-color), 1);
  font-size: 18px;
}

.product-card.product-card-3 .text-wrapper {
  padding: 0px 10px 20px;
}

.product-card.product-card-3 .text-wrapper .wrapper {
  border-top: 1px solid rgba(var(--border), 1);
}

@media screen and (max-width: 767.9px) {
  .product-card .img-wrapper a img {
    height: calc(250px + (420 - 250) * ((100vw - 320px) / (1920 - 320)));
  }
  .product-card.product-card-3 .img-wrapper a img {
    height: calc(250px + (310 - 250) * ((100vw - 320px) / (1920 - 320)));
  }
  .product-card .img-wrapper .discount {
    left: 10px;
    top: 10px;
  }
  .product-card .img-wrapper a.wishlist {
    right: 10px;
    top: 10px;
  }
  .product-card .img-wrapper .icon-div {
    right: 10px;
    top: 58px;
  }
}
.dark .product-card-section {
  background-color: rgba(var(--box-background), 1) !important;
}
.product-card-section .product-card .img-wrapper a img {
  background: rgba(var(--white), 1);
}

.dark .product-card-section .product-card .img-wrapper a img{
  background-color: rgba(var(--white), 1)
}
@media screen and (max-width: 449.9px) {
  .product-card.product-card-3 .img-wrapper a img {
    height: 310px;
  }
  .product-card-section .col.product-col {
    display: flex;
    justify-content: center;
  }

  .product-card-section .col.product-col + .col.product-col {
    margin-top: 1.5rem;
  }

  .product-card-section .col.product-col .product-card.product-card-3 {
    max-width: 280px;
  }
}

@media screen and (max-width: 380px) {
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Service Section */
.dark .service-section {
  background-color: rgba(var(--box-background), 0.5) !important;
}
.service-section {
  padding: 40px 0;
  /* background-color: rgba(var(--theme-dark-secondary), 1) !important; */
}

.service-section .service-list .service-block {
  align-items: center;
  display: flex;
  gap: calc(18px + 0.625vw);
  justify-content: flex-start;
  position: relative;
}

.service-section .service-list .service-block.service-block-2 {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.dark .service-section .service-list .service-block svg,
.service-section .service-list .service-block img {
  stroke: rgba(var(--black), 1);
}
.service-section .service-list .service-block svg,
.service-section .service-list .service-block img {
  height: 70px;
  width: 70px;
  fill: none;
  stroke: rgba(var(--white), 1);
  object-fit: cover;
  object-position: top;
}

.service-section .service-list .service-block.service-block-2 svg,
.service-section .service-list .service-block.service-block-2 img {
  height: 50px;
  width: 50px;
  stroke: rgba(var(--theme-font-color), 1);
}

.service-section .service-list .service-block .symbol .iconsax {
  --Iconsax-Size: 70px;
  --Iconsax-Color: rgba(var(--white), 1);
  stroke-width: 0;
}

.service-section .service-list .service-block.service-block-2 .symbol .iconsax {
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
}

@media screen and (max-width: 1399.9px) {
  .service-section .service-list {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.9px) {
  .service-section .service-list .service-block {
    justify-content: flex-start;
  }

  .service-section .service-list .service-block svg,
  .service-section .service-list .service-block img {
    height: 50px;
    width: 50px;
  }
  .service-section .service-list .service-block .symbol .iconsax {
    --Iconsax-Size: 50px;
  }
}
.dark .service-section .service-list .service-block p.heading {
  color: rgba(var(--black), 1);
}
.service-section .service-list .service-block p.heading {
  display: -webkit-box !important;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  white-space: normal;
  color: rgba(var(--white), 1);
  font-size: 20px;
  padding-bottom: 8px;
}

.service-section .service-list .service-block .symbol {
  transition: all 0.4s ease-in-out;
}
.dark .service-section .service-list .service-block p.content {
  color: rgba(var(--black), 1);
  margin: 0 ! !important;
}
.service-section .service-list .service-block p.content {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: rgba(var(--white), 0.6);
  font-size: 18px;
  opacity: 0.6;
}

.service-section .service-list .service-block.service-block-2 p {
  color: rgba(var(--theme-font-color), 1);
}

.service-section .service-list .service-block.service-block-2 p.content {
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

.service-section .service-list .service-block:hover .symbol {
  animation: tada 1.5s ease infinite;
}

/* Review Section */
.dark .review-section .review-block {
  border: 1px solid rgba(var(--border), 1);
}
.dark .review-section .swiper-slide-active {
  background-color: rgba(var(--border), 1);
}

.review-section .review-block {
  display: flex;
  margin-right: 30px;
  flex-direction: column;
  gap: 30px;
  padding: 38px;
  align-items: center;
  border: 1px solid rgba(var(--theme-secondary), 1);
}

.review-section .swiper-slide-active {
  background-color: rgba(var(--theme-secondary), 1);
}

.review-section .review-rating .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--theme-default), 1);
}

.review-section .review-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review-section .review-content p {
  margin-bottom: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  font-size: 18px;
}

.review-section .review-content h5 {
  margin-bottom: 0px;
  font-size: 20px;
}

[dir="rtl"] .review-section .review-content span {
  text-align: left;
}

.review-section .review-content span {
  text-align: right;
}

.review-section .review-content span svg {
  width: 50px;
  height: 50px;
}

/* review section 2 */
.review-section .review-slider-2.swiper {
  overflow: unset;
}

.review-section .review-slider-2 .review-block {
  align-items: flex-start;
  border: none;
  background-color: rgba(var(--box-background), 1);
  gap: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.review-section .review-slider-2 .review-block .review-image {
  display: flex;
  gap: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.review-section .review-slider-2 .review-block .review-image img {
  width: calc(110px + (150 - 110) * ((100vw - 320px) / (1920 - 320)));
  height: calc(110px + (150 - 110) * ((100vw - 320px) / (1920 - 320)));
  object-fit: cover;
}

.review-section .review-slider-2 .review-block .review-image .placeholder-img {
  width: calc(110px + (150 - 110) * ((100vw - 320px) / (1920 - 320)));
  height: calc(110px + (150 - 110) * ((100vw - 320px) / (1920 - 320)));
}

.review-section .review-slider-2 .quote-symbol {
  position: absolute;
  top: -30px;
  right: 30px;
}

[dir="rtl"] .review-section .review-slider-2 .quote-symbol {
  right: unset;
  left: 30px;
  transform: rotateY(180deg);
}

.review-section .review-slider-2 .quote-symbol svg {
  width: 100px;
  height: 100px;
  fill: transparent;
  stroke: currentColor;
}

.review-section .review-slider-2 .review-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-section .review-slider-2 .review-content p {
  margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

@media (max-width: 575.9px) {
  .review-section .review-slider-2 .quote-symbol {
    display: none;
  }
}
.review-slider .slick-review .slick-slide:hover .review-block {
  background: #f5f1eb;
}

.dark
  .review-slider
  .slick-review
  .slick-slide:hover
  .review-block
  .review-content
  h5 {
  color: rgba(var(--white), 1);
}
/* Swiper Dots */
.swiper-round-pagination {
  text-align: center;
  transition: 0.3s opacity;
  padding-top: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.swiper-round-pagination .swiper-pagination-bullet {
  border-radius: 50%;
}

.swiper-round-pagination .swiper-pagination-bullet-active {
  outline: 1px solid rgba(var(--theme-default), 1);
  outline-offset: 2px;
}

/* Footer  */
.subscribe-section .input-group {
  width: 620px;
  flex-wrap: unset;
}
.footer-2 .subscribe-section {
  padding: 40px 0 calc(40px + 0.025 * (100vw - 320px));
}

.subscribe {
  text-align: center;
}
.dark .subscribe h5 {
  color: rgba(var(--black), 1);
}
.subscribe h5 {
  font-size: calc(37px + (28 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
  text-align: left;
  color: rgba(var(--theme-dark-font), 1);
  font-weight: 500;
}
.subscribe span {
  font-size: 20px;
}
.subscribe .subscribe-form {
  display: inline-flex;
}

.footer-2 .subscribe .subscribe-form {
  display: block;
  padding-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}

.footer-2 .input-group {
  flex-wrap: nowrap;
}

@media (max-width: 1199.9px) {
  .subscribe .subscribe-form {
    margin-top: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
  }
}

.subscribe .subscribe-form .input-group {
  align-items: center;
}

.footer-2 .subscribe .subscribe-form .input-group {
  align-items: stretch;
}

.subscribe .subscribe-form .input-group button {
  margin: 3px 4px;
  margin-left: 0 !important;
}

[dir="rtl"] .subscribe .subscribe-form .input-group button {
  margin-left: 4px !important;
  margin-right: 0;
}

[dir="rtl"] .footer-2 .subscribe .subscribe-form .btn_group:hover span {
  transform: none;
}

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

.subscribe .subscribe-form .form-group .form-control {
  padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  width: calc(150px + (624 - 150) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 0;
  background-color: rgba(var(--white), 1);
  border: none;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(var(--theme-font-color), 1);
}
.subscribe .subscribe-form .form-group .form-control:focus {
  box-shadow: none;
}
.subscribe .subscribe-form .form-group .form-control::placeholder {
  color: rgba(var(--secondary-color), 1);
}

footer .footer-content-logo {
  padding-bottom: 15px;
}

.footer-2 .footer-content-logo {
  text-align: center;
  padding-bottom: 30px;
}

.footer-2 .footer-content-logo h6 {
  max-width: 810px;
  margin: 0 auto;
}

.footer-content-logo h6 p {
  font-size: 18px;
  font-family: var(--font-body-family);
}

footer .footer-content-logo .footer-logo {
  margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

footer .footer-content-logo .footer-logo a {
  width: calc(122px + (172 - 122) * ((100vw - 320px) / (1920 - 320)));
}

footer .footer-content .footer-title {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575.9px) {
  footer .footer-content .footer-title.open h4:before {
    content: "-";
  }

  footer .footer-content .footer-title.open .accordion-hidden {
    height: auto;
  }

  .footer-2 .footer-content-logo h6 {
    max-width: 95%;
  }
}
.dark footer .footer-content .footer-title h4 {
  color: rgba(var(--black), 1);
}
footer .footer-content .footer-title h4 {
  align-items: center;
  display: flex;
  gap: calc(10px + 0.3125vw);
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: var(--font-body-family);
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(var(--theme-dark-font), 1);
}

@media (max-width: 575.9px) {
  footer .footer-content .footer-title h4 {
    height: 100%;
    width: 100%;
  }

  footer .footer-content .footer-title h4:before {
    content: "+";
    font-family: Font Awesome 6 Free !important;
    font-style: normal;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [dir="rtl"] footer .footer-content .footer-title h4:before {
    left: 10px;
    right: unset;
  }
}

footer .footer-content .footer-title i {
  font-size: calc(14.8px + 0.375vw);
}

@media (max-width: 575.9px) {
  footer .footer-content .accordion-hidden {
    gap: 5px;
    height: 0;
    margin-bottom: 12px;
    margin-top: 0;
    padding-left: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;
    width: 100%;
  }

  [dir="rtl"] footer .footer-content .accordion-hidden {
    padding-right: 14px;
    padding-left: unset;
  }

  footer.footer-2 .footer-content .accordion-hidden {
    margin-bottom: 18px;
  }
}

footer .footer-content ul li {
  align-items: start;
  display: flex;
  gap: 12px;
  padding-bottom: 10px;
}

@media (max-width: 991.9px) {
  footer .footer-content ul {
    margin-bottom: 20px;
  }
  footer .footer-content ul li {
    padding-bottom: 6px;
  }
}

footer .footer-content ul li:last-child {
  padding-bottom: 0;
}

footer .footer-content ul li .iconsax {
  --Iconsax-Size: 18px;
  --Iconsax-Color: rgba(var(--secondary-color), 1);
}

footer .footer-content ul li h6 {
  color: rgba(var(--secondary-color), 1);
  line-height: 1.3;
  margin-bottom: 7px;
  width: 85%;
}

footer .footer-content ul li a {
  color: rgba(var(--secondary-color), 1);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  transition: all 0.4s;
}

footer .footer-content ul li:hover a {
  color: rgba(var(--theme-default), 1) !important;
  letter-spacing: 0.5px;
}

footer .footer-content h4 {
  margin-bottom: 20px;
}

footer.footer-3 .footer-content h4 {
  margin-bottom: 8px;
  color: rgba(var(--theme-dark-font), 1);
}

@media (max-width: 767.9px) {
  footer .sub-footer .footer-end {
    text-align: center;
  }
}
.dark footer .sub-footer .footer-end h6 {
  color: rgba(var(--black), 1);
}
footer .sub-footer .footer-end h6 {
  color: var(--black-dark);
  line-height: 1.4;
  margin-bottom: 0;
}
.dark .sub-footer .footer-end span {
  color: rgba(var(--black), 1);
}
footer.footer-2 .sub-footer .footer-end h6,
footer.footer-3 .sub-footer .footer-end h6 {
  text-align: center;
  line-height: 1;
  margin: 0;
}

.footer-2 .btn_group span {
  height: auto;
}

@media (max-width: 767.9px) {
  footer .sub-footer .footer-end h6 {
    margin-bottom: 10px;
  }
}

.footer-social-icons {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.9px) {
  .footer-social-icons {
    justify-content: center;
  }
}

.footer-2 .footer-social-icons {
  justify-content: center;
}

.footer-3 .footer-social-icons {
  justify-content: flex-start;
  padding-bottom: 30px;
}

.footer-social-icons ul {
  display: flex;
  gap: 20px;
}

.footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--theme-default), 1);
  border-radius: 50%;
  transition: 0.4s all ease;
}

.footer-3 .footer-social-icons ul li a {
  background-color: rgba(var(--theme-default), 1);
}

.footer-social-icons ul li:hover a {
  background-color: rgba(var(--theme-default), 1);
  box-shadow: 0 0 2px 2px rgba(var(--theme-default), 0.2);
}
.footer-social-icons ul li a svg {
  width: 15px;
  height: 15px;
  color: rgba(var(--theme-default), 1);
  transition: 0.4s all ease;
}
.footer-social-icons ul li:hover a svg {
  color: rgba(var(--white), 1);
}

.footer-3 .footer-social-icons ul li a svg {
  color: rgba(var(--dark-white), 1);
}
@media (max-width: 991.9px) {
  footer .footer,
  footer .footer-1 {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  footer .footer .footer-content,
  footer .footer-1 .footer-content {
    padding-bottom: 0px;
  }
}

@media (max-width: 575.9px) {
  footer .footer-1 .footer-content {
    padding-bottom: 0px;
  }

  footer .footer-1 .footer-content .footer-title.active .according-menu {
    font: normal normal normal 14px/1 Font Awesome 6 Free;
  }

  footer .footer-1 .footer-content .footer-title.active .according-menu:before {
    content: "\f106";
    position: absolute;
    right: 36px;
  }

  footer .footer-1 .footer-content .footer-title .according-menu {
    font: normal normal normal 14px/1 Font Awesome 6 Free;
  }

  footer .footer-1 .footer-content .footer-title .according-menu:before {
    content: "\f107";
    position: absolute;
    right: 36px;
  }

  footer .footer-1 .footer-content h4 {
    margin-bottom: 4px !important;
    padding-bottom: 0px;
  }

  footer.footer-2 .footer-content h4 {
    margin: 0;
  }
}
.sub-footer .footer-end span {
  color: var(--black-dark);
}
/* Collection Banner Section */
.collection-banner-section .banner-container {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320)));
}

@media (max-width: 767.9px) {
  .collection-banner-section .banner-container {
    flex-direction: column;
  }
}

.collection-banner-section .banner-container .banner-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 620px;
  gap: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

@media (min-width: 1599.9px) {
  .collection-banner-section .banner-container .banner-item img {
    max-width: 620px;
    max-height: 700px;
  }
}

/* Blog slider */
.blog-slider .blog-main {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767.9px) {
  .blog-slider .blog-main {
    flex-direction: column;
  }
}

.blog-slider .blog-main .blog-img img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1599.9px) {
  .blog-slider .blog-main .blog-img img {
    max-width: 360px;
    height: 300px;
  }
}

.blog-slider .blog-main .blog-content {
  padding: 50px 30px;
  background-color: rgba(var(--box-background), 1);
}

.blog-slider .blog-main .blog-content h5 {
  font-size: 20px;
}

.blog-slider .blog-main .blog-content p {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog-slider .blog-main .blog-content .btn_group {
  margin-top: 30px;
}

/* Slidshow Banner 2 */
.slideshow-section,
.slideshow-section .banner-container {
  position: relative;
}

.slideshow-section .banner-container .banner-image {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.slideshow-section .banner-container .banner-image .vertical-text {
  position: absolute;
  top: 50%;
  right: 0;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(50%);
  height: max-content;
}

.slideshow-section .banner-container .banner-image .vertical-text p {
  font-size: 200px;
  font-weight: 500;
  line-height: 64px;
  color: rgba(var(--dark-white), 1);
  margin: 0;
  font-family: var(--font-heading-family);
}

.slideshow-section .banner-container .banner-content {
  position: absolute;
  top: 150px;
  left: 0px;
  max-width: 624px;
  z-index: 2;
}

[dir="rtl"] .slideshow-section .banner-container .banner-content {
  left: unset;
  right: 0px;
}

.slideshow-section .banner-container .image-left {
  position: absolute;
  left: 7%;
  bottom: 70px;
}

[dir="rtl"] .slideshow-section .banner-container .image-left {
  left: unset;
  right: 7%;
}

@media (max-width: 1599.9px) {
  .slideshow-section .banner-container .image-left {
    left: 0%;
  }

  [dir="rtl"] .slideshow-section .banner-container .image-left {
    left: unset;
    right: 0%;
  }
}

@media (max-width: 1199.9px) {
  .slideshow-section .banner-container .image-left {
    left: -1%;
  }

  [dir="rtl"] .slideshow-section .banner-container .image-left {
    left: unset;
    right: 1%;
  }
}

.slideshow-section .review-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  max-width: 30%;
  width: calc(400px + (585 - 400) * ((100vw - 320px) / (1920 - 320)));
}

[dir="rtl"] .slideshow-section .review-container {
  right: unset;
  left: 0px;
}

.slideshow-section .review-container .review {
  margin: 0 auto;
  width: max-content;
}

.review-rating svg{
  width: 20px;
  height: 20px;
}

.slideshow-section .review-container .review-rating {
  display: flex;
  gap: 30px;
}

.slideshow-section .review-container .review-rating .customer {
  max-width: 150px;
  display: flex;
}

.slideshow-section .review-container .review-rating .customer img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  outline: 2px solid rgba(var(--white));
}
.slideshow-section .review-container .review-rating .customer img:nth-child(2) {
  transform: translateX(-14px);
}
.slideshow-section .review-container .review-rating .customer img:nth-child(3) {
  transform: translateX(-28px);
}
.slideshow-section .review-container .review-rating .customer img:nth-child(4) {
  transform: translateX(-42px);
}

[dir="rtl"]
  .slideshow-section
  .review-container
  .review-rating
  .customer
  img:nth-child(2) {
  transform: translateX(14px);
}
[dir="rtl"]
  .slideshow-section
  .review-container
  .review-rating
  .customer
  img:nth-child(3) {
  transform: translateX(28px);
}
[dir="rtl"]
  .slideshow-section
  .review-container
  .review-rating
  .customer
  img:nth-child(4) {
  transform: translateX(42px);
}

.slideshow-section .review-container .review-rating .rating {
  display: flex;
  align-items: center;
}

.slideshow-section .review-container .review-rating .rating span {
  color: rgba(var(--theme-font-color));
  line-height: 1;
  margin-left: 10px;
}

.slideshow-section .review-container .review-content p {
  max-width: 360px;
  padding: 20px 0 30px;
}

.slideshow-section .review-container .review-rating .review-count p {
  padding: 0;
  padding-top: 8px;
}

.slideshow-section .review-container .review-rating .review-count p span {
  color: rgba(var(--theme-font-color));
}

.slideshow-section .review-container .review-product .product {
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border: 1px solid rgba(var(--border), 1);
  max-width: 360px;
}

.slideshow-section .review-container .review-product {
  padding-top: 100px;
}

.slideshow-section .review-container .review-product .product img {
  width: 90px;
  height: 90px;
}

.slideshow-section
  .review-container
  .review-product
  .product
  .product-details
  h6 {
  font-size: 20px;
}

.slideshow-section
  .review-container
  .review-product
  .product
  .product-details
  p {
  color: rgba(var(--theme-default), 1);
}

.slideshow-section
  .review-container
  .review-product
  .product
  .product-details
  p
  del {
  color: rgba(var(--secondary-color), 1);
}

.slideshow-section .review-container .review .review-img,
.slideshow-section .banner-container .image-left {
  max-width: 200px;
  height: 200px;
}

.slideshow-section .swiper-slide .banner-container .banner-image img {
  width: 750px;
  height: 800px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 991.9px) {
  .slideshow-section .banner-container .banner-image {
    width: auto;
  }
}

@media (max-width: 767.9px) {
  .slideshow-section .banner-container .banner-image {
    width: auto;
  }

  .slideshow-section .swiper-slide .banner-container .banner-image img {
    height: calc(350px + (800 - 350) * ((100vw - 320px) / (1920 - 320)));
  }

  .slideshow-section .banner-container .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(var(--theme-secondary), 0.4);
    padding: 30px;
    top: calc((350px + (800 - 350) * ((100vw - 320px) / (1920 - 320))) / 5);
    object-position: center;
  }
  .dark .slideshow-section .banner-container .banner-content {
    background-color: rgba(var(--box-background), 0.2);
  }
}

@media (min-width: 1599.9px) {
  .slideshow-section .review-container {
    max-width: 36%;
    width: 36%;
  }
}

.slideshow-section .scroll {
  position: absolute;
  top: 0;
  right: 0;
  height: 800px;
  border: 1px solid rgba(var(--border), 1);
  width: 100px;
}

[dir="rtl"] .slideshow-section .scroll {
  right: unset;
  left: 0;
}

.slideshow-section .scroll .scroll-item {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-bottom: 1px solid rgba(var(--border), 1);
  font-size: 18px;
}

@media (max-width: 1599.9px) {
  .slideshow-section .scroll {
    display: none;
  }
}

.slideshow-section .swiper-round-pagination {
  position: absolute;
  z-index: 2;
}

/* Instagram layout */

.instagram-section {
  padding: 10px 0;
  background-color: rgba(var(--theme-secondary), 1);
}

.instagram-section .swiper-slide {
  width: max-content;
}

.instagram-section .post-block {
  position: relative;
}
.instagram-section .post-block .hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  scale: 0;
  transition: all 0.4s ease-in-out;
  background-color: rgba(var(--theme-font-color), 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-section .post-block:hover .hover-effect {
  opacity: 1;
  scale: 1;
}

.instagram-section .post-block .hover-effect span svg {
  width: 50px;
  height: 50px;
  color: rgba(var(--white), 1);
}

/* product review section */
.product-review-section .reviews-box {
  display: flex;
  align-items: center;
  gap: calc((30px + (80 - 60) * ((100vw - 320px) / (1920 - 320))));
}

.product-review-section .review .review-info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justigy-content: space-between;
}

.product-review-section .review .review-info .review-product-variant {
  position: relative;
}

.product-review-section
  .review
  .review-info
  .review-product-variant
  .color-variant {
  display: flex;
  gap: 6px;
  margin-bottom: 0;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 12px;
}

.product-review-section
  .review
  .review-info
  .review-product-variant
  .color-variant
  li {
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 24px;
  border: 2px solid rgba(var(--white), 1);
}

.product-review-section .review .review-rating {
  display: flex;
  gap: 30px;
}

.product-review-section .review .review-rating .customer {
  max-width: 150px;
  display: flex;
}

.product-review-section .review .review-rating .customer img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  outline: 2px solid rgba(var(--white));
}
.product-review-section .review .review-rating .customer img:nth-child(2) {
  transform: translateX(-14px);
}
.product-review-section .review .review-rating .customer img:nth-child(3) {
  transform: translateX(-28px);
}
.product-review-section .review .review-rating .customer img:nth-child(4) {
  transform: translateX(-42px);
}

[dir="rtl"]
  .product-review-section
  .review
  .review-rating
  .customer
  img:nth-child(2) {
  transform: translateX(14px);
}
[dir="rtl"]
  .product-review-section
  .review
  .review-rating
  .customer
  img:nth-child(3) {
  transform: translateX(28px);
}
[dir="rtl"]
  .product-review-section
  .review
  .review-rating
  .customer
  img:nth-child(4) {
  transform: translateX(42px);
}

.product-review-section .review .review-rating .rating {
  display: flex;
  align-items: center;
}

.product-review-section .review .review-rating .rating svg {
  width: 18px;
  height: 18px;
}

.product-review-section .review .review-rating .rating span {
  color: rgba(var(--theme-font-color));
  line-height: 1;
  margin-left: 10px;
}

.product-review-section .review .review-content h3 {
  margin: 0;
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section .review .review-content p {
  max-width: 390px;
  padding: 10px 0 30px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section .review .review-rating .review-count p {
  padding: 0;
  padding-top: 8px;
}

.product-review-section .review .review-rating .review-count p span {
  color: rgba(var(--theme-font-color));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section .review .review-product .swiper-wrapper {
  max-width: 750px;
}

.product-review-section .review .review-product .swiper-round-pagination {
  padding-top: 12px;
}

.product-review-section .review .review-product .product {
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border: 1px solid rgba(var(--border), 1);
  max-width: 360px;
}

.product-review-section .review .review-product {
  padding-top: calc(40px + (100 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section .review .review-product .product img {
  width: 90px;
  height: 90px;
}

.product-review-section .review .review-product .product .product-details h6 {
  font-size: calc(19px + (20 - 19) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section .review .review-product .product .product-details p {
  color: rgba(var(--theme-default), 1);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product-review-section
  .review
  .review-product
  .product
  .product-details
  p
  del {
  color: rgba(var(--secondary-color), 1);
}
.product-review-section .review .review .review-img,
.slideshow-section .banner-container .image-left {
  max-width: 200px;
  height: 200px;
}

@media (max-width: 1599.9px) {
  .product-review-section .review .review-product .swiper-wrapper {
    max-width: 630px;
  }
}

@media (max-width: 1399.9px) {
  .product-review-section .review .review-product .swiper-wrapper {
    max-width: 600px;
  }
}

@media (max-width: 1199.9px) {
  .product-review-section .review .review-product .swiper-wrapper {
    max-width: 300px;
  }
}

@media (max-width: 992.9px) {
  .product-review-section .reviews-box {
    flex-direction: column;
  }
  .product-review-section .review .review-product .swiper-wrapper {
    max-width: 600px;
  }
}

@media (max-width: 767.9px) {
  .product-review-section .review .review-product .swiper-wrapper {
    max-width: 300px;
  }
}

@media (max-width: 575.9px) {
  .product-review-section .review .review-rating {
    gap: 0;
  }
  .product-review-section .review .review-rating .customer {
    max-width: 135px;
  }
  .product-review-section .review .review-rating .customer img {
    width: 40px;
    height: 40px;
  }
  .product-review-section .review .review-rating .customer img:nth-child(2) {
    transform: translateX(-12px);
  }
  .product-review-section .review .review-rating .customer img:nth-child(3) {
    transform: translateX(-24px);
  }
  .product-review-section .review .review-rating .customer img:nth-child(4) {
    transform: translateX(-36px);
  }
  .product-review-section .review .review-content p {
    max-width: 280px;
  }
}

@media (max-width: 375px) {
  .product-review-section .reviews-box {
    align-items: normal;
  }
  .offcanvas-top .search-header a svg {
    top: 31%;
    right: 17px;
  }
  .offcanvas-top .modal-content .collection-container .collection-list h4 {
    font-size: 13px;
  }
  .salon-offers-content p {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Slidshow Banner 3 */
.slideshow-section.slideshow-3 {
  padding-top: 20px;
}

.slideshow-section.slideshow-3 .banner-container .banner-content {
  position: absolute;
  top: 60px;
  left: 50%;
  max-width: 630px;
  z-index: 2;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[dir="rtl"] .slideshow-section.slideshow-3 .banner-container .banner-content {
  left: unset;
  right: 50%;
  transform: translate(50%, 0%);
}

.slideshow-section.slideshow-3 .banner-container .banner-image {
  width: max-content;
  margin: 0;
}

.slideshow-section.slideshow-3 .banner-container .image-1 {
  width: max-content;
  position: absolute;
  bottom: 100px;
  right: 0;
}

[dir="rtl"] .slideshow-section.slideshow-3 .banner-container .image-1 {
  right: unset;
  left: 0;
}

.slideshow-section.slideshow-3 .banner-container .banner-image img {
  width: 750px;
  height: 790px;
}

.slideshow-section.slideshow-3
  .banner-container
  .banner-image
  .rotating-img
  img {
  width: auto;
  height: auto;
}

@media (max-width: 1599.9px) {
  .slideshow-section.slideshow-3 .banner-container .image-1 {
    right: -50px;
  }
  [dir="rtl"] .slideshow-section.slideshow-3 .banner-container .image-1 {
    right: unset;
    left: -50px;
  }
}

.slideshow-section.slideshow-3 .image-2 {
  width: max-content;
  position: absolute;
  top: 40px;
  right: 32px;
}

[dir="rtl"] .slideshow-section.slideshow-3 .image-2 {
  right: unset;
  left: 32px;
}

.slideshow-section.slideshow-3 .bg-image {
  width: max-content;
  position: absolute;
  bottom: 24px;
  right: calc((30px + (-206 - 0) * ((100vw - 320px) / (1920 - 320))));
}

[dir="rtl"] .slideshow-section.slideshow-3 .bg-image {
  right: unset;
  left: calc((30px + (-206 - 0) * ((100vw - 320px) / (1920 - 320))));
}

@media (max-width: 1399.9px) {
  .slideshow-section.slideshow-3 .image-2 {
    top: 77%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1199.9px) {
  .slideshow-section.slideshow-3 .image-2 img {
    width: 180px;
    height: 180px;
  }
  .slideshow-section.slideshow-3 .image-2 {
    right: calc((8px + (32 - 8) * ((100vw - 320px) / (1920 - 320))));
  }
  [dir="rtl"] .slideshow-section.slideshow-3 .image-2 {
    right: unset;
    left: calc((8px + (32 - 8) * ((100vw - 320px) / (1920 - 320))));
  }
}

@media (max-width: 991.9px) {
  .slideshow-section .swiper-slide .banner-container .banner-image img {
    width: auto;
    height: auto;
    min-height: 400px;
    object-fit: none;
    object-position: unset;
  }
  .slideshow-section.slideshow-3 .banner-container .banner-image {
    width: unset;
    margin: 0;
  }
  .slideshow-section.slideshow-3 .banner-container .banner-content {
    top: calc((30px + (60 - 30) * ((100vw - 320px) / (992 - 320))));
    max-width: 80%;
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .slideshow-section.slideshow-3 .banner-container .banner-content {
    padding: calc((20px + (30 - 20) * ((100vw - 320px) / (992 - 320))))
      calc((15px + (30 - 15) * ((100vw - 320px) / (992 - 320))));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--theme-secondary), 0.8);
    top: calc((350px + (800 - 350) * ((100vw - 320px) / (1920 - 320))) / 5);
    object-position: center;
  }
  .dark .slideshow-section.slideshow-3 .banner-container .banner-content {
    background-color: rgba(var(--theme-secondary), 0.4);
  }
}

@media (max-width: 400px) {
  .slideshow-section.slideshow-3 .banner-container .banner-content {
    width: 100%;
    max-width: 92%;
  }
}

.slideshow-section.slideshow-3 .banner-container .rotating-img {
  position: absolute;
  bottom: 170px;
  right: -116px;
  z-index: 1;
}

[dir="rtl"] .slideshow-section.slideshow-3 .banner-container .rotating-img {
  right: unset;
  left: -116px;
}

.slideshow-section.slideshow-3 .banner-container .rotating-img img {
  width: 100%;
  max-width: 165px;
}

.dark .slideshow-section.slideshow-3 .banner-container .rotating-img img {
  filter: invert(1);
}

.slideshow-section.slideshow-3 .banner-container .rotating-img.animated img {
  animation: rotating 7s linear infinite;
}

.slideshow-section.slideshow-3 .banner-container .rotating-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-section.slideshow-3 .banner-container .rotating-img span svg {
  width: 24px;
  height: 24px;
  fill: rgba(var(--theme-font-color), 1);
}

/* Newsletter Section */
.newsletter-section .newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767.9px) {
  .newsletter-section .newsletter-wrapper {
    flex-direction: column-reverse;
  }
}

.newsletter-section .newsletter-wrapper .newsletter-form {
  max-width: 750px;
  text-align: left;
}

.newsletter-section .newsletter-wrapper .newsletter-form h5 {
  margin: auto;
  font-size: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));
}

.newsletter-section .newsletter-wrapper .newsletter-form p {
  text-align: left;
  margin-top: 24px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.newsletter-section .newsletter-wrapper .newsletter-form .subscribe {
  text-align: left;
}

.newsletter-section
  .newsletter-wrapper
  .newsletter-form
  .subscribe
  .subscribe-form
  .input-group {
  border: 1px solid rgba(var(--border), 1);
  max-width: 620px;
  margin-top: 40px;
  flex-wrap: nowrap;
}

.newsletter-section
  .newsletter-wrapper
  .newsletter-form
  .subscribe
  .subscribe-form
  .input-group
  input {
  background-color: rgba(var(--white), 1);
  color: rgba(var(--theme-font-color), 1);
}

.newsletter-section
  .newsletter-wrapper
  .newsletter-form
  .subscribe
  .subscribe-form {
  margin-top: 0;
}
.modal.theme-modal.newsletter-modal .modal-dialog {
  transform: translate(-20%);
  transition: transform 0.5s ease-in-out;
}

.modal.theme-modal.newsletter-modal.show .modal-dialog {
  transform: translateX(0);
}

/* Category Section */
.category-section .category-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.category-section .category-container .category-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.category-section .category-container .category-box .category-item {
  position: relative;
}

.category-section .category-container .category-box .category-item a.btn {
  position: absolute;
  bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  border: none;
  border-radius: 0;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--theme-font-color), 1);
  transition: 0.5s all ease;
}

[dir="rtl"]
  .category-section
  .category-container
  .category-box
  .category-item
  a.btn {
  left: unset;
  right: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.category-section .category-container .category-box .category-item a.btn:hover {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--theme-font-color), 1);
}

@media (max-width: 767.9px) {
  .category-section .category-container {
    flex-direction: column;
  }
}

/* FAQ Section */
.faq-section .flex-row-reverse .faq-image {
  position: absolute;
  top: 0;
  left: 10%;
  right: unset;
}
.faq-section {
  position: relative;
  height: calc(500px + (750 - 500) * ((100vw - 320px) / (1920 - 320)));
}

.faq-section .faq-image {
  position: absolute;
  top: 0;
  right: 0;
}

[dir="rtl"] .faq-section .faq-image {
  right: unset;
  left: 0;
}

.faq-section .faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-section .faq-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.faq-section .faq-wrapper .faq-container {
  max-width: 630px;
}

.faq-section .faq-wrapper .faq-container .title p {
  line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.faq-section .faq-wrapper .faq-container .title h2 {
  padding: 0 0 8px;
}

.faq-section .faq-wrapper .faq-container .accordion {
  padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320))) 0 0px;
}

.faq-section .faq-wrapper .faq-container .accordion .accordion-item {
  background-color: transparent;
  border: none;
  padding: calc(6px + (30 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
}
.dark
  .faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  + .accordion-item {
  border-top: 1px solid rgba(var(--box-background), 1);
}
.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  + .accordion-item {
  border-top: 1px solid rgb(226 226 226);
}

.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: rgba(var(--theme-font-color), 1);
  background-color: transparent;
  box-shadow: none;
}

.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(var(--theme-font-color), 1);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 375px) {
  .faq-section
    .faq-wrapper
    .faq-container
    .accordion
    .accordion-item
    .accordion-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: rgba(var(--theme-font-color), 1);
    font-size: 14px;
    font-weight: 500;
  }
}
.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button:focus {
  box-shadow: none;
}
.dark
  .faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-body {
  border-top: 1px solid rgba(var(--box-background), 1);
}
.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-body {
  padding: 10px 0 0;
  color: rgba(var(--secondary-color), 1);
  font-size: calc(14px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}

.accordion-button::after {
  transition: all 0.5s;
}

.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23222' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  display: inline;
}

.dark
  .faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23222' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: inline;
}

.dark
  .faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

[dir="rtl"]
  .faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item
  .accordion-button:after {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1199.9px) {
  .faq-section .faq-wrapper .faq-container {
    max-width: 540px;
  }
}

@media (max-width: 991.9px) {
  .faq-section {
    height: auto;
    padding: 40px 0 30px;
  }
  .faq-section .faq-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .faq-section .faq-wrapper .faq-container {
    max-width: 100%;
  }
  .faq-section .faq-image {
    position: relative;
    max-width: 100%;
  }
  .faq-section .faq-image img {
    width: auto;
  }
}
.faq-section
  .faq-wrapper
  .faq-container
  .accordion
  .accordion-item:hover
  .accordion-button {
  color: rgba(var(--theme-default), 1);
  transition: all 0.3s ease-in-out;
}

/* Featured Products */
.featured-product-section .product-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.featured-product-section .product-container {
  max-width: 880px;
  max-height: 880px;
}

.featured-product-section .product-container .swiper-wrapper {
  align-content: center;
}

@media (max-width: 1399.9px) {
  .featured-product-section .product-container {
    max-width: 54%;
  }
}

@media (max-width: 991.9px) {
  .featured-product-section .product-container {
    max-width: 40%;
  }
}

@media (max-width: 767.9px) {
  .featured-product-section .product-container {
    max-width: 45%;
  }
}

@media (max-width: 575.9px) {
  .featured-product-section .product-container {
    max-width: 100%;
  }
  .featured-product-section .product-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 405.9px) {
  .featured-product-section .swiper-slide .product-card {
    max-width: 285px;
  }
  .featured-product-section .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

/* Empty content */
.empty-content {
  text-align: center;
}
.empty-content img {
  width: 200px;
}
.wishlist-section .empty-container .empty-content {
  top: 100px;
}
.empty-container .empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 163px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-container .empty-content .empty-img {
  max-width: 150px;
}
.dark .empty-container .empty-content h3 {
  color: rgba(var(--black), 1);
}
.empty-container .empty-content h3 {
  font-size: 20px;
}
/* Wishlist */
.wishlist-section {
  min-height: 300px;
  position: relative;
}
.notification-container {
  position: fixed;
  top: 20px;
  right: -91px;
  transform: translateX(-50%);
  z-index: 99999;
}
.notification {
  margin-bottom: 12px;
  background-color: #28a745;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

.notification.show {
  opacity: 1;
  visibility: visible;
}

.notification.success {
  background-color: transparent;
  color: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 15px;
}

.notification.warning {
  background-color: transparent;
  color: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 15px;
}

.notification.error {
  background-color: transparent;
  color: rgba(var(--danger-color), 1);
  border: 1px solid rgba(var(--danger-color), 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 15px;
}

/* offcanvas style */
.dark .offcanvas-header {
  background-color: rgba(var(--white), 1);
}

.shopping-details .offcanvas-header {
  padding: 16px 23px 0;
}

@media screen and (max-width: 577px) {
  .shopping-details .offcanvas-header {
    background-color: rgba(var(--box-background), 1);
    border-bottom: 1px dashed rgba(var(--light-border), 1);
  }
}

.dark .shopping-details .offcanvas-header .btn-close {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 7%);
}

.shopping-details .offcanvas-body > ul {
  display: block;
  position: relative;
  height: 82%;
  overflow: auto;
}

.shopping-details .offcanvas-body > ul li {
  align-items: center;
  border-bottom: 1px solid rgba(var(--border), 0.5);
  display: flex;
  gap: 12px;
  padding: 14px 23px;
  position: relative;
}
.shopping-details .offcanvas-body {
  overflow-y: hidden;
}
.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__remove
  svg {
  width: 12px;
  height: 12px;
}
.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__add
  svg {
  width: 12px;
  height: 12px;
}

.shopping-details .offcanvas-body > ul li:first-child {
  padding-top: 0;
  padding: 14px 23px;
}

.shopping-details .offcanvas-body > ul li:last-child {
  border-bottom: none;
  padding: 14px 23px;
}

.shopping-details .offcanvas-body > ul li img {
  width: 90px;
  height: 95px;
  object-fit: cover;
}

.shopping-details .offcanvas-body > ul li h6 {
  font-weight: 500;
  color: rgba(var(--theme-font-color), 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopping-details .offcanvas-body > ul li p span.btn-cart {
  color: rgba(var(--theme-default), 1);
  font-weight: 500;
  float: right;
}

.shopping-details .offcanvas-body > ul li p span.btn-cart span {
  color: inherit;
}

.shopping-details .offcanvas-body > ul li p {
  width: 235px;
  display: flex;
  align-items: center;
  gap: 13px;
}

@media screen and (max-width: 400px) {
  .shopping-details .offcanvas-body > ul li p {
    max-width: none;
    width: auto;
    justify-content: start;
  }
}
.shopping-details .offcanvas-body > ul li .iconsax {
  --Iconsax-Size: 18px;
  --Iconsax-Color: rgba(var(--secondary-color), 1);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  vertical-align: sub;
}

.shopping-details .offcanvas-body > ul li .iconsax.delete-icon {
  position: absolute;
  top: auto;
  left: 7px;
  pointer-events: all;
}

[dir="rtl"] .shopping-details .offcanvas-body > ul li .iconsax.delete-icon svg {
  position: absolute;
  right: -20px;
  top: -44px;
}
[dir="rtl"] .shopping-details .offcanvas-body > ul li .iconsax {
  left: 0;
  right: unset;
}

.shopping-details .offcanvas-body > ul li .btn-containter {
  align-items: center;
  display: flex;
  margin-top: 6px;
}
.dark .shopping-details .offcanvas-body > ul li .btn-containter .btn-control {
  border: 1px solid rgba(var(--box-background), 1);
}
.shopping-details .offcanvas-body > ul li .btn-containter .btn-control {
  color: rgba(var(--theme-font-color), 1);
  display: flex;
  height: 100%;
  line-height: 0;
  margin-right: 12px;
  border: 1px solid #efefef;
}

[dir="rtl"]
  .shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control {
  margin-left: 12px;
  margin-right: unset;
}

.shopping-details .offcanvas-body > ul li .btn-containter .btn-control__add,
.shopping-details .offcanvas-body > ul li .btn-containter .btn-control__remove {
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 4px;
  color: rgba(var(--theme-font-color), 1);
  cursor: pointer;
  display: flex;
  font-size: calc(12.8px + 0.375vw);
  height: 30px;
  justify-content: center;
  outline: none;
  width: 30px;
  position: relative;
}

.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__remove.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__remove.disabled:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: rotate(45deg);
}

.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__add:active,
.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__remove:active {
  color: rgba(var(--theme-default), 1);
}

.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__quantity {
  background: transparent;
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 4px;
  height: 30px;
  margin: 0 6px;
  overflow: hidden;
  position: relative;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-details
  .offcanvas-body
  > ul
  li
  .btn-containter
  .btn-control__quantity
  > * {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shopping-details .offcanvas-body > ul li .btn-containter .btn-cart {
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(var(--theme-default), 1);
  border-radius: 4px;
  color: rgba(var(--theme-default), 1);
  display: flex;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  width: 80px;
}

.shopping-details .offcanvas-body > ul li .btn-containter .btn-cart span {
  color: rgba(var(--theme-default), 1);
  font-weight: 500;
}

.shopping-details .offcanvas-body > ul li .btn-containter .btn-cart .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--theme-default), 1);
  vertical-align: sub;
}
.dark .shopping-details .offcanvas-footer {
  background: rgba(var(--white), 1);
}
.shopping-details .offcanvas-footer {
  background-color: transparent;
  border-top: 1px solid rgba(var(--border), 1);
  padding: 15px 23px;
  z-index: 1;
}

.shopping-details .offcanvas-footer p span {
  color: rgba(var(--theme-font-color), 1);
  font-weight: 500;
}

.shopping-details .offcanvas-footer .price-box {
  display: flex;
  justify-content: space-between;
}

.shopping-details .offcanvas-footer .price-box h6,
.shopping-details .offcanvas-footer .price-box p {
  font-weight: 500;
}

.shopping-details .offcanvas-footer .price-box h6 {
  color: rgba(var(--theme-font-color), 1);
  font-size: 19px;
}

.shopping-details .offcanvas-footer .footer-range-slider {
  margin: 12px 0;
  position: relative;
}

.shopping-details .offcanvas-footer .footer-range-slider .progress {
  overflow: unset;
}

.shopping-details
  .offcanvas-footer
  .footer-range-slider
  .progress
  .progress-bar {
  overflow: unset;
  position: relative;
  border-radius: 15px;
}

.shopping-details
  .offcanvas-footer
  .footer-range-slider
  .progress
  .progress-bar
  span {
  align-items: center;
  background-color: rgba(var(--theme-default), 1);
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -22.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  box-shadow: 0px 0px 5px 2px rgba(var(--white), 0.4);
}

[dir="rtl"]
  .shopping-details
  .offcanvas-footer
  .footer-range-slider
  .progress
  .progress-bar
  span {
  right: unset;
  left: -25.5px;
  transform: translateY(-50%) rotateY(180deg);
}

.shopping-details
  .offcanvas-footer
  .footer-range-slider
  .progress
  .progress-bar
  span
  .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--white), 1);
}

.shopping-details .offcanvas-footer .cart-button {
  border-top: 1px solid rgba(var(--light-border), 1);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 10px;
}

.shopping-details .offcanvas-footer .cart-button .btn {
  width: 100%;
}

.shopping-details .offcanvas-footer .cart-button .btn:last-child {
  transition: all 0.4s ease-in-out;
}

.shopping-details .offcanvas-footer .cart-button .btn:last-child:hover {
  color: rgba(var(--theme-default), 1);
}
header.header-always-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-sticky-on-scroll .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 5px #0000001a;
  background-color: transparent;
}
.header-sticky-on-scroll .main-header .main-menu {
  @media (max-width: 767px) {
    padding: 10px 0;
  }
}
.header-sticky-on-scroll .main-header .brand-logo a img {
  @media (max-width: 575px) {
    height: 38px;
  }
}
.menu-item .badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
}

.menu-item .badge {
  position: absolute;
  top: -25px;
  left: 7px;
}
.menu-item .badge::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(var(--theme-default), 1);
}
.badge.new {
  background-color: #ff5722;
  color: #fff;
}

/* Style for HOT badge */
.badge.hot {
  background-color: #ff9800;
  color: #fff;
}

/* Optionally, add a hover effect */
.badge:hover {
  opacity: 0.8;
}

.content-alignment.center {
  align-items: center;
  text-align: center;
}
.content-alignment.left {
  align-items: start;
}
.content-alignment.left p {
  font-size: 18px;
  margin-bottom: 0;
}
.content-alignment.right {
  align-items: end;
  text-align: right;
}
.nav-megamenu .slick-prev {
  left: 15px;
  opacity: 0;
}

.nav-megamenu .slick-next {
  right: 30px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .nav-megamenu .slick-next {
    right: -20px;
    opacity: 0;
  }
}
@media (max-width: 320px) {
  .nav-megamenu .slick-prev {
    left: -27px;
    opacity: 0;
  }
  .nav-megamenu .slick-next {
    right: -28px;
    opacity: 0;
  }
}
.nav-megamenu .header-slider:hover .slick-prev,
.nav-megamenu .header-slider:hover .slick-next {
  opacity: 1;
  transition: all 0.04sease-in-out;
}
.dark header .main-header .main-menu .main-navbar .nav-menu .nav-megamenu {
  box-shadow: 0 0 10px 2px rgb(52 52 52 / 37%);
}
header .main-header .main-menu .main-navbar .nav-menu .nav-megamenu {
  position: absolute;
  top: 136%;
  left: 206px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px 2px rgba(var(--theme-default), 0.1);
  background-color: rgba(var(--white), 1);
  border-radius: 6px;
  min-width: 917px;
  padding: 21px 14px;
  transform: translate(-50%, 10px);
  z-index: 5;
}

header
  .main-header
  .main-menu
  .main-navbar
  .nav-menu
  .menu-item:hover
  .nav-megamenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}
.nav-megamenu h5 {
  font-size: 17px;
  color: #222;
}
.nav-megamenu ul {
  padding-top: 7px;
}
.nav-megamenu ul li {
  padding-block: 3px;
}
.nav-megamenu ul li a {
  color: #888888;
  font-size: 17px;
}
.nav-megamenu ul li a:hover {
  letter-spacing: 1.2px;
  color: rgba(var(--theme-default), 1);
}
.dark .btn-close {
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.newsletter-modal .modal-content .btn-close {
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 9px;
  color: #000;
  opacity: 1;
  box-shadow: 1px 3px 16px 0px rgb(179 179 179 / 20%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
.newsletter-modal .newslwtter-content h4 {
  font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}
.newsletter-modal .newslwtter-img img {
  width: 100%;
  height: 100%;
}
.newsletter-modal .form-floating .contact-form input {
  color: #888;
  padding: 11px 128px 11px
    calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #eaeaea;
  outline: none;
  background: transparent;
  width: 100%;
  max-width: 124%;
}
.newsletter-modal .form-floating .contact-form button {
  position: absolute;
  right: 4px;
  top: 3px;
  background: rgba(var(--theme-default), 1);
  padding: 7px;
  color: #fff;
  width: 114px;
  height: 39px;
  border-radius: 0;
}
.newsletter-modal .newslwtter-content {
  padding: 31px 36px 30px 18px;
}
.newsletter-modal .newslwtter-content {
  @media (max-width: 991px) {
    padding: 20px;
  }
}
.newsletter-btn {
  color: #222;
  font-size: 17px;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
  margin-top: -50px;

  @media (max-width: 991px) {
    padding-bottom: 0;
  }
}
.newsletter-modal .newslwtter-content p {
  font-size: 16px;
  margin-bottom: 60px;
}
.newsletter-modal .modal-content {
  border: none;
  border-radius: 0;
}
.content-alignment.center .btn_solid,
.content-alignment.right .btn_solid {
  display: inline-block;
}
.rotet-elements {
  animation: rotateIt 7s linear infinite;
  bottom: -50px;
  position: absolute;
  right: -50px;
}
.circle-container .rounded-circle {
  position: absolute;
  top: 52%;
  right: -270px;
}
.circle-container .rounded-circle svg {
  width: 24px;
  height: 24px;
}
.footer-1 .footer-content-logo p {
  line-height: 28px;
}
/* Exit popup  */
#exit_popup {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 15px;
  overflow-y: auto;
}

#exit_popup .exit-popup-modal {
  width: 100%;
  max-width: 600px;
  overflow: unset;
  background: transparent;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(-50%);
}

#exit_popup .exit-popup-modal .exit-popup-body {
  width: 100%;
  padding: 15px;
  background: white;
  text-align: center;
  padding: 30px;
}

@media (max-width: 480px) {
  #exit_popup .exit-popup-modal .exit-popup-body .media {
    display: block;
    text-align: center;
  }
  #exit_popup .exit-popup-modal .exit-popup-body .media img {
    margin: 0 auto 13px;
  }
}

#exit_popup .exit-popup-modal .exit-popup-body .media-body {
  text-align: center;
}

@media (max-width: 480px) {
  #exit_popup .exit-popup-modal .exit-popup-body .media-body {
    text-align: center;
  }
}

#exit_popup .exit-popup-modal .exit-popup-body .media-body h4 {
  font-size: calc(17px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  color: #a0a0a0;
}

#exit_popup .exit-popup-modal .exit-popup-body .media-body h5 {
  font-size: 18px;
  color: #9b9b9b;
}

#exit_popup .exit-popup-modal .exit-popup-body .media-body a {
  color: black;
}

#exit_popup .exit-popup-modal .exit-popup-body .close {
  width: 54px;
  height: 54px;
  top: 5px;
  right: -4px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

@media (max-width: 576px) {
  #exit_popup .exit-popup-modal .exit-popup-body .close {
    right: 0;
    top: 0;
    z-index: 2;
    background: var(--theme-color);
    width: calc(25px + (33 - 25) * ((100vw - 320px) / (575 - 320)));
    height: calc(25px + (33 - 25) * ((100vw - 320px) / (575 - 320)));
    border-radius: 0;
    border-bottom-left-radius: 6px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#exit_popup .exit-popup-modal .exit-popup-body .close a {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}

@media (max-width: 576px) {
  #exit_popup .exit-popup-modal .exit-popup-body .close a {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (575 - 320)));
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#exit_popup .exit-popup-modal .exit-popup-body .close a span {
  line-height: 1;
}

#exit_popup .exit-popup-modal .exit-popup-body .media-body h2 {
  text-transform: uppercase;
  color: rgba(var(--theme-default), 1);
  font-weight: 600;
  padding-bottom: 10px;
  font-size: calc(29px + (32 - 29) * ((100vw - 320px) / (575 - 320)));
}
/*  user model */
#user .modal-header {
  border: 0;
}
#user .log-in-box {
  border-radius: 4px;
  padding: calc(8px + 2.1875vw);
}
#user .log-in-title {
  margin-bottom: 12px;
}
#user .log-in-title h4 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}
#user .log-in-title p {
  font-size: 15px;
  color: #767676;
  font-weight: 500;
}
#user .login-box .form-floating .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(var(--theme-default), 1);
}
#user .forgot-box a {
  font-size: 15px;
  color: rgba(var(--theme-default), 1);
  font-weight: 600;
}
#user .login-box .btn_black {
  font-weight: 600;
  width: 100%;
  background: rgba(var(--theme-default), 1);
  color: #fff;
}
#user .log-in-box .sign-up-box {
  padding-top: 28px;
  text-align: center;
}
#user .log-in-box .sign-up-box p {
  font-size: 16px;
  color: #767676;
  font-weight: 500;
}
#user .log-in-box .sign-up-box .theme-color {
  font-weight: 600;
  font-size: 16px;
}
#user .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 7;
}
[dir="rtl"] .custom-checkbox {
  margin-left: 9px;
}
[dir="rtl"] .form-floating > label {
  left: unset;
  right: 0;
}
.log-in-box .form-floating > label {
  color: #888;
  margin-top: 3px;
}
/*  search model */
.offcanvas-top .modal-content {
  padding-inline: 100px;
}
.offcanvas-top .search-header {
  text-align: center;
  margin: auto;
  position: relative;
}
.offcanvas-top .search-header input {
  width: 100%;
  min-width: 660px;
  padding: 12px 12px 12px 20px;
  border: 1px solid #e8e6e6;
  border-radius: 50px;
}
.dark .offcanvas-top .search-header input {
  border: 1px solid rgba(var(--box-background), 1);
  background: rgba(var(--box-background), 1);
  color: rgba(var(--black), 1);
}
.offcanvas-top .search-header input:focus-visible {
  outline-color: rgba(var(--theme-default), 1);
}
.offcanvas-top .search-header a svg {
  position: absolute;
  top: 31%;
  right: 20px;
  stroke: #000000;
  stroke-width: 0.5px;
}
.offcanvas-top .search-header a svg path {
  fill: #000;
}
.offcanvas-top .modal-content .product-result-heading h3 {
  font-size: 21px;
  font-weight: 600;
  margin-block: 25px;
}
.offcanvas-top .product-box-6 .product-image {
  width: 100%;
  height: 258px;
}
.product-box-6 .product-detail h6 {
  font-size: 16px;
  margin: 5px 0 0;
  font-weight: 600;
}
.product-box-6 .product-detail p {
  font-size: 16px;
}
.offcanvas-top #product-result-heading h3 {
  font-size: 21px;
  font-weight: 600;
  margin-block: 25px;
}
.offcanvas-top .modal-content .product-box-6 {
  margin-bottom: 34px;
}
.offcanvas-top .modal-content .collection-container .collection-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
}
.offcanvas-top
  .modal-content
  .collection-container
  .collection-list
  .collection-item {
  border: 1px solid rgba(var(--theme-default), 1);
  background: transparent;
  border-radius: 0;
  padding: 3px 13px;
  color: rgba(var(--theme-default), 1);
}
.offcanvas-top
  .modal-content
  .collection-container
  .collection-list
  .collection-item
  a {
  color: rgba(var(--theme-default), 1);
  font-size: 14px;
}
.offcanvas-top .modal-content .collection-container .collection-list h4 {
  font-size: 16px;
  margin: 0;
  color: #767676;
}

.offcanvas-top
  .modal-content
  .collection-container
  .collection-list
  .collection-item:hover {
  background-color: rgba(var(--theme-secondary), 0.9);
}

.dark .offcanvas-top .modal-content .search-header .heading-title {
  color: rgba(var(--black), 1);
}
.offcanvas-top .modal-content .search-header .heading-title {
  font-size: 29px;
  font-weight: 600;
}
.offcanvas-top .search-result-item h4 {
  font-weight: 600;
  margin-bottom: 18px;
}
[dir="rtl"] .offcanvas-top .search-header a svg {
  right: unset;
  left: 19px;
}
.dark .offcanvas-top .search-header a svg {
  stroke: rgba(var(--black), 1);
}
.hidden {
  display: none !important;
}
.btn_outline {
  padding: calc(8px + (13 - 8) * ((100vw - 320px) / (1920 - 320)))
    calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  color: rgba(var(--theme-default), 1);
  border-radius: 0;
  font-size: calc(16px + 0.00125 * (100vw - 320px));
  font-weight: 500;
  transition: all 0.5s ease;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: max-content;
  line-height: 1;
}
.dark .btn_outline:hover {
  color: rgba(var(--black), 1);
}
.btn_outline:hover {
  background-color: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}
.btn_outline span {
  color: rgba(var(--theme-default), 1);
}
.btn_outline:hover span {
  color: rgba(var(--white), 1);
}

.dark .btn_outline:hover span {
  color: rgba(var(--black), 1);
}
/*  shipping modal  */
.modal-content .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  border-radius: 0;
  z-index: 10;
}
.modal-content .btn-close:focus {
  box-shadow: none;
}
#shipping-info .modal-body {
  padding: 31px;
}
#shipping-info .modal-content .modal-title {
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
}
#shipping-info .modal-body p {
  margin-bottom: 15px;
  font-size: 16px;
}
/*  ask question model  */
#question-box .modal-content .modal-header h4 {
  margin: 0;
}
#question-box .form-group .form-label {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
  color: rgba(var(--theme-font-color), 0.6);
}
#question-box .form-group .form-control {
  padding: 11px;
  color: #222222;
  font-size: 15px;
}
.dark #question-box .form-group .form-control {
  color: rgba(var(--black), 1);
}
#question-box .form-group input:focus-visible {
  outline-color: rgba(var(--theme-default), 1);
}
.dark ::placeholder {
  color: rgba(var(--black), 1);
}
#question-box .modal-body .form-group {
  margin-bottom: 15px;
}
.modal-header .btn-close {
  position: absolute;
  top: 31px;
  right: 23px;
  border-radius: 0;
  font-size: 11px;
  padding: 0;
}
.social-modal .modal-header h6 {
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.dark .social-modal .modal-body input {
  border: 1px solid rgba(var(--black-dark), 1);
  background: rgba(var(--box-background), 1);
  color: rgba(var(--black), 1);
}
.social-modal .modal-body input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  outline: none;
}
.social-modal .modal-body ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-modal .modal-body ul li a {
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.social-modal .modal-body ul li a:hover {
  border: 1px solid transparent;
  background: rgba(var(--theme-default), 1);
  color: #fff;
}
.social-modal .social-icon {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 21px;
}
.social-modal .social-icon {
  margin-top: 33px;
}
.social-modal .social-icon h6 {
  margin: 0;
}
/* badge */
.custom-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 3px 5px;
}
.custom-badge.theme {
  color: rgba(var(--dark-white), 1);
  background-color: rgba(var(--theme-default), 1);
}

.custom-badge.black {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--theme-font-color), 1);
}
.product-grid-item {
  position: relative;
  overflow: hidden;
}

.product-grid-item img {
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.product-grid-item:hover img {
  transform: scale(1.1);
  filter: brightness(90%);
}
.main-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.main-slider .swiper-slide img {
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.main-slider .swiper-slide:hover img {
  transform: scale(1.1);
  filter: brightness(90%);
}
/*  stock remaining */
.product-stock {
  margin: 10px 0 0 0;
}
.dark .stock-progress {
  background-color: rgba(var(--box-background), 1);
}
.stock-progress {
  width: 27%;
  height: 7px;
  background-color: #eeecec;
  border-radius: 5px;
  margin: 4px 0px 20px;
  overflow: hidden;
}
.product-stock p {
  font-size: 18px;
  margin: 0;
  color: #767676;
}
.dark .product-stock p strong {
  color: rgba(var(--black), 1);
}
.product-stock p strong {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.sale-content h5 {
  font-size: 18px;
}
.product-stock .progress-bar {
  height: 100%;
  background-color: rgba(var(--theme-default), 1);
  border-radius: 5px;
  transition: width 0.3s ease;
}
/* cookie banner  */
.wrapper {
  background: rgba(var(--white), 1);
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 0 20px 2px rgba(var(--black), 0.1);
  max-width: 345px;
  padding: 15px 22px 22px;
  position: fixed;
  right: -370px;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 8;
}

.wrapper.show {
  right: 20px;
}

.title-box img {
  width: 20%;
}

.title-box {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.title-box h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.info p {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}
.info {
  margin-bottom: 15px;
}
.buttons {
  align-items: center;
  display: flex;
  gap: 10px;
  width: 100%;
}

.btn_black {
  align-items: center;
  background-color: rgba(var(--theme-default), 1);
  background-size: 200% auto;
  border-radius: 0;
  color: rgba(var(--white), 1);
  display: inline-flex;
  font-size: calc(12.8px + 0.375vw);
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  padding: calc(4.8px + 0.125vw) calc(4.8px + 1vw);
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.btn_black:hover {
  color: rgba(var(--theme-default), 1);
  background: transparent;
  border: 1px solid rgba(var(--theme-default), 1);
}
.dark .btn_black {
  color: rgba(var(--black), 1);
}
.accordion-item .nav-megamenu h5 {
  margin: 0;
}
.accordion-item .nav-megamenu ul {
  display: grid;
}
/*  quick view model */
.modal-content {
  overflow: unset !important;
}
#quick-view .description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
#quick-view .description p::nth-child(n+2){
  display:none;
}
.offcanvas-cart p span {
  font-size: 17px;
}
.product-right {
  margin-top: 25px;
}
#quick-view .product-right h3 {
  font-size: 27px;
  margin-bottom: 2px;
}
#quick-view .product-right h5 {
  margin-bottom: 21px;
}
#quick-view .product-right p span {
  color: #222;
  font-size: 17px;
}
#variant-select .description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  margin: 13px 0;
}
.dark #quick-view .product-right p span {
  color: rgba(var(--black), 1);
}
/*  cart  */
.cart-box a img {
  width: 150px;
  height: 100%;
}
.cart-box {
  align-items: center;
  display: flex;
  gap: 15px;
}
.cart-table .empty-content img {
  width: 133px;
  height: 100%;
}
.cart-table .empty-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cart-table .table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .shopping-details .cart-progress .progress {
  background: rgba(var(--box-background), 1);
}
.dark .cart-progress .progress {
  background: rgba(var(--black-dark), 1);
}
.cart-progress .progress {
  height: 12px;
  margin: 12px auto 4px;
  overflow: unset;
  background: #cdd1c4;
  border-radius: 0;
}
.cart-progress .progress .progress-bar {
  background-color: rgba(var(--theme-default), 1);
  overflow: unset;
  position: relative;
  border-radius: 0;
  transform: rotatex(180deg);
}
.dark .cart-items .cart-progress .progress .iconsax svg [fill] {
  fill: rgba(var(--black), 1);
}
[dir="rtl"] .cart-progress .progress .progress-bar > span {
  left: -8.5px;
  right: unset;
}
[dir="rtl"] .cart-progress .progress .progress-bar > span svg {
  transform: rotate(180deg);
}
.cart-progress .progress .progress-bar > span {
  align-items: center;
  background-color: rgba(var(--theme-default), 1);
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -20.9px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
.cart-progress .progress .progress-bar > span .iconsax {
  --Iconsax-Size: 20px;
  --Iconsax-Color: rgba(var(--white), 1);
}
.cart-progress .progress .progress-bar > span svg {
  width: 16px;
  height: 16px;
  transform: rotateX(180deg);
}
.cart-progress p {
  color: rgba(var(--light-color), 1);
  font-size: calc(13.6px + 0.125vw);
  text-align: left;
}
.dark .cart-items {
  background-color: rgba(var(--box-background), 1);
}
.cart-items {
  background-color: #f8f8f8cc;
  border-radius: 6px;
  font-size: calc(11.2px + 0.25vw);
  padding: 30px 15px;
  margin-top: 38px;
}
.cart-item .gift-product {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .shipping-container .form-control {
  background-color: rgba(var(--box-background), 1);
}
.quantity-section .form-control {
  border-radius: 0;
  border: 1px solid transparent;
}
.form-control {
  border-radius: 0;
}
.cart-progress {
  position: relative;
  text-align: center;
}
.cart-body h6 {
  font-weight: 500;
  margin-top: 20px;
}
.cart-body ul {
  border-bottom: 1px solid #5b5a5a40;
  margin: 12px 0;
  padding-bottom: 12px;
}
.cart-bottom p {
  color: rgba(var(--theme-default), 1);
  font-size: 14px;
  font-weight: 500;
  text-align: end;
}
.cart-bottom h6 {
  font-weight: 500;
  margin: 4px 0;
}
.cart-bottom h6 span {
  float: right;
  font-size: 16px;
}
.cart-bottom > span {
  display: block;
  font-size: calc(14.8px + 0.0625vw);
  width: 100%;
}
.coupon-box ul li span {
  float: right;
  margin-bottom: 2px;
  position: relative;
  width: 100%;
}
.quantity button i svg {
  height: calc(13.6px + 0.125vw);
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.cart-table .table-title h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}
.dark .cart-table .table-responsive .quantity .quantity-input {
  color: rgba(var(--black), 1);
}
.cart-table .table-title h5 span {
  color: #222;
}
.cart-table .table-title button {
  border: none;
  background: transparent;
  font-size: 16px;
  color: rgba(var(--theme-default), 1);
  font-weight: 600;
}
.dark .shipping-container .btn_outline:hover {
  color: rgba(var(--black), 1);
}
.cart-table .table-responsive .cart-box p {
  font-size: 15px;
}
.cart-table .table-responsive .cart-box p span {
  font-size: 15px;
}
.cart-table .table-responsive .quantity button {
  background: #c585851a;
  background: rgba(var(--theme-default), 0.1);
  border: 1px solid rgba(var(--theme-default), 1);
  width: 30px;
  height: 30px;
}
.cart-table .table-responsive .quantity button svg {
  width: 9px;
  height: 9px;
  fill: rgba(var(--theme-dark-secondary), 1);
  vertical-align: baseline;
}
.cart-table .table-responsive .quantity .quantity-input {
  background: rgba(var(--theme-default), 0.1);
  border: 1px solid rgba(var(--theme-default), 1);
  width: 59px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: rgba(var(--theme-dark-secondary), 1);
}
.cart-table .table-responsive .quantity .quantity-input:focus-visible {
  outline: unset;
}
.cart-items .coupon-box ul li span input {
  padding: 9px 14px;
  border: 1px solid #eaeaea;
  font-size: 15px;
}
.cart-items .coupon-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.cart-items ul li .login-text {
  font-size: 15px;
}
cart-items ul li .login-text a {
  font-size: 15px;
}
.cart-items .coupon-box span input:focus-visible {
  outline-color: rgba(var(--theme-default), 1);
}
.cart-items .forgot-box .forgot-content {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.cart-items .coupon-box button {
  padding: 7px 20px;
  background: rgba(var(--theme-default), 1);
  color: #fff;
  border-radius: 0;
  font-weight: 600;
}
.cart-items .coupon-box {
  margin-top: 17px;
}
/*  scroll bar */
.mobile-menu {
  overflow-y: auto;
}

.mobile-menu::-webkit-scrollbar {
  width: 8px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: rgba(var(--theme-default), 1);
  border-radius: 4px;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--theme-default), 1);
}

.mobile-menu {
  scrollbar-color: rgba(var(--theme-default), 1) #f1f1f1;
  scrollbar-width: thin;
}

.mobile-menu {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*  compare empty */
#compareEmpty {
  width: 100%;
}
#compareEmpty .empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#compareEmpty .empty-content h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 18px;
}
.no-data .empty-content p {
  font-size: 14px;
}

.no-data .empty-content p a {
  font-size: 16px;
  color: rgba(var(--theme-default), 1);
}
.product-box-3 .product-detail {
  padding-top: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.product-box-3 .product-detail p {
  font-size: 16px;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  gap: 4px;
}
.product-box-3 .product-detail .list-para p {
  color: #888;
  margin: 14px 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark .product-box-3 .product-detail p {
  color: rgba(var(--black), 1);
}
.product-box-3 .product-detail p del {
  color: #888;
  font-weight: 500;
}
.dark .product-box-3 .product-detail a h6 {
  color: rgba(var(--black), 1);
}
.product-box-3 .product-detail a {
  width: 100%;
}
.product-box-3 .product-detail a h6 {
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
  font-size: calc(18px + (20 - 18) * ((100vw - 1200px) / (1920 - 320)));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  font-family: var(--font-body-family);
  line-height: 1;
}
.img-wrapper .pro-sec {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out,
    transform 0.7s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.img-wrapper .pro-first {
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.product-card:hover .pro-sec,
.product-box-3:hover .pro-sec {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}
@media screen and (max-width: 630px) {
  .cart-box a img {
    width: 150px;
    height: 100%;
    min-width: 67px;
  }
}
@media screen and (max-width: 1199px) {
  .cart-table .empty-content {
    position: unset;
    transform: unset;
  }
}
@media screen and (max-width: 375px) {
  .empty-container .empty-content h3 {
    font-size: 15px;
  }
  .lookbook .lookbook-block .lookbook-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* pagination  */
.pagination-wrap .pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.dark .pagination-wrap .pagination li a {
  border: 1px solid rgba(var(--border), 1);
}
.pagination-wrap .pagination li a {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  width: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  height: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  padding: 6px;
  transition: all 0.4s ease-in-out, transform 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

[dir="rtl"] .pagination-wrap .pagination li a.prev,
[dir="rtl"] .pagination-wrap .pagination li a.next {
  transform: rotateY(180deg);
}

.pagination-wrap .pagination li a .iconsax {
  --Iconsax-Size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
  vertical-align: sub;
}
.dark .pagination-wrap .pagination li a.active {
  color: rgba(var(--black), 1);
}
.pagination-wrap .pagination li a.active,
.pagination-wrap .pagination li:hover a {
  background-color: rgba(var(--theme-default), 1);
  border-color: transparent;
  color: rgba(var(--white), 1);
}

.pagination-wrap .pagination li.disabled:hover a {
  background-color: inherit;
  border-color: rgba(var(--light-border), 1);
  color: inherit;
  cursor: not-allowed !important;
}
.dark .pagination-wrap .pagination li:hover a .iconsax {
  --Iconsax-Color: rgba(var(--black), 1);
}
.pagination-wrap .pagination li:hover a .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}

.pagination-wrap .pagination li.disabled:hover a .iconsax {
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
}
.scrollable-theme {
  max-height: 100%;
  overflow-y: auto;
  padding: 0;
}
.scrollable-theme::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.dark .scrollable-theme::-webkit-scrollbar-track {
  background: rgba(var(--box-background), 1);
  border-radius: 5px;
}
.scrollable-theme::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.dark .scrollable-theme::-webkit-scrollbar-track {
  background: rgba(var(--box-background), 1);
}
.scrollable-theme::-webkit-scrollbar-thumb {
  background: rgba(var(--theme-default), 1);
  border-radius: 5px;
}
.scrollable-theme::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-product-slider .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  transform: scale(1);
}
[dir="rtl"] .product-slider .main-slider .slick-track {
  transform: translate3d(2214px, 0px, 0px) !important;
}
.main-product-slider .swiper-wrapper .swiper-slide:hover img {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.dropdown-swatch {
  display: none;
}
.product-variant {
  display: flex;
}
.product-variant .product-form__input .form-select {
  width: 226px;
}
.form-select:focus {
  border-color: none;
  box-shadow: none;
}
.product-variant .product-form__input .form-select:focus {
  box-shadow: none;
  border-color: rgba(var(--theme-default), 1);
}
.dark .variant-dropdown .dropdown button {
  color: rgba(var(--black), 1);
}
.dark .dropdown-menu.show {
  background: rgba(var(--box-background), 1);
}
.variant-dropdown .dropdown button {
  width: 235px;
  height: 45px;
  text-align: left;
  padding: 0 14px;
  background: transparent;
  color: #222;
  display: flex;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  align-items: center;
  border-radius: 0;
  font-size: 17px;
}
.variant-dropdown .dropdown .dropdown-menu .dropdown-item {
  border: none;
}
.variant-dropdown .dropdown .dropdown-toggle::after {
  display: none;
}
.variant-dropdown .dropdown .dropdown-menu li:hover {
  background: rgba(var(--theme-default), 0.1);
}
.variant-dropdown .dropdown svg {
  width: 17px;
  height: 17px;
}
.product-variant .product-form__input label {
  font-size: 17px;
  margin-bottom: 4px;
}
.nav-megamenu .swiper-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.nav-megamenu .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #f8f8f8;
}

.nav-megamenu .swiper-slide img {
  max-width: 100%;
  height: 329px;
  display: block;
  object-fit: cover;
}
.nav-megamenu .swiper-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.product-detail-box
  .product-options
  .product-variant
  .swatch-input__label.swatch-input__label--image
  .swatch {
  display: none;
}
.product-variants input .swatch-input__label--image {
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 80px;
}
label[for] {
  border: none;
  transition: border 0.3s ease;
}

.product-detail-box .product-options .product-variant .none {
  background: rgba(var(--theme-default), 1);
  border-radius: 50px;
  color: #fff;
  padding: 4px 17px;
  font-size: 13px;
  margin-right: 10px;
}
.product-detail-box
  .product-options
  .product-variant
  .swatch-input__label.swatch-input__label--square,
.product-detail-box
  .product-options
  .product-variant
  .swatch-input__label.swatch-input__label--circle {
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  margin-right: unset !important;
}
.nav-megamenu ul {
  display: flex;
  flex-direction: column;
}
/*  blog */
.blog-main {
  margin: 0 0 2px;
}

.blog-main .blog-box {
  overflow: hidden;
}

.blog-main .blog-box .blog-img {
  position: relative;
}

.main-blog-1 a.blog-img.bg-size {
  object-fit: cover;
  max-height: 200px;
}

.blog-main .blog-box .blog-img:after {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(var(--white), 0.2);
  content: "";
  height: 92%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease-in-out;
  width: 92%;
  z-index: 1;
}

.blog-main .blog-box .blog-img img {
  overflow: hidden;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-main .blog-txt {
  padding-top: 14px;
}

.blog-main .blog-txt p {
  font-size: calc(12.8px + 0.375vw);
  margin-bottom: 6px;
}

.blog-main .blog-txt h5 {
  line-height: 1.1;
  transition: all 0.4s ease-in-out;
}

.blog-main .blog-txt h5:hover {
  color: rgba(var(--theme-default), 1);
}

.blog-main .blog-txt .link-hover-anim {
  padding: 0;
}

.blog-main .blog-txt .link-hover-anim a {
  text-decoration: none;
  padding: 0 0 10px 0;
}

.blog-main:hover .blog-box .blog-img:after {
  transform: translate(-50%, -50%) scale(1);
}
.blog-main .blog-txt .link-hover-anim a:hover {
  color: rgba(var(--theme-default), 1);
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.blog-main:hover .blog-box .blog-img img {
  transform: scale(1.1);
}

.collections-paginate-grid .blog-main .blog-txt a h5 {
  font-weight: 600;
}

.main-blog-1 {
  background-color: rgba(var(--box-background), 1);
  padding: 30px 0;
}

.main-blog-1 .blog-main-2 {
  border-left: 1px solid rgba(var(--light-border), 1);
  margin-left: -2px;
  padding-left: calc(4.2px + 1.1875vw);
}

.main-blog-1 .blog-main-2 .blog-box {
  overflow: hidden;
  position: relative;
}

.main-blog-1 .blog-main-2 .blog-box .blog-img:after {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(var(--white), 0.2);
  border-radius: 10px;
  content: "";
  height: 92%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease-in-out;
  width: 92%;
  z-index: 1;
}

.main-blog-1 .blog-main-2 .blog-box .blog-img img {
  overflow: hidden;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.main-blog-1 .blog-main-2 .blog-box .btn {
  color: rgba(var(--theme-font-color), 1);
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-decoration: underline;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 2;
}

.main-blog-1 .blog-main-2 .blog-details h6 {
  color: rgba(var(--theme-default), 1);
  font-weight: 500;
}

.main-blog-1 .blog-main-2 .blog-details a {
  color: rgba(var(--theme-font-color), 1);
  display: block;
  font-size: calc(12.8px + 0.375vw);
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.4s ease-in-out;
}

.main-blog-1 .blog-main-2 .blog-details a:hover {
  color: rgba(var(--theme-default), 1);
}

.main-blog-1 .blog-main-2:hover .blog-box .blog-img:after {
  transform: translate(-50%, -50%) scale(1);
}

.main-blog-1 .blog-main-2:hover .blog-box .blog-img img {
  transform: scale(1.1);
}

.main-blog-1 .blog-main-2:hover .blog-box .btn {
  transform: translate(-50%, -50%) scale(1);
}
.dark .sidebar-title {
  background: rgba(var(--box-background), 1);
  color: rgba(var(--black), 1);
}
.sidebar-title {
  margin-bottom: 25px;
  position: relative;
  background: rgba(var(--theme-default), 0.1);
  padding: 13px 14px;
}
.sidebar-title h5 {
  font-size: calc(14px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
  font-weight: 600;
  top: 4px;
  position: relative;
}
.sidebar-title .loader-line {
  background-color: rgba(var(--theme-default), 1);
  border-radius: 20px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  width: calc(36px + 1.25vw);
  display: block;
}

.sidebar-title .loader-line:before {
  animation: lineAnim 2s linear infinite;
  background: linear-gradient(
    to right,
    rgba(var(--theme-default), 1),
    rgba(var(--theme-default), 0.5)
  );
  border-radius: 20px;
  content: "";
  height: 4px;
  left: -50%;
  position: absolute;
  width: 30%;
}

.blog-page .blog-main-box .blog-content a h4 {
  margin-bottom: 0;
}

.blog-page .blog-main-box div {
  border-radius: 0;
  overflow: hidden;
}

.blog-page .blog-main-box .blog-content .blog-img {
  border-radius: 0;
}
.blog-page .blog-main-box .blog-content .blog-img img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.blog-page .blog-main-box .blog-content .blog-img:hover img {
  transform: scale(1.1);
}
.blog-page .blog-main-box .blog-img img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  width: 100%;
  aspect-ratio: 6/5;
  object-fit: cover;
}
.blog-page .blog-main-box:hover .blog-img img {
  transform: scale(1.1);
}
.blog-page .blog-main-box .blog-img.bg-size {
  transform: scale(1);
  transition: all 1.8s ease-in-out;
}

.blog-page .blog-main-box:hover .blog-img.bg-size {
  transform: scale(1.1);
}

.blog-page .blog-main-box .blog-content .blog-date {
  display: block;
  font-size: 14px;
  margin: 0;
}

.blog-page .blog-main-box .blog-content .blog-title a > h4 {
  display: -webkit-box !important;
  margin: 0;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 28px;
  transition: all 0.4s ease-in-out;
  white-space: normal;
  width: 100%;
  line-height: 1.2;
}
.blog-sidebar .sidebar-box .categories {
  padding: 0 14px;
}

@media (max-width: 1199px) {
  .blog-page .blog-main-box .blog-content .blog-title a > h4 {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .blog-page .blog-main-box .blog-content p.blog-excerpt {
    display: -webkit-box !important;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.blog-page .blog-main-box .blog-content p.blog-excerpt span {
  margin: 0;
}

.blog-page .blog-main-box .blog-content span,
p {
  display: -webkit-box;
  font-size: calc(13.6px + 0.125vw);
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .blog-page .blog-main-box .blog-content span {
    margin-top: 0px;
  }
}

.date-content {
  padding-block-start: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
}

.blog-content h4 {
  line-height: 1.2;
  padding-block: 6px 0px;
  @media screen and (max-width: 320px) {
    padding: 0;
  }
}

.blog-page .blog-main-box .blog-content .share-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .blog-page .blog-main-box .blog-content .share-box {
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .blog-page .blog-main-box .blog-content .share-box > div {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .blog-page .blog-main-box .blog-content a h4 {
    width: 100%;
  }
}

.blog-page .blog-main-box .blog-content .date-content img {
  border-radius: 50px;
  width: 17px;
}

.blog-page .blog-main-box .blog-content h6 {
  color: #888;
  font-size: calc(12.6px + 0.125vw);
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: capitalize;
  top: 4px;
  position: relative;
}
.blog-main-box {
  cursor: pointer;
}
.blog-details .blog-content .blog-title .blog-date {
  margin: 10px 0;
}
.blog-page .blog-main-box:hover .blog-content .share-box > a {
  color: rgba(var(--theme-default), 1);
  transition: all 0.3s ease-in-out;
}
.blog-page .blog-main-box .blog-content .share-box > a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-page .blog-main-box .blog-content h5,
.blog-page .blog-main-box .blog-content > ul {
  font-size: 21px;
  margin-top: 25px;
  font-weight: 600;
}

.blog-page .blog-main-box .blog-content > ul li {
  color: rgba(var(--light-color), 1);
  display: list-item;
  font-size: calc(13.2px + 0.25vw);
  margin-left: 32px;
  padding: 4px 0;
}

.blog-page .blog-main-box .blog-content > ul li:first-child {
  padding-top: 0;
}

.blog-page .blog-main-box .blog-content > ul li:last-child {
  padding-bottom: 0;
}

.blog-page .blog-main-box:hover .blog-content h4 {
  color: rgba(var(--theme-default), 1);
  transition: all 0.3s ease-in-out;
}

.blog-page .blog-main-box:hover .blog-content .blog-img.bg-size {
  transform: scale(1.1);
}

.blog-page .blog-main-box.blog-details .blog-content .blog-article p {
  margin-bottom: 21px;
  font-size: 16px;
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title {
  background-color: rgba(var(--box-background), 1);
  border-left: 3px solid rgba(var(--theme-default), 1);
  margin: 20px 0;
  padding: calc(9.6px + 0.75vw);
}

[dir="rtl"] .blog-page .blog-main-box.blog-details .blog-content .quote-title {
  border-left: unset;
  border-right: 3px solid rgba(var(--theme-default), 1);
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title h6 {
  align-items: start;
  display: flex;
  gap: 12px;
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title h6 i {
  color: rgba(var(--theme-default), 0.4);
  font-size: calc(13.2px + 0.875vw);
  line-height: 0.5;
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title h6 span {
  color: rgba(var(--theme-font-color), 1);
  font-size: calc(14px + 0.625vw);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.blog-page .blog-main-box.blog-details .blog-content .message-box label {
  color: rgba(var(--light-color), 1);
  font-size: calc(13.6px + 0.125vw);
  font-weight: 500;
  margin-bottom: 4px;
}

.blog-page
  .blog-main-box.blog-details
  .blog-content
  .message-box
  input::-moz-placeholder {
  color: rgba(var(--light-color), 0.8);
}

.blog-page
  .blog-main-box.blog-details
  .blog-content
  .message-box
  input::placeholder {
  color: rgba(var(--light-color), 0.8);
}

.blog-page
  .blog-main-box.blog-details
  .blog-content
  .message-box
  textarea::-moz-placeholder {
  color: rgba(var(--light-color), 0.8);
}

.blog-page
  .blog-main-box.blog-details
  .blog-content
  .message-box
  textarea::placeholder {
  color: rgba(var(--light-color), 0.8);
}

.blog-page .blog-sidebar .sidebar-box {
  border-radius: calc(5.2px + 0.25vw);
  padding-inline: calc(12.4px + 0.5vw);
}

.blog-page .blog-sidebar .sidebar-box .categories li {
  padding: 4px 0;
  width: 100%;
}

.blog-page .blog-sidebar .sidebar-box .categories li:last-child {
  padding-bottom: 0;
}

.blog-page .blog-sidebar .sidebar-box .categories li:first-child {
  padding-top: 0;
}

.blog-page .blog-sidebar .sidebar-box .categories li:hover p,
.blog-page .blog-sidebar .sidebar-box .categories li:hover span {
  color: rgba(var(--theme-default), 1);
}

.blog-page .blog-sidebar .sidebar-box .categories li p {
  color: rgba(var(--theme-font-color), 1);
  font-size: calc(13.2px + 0.25vw);
  transition: all 0.4s ease-in-out;
}

.blog-page .blog-sidebar .sidebar-box .categories li span {
  color: rgba(var(--light-color), 1);
  float: right;
  transition: all 0.4s ease-in-out;
}

[dir="rtl"] .blog-page .blog-sidebar .sidebar-box .categories li span {
  float: left;
}

.blog-page .blog-sidebar .sidebar-box .top-post {
  margin-top: 20px;
}

.blog-page .blog-sidebar .sidebar-box .top-post li {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  padding: calc(2.8px + 0.375vw) 0;
}
.top-post p {
  font-size: 15px;
}
.blog-page .blog-sidebar .sidebar-box .top-post li:first-child {
  padding-top: 0;
}

.blog-page .blog-sidebar .sidebar-box .top-post li:last-child {
  padding-bottom: 0;
}

.blog-page .blog-sidebar .sidebar-box .top-post li img {
  border-radius: 4px;
  width: calc(47.5px + 1.875vw);
}

@media (max-width: 575px) {
  .blog-page .blog-sidebar .sidebar-box .top-post li img {
    width: 15%;
  }
}

@media (max-width: 480px) {
  .blog-page .blog-sidebar .sidebar-box .top-post li img {
    width: 20%;
  }
}

@media (max-width: 360px) {
  .blog-page .blog-sidebar .sidebar-box .top-post li img {
    width: 28%;
  }
}

.blog-page .blog-sidebar .sidebar-box .top-post li div {
  width: calc(100% - 54px);
}

.blog-page .blog-sidebar .sidebar-box .top-post li div a h6 {
  display: -webkit-box !important;
  font-size: calc(13.6px + 0.125vw);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s ease-in-out;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog-page .blog-sidebar .sidebar-box .top-post li:hover div a h6 {
  color: rgba(var(--theme-default), 1);
}

.blog-page .blog-sidebar .sidebar-box .popular-tag {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5.2px + 0.25vw);
}

.blog-page .blog-sidebar .sidebar-box .popular-tag li p {
  background-color: rgba(var(--light-white), 1);
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  margin: 0;
}

.dark .blog-page .blog-sidebar .sidebar-box .popular-tag li p {
  border: 1px solid rgba(var(--dark-border), 1);
}
.blog-page .blog-sidebar .sidebar-box .popular-tag li p a {
  color: rgba(var(--light-color), 1);
  background-color: rgba(var(--theme-default), 0.1);
  padding-inline: 15px;
  font-size: 15px;
  border: 1px solid rgba(var(--theme-default), 0.1);
}

.blog-page .blog-sidebar .sidebar-box .popular-tag li:hover p {
  background-color: rgba(var(--theme-default), 0.1);
  border-color: rgba(var(--theme-default), 1);
  color: rgba(var(--theme-default), 1);
}

.blog-page .blog-sidebar .sidebar-box .popular-tag li:hover p a {
  color: rgba(var(--theme-default), 1);
  border: 1px solid #858c73;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li {
  padding: 6px 0;
  width: 100%;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a:first-child {
  padding-top: 0;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a:last-child {
  padding-bottom: 0;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a .icon {
  align-items: center;
  background-color: rgba(var(--light-white), 1);
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 50px;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.dark .blog-page .blog-sidebar .sidebar-box .social-icon li a .icon {
  color: #000;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a .icon i {
  transition: all 0.4s ease-in-out;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li a h6 {
  margin-bottom: -8px;
  transition: all 0.4s ease-in-out;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li :hover .icon {
  background-color: rgba(var(--theme-default), 1);
  border-color: rgba(var(--theme-default), 1);
  box-shadow: 0 3px 13px rgb(0 0 0 / 17%);
}
.blog-page .blog-sidebar .sidebar-box .social-icon li .icon svg {
  transition: all 0.4s ease-in-out;
}

.blog-page .blog-sidebar .sidebar-box .social-icon li :hover .icon i,
.blog-page .blog-sidebar .sidebar-box .social-icon li :hover .icon svg {
  color: rgba(var(--white), 1);
}

.blog-page .blog-sidebar .sidebar-box .social-icon li :hover h6 {
  color: rgba(var(--theme-default), 1);
}

.blog-page .blog-search {
  position: relative;
}

.blog-page .blog-search input {
  background-color: transparent;
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 6px;
  padding: 12px 35px 12px 12px;
  width: 100%;
}

.blog-page .blog-search .iconsax {
  --Iconsax-Size: calc(13.2px + 0.25vw);
  --Iconsax-Color: rgba(var(--light-color), 1);
  position: absolute;
  right: 15px;
  top: 49%;
  transform: translateY(-49%);
}

.blog-page .blog-main-box.blog-list {
  align-items: center;
  display: flex;
  gap: 20px;
}

@media (max-width: 575px) {
  .blog-page .blog-main-box.blog-list {
    display: block;
  }
}

.blog-page .blog-main-box.blog-list .list-img {
  width: 50%;
}

@media (max-width: 575px) {
  .blog-page .blog-main-box.blog-list .list-img {
    width: 100%;
  }
}

.blog-page .blog-main-box.blog-list .blog-content,
.blog-page .blog-main-box.blog-list .list-img .blog-img {
  width: 100%;
}

@media (max-width: 575px) {
  .blog-page .blog-main-box.blog-list .blog-content {
    margin-top: 12px;
  }
}

.blog-page .blog-main-box .comments-box {
  border-left: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
}

.blog-page .blog-main-box .comments-box > ul {
  max-height: 500px;
  overflow: auto;
}

.blog-no-sidebar .blog-main-box {
  border: 1px solid rgba(var(--light-border), 1);
  border-radius: 4px;
}

.blog-no-sidebar .blog-main-box > div {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.blog-no-sidebar .blog-main-box > div .blog-img {
  border-radius: 4px 4px 0 0;
}

.blog-no-sidebar .blog-main-box > div .blog-img.bg-size {
  transform: scale(1);
  transition: all 1.6s ease-in-out;
}

.blog-no-sidebar .blog-main-box .blog-content {
  padding: 0 10px 10px;
}

.blog-page .blog-offer-content {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main-search-box input #search-clear {
  margin-left: 11px;
}
.blog-page .main-search-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dark .blog-page .main-search-box input {
  border: 1px solid rgba(var(--black-dark), 1);
  background: rgba(var(--box-background), 1);
  color: rgba(var(--black), 1);
}
.blog-page .main-search-box input {
  padding: 12px;
  width: 490px;
  height: auto;
  border: 1px solid #d9d9d9;
}
.blog-page .main-search-box input:focus-visible {
  outline-offset: unset;
  outline: 1px solid rgba(var(--theme-default), 1);
}
.blog-page .blog-search-content {
  padding-top: 60px;
}
.dark .message-box .form-control {
  color: rgba(var(--black), 1);
}
.message-box .form-control {
  padding: 10px;
  color: #888;
  border-radius: 0;
}
.message-box .form-control {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.dark .message-box .form-control:focus {
  color: rgba(var(--black), 1);
}
.message-box .form-control:focus {
  box-shadow: none;
  color: rgba(var(--black-dark), 1);
  border-color: rgba(var(--theme-default), 1);
}
.date-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 404 error */
.error-page {
  text-align: center;
}

.error-page img {
  display: flex;
  margin: 0 auto;
  width: 61%;
}

@media (max-width: 767px) {
  .error-page img {
    width: 100%;
  }
}

.error-page p {
  color: rgba(var(--light-color), 1);
  margin: 0 auto 12px;
  width: 40%;
}

@media (max-width: 1400px) {
  .error-page p {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .error-page p {
    width: 100%;
  }
}
.error-page h2 {
  font-weight: 600;
}
.error-page h3 {
  font-size: 209px;
  font-weight: 600;
  color: #b96d6d;
}
@media (max-width: 768px) {
  .error-page h3 {
    font-size: 150px;
  }

  .offcanvas-top .modal-content {
    padding-inline: 28px;
  }
}

@media (max-width: 480px) {
  .error-page h3 {
    font-size: 100px;
  }
}

@media (max-width: 320px) {
  .error-page h3 {
    font-size: 80px;
  }
  .offcanvas-top .modal-content {
    padding-inline: 10px;
  }
  .offcanvas-top .search-header a svg {
    top: 31%;
  }
  .offcanvas-top .modal-content .collection-container .collection-list {
    gap: 5px;
  }
  .offcanvas-top .modal-content .collection-container .collection-list h4 {
    font-size: 12px;
  }
}
/*  login  */
.dark .login-page .log-in-box {
  background: rgba(var(--box-background), 1);
}
.login-page .log-in-box {
  background: rgba(var(--theme-default), 0.1);
  padding: calc(16px + (42 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-box .log-in-title h4 {
  font-size: calc(20px + (31 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(var(--theme-default), 1);
  font-weight: 600;
}
.login-box .form-floating .form-control:focus {
  box-shadow: none;
  border-color: rgba(var(--theme-default), 1);
}
.login-box .form-floating .form-control {
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.form-floating > .form-control:focus {
  box-shadow: unset;
  border-color: rgba(var(--theme-default), 1);
}
.log-in-box .login-box .forgot-box a {
  font-size: 16px;
  color: #888;
}
.log-in-box .login-box .forgot-box a:hover {
  color: rgba(var(--theme-default), 1);
  transition: all 0.3s ease-in-out;
  text-underline-offset: 5px;
  text-decoration: underline;
}
.sign-up-box a {
  color: rgba(var(--theme-default), 1);
  margin-top: 7px;
}
.sign-up-box a:hover {
  transition: all 0.3s ease-in-out;
  text-underline-offset: 5px;
  text-decoration: underline;
}
.error-message-icon svg {
  width: 20px;
  height: 20px;
}
.forgot-content {
  display: flex;
  align-items: center;
  justify-content: start;
}
.form-error-message h2 {
  font-size: 22px;
}
.forgot-content label span {
  font-size: 14px;
  color: #a8a8a8;
}
/*  about */
.about-collection {
  position: relative;
}

.about-collection-card {
  position: relative;
  overflow: hidden;
}

.about-collection-image {
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

.about-collection-image img {
  width: 100%;
  display: block;
}

.about-collection-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(var(--theme-secondary), 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(0);
}

.about-collection-card:hover .about-collection-image {
  transform: scale(1.1);
}

.about-collection-card:hover .about-collection-info {
  opacity: 1;
  transform: translateY(0);
}

.block-info h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}

.block-info .rte {
  margin-bottom: 1rem;
  text-align: center;
}

.block-info .button {
  background: rgba(var(--theme-default), 1);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.about-collection
  .about-collection-card
  .about-collection-info
  .block-info
  img {
  width: 100px;
  height: 100%;
}
.about-collection .about-collection-card .about-collection-info .block-info {
  text-align: center;
  padding: 40px;
}
@media (max-width: 320px) {
  .about-collection
    .about-collection-card
    .about-collection-info
    .block-info
    img {
    width: 60px;
    height: 100%;
  }
  .block-info h3 {
    font-size: 15px;
  }
  .block-info p {
    font-size: 12px;
    line-height: 15px;
  }
  .block-info .button {
    padding: 0.3rem 1rem;
    font-size: 12px;
  }
}
/* salon offers */
.makeup-offers-section {
  position: relative;
  height: 456px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: url("https://cdn.shopify.com/s/files/1/0714/3728/7637/files/about-banner.webp?v=1736405556");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.dark .makeup-offers-container {
  background-color: rgba(var(--box-background), 0.8);
}
.makeup-offers-container {
  background-color: rgba(var(--theme-secondary), 0.8);
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .makeup-offers-content h1 {
  color: rgba(var(--black), 1) !important;
}
.makeup-offers-content h1 {
  font-size: 37px;
  margin-bottom: 10px;
  color: #000;
}

.makeup-offers-content h3 {
  font-size: 75px;
  margin-bottom: 15px;
  font-weight: 600;
}

.makeup-offers-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  width: 52%;
  margin: auto;
  padding-bottom: 19px;
}

@media (max-width: 375px) {
  .makeup-offers-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.dark .testimonials-box {
  background-color: rgba(var(--box-background), 1);
}
.testimonials-box h5 {
  margin: 0;
}
.testimonials-box {
  background-color: rgba(var(--theme-default), 0.1);
  border-radius: 0;
  padding: 30px;
}

.testimonials-box p {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media (max-width: 480px) {
  .testimonials-box {
    padding: 10px;
  }
}

.testimonials-box .customer-item {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.testimonials-box .customer-item i {
  color: rgba(var(--theme-default), 0.2);
}

.testimonials-box .customer-item i svg {
  fill: rgba(var(--theme-default), 0.2);
  width: calc(14px + 1.875vw);
}

.testimonials-box .customer-img {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.testimonials-box .customer-img img {
  border: 1px solid rgba(var(--dark-color), 0.2);
  border-radius: 50%;
  padding: 4px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 768px) {
  .testimonials-box .customer-img img {
    width: 65px;
    height: 65px;
  }
}
.testimonials-box .customer-img div {
  width: 100%;
}

.testimonials-box .customer-img div h5 span {
  float: right;
}
@media (max-width: 425px) {
  .swiper-container {
    position: relative;
    overflow: hidden;
    height: 261px;
  }
}
/*  service section */
.services {
  text-align: center;
}

.service-item {
  margin-bottom: 20px;
}

.service-item .icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.service-item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.service-item p {
  font-size: 16px;
  color: #777;
}
/*  contact */
.contact-main .contact-box p {
  margin-bottom: 20px;
}
.contact-main .contact-box .alert p {
  margin-bottom: 0px;
  -webkit-line-clamp: unset;
}

.contact-main .contact-box h6,
.contact-main .contact-box p {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.contact-main .contact-box .contact-form label {
  font-size: calc(14.8px + 0.0625vw);
  font-weight: 500;
}
.dark .contact-main .contact-box .contact-form input {
  background-color: rgba(var(--box-bakground), 0.5);
}
.contact-main .contact-box .contact-form input {
  background-color: rgba(var(--theme-default), 0.1);
  border: 1px solid rgba(var(--theme-default), 0.5);
  padding: 12px 15px;
  border-radius: 0;
}
.dark .contact-main .contact-box .contact-form textarea {
  background-color: rgba(var(--box-bakground), 0.5);
}
.contact-main .contact-box .contact-form input:focus {
  box-shadow: none;
}

.contact-main .contact-box .contact-form input::-moz-placeholder {
  color: rgba(var(--light-color), 0.8);
}

.contact-main .contact-box .contact-form input::placeholder {
  color: rgba(var(--light-color), 0.8);
}

.contact-main .contact-box .contact-form textarea {
  background-color: rgba(var(--theme-default), 0.1);
  border: 1px solid rgba(var(--theme-default), 0.5);
  padding: 10px;
  border-radius: 0;
}

.contact-main .contact-box .contact-form textarea:focus {
  box-shadow: none;
}

.contact-main .contact-box .contact-form textarea::-moz-placeholder {
  color: rgba(var(--light-color), 0.8);
}

.contact-main .contact-box .contact-form textarea::placeholder {
  color: rgba(var(--light-color), 0.8);
}

@media (max-width: 991px) {
  .contact-main .contact-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }

  .contact-main .contact-img img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .contact-main .contact-img img {
    width: 90%;
  }
}
/* compare */
#comparePageContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  text-align: center;
}
#comparePageContent .empty-compare-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
#comparePageContent .empty-compare-message img {
  width: 200px;
}
.comparison-card {
  border: 1px solid rgba(var(--border), 0.2);
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(var(--border), 1);
  background-color: rgba(var(--box-background), 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.comparison-card img {
  width: 100%;
  aspect-ratio: 89/100;
  margin-bottom: 15px;
}

.comparison-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.comparison-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.comparison-card .d-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.comparison-card .btn {
  padding: 10px 15px;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid rgba(var(--theme-default), 1);
}

.btn_solid {
  background-color: rgba(var(--theme-default), 1);
  color: #fff;
  border: 1px solid rgba(var(--theme-default), 1);
}

.btn_solid:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid rgba(var(--theme-default), 1);
}

.btn-outline-danger {
  border: 1px solid rgba(var(--theme-default), 1);
  color: rgba(var(--theme-default), 1);
}

.btn-outline-danger:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(var(--theme-default), 1);
  color: #fff;
}
#comparePageContent {
  padding: 60px 0;
}
.empty-compare-message .btn_solid {
  margin: auto;
}
#comparePageContent .col-lg-4 {
  max-width: 300px;
}
/* about banner detail */
.dark .information-banner {
  background-color: rgba(var(--black-dark), 1);
}
.information-banner {
  padding: 40px 20px;
  text-align: center;
  background-color: #ffffff;
}

.card {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  border: none;
}

.image-wrapper {
  padding: 10px;
  position: relative;
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.dark .image-background {
  background-color: rgba(var(--box-background), 1);
}
.image-background {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -1;
  background-color: rgba(var(--theme-default), 0.1);
}
.dark .card h2 {
  color: rgba(var(--black), 1);
}
.card h2 {
  font-size: 39px;
  margin: 20px 0 10px;
}

.card p {
  padding: 0 18px 0;
  font-size: 17px;
  color: #888;
  margin: 0 0 14px 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.information-banner .card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dark .information-banner .card.flex-row {
  background: rgba(var(--black-dark), 1);
}
.dark .information-banner .card.flex-row-reverse {
  background: rgba(var(--black-dark), 1);
}
.information-banner .card.flex-row {
  flex-direction: row;
}
.information-banner .card.flex-row-reverse {
  flex-direction: row-reverse;
}
.image-wrapper {
  flex: 1;
}
.content-wrapper {
  flex: 1;
}
.content-wrapper.content-alignment.left {
  text-align: left;
}
.content-wrapper.content-alignment.left p,
.content-wrapper.content-alignment.right p {
  padding: 0;
}
@media (max-width: 767px) {
  .information-banner .card {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column !important;
  }
}
@media (max-width: 375px) {
  .card h2 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  .card p {
    font-size: 15px;
  }
  .read-more-btn {
    padding: 6px 17px;
  }
}
/*  dashboard */
.user-dashboard-section {
  padding: 80px 0;
}

.user-dashboard-section .container-fluid,
.user-dashboard-section .container-fluid-lg {
  max-width: 1200px;
  margin: 0 auto;
}
.dashboard-left-sidebar .nav-pills li {
  padding: 5px 0;
}
.address-title {
  display: flex;
  justify-content: space-between;
}
.address-title .add-address {
  color: #fff;
  background: rgba(var(--theme-default), 1);
  border-radius: 0;
  padding: 5px 19px;
}
.profile-card .profile-section .profile-cover img {
  height: 130px;
  width: 100%;
  background-size: cover;
}

/* Sidebar Styling */
.dashboard-left-sidebar {
  background-color: rgba(var(--theme-default), 0.1);
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 0;
}

.dashboard-left-sidebar .close-button {
  justify-content: flex-end;
}

.dashboard-left-sidebar .nav-pills {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-left-sidebar .nav-link {
  color: #212529;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.dashboard-left-sidebar .nav-link:hover,
.dashboard-left-sidebar .nav-link.active {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  width: 100%;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.profile-card {
  max-width: 400px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background-color: rgba(var(--theme-default), 0.1);
  text-align: center;
  padding: 15px;
  margin: 0 0 21px;
}

.profile-section {
  position: relative;
}
.nav-item .badge {
  display: inline-block;
  background-color: rgba(var(--theme-default), 1);
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link {
  position: relative;
}

.profile-picture {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #fff;
  position: relative;
  margin: -47px auto 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.profile-picture img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-details {
  margin-top: 10px;
}

.username {
  font-size: 14px;
  color: #555;
}

.full-name {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.location {
  font-size: 14px;
  color: #888;
}

.profile-actions {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.profile-actions button {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.profile-actions button:hover {
  background-color: #f0f0f0;
}

.bio {
  padding: 15px;
  font-size: 14px;
  color: #555;
}

/* Right Sidebar */
.dashboard-right-sidebar {
  background-color: rgba(var(--theme-default), 0.1);
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 0;
}

/* Buttons */
.btn.left-dashboard-show {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  border-radius: 0;
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
  border: 1px solid transparent;
}

.btn.left-dashboard-show:hover {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-default), 1);
  color: rgba(var(--theme-default), 1);
}
.dashboard-profile table tr {
  border: 1px solid transparent;
}
/* Table Styling */
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table td {
  padding: 10px 15px;
  vertical-align: top;
}

.table td:first-child {
  font-weight: bold;
  width: 21%;
}
.dashboard-table .table tbody tr:hover {
  background-color: transparent;
}
.table tbody tr:hover {
  background-color: #f8f9fa;
}

/* Add some spacing around the table */
.table-container {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

/* Address Box */
.address-box {
  padding: 15px;
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.address-box .label {
  font-size: 14px;
  color: #6c757d;
}

.address-box .address-table {
  margin-top: 10px;
}
.address-box .label label {
  position: absolute;
  position: absolute;
  top: 14px;
  right: 16px;
  background-color: rgba(var(--theme-default), 1);
  padding: 2px 8px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.address-box .btn {
  margin-top: 10px;
}

/* Modal Buttons */
.address-delete-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px;
  background: rgba(var(--theme-secondary), 1);
  font-weight: 600;
}
.address-table .table tbody tr {
  border-bottom: none;
}
.address-delete-form .btn svg {
  width: 16px;
  height: 16px;
}
.address-table .table tbody tr td {
  padding: 5px 9px;
  color: #888;
  font-weight: 500;
}
.address-table .table {
  margin: 0;
}
.address-box .address-delete-form .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* Responsive Design */
@media (max-width: 991px) {
  .dashboard-left-sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: 1050;
    background-color: #ffffff;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .dashboard-left-sidebar.show {
    display: block;
  }
}

@media (max-width: 768px) {
  .dashboard-right-sidebar {
    padding: 15px;
  }

  .address-box {
    padding: 10px;
  }

  .btn.left-dashboard-show {
    width: 100%;
  }
}
.dashboard-right-sidebar h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 34px;
}
.dashboard-profile .table tr td {
  padding: 6px 14px;
  float: left;
}
.dashboard-table {
  background: #fff;
  padding: 16px;
}
.dashboard-table h5 {
  font-size: 23px;
  font-weight: 600;
}
.dashboard-table .table tbody tr td:first-child {
  text-align: left;
  color: #888;
  font-weight: 500;
}
.address-table .table tr .address-text {
  color: #222;
  font-weight: 600;
}
@media (max-width: 499px) {
  .product-detail-box .product-options .product-variant .none {
    padding: 4px 10px;
  }
}
@media (max-width: 429px) {
  .product-detail-box .product-options .product-variant .none {
    padding: 4px 8px;
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .product-detail-box .product-options .product-variant .none {
    padding: 4px 7px;
    font-size: 10px;
    margin-right: 4px;
  }
}
.product-section-box .scrollable-theme {
  overflow-y: hidden;
}
@media (max-width: 1599px) {
  .blog-page .main-search-box input {
    width: 282px;
  }

  .blog-search-content .btn_black {
    padding: calc(5.6px + 0.125vw) calc(-7.2px + 1vw);
  }
}

@media (max-width: 1399px) {
  .blog-search-content .btn_black {
    padding: calc(6.6px + 0.125vw) calc(-7.2px + 1vw);
  }
  .blog-page .main-search-box input {
    width: 299px;
  }
}
@media (max-width: 767px) {
  .blog-page .main-search-box input {
    width: 199px;
  }
}
@media (min-width: 768px) {
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
.profile-card .add-button {
  font-weight: 600;
}
.profile-card .btn:active {
  border-color: transparent;
}
.facets__label .swatch-input-wrapper .white-span {
  border: 1px solid #e2e2e2;
}
.facets__label .swatch-input-wrapper .white-span:hover {
  border: 1px solid #e2e2e2 !important;
}
@media (max-width: 768px) {
  .brand-logo .logo-img {
    max-width: 150px;
  }
}

@media (max-width: 576px) {
  .brand-logo .logo-img {
    max-width: 132px;
  }
}
.logo-img.for-dark {
  width: 172px;
  height: 60px;
  object-fit: contain;
}
.dark .iconsax svg [stroke] {
  stroke: #fff;
}
.dark .product-card .img-wrapper .button-div button:hover svg [stroke] {
  stroke: rgba(var(--theme-default), 1);
}
.dark
  .product-card.releted-product
  .img-wrapper
  .button-div
  button:hover
  svg
  [stroke] {
  stroke: rgba(var(--black), 1);
}
.dark .collection-icon-list > .tt-rating-text {
  color: rgba(var(--black), 1);
}
.dark .text-body {
  color: rgba(var(--black), 1) !important;
}
.collection-icon-list .trustoo-rating-icon {
  stroke: #f4b511;
}
.trustoo-widget #reviews-footer {
  width: 0 !important;
}
.collection-icon-list {
  margin-bottom: 10px !important;
}
.collection-icon-list .vstar-star {
  margin: 0;
}

.vstar-star .star-item.half-star > .item-nostar .trustoo-rating-icon path {
  fill: rgba(var(--white), 1);
}
.dark
  .vstar-star
  .star-item.half-star
  > .item-nostar
  .trustoo-rating-icon
  path {
  fill: rgba(var(--black-dark), 1);
}
.vstar-star .star-item.nostar .trustoo-rating-icon path {
  stroke: #f4b511;
  fill: rgba(var(--white), 1);
}
.dark .vstar-star .star-item.nostar .trustoo-rating-icon path {
  fill: rgba(var(--black-dark), 1);
  stroke: #f4b511;
}
.dark .compare-modal .btn_solid.add-to-cart {
  color: rgba(var(--black), 1);
}
.dark .compare-modal .btn-outline-danger.remove-from-compare:hover {
  color: rgba(var(--black), 1);
}
.dark #reviews-wrapper {
  background-color: rgba(var(--black-dark), 1);
}
[dir="rtl"] #vstar-reviews #reviews-head {
  padding: 0 0px 0 20px !important;
}
[dir="rtl"] #vstar-reviews {
  flex-direction: row-reverse;
}
[dir="rtl"] .trustoo-widget div {
  flex-direction: row-reverse;
}
[dir="rtl"] #vstar-reviews > #reviews-head .star-item,
#vstar-reviews > #reviews-head .trustoo-rating-icon {
  stroke: #f4b511;
}
.gift-wrap-section {
  padding: 14px 0;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  border-bottom: 1px solid #5b5a5a40;
  border-top: 1px solid #5b5a5a40;
}

.image-shape-arch img {
  clip-path: path("M0,100 ... Z");
}

.image-shape-blob img {
  clip-path: path("M10,50 ... Z");
}

.image-shape-chevronleft img {
  clip-path: polygon(0 0, 75% 50%, 0 100%, 100% 100%, 25% 50%, 100% 0);
}

.image-shape-chevronright img {
  clip-path: polygon(100% 0, 25% 50%, 100% 100%, 0 100%, 75% 50%, 0 0);
}

.image-shape-diamond img {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.image-shape-parallelogram img {
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.image-shape-round img {
  border-radius: 50%;
}
/* Hide the default checkbox */
.login-box .custom-chk {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Style the container */
.login-box .forgot-content {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
  gap: 10px;
}

/* Style the label */
.login-box .forgot-content label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Style the SVG wrapper */
.login-box .svg-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Hide the SVG initially */

.login-box .svg-wrapper .icon-checkmark {
  width: 12px;
  height: 12px;
  color: rgba(var(--white), 1);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}

.login-box .custom-chk:checked + label .svg-wrapper {
  background: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
}

.login-box .custom-chk:checked + label .svg-wrapper .icon-checkmark {
  opacity: 1;
  transform: scale(1.1);
  color: rgba(var(--black), 1);
}

.login-box .forgot-content .terms:hover,
.forgot-content .privacy:hover {
  text-decoration: none;
}
/*  notification tab */

.notification-tab .notification-body li {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 12px;
  background: rgba(var(--white), 1);
  margin-bottom: 15px;
}
.notification-tab .notification-body li .user-img img {
  width: 90px;
  height: 100%;
}
.notification-tab .notification-body li .user-contant {
  width: 100%;
  height: 100%;
}
.notification-tab .notification-body li .user-contant h6 {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: calc(14px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.notification-tab .notification-body li .user-contant h6 span {
  font-weight: 500;
  font-size: 16px;
}
.notification-tab .notification-body li .user-contant p {
  font-size: 15px;
  color: #7b7b7b;
}
/*  order dashboard */
.dashboard-right-box .order .order-box .order-container {
  align-items: start;
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.dashboard-right-box .order .order-box .order-container .order-icon {
  align-items: center;
  background-color: rgba(var(--theme-default), 0.1);
  border: 1px solid rgba(var(--theme-default), 1);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.dashboard-right-box .order .order-box .order-container .order-icon .iconsax {
  --Iconsax-Size: calc(14.4px + 0.5vw);
  --Iconsax-Color: rgba(var(--theme-default), 1);
}

.dashboard-right-box .order .order-box .order-container .order-icon .couplet {
  align-items: center;
  background-color: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
  border-radius: 50%;
  bottom: -3px;
  display: flex;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -3px;
  width: 18px;
}

.dashboard-right-box .order .order-box .order-container .order-icon .couplet i,
.dashboard-right-box
  .order
  .order-box
  .order-container
  .order-icon
  .couplet
  svg {
  color: rgba(var(--white), 1);
  font-size: 10px;
}

.dashboard-right-box .order .order-box .order-container .order-detail {
  width: calc(100% - 47px);
}

.dashboard-right-box .order .order-box .order-container .order-detail h5 {
  margin-bottom: 0;
}

.dashboard-right-box .order .order-box .order-container .order-detail h6 {
  color: rgba(var(--light-color), 1);
  font-size: calc(13.6px + 0.125vw);
}

.dashboard-right-box .order .order-box .order-container .order-detail h6 b {
  color: rgba(var(--success-color), 1);
  font-weight: 500;
}

.dashboard-right-box .order .order-box .order-container .order-detail h6 a {
  color: rgba(var(--danger-color), 1);
  font-weight: 500;
}

@media (max-width: 480px) {
  .dashboard-right-box .order .order-box .order-container .order-detail h6 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.dashboard-right-box .order .order-box .order-container .order-detail p {
  color: rgba(var(--light-color), 1);
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .dashboard-right-box .order .order-box .order-container .order-detail p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.dashboard-right-box .order .order-box .order-container .order-detail p b {
  color: rgba(var(--theme-font-color), 1);
  font-weight: 500;
}

.dashboard-right-box .order .order-box .order-container .order-detail a {
  color: rgba(var(--danger-color), 1);
  font-weight: 500;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background-color: rgba(var(--theme-light-secondary), 1);
  opacity: 1;
  border: 2px solid transparent;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: rgba(var(--theme-default), 1);
  opacity: 1;
}
.slider-bottom-nav .slick-dots {
  bottom: -35px;
}
.slick-slide {
  cursor: pointer;
}
.testimonial-slider .slick-dots {
  bottom: -28px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(var(--black), 1);
  -webkit-box-shadow: 0 0 0px 40rem #fff inset;
}
.product-box {
  display: flex;
  gap: 18px;
}
.dashboard-right-box .order-box {
  background: rgba(var(--white), 1);
  padding: 21px;
}
.product-box img {
  width: 157px;
  height: 100%;
}
.order-wrap h5 {
  font-size: 22px;
}
.order-wrap ul {
  display: flex;
  flex-direction: column;
}
.order-wrap ul li {
  display: flex;
  gap: 10px;
}
.return-box {
  border-top: 1px solid rgba(var(--border), 1);
  margin-top: 21px;
}
.return-box h6 {
  margin-top: 11px;
  font-size: calc(15px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.order-wrap ul li p,
.order-wrap ul li span {
  font-size: 17px;
}
.left .main-slider {
  width: 84%;
}
.thumbnail-slider .slick-current {
  border: 1px solid rgba(var(--theme-default), 1);
  margin-right: 5px;
}
/* .main-header {
  display: flex;
  align-items: center;
  gap: 99px;
} */
.list-para {
  display: none;
}
.list-section .list-para {
  display: block;
}
.thumbnail-slider .slick-list {
  padding-top: 17px !important;
}
.image-slider .slick-dots {
  bottom: -29px;
}
.image-slider:hover .slick-dots {
  bottom: -29px;
  opacity: 1;
}
.main-facets {
  display: flex;
  align-items: center;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-prev:before,
[dir="rtl"] .slick-next:before {
  content: "";
}

.slick-prev svg,
.slick-next svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.product-slider .main-slider .slick-slide img {
  width: 100%;
  height: 695px;
  object-fit: cover;
}
.product-slider .thumbnail-slider .slick-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .product-slider .thumbnail-slider .slick-slide img {
    width: 100%;
    height: 75px;
    object-fit: cover;
  }
}
.header-always-none .main-header {
  align-items: center;
  gap: 99px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* blog comment */
.dark .comments-box > ul > li {
  background-color: rgba(var(--box-background), 1);
}
.comments-box > ul > li {
  background-color: rgba(var(--theme-default), 0.1);
  border-radius: 0;
  margin: 12px 0;
  padding: calc(10.4px + 0.5vw);
  width: 100%;
}
.comments-box .comment-items {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}
.comments-box .comment-items .user-img img {
  border-radius: 4px;
  height: 80px;
  object-fit: cover;
  width: 80px;
}
.comments-box .comment-items .user-content {
  width: calc(100% - 114px);
}
.comments-box .comment-items .user-content .user-info {
  border-bottom: 1px solid #e8e8e8cc;
  margin-bottom: 8px;
  padding: 4px 0;
}
.comments-box .comment-items .user_content .user-info {
  border-bottom: 1px solid #e8e8e8cc;
  margin-bottom: 8px;
  padding: 4px 0;
}
.user_content {
  width: calc(100% - 114px);
}
.dark .comments-box .comment-items .user-content .user-info h6,
.dark .comments-box .comment-items .user_content .user-info h6 {
  color: rgba(var(--black), 1);
}
.comments-box .comment-items .user-content .user-info h6,
.comments-box .comment-items .user_content .user-info h6 {
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: rgba(var(--black-dark), 1);
  font-size: 17px;
  gap: 4px;
}
.text-success {
  font-size: 15px;
}
.dark .comments-box .comment-items .user-info .iconsax svg [stroke] {
  stroke: rgba(var(--black), 1);
}
.comments-box .comment-items .user-info .iconsax svg [stroke] {
  stroke: rgba(var(--black-dark), 1);
}
/*  search section */
.search-section .main-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .search-section .main-search-box input {
  border: 1px solid rgba(var(--box-background), 1);
}
.search-section .main-search-box input:focus {
  outline: 1px solid rgba(var(--theme-default), 1);
}
.dark .search-section .main-search-box input:focus {
  color: rgba(var(--black), 1);
}
.search-section .main-search-box input {
  padding: 12px;
  width: 490px;
  height: auto;
  border: 1px solid #d9d9d9;
  background: transparent;
}
.search-section .main-search-box input:focus-visible {
  outline: none;
}
.search-section .product-box-3 .img-wrapper {
  overflow: hidden;
  position: relative;
}
.search-section .product-box-3 .label-block {
  position: absolute;
  right: 0;
  top: unset;
  padding: 0;
  line-height: 1;
  box-shadow: 0px 0px 8px 0px rgba(var(--theme-font-color), 0.06);
  width: auto;
  height: auto;
  z-index: 2;
}
.search-section .product-box-3 .button-div a {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1;
  fill: none;
  width: 100%;
  height: 48px;
  display: flex;
  padding: 6px 12px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--theme-default), 1);
  color: #fff;
  border: 1px solid rgba(var(--theme-default), 1);
}
.search-section .product-box-3 .img-wrapper:hover .button-div {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.search-section .product-box-3 .img-wrapper .button-div {
  display: flex;
  gap: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.6s all ease;
  opacity: 0;
  visibility: hidden;
  flex-direction: row;
}
/*  coming  soon */
.coming-soon-section {
  background-image: url("https://vivecosmetic.com/wp-content/uploads/2024/07/Top-10-Cosmetic-Companies-in-Kerala.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}

/* .coming-soon-section:after {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(var(--black), 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
} */

.coming-soon-section header .main-menu {
  padding: 25px 0;
}

@media (max-width: 577px) {
  .coming-soon-section header .main-menu {
    justify-content: center !important;
  }
}

.coming-soon-section header .main-menu .sub_header ul li a .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}

.coming-soon-box {
  position: relative;
  overflow: hidden;
}

.coming-soon-box img {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.coming-soon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  pointer-events: none;
}

.coming-soon-box > *:not(img) {
  position: relative;
  z-index: 2;
}

.coming-soon-section .coming-soon-box h3 {
  background-color: rgba(var(--theme-default), 1);
  border-radius: 0;
  color: rgba(var(--white), 1);
  margin: 0 auto 30px;
  padding: 15px 20px 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon-section .coming-soon-box h5 {
  color: rgba(var(--white), 1);
  font-size: calc(9.8px + 1vw);
  line-height: 1.3;
  margin: 0 auto 22px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 1200px) {
  .coming-soon-section .coming-soon-box h5 {
    width: 60%;
  }
}

@media (max-width: 577px) {
  .coming-soon-section .coming-soon-box h5 {
    width: 100%;
  }
}

.coming-soon-section .coming-soon-box p {
  color: rgba(var(--white), 1);
  font-size: calc(17.6px + 0.125vw);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon-section .coming-soon-box .countdown {
  margin-bottom: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon-section .coming-soon-box .countdown ul {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.coming-soon-section .coming-soon-box .countdown ul li {
  align-items: center;
  background-color: rgba(var(--dark-white), 0.2);
  border-radius: 4px;
  display: flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.coming-soon-section .coming-soon-box .countdown ul li div .timer div {
  color: rgba(var(--theme-default), 1);
  font-size: calc(17.6px + 0.75vw);
  font-weight: 600;
  line-height: 0.8;
}

.coming-soon-section .coming-soon-box .countdown ul li div .title {
  color: rgba(var(--white), 1);
  font-size: calc(20.8px - 0.25vw);
}

.coming-soon-section .coming-soon-box a {
  border-radius: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon-section footer {
  position: fixed;
  text-align: center;
  z-index: 2;
  background-color: transparent;
  padding-bottom: 20px;
  width: 100%;
}

.coming-soon-section footer p {
  width: calc(100% - 40px);
  color: rgba(var(--white), 1);
  margin: 0 auto;
  transform: translate(0px, 50%);
  position: absolute;
  top: 400px;
}

.coming-soon-section footer p a {
  color: rgba(var(--theme-default), 1);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-box-3 {
  position: relative;
  overflow: hidden;
}

#product-grid .product-box-3 .img-wrapper .label-block span {
  position: absolute;
  z-index: 2;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  padding-inline: calc(4px + (5 - 4) * ((100vw - 320px) / (1920 - 320)));
  padding-block: calc(0px + (3 - 0) * ((100vw - 320px) / (1920 - 320)));
  top: 16px;
  left: 15px;
}

@media (max-width: 320px) {
  #product-grid .product-box-3 .img-wrapper .label-block span {
    top: 7px;
    left: 7px;
  }
}

.product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.product-actions .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.product-actions .icon:hover {
  background-color: var(--primary-color, #ff6f61);
  color: #fff;
  transform: scale(1.1);
}

.product-actions .icon i {
  font-size: 18px;
  color: var(--text-color, #333);
  transition: color 0.3s ease;
}

.product-actions .icon:hover i {
  color: #fff;
}

/* Ensure icons stay visible on hover */
.product-box-3:hover .product-actions {
  opacity: 1;
  transform: translateY(0);
}
.list-section .product-box-3 .icon-div {
  right: 14px;
  top: 61px;
}
.product-box-3 .icon-div {
  position: absolute;
  right: 20px;
  top: 64px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}
.product-box-3 .img-wrapper {
  position: relative;
  overflow: hidden;
}
.list-section .product-box-3 .img-wrapper {
  position: relative;
  overflow: visible;
}

.product-box-3 .img-wrapper .button-div {
  flex-direction: column;
}
.dark .product-box-3 .img-wrapper .button-div button {
  color: rgba(var(--black), 1);
}
.product-box-3 .img-wrapper .button-div button {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  border: none;
  transition: all 0.4s ease;
  box-shadow: 0px 5px 18px rgb(0 0 0 / 7%);
}
@media screen and (max-width: 1199px) {
  .product-box-3 .img-wrapper .button-div button {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-box-3 .img-wrapper .button-div button {
    gap: 6px;
  }
}
.dark .product-box-3 .img-wrapper .button-div button:hover {
  color: rgba(var(--black), 1);
}

.product-box-3 .img-wrapper .button-div button:hover {
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
}
.product-box-3 .img-wrapper .button-div button:hover .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}
.product-box-3 .img-wrapper .button-div button .iconsax {
  --Iconsax-Color: rgba(var(--white), 1);
}
.product-box-3 .img-wrapper .icon-div svg {
  color: rgba(var(--theme-default), 1);
  width: calc(18px + 0.0025 * (100vw - 320px));
  height: calc(18px + 0.0025 * (100vw - 320px));
}

.product-box-3 .icon-div a {
  background-color: rgba(var(--white), 1);
  padding: calc(6px + 0.00125 * (100vw - 320px));
  line-height: 1;
  box-shadow: 0px 0px 8px 0px rgba(var(--theme-font-color), 0.06);
  width: auto;
  height: auto;
  color: rgba(var(--white), 1);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* portfolio  */
.dark .product-box-2 {
  border: 1px solid rgba(var(--box-background), 1);
}
.product-box-2 {
  border: 1px solid #f2f2f2;
  padding: 13px;
  text-align: center;
}
.product-box-2 .product-image img {
  width: 100%;
  object-fit: cover;
  height: 330px;
}

.product-contain .theme-tab-2 .nav {
  justify-content: center;
  border: 0;
  padding: 14px 0 14px 54px;
  gap: 10px;
}
.product-contain .theme-tab-2 .nav .nav-item .nav-link.active {
  border: 1px solid transparent;
  background: rgba(var(--theme-default), 1);
  border-radius: 0;
  color: #b96d6d;
  color: #fff;
  border-radius: 0;
}
.product-contain .theme-tab-2 .nav .nav-item .nav-link {
  border-color: rgba(var(--theme-default), 1);
  border-radius: 0;
  color: rgba(var(--theme-default), 1);
}
.dark .product-contain .theme-tab-2 .nav .nav-item .nav-link:hover {
  color: rgba(var(--black), 1);
}
.product-contain .theme-tab-2 .nav .nav-item .nav-link:hover {
  border-color: transparent;
  background-color: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  transition: all 0.4s ease-in-out;
}

.progress-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-text #footerText,
.progress-text #footerText span {
  font-size: 15px;
}
.progress-text .iconsax {
  --Iconsax-Size: 18px;
  --Iconsax-Color: rgba(var(--theme-font-color), 1);
}
.user-content {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 92px;
}
#offcanvasRight .offcanvas-body .progress-text img {
  width: 24px;
  height: 24px;
}
.dark .shipping-content {
  border-bottom: 1px solid rgba(var(--box-background), 1);
}
.shipping-content {
  border-bottom: 1px solid #efefef;
  padding: 13px 25px;
}
#offcanvasRight .offcanvas-header .btn-close {
  font-size: 10px;
  opacity: 1;
  padding: 11px;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 6%);
  border-radius: 0;
}
.cart-countdown {
  align-items: center;
  background-color: rgba(133, 140, 115, 0.2);
  border-radius: 4px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 16px;
  margin-top: 80px;
}

.cart-countdown img {
  width: 20px;
}

@media (max-width: 767px) {
  .cart-countdown img {
    margin-bottom: 16px;
    width: 25px;
  }
}

.cart-countdown h6 {
  color: rgba(var(--light-color), 1);
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 5px;
}

.cart-countdown h6 span {
  color: rgba(var(--theme-font-color), 1);
  display: inline-block;
  font-size: calc(13.4px + 0.1875vw);
  font-weight: 600;
  margin: 0;
  min-width: 48px;
  text-align: center;
}
.dark .cart-delet-icon,
.dark .gift-delete {
  border: 1px solid rgba(var(--box-background), 1);
}
.cart-delet-icon,
.gift-delete {
  position: absolute;
  right: 25px;
  top: 81px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 31px;
}
.gift-delete {
  top: 62px;
}
.cart-delet-icon .iconsax svg [stroke] {
  stroke: rgb(185 109 109);
}
.gift-delete .iconsax svg [stroke] {
  stroke: rgb(185 109 109);
}
.shopping-details .offcanvas-footer .shipping-box h6 {
  color: rgba(var(--secondary-color), 1);
  font-size: 17px;
}
.shopping-details .offcanvas-footer .price-box p {
  color: rgba(var(--theme-font-color), 1);
}
.shopping-details .offcanvas-footer .tax-box h6 {
  color: rgba(var(--secondary-color), 1);
  font-size: 17px;
}
.shopping-details .offcanvas-footer .shipping-box,
.shopping-details .offcanvas-footer .tax-box {
  display: flex;
  justify-content: space-between;
}
.shopping-details .offcanvas-footer .shipping-box p,
.shopping-details .offcanvas-footer .tax-box p {
  font-size: 17px;
}
.dark .price-checkbox {
  color: rgba(var(--black), 1);
}
.price-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  cursor: pointer;
}

.price-checkbox input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dark .grand-total-price {
  border-top: 1px solid rgba(var(--box-background), 1);
}
.grand-total-price {
  padding: 13px 0;
  border-top: 1px solid #efefef;
}
.grand-total-price .price-checkbox span {
  font-size: 14px;
}
.grand-total-price .price-checkbox span a {
  font-size: 16px;
  padding-left: 6px;
  color: rgba(var(--theme-font-color), 1);
  text-decoration: underline;
}
.price-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.grand-total-price label .svg-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}
.grand-total-price label svg {
  width: 12px;
  height: 12px;
  color: white;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}
.grand-total-price .custom-chk:checked + label .svg-wrapper {
  background: rgba(var(--theme-default), 1);
  border: 1px solid rgba(var(--theme-default), 1);
}
.grand-total-price .custom-chk:checked + label .svg-wrapper .icon-checkmark {
  opacity: 1;
  transform: scale(1.1);
}
.grand-total-price .custom-chk {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dark .extra-options {
  background: rgba(var(--white), 1);
  border-radius: 0;
  border-top: 1px solid rgba(var(--box-background), 1);
}
.extra-options {
  display: flex;
  justify-content: space-between;
  padding: 0 19px;
  background: #f8f8f8;
  border-radius: 0;
}

.extra-options .option-btn:hover {
  color: rgba(var(--theme-font-color));
}
.extra-options .option-btn:hover span svg {
  color: rgba(var(--theme-font-color));
}

.option-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.option-btn .icon {
  margin-right: 5px;
}

.dark .dynamic-box {
  background: rgba(var(--box-background), 1);
}
.dark .dynamic-box h4 {
  color: rgba(var(--black), 1);
}
.dynamic-box {
  background: #f9f9f9;
  padding: 15px 23px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.dynamic-box:empty {
  background: transparent;
}

.dynamic-box #gift-message {
  display: none;
}
.dark .dynamic-box textarea {
  background: transparent;
  border: 1px solid rgba(var(--white), 1);
  color: rgba(var(--black), 1);
}
.dynamic-box textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px;
  outline: none;
}
.dark .dynamic-box button {
  color: rgba(var(--black), 1);
}
.dynamic-box button {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background: rgba(var(--theme-default), 1);
  color: rgba(var(--white), 1);
  border: none;
  border-radius: 0;
  cursor: pointer;
}

/* Basic form styling */
#shipping-form {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0;
}
.dark #shipping-form label {
  color: rgba(var(--black), 1);
}
#shipping-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

#shipping-form select,
#shipping-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: transparent;
  outline: none;
}
.dark #shipping-form select,
.dark #shipping-form input {
  border: 1px solid rgba(var(--white), 1);
  color: rgba(var(--black), 1);
}
.dark #shipping-form select option {
  color: rgba(var(--white), 1);
}
/* Placeholder styling */
#shipping-form input::placeholder {
  color: #888;
}
#coupon-code {
  padding: 7px;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: transparent;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #shipping-form {
    padding: 15px;
  }

  #shipping-form input,
  #shipping-form select {
    font-size: 16px;
  }
}

@media (max-width: 572px) {
  .banner-slider .slick-next {
    right: 18px;
  }
  .banner-slider .slick-prev {
    left: 14px;
  }
}
@media (max-width: 1700px) {
  .banner-slider .slick-prev {
    left: 35px;
    z-index: 1;
  }
}
.offcanvas.offcanvas-top {
  height: 100vh;
  overflow: auto;
}
@media (max-width: 375px) {
  .service-section .service-list .service-block svg,
  .service-section .service-list .service-block img {
    height: 40px;
    width: 40px;
  }
  .dashboard-left-sidebar {
    width: 100%;
  }
}
[dir="rtl"] .slick-track {
  float: left !important;
}
@media (max-width: 992px) {
  .offcanvas-top .search-header input {
    min-width: 500px;
  }
}
@media (max-width: 600px) {
  .offcanvas-top .search-header input {
    min-width: 374px;
  }
}
@media (max-width: 475px) {
  .offcanvas-top .search-header input {
    min-width: 297px;
  }
}
@media (max-width: 320px) {
  .comments-box .comment-items .user-img img {
    height: 50px;
    width: 50px;
  }
  .user_content {
    width: calc(100% - 62px);
  }
  .blog-page .blog-main-box .blog-content span {
    margin: 6px 0;
  }
  .blog-page .main-search-box input {
    width: 207px;
  }
  .search-section .main-search-box input {
    width: 207px;
  }
}
@media (max-width: 1599px) {
  .search-section .main-search-box input {
    width: 399px;
  }
}

@media (max-width: 1399px) {
  .search-section .main-search-box input {
    width: 282px;
  }
  .search-section .main-search-box .btn_black {
    padding: calc(6.6px + 0.125vw) calc(4.8px + 1vw);
  }
}
@media (max-width: 1199px) {
  .search-section .main-search-box input {
    width: 247px;
  }
  .search-section .main-search-box .btn_black {
    padding: calc(6.6px + 0.125vw) calc(4.8px + 1vw);
  }
}
@media (max-width: 767px) {
  .search-section .main-search-box input {
    width: 220px;
  }
  .search-section .main-search-box .btn_black {
    padding: calc(9.6px + 0.125vw) calc(4.8px + 1vw);
  }
}
@media (max-width: 375px) {
  .search-section .main-search-box .btn_black {
    padding: calc(11.6px + 0.125vw) calc(4.8px + 1vw);
  }
}
@media (max-width: 320px) {
  .search-section .main-search-box input {
    width: 200px;
  }
}
.salon-offers-content p {
  width: 53%;
  margin: 0 auto;
  margin-bottom: 13px;
}
.salon-offers-content .btn_black a,
.information-banner .btn_solid a {
  color: rgba(var(--white), 1);
}
.salon-offers-content .btn_black:hover a,
.information-banner .btn_solid:hover a {
  color: rgba(var(--theme-default), 1);
}
@media (max-width: 992px) {
  .salon-offers-content p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .salon-offers-content p {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
.dashboard-left-sidebar .close-sidebar {
  opacity: 1;
  padding: 11px;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 6%);
  border-radius: 0;
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity_box {
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
  margin: 11px 0;
}
.dark .quantity_box {
  border: 1px solid rgba(var(--secondary-color), 1);
}
.dark .quick-view-modal .quantity-btn,
.variant-select-modal .quantity-btn {
  color: rgba(var(--black), 1);
}
.quick-view-modal .quantity-btn,
.variant-select-modal .quantity-btn {
  padding: 5px 10px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quick-view-modal .quantity-btn:hover,
.variant-select-modal .quantity-btn:hover {
  background-color: transparent;
}

.quick-view-modal #product-quantity,
.variant-select-modal #product-quantity {
  width: 60px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
}

.quick-view-modal .quantity-btn:disabled,
.variant-select-modal .quantity-btn:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
@media (max-width: 375px) {
  #comparePageContent {
    justify-content: center;
  }
  .review-section .review-block {
    margin-right: 0;
  }
}

@media (max-width: 752px) {
  .product-box-3 .img-wrapper a.wishlist {
    right: 16px;
    top: 13px;
  }
  .product-box-3 .icon-div {
    right: 17px;
    top: 57px;
    gap: 7px;
  }
}
.product-box-3 .product-image img {
  border: 1px solid #efefef;
  background: #efefef;
}
.paragraphs p {
  font-size: 15px;
}
.dark .icon-div .iconsax svg [stroke] {
  stroke: rgba(var(--theme-default), 1);
}
.dz-info ul li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.dz-info h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.dz-info {
  margin-top: 28px;
}
.dz-info ul li h6 {
  font-size: 15px;
  color: rgba(var(--black), 1);
  font-weight: 500;
  margin: 0;
}
.dz-info ul li p {
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 425px) {
  .product-slider .main-slider .slick-slide img {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .makeup-offers-section {
    height: 351px;
  }
}
@media screen and (max-width: 320px) {
  .product-box-3 .img-wrapper a.icon.wishlist svg {
    width: 18px;
    height: 18px;
  }
  .product-box-3 .img-wrapper a.wishlist {
    padding: 5px;
    top: 7px;
    right: 7px;
  }
  .list-section .product-box-3 .icon-div {
    right: 13px;
    top: 47px;
  }
  .product-box-3 .icon-div a {
    width: 27px;
    height: 27px;
    padding: 4px;
  }
  .product-box-3 .icon-div {
    top: 44px;
    right: 8px;
  }
  .product-box-3 .img-wrapper .icon-div svg {
    width: 18px;
    height: 18px;
  }
  .stock-progress {
    width: 73%;
  }
}

/* Make the tab list scrollable */
.tab-scrollbar {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--theme-default), 1) transparent;
}

.tab-scrollbar::-webkit-scrollbar {
  height: 5px;
}

.tab-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--theme-secondary), 1);
  border-radius: 10px;
}

.tab-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.tab-scrollbar .nav-item {
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .theme-scrollbar {
    padding-bottom: 5px;
  }
}
.header-slider .slick-list {
  width: 328px;
  height: 100%;
}
@media (max-width: 425px) {
  .header-slider .slick-list {
    width: 100%;
    height: 100%;
  }
}
.header-slider .slick-slide img {
  width: 100%;
  display: block;
  height: 304px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .header-slider .slick-slide img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 320px) {
  .mobile-header-menu .mobile-menu {
    padding: 0;
    overflow: auto;
  }
}
.category-item.large.slider .slick-list .slick-track {
  transform: translate(1px) !important;
}
.category-item.large.slider
  .slick-list
  .slick-track
  .slick-slide.slick-current {
  height: 500px;
}
.category-item:hover .slick-slide {
  transform: scale(1);
}
@media (max-width: 320px) {
  .category-item.large.slider .slick-track {
    height: 200px !important;
  }
  .category-item.large.slider
    .slick-list
    .slick-track
    .slick-slide.slick-current {
    height: 100%;
  }
  .product-box-3 .img-wrapper .button-div button {
    height: 32px;
  }
}
.error-page .error-text {
  font-size: 187px;
  color: rgba(var(--theme-default), 1);
}
.search-details .modal-content .search-header input {
  padding-right: 51px;
}
.search-details .modal-content #product-result {
  text-align: center;
}

.search-details.offcanvas {
  background-color: rgba(var(--white), 1);
}

.title-1 {
  margin-bottom: calc(13.2px + 0.875vw);
}
.footer-main-content {
  border-top: 1px solid rgba(var(--white), 1);
  padding-top: calc(36px + (80 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.dark .footer-main-content {
  border-top: 1px solid rgb(82 80 80);
}
.dark .sub-footer-content {
  border-top: 1px solid rgb(82 80 80);
}
.main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.dark .sticky-header {
  background-color: rgba(var(--box-background), 1);
}
.sticky-header {
  background-color: rgba(var(--white), 1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.sub-footer-content {
  border-top: 1px solid rgba(var(--white), 1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.wishlist-btn {
  color: #999;
  transition: color 0.3s ease;
  position: relative;
}

.wishlist-btn.filled {
  color: red;
}
#search-results {
  justify-content: center;
}
.bg-color-1 {
  background-color: #f5f5f5;
}
.bg-color-2 {
  background-color: #e0e0e0;
}
.bg-color-3 {
  background-color: #d0d0d0;
}
#trustoo-allinone.trustoo-write-review .input-tip {
  margin-top: 9px;
  display: flex;
}
#trustoo-allinone.trustoo-write-review .review-message .error-tip span {
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  font-weight: 600;
}
.slick-slide {
  transition: transform 0.6s ease-in-out;
}
.search-scroll {
  max-height: 330px;
  overflow-y: auto;
  padding: 0px 15px;
  margin-bottom: 24px;
}
.search-scroll::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.dark .search-scroll::-webkit-scrollbar-track {
  background: rgba(var(--box-background), 1);
  border-radius: 5px;
}
.search-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.dark .search-scroll::-webkit-scrollbar-track {
  background: rgba(var(--box-background), 1);
}
.search-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--theme-default), 1);
  border-radius: 5px;
}
.search-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.blog-main-box .main-blog-image {
  width: 375px;
  object-fit: cover;
}

/*  Banner Slider */
.banner-slider-1 .banner-slider .slick-dots {
  bottom: 40px;
}

/* Sticky Header */
.dark .main-header.fixed.sticky-header2 {
  background-color: rgba(var(--box-background));
}

/* Footer 2 */
.footer-section.footer-2 .subscribe-section .footer-logo {
  margin-bottom: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.footer-section.footer-2 .footer-content-logo {
  padding-bottom: 14px;
}
.footer-section.footer-2 .subscribe-section {
  padding-bottom: 0;
}

.footer-section.footer-2 .subscribe .subscribe-form svg {
  color: rgba(var(--white), 1);
}

.footer-section.footer-2 .subscribe {
  @media (max-width: 767px) {
    margin-bottom: 20px;
  }
}

/* Footer 3 */
.footer-section.footer-3 .footer-social-icons {
  @media (min-width: 576px) {
    padding-bottom: 0;
  }
}

.footer-section.footer-3 .footer-content-logo h6 {
  margin-bottom: 0;
}

/* Offcanvas */
.dark
  .shopping-details
  .offcanvas-body
  .offcanvas-cart
  li
  .btn-containter
  .btn-control
  i
  svg {
  fill: rgba(var(--theme-font-color), 1);
}

/* nav-submenu badge */
.menu-item .nav-submenu .badge {
  top: 10px;
  left: unset;
  height: 20px;
  width: 50px;
  right: 10px;
}
.menu-item .nav-submenu .badge:before {
  content: unset;
}

/* Language selector header */
.main-header
  .offcanvas-selector
  .selector-box.offcanvas-language-selector
  .selector-list.show {
  width: 130px;
}

.main-header .offcanvas-selector .selector-box .selector-list.show {
  background-color: rgba(var(--dark-white), 1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  border: none;
  gap: 0;
  padding: 0;
  width: max-content;
  box-shadow: 0 1px 5px rgba(var(--black-dark), 0.4);
  min-width: 100%;
}

.main-header .offcanvas-selector .selector-box .selector-list li {
  padding: 4px 12px;
  border-bottom: 1px solid rgba(var(--border), 1);
}
.main-header .offcanvas-selector .selector-box .selector-list li:last-child {
  border: unset;
}
.main-header .offcanvas-selector .selector-box .selector-list li:hover {
  background-color: rgba(var(--theme-default), 0.5);
}

.main-header .offcanvas-selector .selector-box .selector-list li a {
  font-size: 16px;
  transition: all 0.6s ease-in-out;
}

.main-header .offcanvas-selector .selector-box .selector-list li:hover a {
  letter-spacing: 0.6px;
  transition: all 0.6s ease-in-out;
  display:inline-block;
}

.main-header .offcanvas-selector .selector-box .dropdown-toggle::after {
  content: unset;
}
.main-header .offcanvas-selector .selector-box .dropdown-toggle span {
  color: #fff;
}

.main-header .offcanvas-selector .selector-box .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main-header .offcanvas-selector .selector-box .dropdown-toggle svg {
  color: rgba(var(--white));
}

/* Header announcement bar */
.main-header .top_header {
  padding: 8px 0;
  text-align: center;
  background-color: rgba(var(--theme-default));
}

.main-header .top_header .offcanvas-selector {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
  gap: 20px;
  z-index: 10;
}

.main-header .top_header p span {
  background-color: rgba(var(--theme-secondary), 1);
  color: rgba(var(--theme-dark-secondary));
  font-size: 12px;
  font-weight: 600;
  margin: 0 6px 0 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  line-height: normal;
}

.main-header .top_header p a {
  color: rgba(var(--white), 1);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.main-header .top_header .top_header_div p {
  margin: 0 !important;
  color: rgba(var(--white));
  line-height: 1.2;
}

.main-header .top_header .top_header_div {
  @media (max-width: 850px) {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    justify-content: center;
  }
}

.main-header .top_header .top_header_div .offcanvas-selector {
  @media (max-width: 850px) {
    position: static;
    transform: unset;
  }
}

.main-header .top_header .top_header_div p {
  @media (max-width: 575px) {
    display: none;
  }
}
.main-header .top_header .top_header_div {
  @media (max-width: 575px) {
    align-items: flex-end;
  }
}

/* Breadcrumb */
/* .heading-banner.breadcrumb-margin {
  margin-top: 136px !important;
  @media screen and (max-width: 1600px) {
    margin-top: 133px !important;
  }
  @media screen and (max-width: 1400px) {
    margin-top: 130px !important;
  }
  @media screen and (max-width: 1200px) {
    margin-top: 127px !important;
  }
  @media screen and (max-width: 992px) {
    margin-top: 124px !important;
  }
  @media screen and (max-width: 850px) and (min-width: 769px) {
    margin-top: 152px !important;
  }
  @media screen and (max-width: 576px) {
    margin-top: 123px !important;
  }
  @media screen and (max-width: 320px) {
    margin-top: 119px !important;
  }
} */

.shopify-section .main-header .top_header .top_header_div {
  @media (max-width: 1199px) {
    display: flex;
  }
}
.shopify-section .main-header .top_header .top_header_div p {
  @media (max-width: 768px) {
    display: none;
  }
}
..main-header .top_header .offcanvas-selector {
  @media (max-width: 768px) {
    width: 100;
    justify-content: end !important;
  }
}

/* Logo responsive */
.header-style .menu-left .brand-logo img,
.header-style-2 .menu-left .brand-logo img {
  height: calc(36px + (60 - 36) * ((100vw - 320px) / (1920 - 320)));
}

/* Header 2 */
.header-style-2 .main-menu .main-navbar {
  @media (max-width: 1199px) and (min-width: 576px) {
    display: none;
  }
}

.header-style-2 .main-menu {
  @media (max-width: 575px) {
    flex-direction: row-reverse;
  }
}

.header-style-3 .main-header .main-menu {
  gap: 18px;
}

.header-style-3 .main-header .main-menu .menu-right {
  margin-left: auto;
}

/* Product options */
.product-options .feature-list .feature-item p {
  margin-bottom: 0;
}

/* product-review */
.dark
  .accordion-body
  .custom-vstar-review-widget
  #noreviews-wrapper
  #vstar-noreviews {
  background-color: rgba(var(--theme-dark-secondary)) !important;
}

/* /shade chart */
#shade-chart .modal-header {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .product-detail-box .product-options .buy-box ul {
    gap: 20px;
  }
}

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="rtl"] .trustoo-widget div {
  text-align: right;
}
.mobile-fix-option {
  display: none;
}

@media screen and (max-width: 577px) {
  .mobile-fix-option {
    background-color: rgba(var(--box-background), 1);
    bottom: 0;
    display: block !important;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8;
  }

  .mobile-fix-option ul {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }

  .mobile-fix-option ul li a {
    display: grid;
    place-items: center;
    font-weight: 500;
    padding: 8px 6px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    color: rgba(var(--theme-default), 1);
  }

  .mobile-fix-option ul li a .iconsax {
    font-size: calc(14.4px + 0.5vw);
    line-height: 0;
    transition: all 0.4s ease-in-out;
    --Iconsax-Color: rgba(var(--light-color), 1);
    margin: 0 auto;
  }
}

@media screen and (max-width: 577px) and (max-width: 420px) {
  .mobile-fix-option ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1318px) {
  .product-grid-container .filter-larger {
    display: none;
    padding: 0;
  }
}
.offcanvas .nav-submenu li {
  position: relative;
}
.offcanvas .nav-submenu li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 42%;
  transform: translateY(-50%);
  left: 12px;
  background-color: rgba(var(--theme-font-color), 1);
  border-radius: 50%;
}
.top_header_div p {
  marging: 0;
}
.sidebar-box .categories li p {
  margin: 0;
  line-height: 1;
  padding-block: 6px;
}
.sidebar-box .categories li:first-child p {
  padding-top: 0;
}
.sidebar-box .categories li:last-child p {
  padding-bottom: 0;
}
.sidebar-categories-box .col-12 {
  margin-block-start: 25px !important;
}
.sidebar-categories-box .col-12:first-child {
  margin-block-start: 0 !important;
}
.blog-content p {
  margin-bottom: 0;
  padding-block-start: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
}
.blog-page .blog-main-box .blog-content span {
  line-height: 1.6;
}
.blog-excerpt ~ h4 span {
  margin-bottom: 0;
}
.blog-page .blog-sidebar .sidebar-box .top-post li div a h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 577px) {
  .footer-section {
    margin-bottom: calc(57px + (66 - 57) * ((100vw - 320px) / (575 - 320)));
  }
}
.blog-list .blog-content p {
  padding-block-start: calc(1px + (4 - 1) * ((100vw - 320px) / (1920 - 320)));
}
.search-results {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .blog-page .blog-sidebar .sidebar-box {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .shopify-section .main-header .top_header .top_header_div {
    align-items: end;
  }
}
@media screen and (max-width: 575px) {
  .product-box-3 .product-detail a h6 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 425px) and (min-width: 353px) {
  .product-box-3 .product-detail p del {
    margin-left: 3px;
  }
}
.img-wrapper a img {
  width: 100%;
}
#app-embed button._formSubmitButton_1nihh_77 {
  background-color: rgba(var(--theme-default), 1) !important;
}
.login-price-link {
  color: rgba(var(--theme-default), 1);
  font-size: 14px;
}
.product-card a {
  display: block;
  padding-top: 5px;
}

/* variant dropdown */

.variant-dropdown {
  border: none;
  background-color: rgba(133, 140, 115, 0.2);
  outline: none;
  width: auto;
  padding: 5px 10px;
  padding-right: 35px;
}

/* body.skeleton-loader-enabled .shopify-section:not(.skeleton_loader),
body.skeleton-loader-enabled header,
body.skeleton-loader-enabled footer {
  display: none !important;
}

/* Show only the skeleton loader wrapper */
body.skeleton-loader-enabled .skeleton_loader {
  display: block !important;
} */