:root {
  --shadow-header: 1px 2px 0 rgba(34, 36, 38, 0.15);
  --clr-body: #171b2b;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --shadow-dropdown: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --clr-gray-100: #e9ebf1;
  --clr-gray-200: #eaecf0;
  --fs-md: 0.875rem;
  --ff-body: 'Inter', sans-serif;
  --shadow-card: 0 14px 16px rgba(14, 15, 59, 0.12);
}

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

.custom-theme-wrapper {
  padding-top: 65px;
}

.ff-semibold {
  font-weight: 500;
}

#show-cart {
  height: 20px;
}

.lang-save-btn {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  display: block;
  width: 100%;
  text-align: center;
  color: var(--clr-white);
  padding: 0;
  color: var(--clr-primary);
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.lang-save-btn:hover {
  background-color: transparent;
}

.cart-count {
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  width: 16px;
  position: absolute;
  bottom: -6px;
  background-color: #ef1a65;
  color: white;
  right: -7px;
  font-size: 8px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.lang-dropdown.active .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown .selected-language {
  position: relative;
}

.lang-dropdown .selected-country,
.lang-dropdown .selected-language .locale {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.lang-dropdown .selected-country>span,
.lang-dropdown .selected-language .locale>span {
  font-weight: 500;
}

.lang-dropdown .lang-dropdown-menu {
  box-shadow: var(--shadow-dropdown);
  border: 1px solid var(--clr-gray-200);
  padding: 1rem;
  background-color: var(--clr-white);
  min-width: 260px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 43px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@media (min-width: 768px) {
  .lang-dropdown .lang-dropdown-menu {
    min-width: 360px;
    padding: 1.5rem;
  }
}

.lang-dropdown .lang-dropdown-menu select {
  width: 100%;
}

.lang-dropdown .lang-dropdown-menu label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.775rem;
  font-size: var(--ff-md);
}

.lang-dropdown .lang-dropdown-menu li:not(:last-child) {
  padding-bottom: 0.775rem;
}

.lang-dropdown .ts-wrapper.dropdown-active .ts-control:after {
  transform: rotate(-45deg);
  top: 18px;
}

.lang-dropdown .ts-wrapper.search-input.input-active .ts-control .item {
  opacity: 0;
  visibility: hidden;
}

.lang-dropdown .ts-wrapper .ts-control {
  border: 1px solid var(--clr-gray-200);
  color: var(--clr-body);
  min-height: 40px;
  max-height: 40px;
  border-radius: 0.5rem;
  font-size: var(--fs-md);
  line-height: 1.5;
  min-width: 80px;
}

.lang-dropdown .ts-wrapper .ts-control:focus,
.lang-dropdown .ts-wrapper .ts-control:focus-visible {
  outline: none;
}

.lang-dropdown .ts-wrapper .ts-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: var(--clr-body);
  border-width: 2px 2px 0 0;
  transition: all 0.2s ease-in-out;
}

.lang-dropdown .ts-wrapper .ts-control .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lang-dropdown .ts-wrapper .ts-control input {
  font-size: var(--fs-md);
  color: var(--clr-body);
  line-height: 1.5;
  position: absolute;
  inset: 0;
  margin-right: 1.5rem !important;
  margin-left: 0.775rem !important;
  padding-left: 20px !important;
}

.lang-dropdown .ts-wrapper .ts-dropdown {
  border: 1px solid var(--clr-gray-200);
  box-shadow: var(--shadow-card);
  border-radius: 0.5rem;
  padding: 0.25rem;
}

.lang-dropdown .ts-wrapper .ts-dropdown .option {
  padding: 0.5rem 1rem;
  color: var(--clr-body);
  background-color: var(--clr-white);
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
}

.lang-dropdown .ts-wrapper .ts-dropdown .option:hover {
  background-color: var(--clr-gray-200);
}

.lang-dropdown .lang-dropdown-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chevron-arrow-down,
.chevron-arrow-right {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: var(--clr-body);
  border-width: 2px 2px 0 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.chevron-arrow-down {
  transform: rotate(135deg);
}

.chevron-arrow-right {
  transform: rotate(45deg);
}

.menu-toggle-button {
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu-toggle-button span {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--clr-black);
  position: absolute;
  transition: transform 0.5s ease-in-out;
}

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

.menu-toggle-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
}

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

.body-overlay.show {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.53);
}

.desktop-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.775rem;
}

.desktop-menu ul.menu a {
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.5rem 0.775rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.desktop-menu ul.menu li {
  position: relative;
}

.desktop-menu ul.menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.desktop-menu ul.menu>li>a .arrow {
  transform: rotate(135deg);
}

.desktop-menu ul.menu .sub-menu {
  width: 180px;
  border: 1px solid var(--clr-gray-200);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-dropdown);
  background-color: var(--clr-white);
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.desktop-menu ul.menu .sub-menu a {
  padding: 0.25rem 0.875rem;
  font-weight: 300;
  color: var(--clr-body);
  border-radius: 4px;
  width: 100%;
  text-transform: capitalize;
}

.desktop-menu ul.menu .sub-menu a:hover {
  background-color: var(--clr-gray-100);
}

.desktop-menu ul.menu .sub-menu li {
  padding: 2px;
  display: block;
}

.desktop-menu ul.menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--clr-gray-200);
}

.desktop-menu ul.menu .sub-menu li:hover>ul {
  top: 0;
}

.desktop-menu ul.menu .sub-menu ul {
  right: auto;
  left: 100%;
}

.site-header {
  font-family: var(--ff-body);
  font-size: var(--fs-md);
  font-weight: 300;
  line-height: 1.5;
  color: var(--clr-body);
  background-color: var(--clr-white);
  box-shadow: var(--shadow-header);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (min-width: 1368px) {
  .site-header .container-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.site-header .logo {
  display: inline-flex;
}

.site-header .logo img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 576px) {
  .site-header .logo img {
    max-width: 150px;
  }
}

.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.775rem 0;
}

@media (min-width: 576px) {
  .site-header .header-inner {
    gap: 1rem;
  }
}

.site-header .header-inner .seller-name {
  display: none;
}

@media (min-width: 576px) {
  .site-header .header-inner .seller-name {
    display: block;
    font-weight: 500;
  }
}

.site-header .header-left,
.site-header .header-right {
  flex: 0 1 300px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-header .header-left {
  justify-content: flex-start;
}

.site-header .header-right {
  justify-content: flex-end;
}

.site-header .header-right .fi {
  border-radius: 999px;
  background-size: cover;
  line-height: 1.333333em;
  height: 1.333333em;
  width: 1.333333em;
}

.site-header .header-right .seperator-line {
  width: 1px;
  background-color: var(--clr-gray-200);
  height: 20px;
}

.site-header .navigation {
  display: none;
}

@media (min-width: 991px) {
  .site-header .navigation {
    flex: 1;
    display: block;
  }
}

.site-header .lang-dropdown {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 991px) {
  .site-header .menu-toggle-button {
    display: none;
  }
}

.site-header .cart-icon {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.mobile-menu-section {
  position: fixed;
  z-index: 60;
  top: 0;
  left: -400px;
  height: 100vh;
  width: 320px;
  max-width: 100%;
  transition: all 0.5s linear;
  overflow-y: auto;
  background-color: var(--clr-white);
  box-shadow: var(--shadow-dropdown);
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mobile-menu-section::-webkit-scrollbar {
  display: none;
}

.mobile-menu-section.show {
  left: 0;
}

.mobile-menu-section .close-icon-section {
  text-align: right;
  padding-right: 1rem;
}

.mobile-menu-section .close-icon-section .icon {
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.mobile-menu-section .close-icon-section .icon:hover {
  color: var(--clr-primary);
}

.mobile-menu-section .menu>li:not(:first-child) {
  border-top: 1px solid var(--clr-gray-100);
}

.mobile-menu-section .menu>li.active {
  border: 1px solid var(--clr-gray-100);
  border-radius: 4px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.mobile-menu-section .menu>li.active>a {
  border-radius: 4px 4px 0 0;
}

.mobile-menu-section .menu a {
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}

.mobile-menu-section .menu a.active {
  background-color: var(--clr-gray-100);
}

.mobile-menu-section .menu a.active .arrow {
  transform: rotate(135deg);
}

.mobile-menu-section .menu a:hover {
  background-color: var(--clr-gray-100);
}

.mobile-menu-section .menu .sub-menu {
  display: none;
  padding: 0 4px;
  margin-top: 2px;
}

.mobile-menu-section .menu .sub-menu a:not(.show-sub-menu) {
  font-weight: 300;
}

.top-header {
  background-color: #f8f8f8;
  font-size: 12px;
  padding: 0.5rem 0;
}

.top-header .top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.top-header a {
  cursor: pointer;
}

.top-header a:hover {
  text-decoration: underline;
}

.top-header .logout-text {
  color: #d83856;
}

.top-header .ff-semibold {
  font-weight: 600;
}

/*# sourceMappingURL=styles.css.map */