/* [next]/internal/font/google/lato_67e2276a.module.css [app-client] (css) */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/587200ff4c7d9552-s.31544b5f.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/303dc4a05b918711-s.p.b70afd82.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Lato Fallback;
  src: local(Arial);
  ascent-override: 101.03%;
  descent-override: 21.8%;
  line-gap-override: 0.0%;
  size-adjust: 97.69%;
}

.lato_67e2276a-module__fPgvlq__className {
  font-family: Lato, Lato Fallback;
  font-style: normal;
  font-weight: 400;
}

.lato_67e2276a-module__fPgvlq__variable {
  --font-lato: "Lato", "Lato Fallback";
}

/* [next]/internal/font/google/quicksand_5cbfa8ca.module.css [app-client] (css) */
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fbfc2054a20d7506-s.759e4e39.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/90afd8c5ceb1f0f9-s.fa3294a7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/dcdf843aae13d454-s.p.2ae00c52.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Quicksand Fallback;
  src: local(Arial);
  ascent-override: 95.87%;
  descent-override: 23.97%;
  line-gap-override: 0.0%;
  size-adjust: 104.31%;
}

.quicksand_5cbfa8ca-module__dvt3lq__className {
  font-family: Quicksand, Quicksand Fallback;
  font-style: normal;
  font-weight: 400;
}

.quicksand_5cbfa8ca-module__dvt3lq__variable {
  --font-quicksand: "Quicksand", "Quicksand Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@keyframes logo-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

html[lang="ar"] {
  text-align: right;
  direction: rtl;
}

html[lang="en"] {
  text-align: left;
  direction: ltr;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: lato, sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 15px;
}

[lang="ar"] ol, [lang="ar"] ul {
  padding-left: 0;
  padding-right: 15px;
}

.jes-container {
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
}

.jes-row {
  flex-wrap: wrap;
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

.jes-col-25 {
  width: 25%;
}

.jes-col-50 {
  width: 50%;
}

.jes-col-33 {
  width: 33%;
}

.jes-col-75 {
  width: 75%;
}

.pt-80 {
  padding-top: 80px;
}

.d-flex {
  display: flex;
}

.gap-20 {
  gap: 20px;
}

.banner {
  text-align: center;
  background: #f7f7f7;
  margin-bottom: 60px;
  padding: 30px;
}

.banner h1 {
  font-size: 22px;
}

.success-message, .error-text, p.error {
  color: red;
  margin: 5px 0 0;
  font-size: 13px;
}

.success-message {
  color: green;
}

@media (max-width: 991px) {
  .banner {
    margin-bottom: 40px;
  }

  .banner h1 {
    font-size: 20px;
  }
}

.mobile-nav {
  z-index: 99999999;
  background: #002e5a;
  width: 70%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu-open .mobile-nav {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .74);
  display: block;
  overflow-x: auto;
}

.mobile-nav-header {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.mobile-nav-item {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mobile-nav-item a {
  color: #000;
}

@media (max-width: 414px) {
  .banner {
    padding: 20px 0;
  }
}

.loader {
  z-index: 999;
  background: rgba(0, 46, 90, .43);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-slider-section {
  position: relative;
}

.slider-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-title {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}

.section-title span {
  color: #000;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.section-title span:after {
  content: "";
  background: #fdc040;
  border-radius: 3px;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-card {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all .4s cubic-bezier(.25, .8, .25, 1);
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, .1);
}

.product-card.clicked {
  animation: .6s cardBounce;
}

@keyframes cardBounce {
  0%, 100% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-12px);
  }
}

.image-container {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-link {
  width: 100%;
  height: 100%;
  padding: 25px;
  display: block;
  position: relative;
}

.product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.25, .8, .25, 1);
}

.image-overlay {
  background: rgba(0, 0, 0, .03);
  width: 100%;
  height: 100%;
  transition: background .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.circle-overlay {
  opacity: 0;
  background: rgba(253, 192, 64, .1);
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.25, .8, .25, 1);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.product-card:hover .circle-overlay {
  opacity: 1;
  right: 0;
}

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

.product-card:hover .image-overlay {
  background: rgba(253, 192, 64, .05);
}

.product-card .product-content {
  transition: all .6s cubic-bezier(.25, .8, .25, 1);
}

.product-card:hover .product-content {
  background: #fff;
  padding-top: 10px;
  transform: translateY(-12px);
}

.wishlist-btn {
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.wishlist-btn:hover {
  transform: scale(1.1);
}

.wishlist-btn.active, .wishlist-btn.active:hover {
  color: red;
}

.sale-badge {
  color: #222;
  z-index: 2;
  background: #fdc040;
  border-radius: 4px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  animation: 2s infinite pulse;
  position: absolute;
  top: 15px;
  left: 15px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.product-content {
  flex-grow: 1;
  padding: 1.5rem 15px 10px;
}

.product-title h3 {
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 5px;
  margin-bottom: .65rem;
  font-size: 1rem;
  font-weight: 600;
  transition: color .3s;
  display: -webkit-box;
  overflow: hidden;
}

.product-title:hover h3 {
  color: #fdc040;
}

.rating {
  align-items: center;
  gap: .25rem;
  margin-bottom: .75rem;
  display: flex;
}

.review-count {
  color: #777;
  margin-left: .5rem;
  font-size: .75rem;
}

.product-content .price ins, .product-content .price {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.product-content .price span.screen-reader-text {
  display: none;
}

.price del {
  color: red;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.product-footer {
  opacity: 0;
  margin-top: auto;
  transition: all .3s;
  transform: translateY(10px);
}

.product-card:hover .product-footer {
  opacity: 1;
  transform: translateY(0);
}

.add-to-cart-btn {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  height: 0;
  padding: 0;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: -10px;
  overflow: hidden;
}

.product-card:hover .add-to-cart-btn {
  height: auto;
  padding: .75rem;
  bottom: -30px;
}

.swiper-slide .product-card {
  margin-bottom: 10px;
}

.add-to-cart-btn:hover {
  color: #000;
  background: #ffb400;
  transform: translateY(-2px);
}

.add-to-cart-btn.success {
  color: #fff;
  background: #4caf50;
}

.add-to-cart-btn:active {
  transform: translateY(0);
}

.add-to-cart-btn span {
  text-transform: uppercase;
}

.product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
  color: #fdc040;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all .3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.product-swiper .swiper-button-next:hover, .product-swiper .swiper-button-prev:hover {
  color: #fff;
  background: #fdc040;
  transform: scale(1.1);
}

.product-swiper .swiper-button-next:after, .product-swiper .swiper-button-prev:after {
  font-size: 1.25rem;
  font-weight: bold;
}

input.search-input.error {
  color: red;
}

@media (max-width: 768px) {
  .product-slider-section {
    padding: 3rem 0;
  }

  .section-title span {
    font-size: 1.5rem;
  }

  .product-content {
    padding: 10px;
  }

  .product-footer {
    opacity: 1;
    padding: 0 10px 10px;
    transform: translateY(0);
  }

  .add-to-cart-btn {
    border-radius: 0;
    height: auto;
    padding: 10px;
    font-size: 13px;
    position: relative;
    bottom: 0;
  }

  .image-link {
    padding: 10px;
  }

  .product-title h3 {
    font-size: 14px;
  }

  .product-card:hover .circle-overlay, .add-to-cart-btn svg {
    display: none;
  }

  .product-card:hover .product-footer, .product-card:hover .product-image, .product-card:hover, .product-card:hover .product-content {
    transform: unset;
  }

  .product-card:hover .add-to-cart-btn {
    padding: 10px;
    bottom: 0;
  }

  .product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .product-swiper .swiper-button-next:after, .product-swiper .swiper-button-prev:after {
    font-size: 14px;
  }
}

body .g-title {
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  body .g-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  body .g-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  body .g-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 414px) {
  body .g-title {
    font-size: 1.2rem;
  }
}

/* [project]/src/styles/header.css [app-client] (css) */
.middle-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-bottom {
  background: #000;
}

.user-box {
  width: 25%;
}

.logo-box {
  z-index: 9;
  width: 25%;
}

.header-right {
  width: 50%;
}

.header-nav {
  align-items: center;
  gap: 15px;
  width: 85%;
  display: flex;
}

.main-menu ul.menu {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.main-menu ul.menu a {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.main-menu ul.menu > li > a {
  color: #fff;
}

ul.menu > li > a {
  padding: 20px 10px;
  display: inline-block;
}

ul.user-boxs a {
  color: #000;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: relative;
}

ul.user-boxs svg {
  color: #000;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  padding: 5px;
}

ul.user-boxs a span.cart-count {
  color: #fff;
  text-align: center;
  background: red;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: -5px;
  left: 20px;
}

.search-bar-container {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.search-bar-form {
  border: 2px solid #000;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.category-select {
  cursor: pointer;
  color: #253d4e;
  background-color: #fff;
  width: 160px;
}

.selected-category {
  position: relative;
}

.selected-category:after {
  content: "";
  background-color: #cacaca;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 0;
}

.selected-category {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 12px;
}

.search-dropdown {
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  flex-flow: column wrap;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.category-dropdown {
  z-index: 10;
  z-index: 1000;
  flex-flow: column wrap;
  padding: 8px 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.main-category-wrap:hover .category-dropdown {
  display: block;
}

.category-dropdown-inner {
  background: #fff;
  border: 1px solid #ccc;
  height: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.category-filter-input {
  border: 1px solid #eee;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 10px;
}

.category-primary-list {
  border-right: 1px solid #f0f0f0;
  width: 20%;
}

.category-list {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.category-primary-item {
  cursor: pointer;
  padding: 10px 16px;
  transition: background .2s;
}

.category-primary-item.active, .category-primary-item:hover {
  background: rgba(253, 192, 64, .43);
  font-weight: 700;
}

.category-submenu {
  width: 80%;
  padding: 8px 16px;
}

.category-submenu-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
  position: relative;
}

.category-submenu-grid .category-submenu-column:after {
  content: " ";
  background: #ddd;
  width: 1px;
  height: 100%;
  margin-left: -17px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.category-list li {
  cursor: pointer;
  padding: 10px;
}

.category-dropdown a {
  color: #000;
}

.category-submenu-title {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.category-tertiary-item {
  color: #2f2f2f;
  cursor: pointer;
  padding: 7px 0;
  font-size: 16px;
  transition: color .2s;
}

.category-list li:hover {
  background: #f5f5f5;
}

.search-input {
  box-sizing: border-box;
  border: none;
  outline: none;
  flex: 1;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  line-height: 50px;
}

.search-button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  line-height: 5px;
}

.categories-dropdown-wrap {
  display: none;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.hotline {
  color: #fff;
  justify-content: right;
  align-items: center;
  gap: 10px;
  width: 18%;
  display: flex;
}

.hotline p {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.hotline p span {
  letter-spacing: .9px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.hotline svg {
  width: 33px;
  height: auto;
}

.categories-button-active {
  color: #000;
  background: #fdc040;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.categories-button-active svg {
  width: 18px;
}

img.custom-logo {
  object-fit: contain;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 90px;
  height: auto;
}

.rtl .owl-carousel .owl-stage {
  transform: unset !important;
}

header.jes-header {
  background: #fff;
}

body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 1px solid #000;
  padding: 8px 24px 8px 48px;
  background: none !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit, body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 15px;
  left: 20px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding-left: 50px;
  padding-right: 15px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  margin: 0;
}

@media (min-width: 1025px) {
  .close-menu {
    display: none;
  }

  .nav-bar ul.menu {
    align-items: center;
    gap: 10px;
    display: flex;
  }
}

.nav-bar ul.menu > li > a {
  color: #000;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.nav-bar ul.menu > li > .wrapped-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.mega-menu-content {
  display: none;
}

.nav-bar ul.menu > li:hover .mega-menu-content {
  z-index: 99;
  background: #fff;
  border-top: 4px solid red;
  width: 175px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 0 9px #101010;
}

.nav-bar ul.menu > li:last-child:hover .mega-menu-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-bar ul.sub-menu {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.nav-bar li:last-child ul.sub-menu {
  column-count: 5;
}

ul.sub-menu li.sub-menu-item {
  break-inside: avoid;
}

ul.sub-menu li.sub-menu-item > a {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  font-family: sans-serif;
  font-size: 16px;
  display: block;
}

.nav-bar ul.menu > li:last-child li.sub-menu-item > a {
  border: 0;
}

ul.sub-menu li.sub-menu-item > a:hover {
  color: #fff;
  background: #000;
}

.menu-item:last-child ul.sub-menu li.sub-menu-item > a {
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.menu-item:last-child ul.sub-menu li.sub-menu-item > a:hover {
  background: unset;
  color: unset;
}

ul.sub-menu li.sub-menu-item ul.sub-sub-menu a {
  color: #000;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
}

ul.sub-menu li.sub-menu-item ul.sub-sub-menu a:before {
  content: " ";
  background: #f9dfb4;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  display: inline-block;
}

.nav-bar ul.menu > li.menu-item {
  position: relative;
}

.nav-bar ul.menu > li.menu-item:last-child {
  position: unset;
}

.nav-bar ul.menu > li > a + span:after {
  color: #fff;
  content: "";
  margin: 0 5px 0 -5px;
  font-family: FontAwesome;
  font-size: 18px;
}

.nav-bar .jes-container {
  justify-content: space-between;
  display: flex;
}

ul.user-boxs {
  justify-content: end;
  align-items: center;
  gap: 20px;
  display: flex;
}

ul.user-boxs .validate a {
  color: #fff;
  background-color: #002e5a;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
}

ul.user-boxs .validate a svg.lucide.lucide-badge-check {
  background: none;
  padding: 0;
}

a.social-icon:hover {
  background: #000;
  transform: scale(1.1);
}

a.social-icon:hover svg {
  fill: #fff;
}

a.social-icon svg {
  width: 16px;
}

.copyright-section p {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.woocommerce .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mobile-heading {
  display: none;
}

.social-icons-wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.search-close, li.search-btn, .mobile-cat-header {
  display: none;
}

@media (max-width: 1224px) {
  .jes-header .jes-container {
    padding: 2px 10px;
  }
}

@media (max-width: 1190px) {
  li.wishlist a:before {
    font-size: 25px;
  }

  .user-box {
    width: 35%;
  }

  ul.user-boxs {
    gap: 15px;
  }

  span.mobile-menu {
    width: 10%;
  }

  .logo-box {
    width: 18%;
  }

  .header-nav {
    width: 100%;
  }

  .header-bottom .hotline {
    display: none;
  }
}

@media (min-width: 1025px) {
  span.mobile-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  span.mobile-menu svg {
    color: #000;
    width: 30px;
  }

  .logo-box {
    align-items: center;
    gap: 15px;
    display: flex;
  }

  .nav-bar {
    z-index: 99999999;
    background: #fff;
    width: 100%;
    max-width: 370px;
    min-height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .nav-bar .jes-container, .nav-bar ul.menu {
    display: block;
  }

  .mega-menu-content {
    display: none;
  }

  nav.mega-menu ul.menu li.menu-item span:after {
    content: "+";
    color: #fff;
    border: 1px solid #404040;
    padding: 8px 6px;
    font-size: 22px;
    line-height: 8px;
    display: inline-block;
  }

  nav.mega-menu ul.menu li.menu-item.show {
    z-index: 9;
    background: #000;
    max-width: 370px;
    padding: 0;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  nav.mega-menu ul.menu li.menu-item.show .mega-menu-content {
    padding: 0 20px;
    display: block;
  }

  nav.mega-menu ul.menu li.menu-item span {
    float: right;
  }

  span.close-menu svg {
    fill: #000;
  }

  .close-menu {
    z-index: 9999;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  li.menu-item.show .wrapped-menu {
    background: #1d1d1d;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 7px 20px;
    font-size: 18px;
    display: flex;
  }

  .nav-bar ul.menu {
    height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  li.menu-item.show .wrapped-menu a {
    order: 1;
  }

  nav.mega-menu ul.menu li.menu-item.show span:after {
    content: "";
    border: 0;
    font-family: fontawesome;
  }

  .shop-card {
    padding: 0;
  }

  li.jes-card-container a.yith-wcwl-add-to-wishlist-button, li.jes-card-container .yith-wcwl-add-button a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .logo-box img {
    width: 100%;
    max-width: 115px;
  }

  .logo-box {
    width: 12%;
  }

  .user-box {
    width: 25%;
  }

  ul.menu > li > a {
    padding: 10px 4px;
    font-size: 15px;
    display: inline-block;
  }

  .categories-button-active {
    padding: 0 10px;
    font-size: 15px;
  }

  .header-bottom {
    padding: 5px 0;
  }

  ul.user-boxs {
    gap: 30px;
  }

  .user-box ul.user-boxs span:last-child {
    display: none;
  }

  .search-close, li.search-btn {
    display: unset;
  }

  header.jes-header .header-right {
    z-index: 9;
    background: #fff;
    width: 100%;
    padding: 40px 20px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 3px 4px #8b7a7a;
  }

  header.jes-header.show-search .header-right {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .search-bar-container {
    max-width: unset;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .mobile-heading {
    z-index: 999999;
    -o-transition: unset;
    background: #fff;
    padding: 9px 0;
    transition: unset;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
  }

  .mobile-heading div, .mobile-heading a {
    text-align: center;
    flex: 1;
  }

  .mobile-heading svg {
    color: #000;
    width: 20px;
  }

  span.categories-button-active.category-trigger, .main-menu, header.jes-header .middle-header li.mini-cart, header.jes-header .middle-header li.my-account {
    display: none;
  }

  body.overflow-hidden {
    overflow: hidden;
  }

  .header-bottom.sticky-bar .jes-container, .header-bottom.sticky-bar {
    background: none;
    padding: 0;
  }

  .category-dropdown {
    z-index: 9999999;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .logo-box {
    width: 20%;
    margin: 0;
    display: block;
  }

  .logo-box a {
    align-items: center;
    display: flex;
  }

  .category-dropdown-inner {
    padding: 0;
  }

  .user-box {
    width: 8%;
    margin-right: 7px;
  }

  .category-primary-list {
    background-color: #eff0f5;
    border-right: .13333vw solid #eff0f5;
    width: 26%;
    min-width: 94px;
  }

  .mobile-cat-header {
    align-items: center;
    padding: 0 10px;
    display: flex;
  }

  .mobile-cat-header span {
    padding: 10px 5px;
    display: flex;
  }

  .category-primary-item {
    padding: 12px 10px;
  }

  .category-primary-item.active, .category-primary-item:hover {
    background: #fff;
  }

  .category-dropdown a {
    text-transform: capitalize;
    font-size: 14px;
  }

  .category-submenu-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .category-submenu {
    width: 74%;
    padding: 10px 14px;
    overflow-x: scroll;
  }

  a.mobile-tab-menu {
    background: #faf2f2;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px;
    display: flex;
  }

  .logo-box img {
    width: auto;
    height: 40px;
  }

  .main-category-wrap:hover .category-dropdown, header.jes-header .category-dropdown {
    display: none;
  }

  header.jes-header.show-mobile .category-dropdown {
    display: block;
  }

  .mobile-heading a i {
    color: #000;
    height: 25px;
    font-size: 18px;
  }

  .mobile-heading div span, .mobile-heading a span {
    color: #000;
    justify-content: center;
    font-size: 12px;
    display: flex;
  }

  .mobile-heading div span span.cart-count, .mobile-heading a span span.cart-count {
    color: #fff;
    background: red;
    border-radius: 100px;
    margin-top: 3px;
    margin-left: 25px;
    padding: 5px;
    font-weight: 600;
    line-height: 8px;
    position: absolute;
    top: 0;
  }

  img.custom-logo {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .shop-card {
    max-width: max-content;
  }

  body li.jes-card-container .add-to-box a {
    display: none;
  }

  li.jes-card-container .shop-card:hover img {
    transform: unset;
  }

  body .jes-card-content h2 {
    height: auto;
    font-size: 16px;
  }

  body .jes-card-content h2, body .jes-card-content .product-price span {
    font-size: 14px;
  }

  [dir="rtl"] span.mobile-menu {
    text-align: right;
  }

  .jes-header .jes-container {
    background: #fdc040;
    padding: 10px;
  }

  header.jes-header .header-right {
    padding: 20px;
  }

  .search-bar-container {
    width: 92%;
  }

  .category-select {
    width: auto;
  }
}

@media (max-width: 414px) {
  ul.user-boxs {
    gap: 10px;
  }

  ul.user-boxs a span:last-child {
    display: none;
  }

  ul.user-boxs a {
    position: relative;
  }

  .selected-category {
    height: 45px;
    padding: 5px 8px;
    font-size: 13px;
    display: none;
  }

  input.search-input.false {
    height: 45px;
  }

  header.jes-header.show-search .header-right {
    padding: 10px;
  }

  .category-list li {
    font-size: 14px;
  }
}

/* [project]/src/styles/header/topbar.css [app-client] (css) */
.topbar {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1;
  display: none;
}

@media (min-width: 992px) {
  .topbar {
    display: block;
  }
}

.topbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.topbar-left ul, .topbar-right ul {
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.topbar-left ul li, .topbar-right ul li {
  color: #7e7e7e;
  display: inline;
  position: relative;
}

.topbar-left a, .topbar-right a {
  color: #7e7e7e;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.topbar-right ul li:before, .topbar-left ul li a:before {
  content: "";
  background: #dedfe2;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.topbar-right > ul > li:last-child:before, .topbar-left > ul > li:last-child a:before {
  display: none;
}

.topbar-center {
  text-align: center;
  width: 300px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.news-flash .news-item {
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  transition: opacity .5s ease-in-out;
  position: absolute;
}

.news-flash .fade-in {
  opacity: 1;
}

.news-flash .fade-out {
  opacity: 0;
}

.text-brand {
  color: #3bb77e;
}

.st-language {
  align-items: center;
  gap: 8px;
  padding: 5px 0 5px 10px;
  display: flex;
}

.st-language-switcher-container {
  color: #7e7e7e;
  background: #fff;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
}

.st-language-switcher-container .st-disable-language {
  display: none;
}

.st-language.st-current-language {
  position: relative;
}

.st_language_switcher:hover .st-disable-language {
  z-index: 9;
  background: #fff;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 5px 0;
  display: flex;
  position: absolute;
}

/* [project]/src/styles/footer.css [app-client] (css) */
.footer-logo {
  width: 140px;
  height: auto;
}

footer.jescart-footer {
  background-color: #000;
}

footer.jescart-footer .footer-item {
  width: 20%;
}

footer.jescart-footer .footer-item:first-child {
  width: 30%;
}

.newsletter-section .container-box {
  background: #000;
  border-radius: 15px;
  margin-bottom: -100px;
  padding: 40px 50px;
}

.link-section {
  padding: 60px 0;
}

.footer-item .container-box {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.jes-content {
  color: #7e7e7e;
  margin: 20px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.footer-item .item {
  padding: 10px 0;
}

.footer-item .item, .footer-item .item a {
  gap: 10px;
  display: flex;
}

.footer-item .item svg {
  width: 20px;
}

.footer-item h2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.footer-item .item a {
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-item .item a:hover {
  color: #fdc040;
}

ul.list-items {
  color: #fff;
}

.copyright-section {
  border-top: 1px solid #d8d8d8;
  padding: 10px;
}

.social-icons-wrapper {
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

a.social-icon {
  text-align: center;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 9px;
  transition: all .3s;
  display: flex;
}

a.social-icon:hover {
  background: #000;
  transform: scale(1.1);
}

.copyright-section p {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 14px;
}

button.jes-subscribe-form__submit, form#jes-subscribe-form input {
  color: #fff;
  width: 100%;
  font-size: 14px;
}

form#jes-subscribe-form input {
  background: none;
  border: 0;
  border-bottom: 1px solid #e0e0e8;
  margin: 0 0 10px;
  padding: 13px 0;
  font-weight: 500;
}

button.jes-subscribe-form__submit {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  margin: 0;
  padding: 15px 15px 16px;
  font-weight: 600;
}

form#jes-subscribe-form input:focus {
  outline: none;
}

.jes-subscribe-form__fields {
  width: 100%;
  display: flex;
}

@media (max-width: 1224px) {
  .jes-container {
    padding: 0 10px;
  }

  .footer-item .container-box {
    width: 90%;
  }
}

@media (max-width: 991px) {
  footer h2.jes-title {
    font-size: 26px;
  }

  footer.jescart-footer .footer-item:first-child {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-item .container-box {
    justify-content: center;
    width: 100%;
  }

  .social-icons-wrapper {
    justify-content: center;
    width: auto;
  }

  .jes-subscribe-form__input-group {
    align-items: center;
    display: flex;
    position: relative;
  }

  .jes-subscribe-form__input-group button.jes-subscribe-form__submit {
    right: 1px;
    left: unset;
    width: auto;
    padding: 15px;
    line-height: 1;
    position: absolute;
    bottom: 12px;
  }

  form#jes-subscribe-form input {
    padding: 15px !important;
  }

  .newsletter-section .container-box {
    padding: 25px;
  }

  form#jes-subscribe-form {
    width: 100% !important;
  }

  footer.jescart-footer .footer-item:last-child h2.jes-title {
    font-size: 16px;
  }

  .footer-item .container-box ul.list-items {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    display: grid;
  }

  footer .link-section {
    padding: 45px 0;
  }

  .content-box {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer-item .container-box, footer.jescart-footer .footer-item:first-child, footer.jescart-footer .footer-item {
    width: 100%;
  }

  .footer-item .container-box {
    text-align: center;
    justify-content: left;
    padding-bottom: 30px;
  }

  footer .jes-content {
    margin: 10px;
    font-size: 16px;
  }

  footer h2.jes-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .footer-item ul.list-items {
    display: none;
  }

  .footer-item.show ul.list-items {
    display: block;
  }

  .footer-item h2 {
    margin: 0;
    font-size: 14px;
    position: relative;
  }

  .footer-item h2:after {
    content: "+";
    float: right;
    font-size: 26px;
  }

  .footer-item.show h2:after {
    content: "-";
  }

  .footer-item {
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
    padding: 14px 10px;
    font-size: 16px;
  }

  footer.jescart-footer .footer-item:first-child {
    border: 0;
    margin: 0;
    padding: 0;
  }

  .footer-item .item a {
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    display: block;
  }

  .footer-item.slow ul.list-items {
    margin-top: 15px;
    padding-top: 15px;
    display: block;
  }

  .footer-item .item {
    padding: 0;
  }

  footer.jescart-footer {
    padding-bottom: 65px;
  }

  .copyright-section p {
    text-align: center;
    padding: 5px 0;
    line-height: 20px;
  }

  .link-section {
    padding: 40px 0 10px;
  }

  .footer-logo {
    width: 110px;
    margin-bottom: 10px;
  }

  .footer-item .container-box ul.list-items a {
    padding: 0;
    display: flex;
  }

  .footer-item .item .content-box {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .copyright-section p {
    font-size: 12px;
  }

  .copyright-section .jes-row.justify-between.align-center {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 639px) {
  .footer-item .container-box ul.list-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media (max-width: 414px) {
  span.jes-subscribe-form__submit-text {
    width: 72px;
    height: 18px;
    line-height: 20px;
    display: block;
    overflow: hidden;
  }

  form#jes-subscribe-form input {
    font-size: 12px;
  }

  .copyright-section img {
    width: auto;
  }

  .jes-subscribe-form__input-group button.jes-subscribe-form__submit {
    padding: 13px 15px;
    bottom: 12px;
  }

  div#progress {
    display: none !important;
  }
}

/* [project]/src/styles/scrolltop.css [app-client] (css) */
#progress {
  cursor: pointer;
  z-index: 999;
  border: 1px solid #fdc040;
  border-radius: 50%;
  place-items: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 15px;
}

#progress-value {
  color: #fdc040;
  background-color: #000;
  border-radius: 50%;
  place-items: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  font-size: 19px;
  display: grid;
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [app-client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74d3c;
  --toastify-color-transparent: rgba(255, 255, 255, .7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: .2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  flex-direction: column;
  display: flex;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  z-index: 0;
  word-break: break-word;
  flex: auto;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }

  .Toastify__toast {
    --toastify-toast-width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-container[data-stacked="true"] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform .3s;
  position: absolute;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity .1s;
}

.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: "";
  height: calc(var(--g) * 1px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}

.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(3);
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  flex-shrink: 0;
  width: 22px;
  display: flex;
}

.Toastify__toast-icon:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify__toast-icon:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify__toast-icon:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify--animate {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  transition: all .3s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  z-index: 1;
  opacity: .7;
  transform-origin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }

  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__30f31a3f._.css.map*/