@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/*----------  Genral CSS  ----------*/
* {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: baseline;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: auto !important;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1f1741;
  background-color: #fff;
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700 !important;
}

a {
  text-decoration: none;
  color: #8121cf;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}

a:hover {
  color: #00e783;
  text-decoration: none;
  outline: none !important;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

*:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  color: #1f1741;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.body-fixed {
  overflow: hidden;
}

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

.product-details-page .wrapper,
.cart-page .wrapper,
.checkout-page .wrapper,
.my-account-page .wrapper {
  overflow: inherit;
}

.product-details-page,
.cart-page,
.checkout-page,
.my-account-page {
  overflow-y: inherit !important;
}

.product-details-page.menu-open,
.cart-page.menu-open,
.checkout-page.menu-open,
.my-account-page.menu-open {
  overflow: hidden !important;
}

.container {
  max-width: 1356px;
  padding: 0 30px;
}

.common-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.sec-head {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

:is(h1, h2, h3, h4, h5, h6),
.sec-title {
  font-family: "Poppins", sans-serif;
}

.sec-title {
  color: #1f1741;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 0;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
}

.back-to-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  opacity: 0;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #00e783;
  border-radius: 70px;
  text-align: center;
  border: none;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

.back-to-top.active {
  bottom: 130px;
  opacity: 1;
  z-index: 9;
}

.back-to-top > div {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top > .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top > .arrow svg {
  fill: #fff;
  height: 20px;
  width: 100%;
}

.back-to-top > .text {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.back-to-top:hover > .arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.back-to-top:hover > .text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  display: block;
  min-width: 160px;
  padding: 16px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

.btn.btn-green {
  background-color: #00e783;
  color: #fff;
}

.btn.btn-blue {
  background-color: #1f1741;
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border-color: #1f1741;
}

.btn-label {
  color: #8121cf;
  font-weight: 400;
  min-width: auto;
}

.btn ~ .btn {
  margin-left: 10px;
}

/* footer */

.footer-sec {
  padding: 60px 0;
  border-bottom: 1px solid #3b2d79;
  background-color: #1f1741;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.footer-col {
  width: 20%;
  padding: 0 10px;
}

.footer-logo-col {
  width: 26%;
}

.general-links-col {
  width: 14%;
}

.footer-logo-col .cms-con {
  padding-top: 36px;
}

:is(.footer-logo-col .cms-con) p {
  color: #fff;
}

.download-app-img-box {
  display: flex;
  margin: 0 -7px;
}

.download-app-img-box .download-app-img {
  padding: 0 7px;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #c7cbfe;
  display: inline-block;
  padding: 11px 0;
  word-wrap: break-word;
}

.social-media {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-top: 24px;
}

.social-media a {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
  margin-right: 17px;
  transition: all 0.4s ease-in-out;
}

.social-media .icon {
  background-color: #fff;
}

.social-media a:last-child {
  margin-right: 0;
}

.copyright-footer {
  background-color: #1f1741;
  padding: 13px 0;
}

.copyright-footer .cms-con p,
.copyright-footer .cms-con p a {
  font-size: 13px;
  color: #c7cbfe;
  transition: all 0.4s ease-in-out;
}

.copyright-footer .cms-con img {
  display: inline-block;
  vertical-align: middle;
}

/* footer */

/* hero-slider */

.hero-slide img {
  object-fit: cover;
  border-radius: 10px;
  margin-inline: auto;
  width: 100%;
}

.hero-slide {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.hero-slide video {
  object-fit: cover;
  height: 100%;
  scale: 1.01;
}

/* featured-slider */
.featured-category-box {
  text-align: center;
  color: #1f1741;
  transition: all 0.4s ease-in-out;
}

.featured-category-box:hover {
  color: #00e783;
}

.featured-category-box-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ead5ff 0%, #c283fd 100%);
  padding: 20px;
  margin-inline: auto;
  margin-bottom: 16px;
}

.featured-category-box-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.featured-category-box:hover .featured-category-box-img img {
  transform: scale(1.04);
}

.featured-category-box-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.our-promises-sec.common-sec {
  padding-bottom: 60px;
  padding-top: 60px;
}

.our-promises-wrap .row {
  --bs-gutter-x: 70px;
}

.our-promises-wrap .our-promises-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.our-promises-box .img-box {
  width: 56px;
  flex: 0 0 56px;
  aspect-ratio: 1/1;
}

.our-promises-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-promises-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #030712;
  margin-bottom: 0;
}

.our-promises-desc {
  color: #1f1741;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.offer-sec .offer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.offer-row .offer-col {
  padding: 0 9px;
  width: 28%;
}

.offer-row .offer-col.download-our-app-col {
  width: 44%;
  background-color: #6e20a9;
  max-height: 310px;
  border-radius: 10px;
  padding: 0;
}

.offer-banner-img {
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.offer-banner-img img,
.offer-banner-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.offer-banner-img:hover img {
  transform: scale(1.02);
}

.download-our-app-col .row {
  --bs-gutter-x: 0;
  height: 100%;
}

.download-mobile-col {
  margin-top: auto;
}

.download-mobile-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.download-mobile-img img {
  margin-left: 35px;
  object-fit: contain;
}

.download-mobile-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  left: -24%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(140, 2, 244, 0.5) 100%
  );
  width: 292px;
  height: 292px;
  border-radius: 50%;
  z-index: -1;
  margin: auto;
}

.download-our-app-col {
  position: relative;
  overflow: hidden;
}

.download-our-app-col::after {
  content: "";
  position: absolute;
  right: 32px;
  top: -50%;
  background-color: #00e783;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.download-content {
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -10px;
}

.download-title {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  margin-bottom: 22px;
}

.download-content p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.download-btn-box {
  column-gap: 14px;
}

.download-btn-box .download-btn {
  width: 110px;
}

.download-btn-box .download-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featured-category-sec,
.flash-sales-sec,
.appliances-product-sec,
.offer-sec {
  padding-block: 25px;
}

.home-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.viewall-btn {
  display: block;
}

.viewall-btn .btn {
  width: max-content;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #8121cf;
  position: relative;
  min-width: auto;
  transition: all 0.4s ease-in-out;
}

.viewall-btn .btn::after {
  content: "";
  position: absolute;
  background-color: #00e783;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  transition: all 0.4s ease-in-out;
}

.viewall-btn .btn:hover {
  color: #00e783;
}

.viewall-btn .btn:hover::after {
  width: 100%;
}

.appliances-product-silde {
  margin-top: 5px;
}

/* .appliances-product-silder,
.popular-product-silder,
.fashion-product-silder,
.super-flash-product-silder {
  margin: 0 -9px;
} */

.appliances-product-silde,
.popular-product-silde,
.fashion-product-silde,
.super-flash-product-silde {
  padding: 0 9px;
}

.appliances-product-silder .slick-list,
.popular-product-silder .slick-list,
.fashion-product-silder .slick-list,
.super-flash-product-silder .slick-list {
  padding-right: 40px;
}

.product-box .img-box {
  position: relative;
  border-radius: 10px 10px 0 0;
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.product-box .product-title {
  color: #1f1741;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.product-box .product-price .regular-price {
  color: rgba(31, 23, 65, 50%);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-decoration: line-through;
}

.product-box .product-price .offer-price {
  color: #8121cf;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 5px;
  display: block;
}

.product-discount {
  font-weight: 400 !important;
  font-size: 60%;
  line-height: normal;
  color: #00e688;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.product-wishlist-btn {
  position: absolute;
  background-color: rgba(0, 0, 0, 30%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.product-details-silder .product-wishlist-btn {
  left: inherit;
  right: 15px;
  top: 15px;
}

.productVideoPopup {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  max-width: 950px;
}

.product-type-video,
.product-type-video .product-detail-img,
.product-type-video .product-detail-thumb-img {
  position: relative;
}

.product-type-video .product-detail-img::after,
.product-type-video .product-detail-thumb-img::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/svg/play-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  pointer-events: none;
}

.product-type-video .product-detail-thumb-img::after {
  width: 30px;
  height: 30px;
}

.product-type-video .product-detail-img::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-color: #fff;
  border-radius: 50%;
  animation: callBlink 3s infinite ease-in-out;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

@keyframes callBlink {
  from {
    transform: scale(0.9);
    opacity: 0.9;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.product-wishlist-btn .icon {
  width: 19px;
  height: 19px;
  background-color: #fff;
}

.product-rating {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 6px;
  padding: 6px;
  width: max-content;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-rating .icon {
  background-color: #00e783;
  width: 12px;
  height: 12px;
  margin-top: -4px;
}

.home-product-wrap .slick-arrow,
.home-product-wrap .swiper-button-prev,
.home-product-wrap .swiper-button-next {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #00000033;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 38px;
  height: 120px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.home-product-wrap .slick-arrow:hover,
.home-product-wrap .swiper-button-prev:hover,
.home-product-wrap .swiper-button-next:hover {
  background-color: #f7f7f7;
}

.home-product-wrap .slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.home-product-wrap .slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.home-product-wrap .swiper-button-prev {
  left: 0 !important;
  border-radius: 0 5px 5px 0;
}

.home-product-wrap .swiper-button-next {
  right: 0 !important;
  border-radius: 5px 0 0 5px;
}

.home-product-wrap .slick-arrow::after,
.home-product-wrap .swiper-button-next:after,
.home-product-wrap .swiper-button-prev:after {
  content: "";
  position: absolute;
  background-image: url(../img/svg/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.home-product-wrap .slick-arrow.slick-prev::after,
.home-product-wrap .swiper-button-prev:after {
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.slick-dots {
  display: block;
  text-align: center;
}

.swiper-pagination {
  position: static;
}

.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 3px;
}

.slick-dots li button,
.swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #5a1b88;
  border-radius: 50%;
  position: relative;
  background: transparent;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: color 0.4s ease-in-out;
}

.slick-dots li.slick-active button,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  border-color: #5a1b88;
  background: transparent;
}

.slick-dots li button:after,
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  background: transparent;
  height: 8px;
  width: 8px;
  background: #5a1b88;
  border-radius: 50%;
  position: relative;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all.5s ease-in-out;
}

.slick-dots li.slick-active button:after,
.swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.out-stock {
  background-color: rgba(255, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
}

.flash-sales-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.flash-sales-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flash-sales-sec video {
  border-radius: 10px;
  scale: 1.01;
}

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

.product-sorting {
  background-color: #f3e8ff;
  border-radius: 10px;
  padding: 14px 15px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-sorting .total-product {
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.product-sorting-box span {
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding-right: 10px;
  display: inline-block;
}

.product-sorting-box {
  display: flex;
  align-items: center;
}

.product-sorting-box .show-box {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #d9b3ff;
}

.product-sorting-box .show-box .product-sorting-title {
  width: 90px;
}

.product-listing-main .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 30px;
}

.product-sorting-box .ant-select-selector {
  background-color: #fff !important;
  border-color: #ca9fec !important;
  box-shadow: none !important;
}

.product-sorting-box .ant-select-selection-search,
.product-sorting-box .ant-select-selection-item,
.product-sorting-box .ant-select-selection-wrap {
  padding-right: 0 !important;
}

.product-sorting-box .ant-select-selection-item,
.ant-select-item-option-content {
  color: #1f1741 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.24px !important;
}

.ant-select-dropdown .ant-select-item {
  min-height: 28px !important;
}

.ant-select-dropdown
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled),
.ant-select-dropdown
  .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f3e8ff !important;
}

.ant-select-arrow {
  inset-inline-end: 0 !important;
  padding-right: 0 !important;
  height: 10px !important;
  margin-top: -4px !important;
  margin-right: 10px;
}

.ant-select-arrow .icon {
  background-color: #1f1741;
  width: 10px;
  height: 10px;
}

.product-filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-filter-top .filter-title {
  color: #1f1741;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.clear-all-btn {
  color: #8121cf;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.clear-all-btn .icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.product-pagination {
  margin-top: 50px;
  width: 100%;
}

.product-pagination .pagination {
  justify-content: center;
}

.pagination .page-item {
  padding: 0 4px;
}

.pagination .page-link {
  border: 1px solid #ead5ff;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1741;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #8121cf;
  color: #fff;
}

.pagination .page-link:focus {
  box-shadow: none;
  background-color: #8121cf;
  color: #fff;
}

.pagination .pagination-button {
  padding: 0 20px;
}

.pagination .pagination-button .page-link {
  border: none !important;
  width: 100%;
  height: 100%;
  color: #8121cf;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}

.pagination .pagination-button .page-link:hover {
  color: #00e783;
}

.product-filter {
  margin-right: 20px;
}

.product-filter .filter-item {
  border-bottom: 1px solid #ead5ff;
}

.product-filter .filter .filter-item:last-child {
  border: none;
}

.filter-item-head {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-item-head::after {
  content: "";
  position: absolute;
  background-image: url(../img/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.filter-item.active .filter-item-head::after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-item .filter-attribute-list {
  display: none;
  margin-bottom: 10px;
}

.filter-price-text {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.form-check-input {
  border-color: #ead5ff;
  border-radius: 5px !important;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #8121cf;
  border-color: #8121cf;
  --bs-form-check-bg-image: none !important;
  background-image: url(../img/svg/right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #8121cf;
}

.form-check-label {
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
}

.form-check {
  padding-left: 26px;
  margin-bottom: 12px;
}

.form-group {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.form-label {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.form-control {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  padding: 12px 15px;
  height: 45px;
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  resize: none;
}

.react-tel-input .form-control {
  width: 100%;
  height: 45px !important;
  color: #1f1741 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Poppins", sans-serif !important;
}

.react-tel-input .flag-dropdown {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.react-tel-input .selected-flag {
  border-radius: 0 !important;
  width: 44px !important;
  padding: 0 0 0 12px !important;
  background: transparent !important;
}

.input-group {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}

.input-group .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.input-group-text {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.input-group-text .icon {
  width: 20px;
  height: 15px;
  background-color: #8121cf;
}

.form-control::placeholder {
  color: rgba(31, 23, 65, 20%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.form-control:focus {
  border-color: #c1c1c1;
  box-shadow: none;
}

textarea.form-control {
  min-height: 80px;
}

select:has(option:checked:first-child) {
  color: rgba(31, 23, 65, 20%);
  font-weight: 400;
}

select:has(option:checked:first-child) option {
  color: #1f1741;
}

.form-select {
  background-image: url(/img/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7.5px;
  padding-right: 40px;
}

.filter-attribute-item:last-child .filter-box .form-check {
  margin-bottom: 0;
}

.filter-box {
  position: relative;
}

.filter-attribute-item .filter-box .arrow {
  content: "";
  position: absolute;
  background-image: url(../img/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  opacity: 70%;
  right: 0;
  top: 6px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.sub-category-box {
  padding-left: 18px;
  margin-bottom: 10px;
  display: none;
}

.filter-box.open .sub-category-box {
  display: block;
}

.sub-category-box .form-check {
  margin-bottom: 8px;
  min-height: auto;
}

.sub-category-box .form-check-label {
  font-size: 12px;
}

.filter-box .arrow.minus {
  background-image: url(../img/svg/minus.svg);
  opacity: 1;
}

.filter-box.open > .form-check .form-check-label {
  color: #8121cf;
}

.price-range-title {
  color: #1f1741;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.price-range-boxes {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.price-range-box .form-control {
  border-color: #f3e8ff;
  border-radius: 8px;
  background-color: transparent;
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 15px;
}

.price-range-box .form-control::placeholder {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

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

.price-range-boxes span {
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.32px;
  margin-top: 30px;
}

.more-item {
  color: #8121cf;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.more-item:hover {
  color: #00e783;
}

.total-rating {
  position: relative;
  border-left: 1px solid #8121cf;
  padding-left: 6px;
  margin-left: 6px;
}

.product-details-sec .row {
  --bs-gutter-x: 42px;
}

.product-details-sec,
.cart-sec,
.my-account-sec {
  position: relative;
}

.product-details-box,
.price-breakdown-box,
.my-acc-wrap {
  position: sticky;
  top: 100px;
  z-index: 2;
}

.product-detail-thumb {
  margin-top: 16px;
  padding: 0 25px;
  position: relative;
}

.product-detail-thumb-box {
  padding: 0 3px;
}

.product-detail-thumb-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ead5ff;
  padding: 5px;
}

.product-detail-thumb-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.slick-current .product-detail-thumb-box .product-detail-thumb-img {
  border-color: #8121cf;
}

.product-detail-img {
  width: 100%;
  margin: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.product-detail-img .ant-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-detail-img img {
  object-fit: contain;
}

.product-detail-img .ant-image img.ant-image-img {
  width: auto;
  height: auto;
}

.product-detail-thumb .slick-arrow {
  position: absolute;
  font-size: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.product-detail-thumb .slick-next.slick-arrow {
  left: inherit;
  right: 0;
}

.product-detail-thumb .slick-arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/svg/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.product-detail-thumb .slick-arrow.slick-prev::after {
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.product-detail-img {
  border-radius: 5px;
  padding: 5px;
}

.product-details-silde {
  border: 1px solid #ead5ff;
  border-radius: 5px;
}

.product-detail-img-box {
  position: relative;
}

.product-detail-img-box .product-wishlist-btn {
  right: 30px;
  top: 20px;
  left: inherit;
  cursor: pointer;
}

.product-details-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 20px;
}

.product-details-cat .category-name {
  background-color: rgba(82, 5, 123, 0.1);
  padding: 8px;
  border-radius: 4px;
  color: #52057b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.share-button {
  background-color: transparent;
}

.share-button .icon {
  width: 18px;
  height: 18px;
  background-color: #1f1741;
  opacity: 70%;
  transition: all 0.4s ease-in-out;
}

.share-button:hover .icon {
  opacity: 1;
}

.product-details-con .sec-head {
  margin-bottom: 20px;
}

.product-details-con .sec-head .product-details-title {
  color: #1f1741;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.76px;
  display: block;
  margin-bottom: 0;
}

.product-details-con .product-rating {
  position: relative;
  top: inherit;
  right: inherit;
  background-color: transparent;
  border: 1px solid #ead5ff;
  border-radius: 5px;
  font-size: 14px;
}

.product-details-con .product-rating .icon {
  width: 14px;
  height: 14px;
}

.product-details-con .total-rating {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  padding-left: 8px;
  margin-left: 8px;
  border-color: #ead5ff;
}

.product-desc {
  border-top: 1px solid #ead5ff;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 22px;
}

.product-desc p {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
}

.product-price {
  margin-bottom: 20px;
}

.product-price span {
  color: #8121cf;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  display: inline-block;
  vertical-align: middle;
}

.product-price del {
  color: rgba(31, 23, 65, 70%);
  font-weight: 500;
  font-size: 21px;
  display: inline-block;
  padding-left: 10px;
}

.product-variation-box {
  margin-bottom: 20px;
}

.product-variation-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 12px;
  min-width: 150px;
}

.product-variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-variation span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.product-variation-color span.active {
  outline: 1px solid #8121cf;
  outline-offset: 2px;
}

.product-variation span::after {
  content: "";
  position: absolute;
  background-image: url(../img/svg/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  z-index: 1;
}

.product-variation-color span.active::after {
  width: 10px;
  height: 8px;
}

.product-variation-color span.color-White.active::after {
  filter: invert(1);
}

.product-variation span.color-White {
  border: 1px solid #eee;
}

.product-variation-size span {
  border: 1px solid #ead5ff;
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.product-variation-text span {
  width: auto;
  height: auto;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 11px 5px;
  line-height: 1;
  border: 1px solid #ead5ff;
  color: #1f1741;
}

.product-variation-size span.active,
.product-variation-text span.active {
  border-color: #8121cf;
  color: #8121cf;
}

.size-chart-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.size-chart-btn button {
  color: #8121cf;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  line-height: 1;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.size-chart-btn button:hover {
  color: #00e783;
}

.size-chart-img {
  width: 100%;
  height: 100%;
}

.size-chart-img img {
  margin: 0 auto;
}

.size-chart-model .modal-dialog {
  max-width: 600px;
}

.product-variation-boxes {
  margin-bottom: 22px;
}

.quantity-box {
  margin-right: 10px;
}

.product-details-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.qty-group-btn {
  border: 1px solid #ead5ff;
  box-shadow: 0px 1px 2px 0px #0000000c;
  border-radius: 5px;
  padding: 7px 0;
  width: 115px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qty-group-btn .qty-btn {
  background: transparent;
  padding: 10px;
  line-height: 14px;
}

.qty-group-btn button .icon {
  background-color: rgba(31, 23, 65, 70%);
  min-width: 14px;
  width: 14px;
  height: 14px;
}

.qty-group-btn .input-qty-text {
  color: #8121cf;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: 40px;
  text-align: center;
}

.product-content-box {
  border: 1px solid #ead5ff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 20px;
}

.product-content-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-content-box.customer-review-content {
  padding: 30px 0;
}

.product-content-box-title {
  color: #1f1741;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #ead5ff;
  padding: 15px;
  margin-bottom: 15px;
}

.product-content-box-wrap {
  padding: 15px;
}

.product-content-box-sub-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.product-feature-con li {
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

.product-feature-con li::before {
  content: "";
  position: absolute;
  background-color: #8121cf;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.product-feature-con li:last-child {
  margin-bottom: 0;
}

.product-feature-con li b {
  font-weight: 500 !important;
}

.product-general-con ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ead5ff;
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.product-general-con ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.product-general-con ul li span {
  color: rgba(31, 23, 65, 70%);
  font-weight: 500;
  min-width: 200px;
  display: inline-block;
}

.product-feature-con,
.product-feature-con p {
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}

.product-feature-con:last-child,
.product-feature-con p:last-child {
  margin-bottom: 0;
}

.video-box {
  position: relative;
  height: 280px;
  cursor: pointer;
}

.video-box .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.video-box.playing::before {
  opacity: 0;
}

.video-box .playBtn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 53px;
  height: 53px;
}

.video-box .playBtn::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 50%;
  animation: callBlink 3s infinite ease-in-out;
}

@keyframes callBlink {
  from {
    transform: scale(0.5);
    opacity: 0.9;
  }

  to {
    transform: scale(1.6);
    opacity: 0;
  }
}

.customer-review-box {
  border-bottom: 1px solid #ead5ff;
  padding: 15px 15px 20px;
}

.customer-total-rating {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 550px;
}

.customer-rating {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.customer-rating span {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #00e783;
  font-size: 49px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.customer-rating span .icon {
  width: 19px;
  height: 19px;
  background-color: #00e783;
}

.customer-rating p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(31, 23, 65, 70%);
  margin-bottom: 8px;
  line-height: 1;
  display: block;
  text-align: center;
}

.customer-rating-count {
  flex: 1;
}

.customer-rating-box {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 28px;
}

.customer-rating-box:last-child {
  margin-bottom: 0;
}

.customer-rating-box .rating_label {
  color: #1f1741;
  font-size: 12px;
  font-weight: 400;
  text-align: end;
  line-height: 1;
  width: 70px;
}

.customer-rating-box .progress {
  flex: 1;
  width: 100%;
}

.customer-rating-box p {
  margin-bottom: 0;
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: end;
  flex: 0.1 1 0%;
}

.customer-rating-box .progress {
  --bs-progress-bg: #f3e8ff;
  --bs-progress-height: 6px;
  --bs-progress-border-radius: 6px;
}

.customer-rating-box .progress-bar {
  border-radius: 6px;
}

.customer-rating-box .progress-bar.bg-excellent,
.customer-rating-box .progress-bar.bg-verygood {
  background-color: #06a759 !important;
}

.customer-rating-box .progress-bar.bg-good {
  background-color: #ebbc46 !important;
}

.customer-rating-box .progress-bar.bg-average {
  background-color: #ec803d !important;
}

.customer-rating-box .progress-bar.bg-poor {
  background-color: #e92525 !important;
}

.product-all-rating {
  max-width: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 32px;
  column-gap: 50px;
}

.product-all-rating-box {
  width: 33.33%;
}

.product-all-rating-box span {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.product-all-rating-box p {
  color: #1f1741;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1;
  column-gap: 6px;
  margin-bottom: 0;
}

.product-all-rating-box .icon {
  background-color: #00e783;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}

.customer-posts ul li {
  border-bottom: 1px solid #ead5ff;
  padding: 20px;
}

.customer-posts ul li:last-child {
  border-bottom: none;
}

.customer-post-top,
.customer-post-review {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 10px;
}

.customer-post-review {
  margin-bottom: 20px;
}

.customer-post-top .img-box {
  width: 32px;
  flex: 0 0 32px;
  aspect-ratio: 1/1;
}

.customer-post-top .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.customer-post-top .customer-name {
  color: #1f1741;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  display: block;
}

.customer-post-review .customer-post-rate {
  background-color: #00e783;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.customer-post-review .customer-post-rate .icon {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin-top: -2px;
}

.customer-post-review .post-date {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.customer-posts ul li p:last-child {
  margin-bottom: 0;
}

.all-review-btn {
  color: #8121cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  margin: 0 20px;
  transition: all 0.4s ease-in-out;
}

.all-review-btn:hover {
  color: #00e783;
}

.similar-product-silder {
  margin: 0 -11px;
}

.similar-product-silde {
  padding: 0 11px;
}

.cart-sec.common-sec {
  padding-top: 65px;
  padding-bottom: 65px;
}

.cart-row {
  display: flex;
  column-gap: 40px;
}

.cart-col:first-child {
  width: 71%;
}

.cart-col:last-child {
  width: 29%;
}

.cart-list-box {
  border: 1px solid #ead5ff;
  border-radius: 5px;
  border-bottom: none;
}

.cart-list-box .cart-header {
  border-bottom: 1px solid #f3e8ff;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.cart-list-box .cart-header .cart-header-title {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
}

.cart-list-box .product {
  width: 420px;
}

.cart-list-box .price {
  width: 100px;
}

.cart-list-box .quantity {
  width: 115px;
  margin-right: 0;
}

.cart-list-box .subtotal {
  width: 115px;
}

.subtotal-box {
  display: flex;
  align-items: start;
}

.cart-list-item {
  border-bottom: 1px solid #f3e8ff;
  padding: 30px 16px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.delete-icon {
  line-height: 1;
  background-color: transparent;
}

.delivery-days {
  font-size: 13px;
  color: #8121cf;
  text-transform: capitalize;
  margin-top: 7px;
  font-weight: 500;
}

.cart-list-item .product-info {
  display: flex;
  align-items: center;
  column-gap: 35px;
}

.cart-list-item .product-info .img-box {
  width: 122px;
  flex: 0 0 122px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #f3e8ff;
  padding: 6px;
  overflow: hidden;
}

.cart-list-item .product-info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.cart-list-item .product-info .img-box:hover img {
  transform: scale(1.02);
}

.cart-list-item .product-info .content-box .product-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.76px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.cart-list-item .product-info .content-box .product-title:hover {
  color: #00e783;
}

.product-info .size-title,
.product-info .color-title {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.76px;
  display: inline-block;
  vertical-align: middle;
}

.product-info .size-title {
  margin-right: 25px;
}

.cart-list-item .price {
  color: #1f1741;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.6px;
}

.cart-list-item .subtotal {
  color: #8121cf;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.6px;
}

.cart-list-item .delete-icon .icon {
  width: 17px;
  height: 17px;
  transition: all 0.4s ease-in-out;
}

.cart-list-item .delete-icon:hover .icon {
  background-color: #ff0000;
}

.price-breakdown-box {
  background-color: #f3e8ff;
  border-radius: 5px;
  width: 100%;
  padding: 20px 20px 30px;
}

.price-breakdown-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
  display: block;
  margin-bottom: 35px;
}

.price-breakdown-con ul {
  border-bottom: 1px solid #d9b3ff;
  margin-bottom: 15px;
}

.price-breakdown-con ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.76px;
  margin-bottom: 20px;
}

.price-breakdown-con ul li p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
}

.wallet-title {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
  display: block;
  margin-bottom: 22px;
}

.wallet-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #d9b3ff;
  padding-bottom: 22px;
  margin-bottom: 15px;
}

.wallet-box .form-check {
  margin-bottom: 0;
  padding-left: 30px;
}

.wallet-box .form-check-input {
  width: 20px;
  height: 20px;
  margin-left: -30px;
}

.wallet-box .form-check p {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
}

.wallet-box span {
  color: #e92525;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
}

.total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.total-amount p {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.76px;
  font-size: 14px;
}

.total-amount span {
  color: #8121cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
}

.checkout-box {
  margin-bottom: 14px;
  border: 1px solid #ead5ff;
  border-radius: 5px;
  padding: 20px;
}

.checkout-box-login .checkout-box-title {
  margin-bottom: 0;
}

.checkout-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}

.checkout-box-title {
  color: rgba(31, 23, 65, 90%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.checkout-box-title .icon {
  background-color: #8121cf;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 6px;
}

.checkout-box-title span {
  color: #8121cf;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 10px;
}

/* .checkout-box.active .checkout-box-title,
.checkout-box.active .checkout-box-title span {
  color: #333;
} */

.checkbox-box-btn .btn {
  padding: 0;
  background-color: transparent !important;
  border: none !important;
  text-align: right;
  width: auto;
  min-width: inherit;
  font-size: 13px;
  padding-bottom: 1px;
  color: #8121cf;
  border-radius: 0;
  border-bottom: 1px solid #8121cf !important;
}

.checkbox-box-btn .btn ~ .btn {
  margin-left: 0;
}

.login-details {
  margin-top: 14px;
  padding-left: 18px;
}

.login-details span {
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.form-check-input[type="radio"] {
  background: #fff;
  border-radius: 50% !important;
  appearance: none;
  height: 16px;
  width: 16px;
  max-width: 16px;
  flex: 0 0 16px;
  border: 1px solid #8121cf;
}

.form-check-input[type="radio"]:checked {
  background: #8121cf;
  box-shadow: 0 0 0 2px inset #fff;
  border-color: #8121cf;
}

.checkout-address {
  border-top: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ead5ff;
}

.checkout-address:last-child {
  border-radius: 0 0 5px 5px;
}

.checkout-address-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.address-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-details .form-check-label {
  font-size: 15px;
  font-weight: 500;
}

.address-label {
  background-color: rgba(82, 5, 123, 0.1);
  width: max-content;
  padding: 5px;
  border-radius: 2px;
  color: #52057b;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.address-details-number {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  transition: all 0.4s ease-in-out;
}

.manage-address-wrap .address-details-number {
  margin-top: 8px;
}

.address-details-number a {
  color: #1f1741;
}

.address-details-number a:hover {
  color: #00e783;
}

.checkout-address-top .edit-btn {
  color: #8121cf;
  background-color: transparent !important;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.4s ease-in-out;
}

.checkout-address.primary .checkout-address-top .edit-btn {
  font-size: 14px;
}

.checkout-address-top .edit-btn:hover {
  color: #00e783;
}

.address-content p {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.76px;
  display: block;
  margin-bottom: 0;
}

.deliver-btn {
  margin-top: 16px;
  display: inline-block;
}

.deliver-btn .btn {
  width: auto;
  min-width: 112px;
  padding: 11px;
  font-size: 12px;
}

.add-address {
  border: 1px solid #ead5ff;
  background-color: #faf5ff;
  border-radius: 5px;
  margin-top: 14px;
  padding: 20px;
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  border: none;
}

.modal-header .sec-title {
  font-size: 18px;
}

.modal-header .btn-close {
  box-shadow: none;
}

.modal-body {
  padding: 30px 20px;
}

.modal-body .row {
  --bs-gutter-x: 20px;
}

.address-type-title {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}

.address-type-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

.model-btn-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}

.model-btn-group .btn.btn-green {
  min-width: 154px;
  padding: 10px;
  font-size: 14px;
}

.model-btn-group .btn-label {
  padding: 10px;
}

.model-btn-group .btn ~ .btn {
  margin-left: 0;
}

.order-summary-box .cart-list-item {
  padding: 0;
  border: none;
  border-bottom: 1px solid #ead5ff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.order-summary-box .cart-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.order-summary-box .cart-list-box {
  border: none;
}

.my-account-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.28px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.my-account-tabing .nav-link {
  background-color: #f3e8ff;
  border-radius: 0;
  margin-bottom: 2px;
  text-align: left;
  color: #1f1741;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 20px;
  transition: all 0.4s ease-in-out;
}

.my-account-tabing .nav-link.active,
.my-account-tabing .nav-link:hover {
  background-color: #8121cf;
  color: #fff;
}

.my-wallet-box {
  background-color: #f3e8ff;
  border: 1px solid #d9b3ff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.my-wallet-box-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 0 20px;
}

.my-wallet-box-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-wallet-box-list .btn {
  min-width: 204px;
}

.my-wallet-btn.active {
  display: none;
}

.my-wallet-con .img-box {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.my-wallet-con .content-box {
  display: inline-block;
  vertical-align: middle;
}

.my-wallet-con .img-box .icon {
  background-color: #8121cf;
  width: 36px;
  height: 36px;
}

.my-wallet-con .content-box span {
  color: #8121cf;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.my-wallet-con .content-box p {
  line-height: 1;
  margin-bottom: 0;
  color: rgba(31, 23, 65, 70%);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.76px;
}

.my-order-box {
  background-color: #fff;
  border: 1px solid #ead5ff;
  border-radius: 5px;
  padding: 20px 0;
}

.my-order-box .my-wallet-box-title {
  font-weight: 500;
}

.my-order-list {
  padding: 0 20px 30px;
  display: flex;
  column-gap: 35px;
  border-bottom: 1px solid #ead5ff;
  margin-bottom: 30px;
}

.my-order-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 20px 0;
}

.my-order-box .img-box {
  width: 120px;
  flex: 0 0 120px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}

.my-order-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.my-order-box .img-box:hover img {
  transform: scale(1.02);
}

.my-order-box .img-box .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.my-order-list-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.76px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.my-order-list-id {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 6px;
  transition: all 0.4s ease-in-out;
}

.my-order-list-id:hover {
  color: #8121cf;
}

.my-order-list-title:hover {
  color: #00e783;
}

.my-order-list .my-order-price {
  color: #8121cf;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.6px;
  display: block;
  margin-bottom: 15px;
}

.my-order-list .my-order-list-con {
  margin-bottom: 0;
}

.my-order-list .my-order-list-con li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.76px;
  margin-bottom: 10px;
  color: rgba(31, 23, 65, 70%);
}

.my-order-list .my-order-list-con li:last-child {
  margin-bottom: 0;
}

/* .my-order-list ul li span {
  color: #1f1741;
} */

.my-order-list .my-order-list-con li span.delivered-text,
.order-details-wrap .order-status-list li p.delivered-text {
  color: #00e783;
}

.track-order-btn {
  color: #8121cf;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  transition: all 0.4s ease-in-out;
}

.track-order-btn:hover {
  color: #00e783;
}

.my-order-list-btn {
  display: flex;
  align-items: center;
}

.my-order-list-btn .btn {
  min-width: 100px;
  font-size: 13px;
  padding: 11px 10px;
}

.rating-item-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.my-order-list-btn {
  margin-bottom: 20px;
}

.rating-item-box .rating-item-label {
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.76px;
}

.star-box {
  display: flex;
  align-items: center;
  column-gap: 2px;
  padding-right: 16px;
  margin-right: 6px;
  border-right: 1px solid #d9b3ff;
}

.order-list-star-box {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.order-product-qty {
  font-weight: 400;
  font-size: 13px;
  margin-top: 8px;
}

.order-product-attribute {
  margin-top: 5px;
  font-size: 13px;
}

.order-product-attribute span {
  display: block;
}

.star-box .icon {
  background-color: #ead5ff;
  width: 18px;
  height: 18px;
}

.star-box .icon.fill {
  background-color: #ebbc46;
}

.write-review-btn {
  color: #8121cf;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.76px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.write-review-btn:hover {
  color: #00e783;
}

.wishlist-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 20px 30px;
  border-bottom: 1px solid #ead5ff;
  margin-bottom: 30px;
}

.wishlist-item:last-child {
  margin-bottom: 0;
  padding: 0 20px 0;
  border-bottom: none;
}

.wishlist-item-con {
  display: flex;
  align-items: start;
  column-gap: 35px;
}

.wishlist-item-con .price-box {
  color: #8121cf;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.wishlist-item-con .price-box del {
  color: rgba(31, 23, 65, 50%);
  font-size: 14px;
  font-weight: 400;
}

.wishlist-item-con .product-discount {
  margin-left: 0;
  font-size: 80%;
}

.delete-icon .icon {
  width: 18px;
  height: 18px;
}

.remove-btn {
  background-color: transparent;
}

.account-details-box {
  padding: 0 20px;
}

.account-details-box .row {
  --bs-gutter-x: 20px;
  position: relative;
  z-index: 1;
}

.account-details-gender {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.submit-btn {
  margin-top: 20px;
  display: block;
}

.submit-btn .btn,
.address-btn .btn {
  display: inline-block;
}

.address-btn .btn {
  min-width: 135px;
  font-size: 11px;
  padding: 10px;
}

.manage-address-box {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ead5ff;
  margin-bottom: 20px;
}

.manage-address-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0 20px;
}

.action-btn .btn {
  padding: 5px;
  min-width: auto;
  border: none !important;
}

.action-btn .btn .icon {
  width: 4px;
  height: 14px;
  background-color: #1f1741;
}

.action-btn .btn:hover .icon {
  background-color: #000;
}

.action-btn .dropdown-menu {
  min-width: 80px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 1px #00000026;
  --bs-dropdown-padding-y: 8px;
}

.action-btn .dropdown-menu .dropdown-item {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 13px;
  letter-spacing: -0.28px;
  transition: all 0.4s ease-in-out;
}

.action-btn .dropdown-menu .dropdown-item:hover {
  color: #1f1741;
  background-color: transparent;
}

.manage-address-wrap {
  display: flex;
  justify-content: space-between;
}

.manage-address-details .form-check {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}

.manage-address-box .address-label {
  margin-bottom: 12px;
}

.manage-address-details p {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}

.manage-address-details .form-check-label {
  font-weight: 500;
  font-size: 15px;
}

.wallet-list {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ead5ff;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 10px;
}

.wallet-list:last-child {
  margin-bottom: 0;
  padding: 0 20px;
  border-bottom: none;
}

.payment-label {
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  text-transform: uppercase;
  width: max-content;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 20px;
}

.payment-label .icon {
  width: 14px;
  height: 14px;
}

.wallet-list.hold .payment-label {
  background-color: #fff5d6;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.wallet-list.withdrawal .payment-label {
  background-color: #ffe7cf;
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.wallet-list.subscribed .payment-label {
  background-color: #f9d9ff;
  border: 1px solid #9c27b0;
  color: #9c27b0;
}

.wallet-list.payment .payment-label,
.wallet-list.bonus .payment-label {
  background-color: #d4f9ff;
  border: 1px solid #00b8d4;
  color: #00b8d4;
}

.wallet-list.cancel .payment-label,
.wallet-list.charge .payment-label {
  background-color: #ffe3e3;
  border: 1px solid #ea5455;
  color: #ea5455;
}

.wallet-list.refund .payment-label,
.wallet-list.deposit .payment-label {
  background-color: #d8fde8;
  border: 1px solid #28c76f;
  color: #28c76f;
}

.wallet-payment .date-time {
  color: rgba(31, 23, 65, 70%);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  display: block;
  margin-bottom: 8px;
}

.wallet-payment .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  display: block;
}

.wallet-list.hold .wallet-payment .price {
  color: #ebbc46;
}

.wallet-list.withdrawal .wallet-payment .price {
  color: #ff9f43;
}

.wallet-list.payment .wallet-payment .price,
.wallet-list.bonus .wallet-payment .price {
  color: #00cac4;
}

.wallet-list.cancel .wallet-payment .price,
.wallet-list.charge .wallet-payment .price {
  color: #e92525;
}

.wallet-list.refund .wallet-payment .price,
.wallet-list.deposit .wallet-payment .price {
  color: #28c76f;
}

.wallet-list.subscribed .wallet-payment .price {
  color: #9c27b0;
}

.wallet-list-con label {
  display: block;
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}

.wallet-list-con p {
  font-size: 16px;
  line-height: 1.4;
}

.wallet-desc {
  flex: 1;
}

.change-password-form {
  padding: 0 20px;
}

.change-password-form .form-group {
  max-width: 400px;
}

.change-password-form .btn {
  min-width: 400px;
  margin-top: 15px;
}

.summary-box {
  background-color: #f3e8ff;
  border-radius: 5px;
  padding: 17px 20px 25px;
  margin-bottom: 10px;
}

.shipping-details-title {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  letter-spacing: -0.76px;
  margin-bottom: 25px;
}

.order-summary-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.76px;
  margin-bottom: 35px;
}

.shipping-content span {
  color: #1f1741;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.76px;
  margin-bottom: 15px;
  display: block;
}

.shipping-content p {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-bottom: 18px;
}

.shipping-phone-number {
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.76px;
}

.shipping-phone-number a {
  color: #5f567a;
  transition: all 0.4s ease-in-out;
}

.shipping-phone-number a:hover {
  color: #1f1741;
}

.summary-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.summary-box ul li:last-child {
  border-bottom: 1px solid #d9b3ff;
  padding-bottom: 20px;
}

.summary-box ul li span,
.summary-box ul li p {
  color: #1f1741;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.76px;
}

.summary-total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-total-amount span {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
}

.summary-total-amount p {
  color: #8121cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.76px;
}

.back-to-order {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.back-to-order .icon {
  width: 20px;
  height: 20px;
}

.order-details-box {
  border: 1px solid #ead5ff;
  border-radius: 5px;
  padding: 20px;
}

.order-details-wrap {
  display: flex;
  align-items: start;
  column-gap: 35px;
}

.order-details-wrap .img-box {
  width: 120px;
  flex: 0 0 120px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
}

.order-details-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.order-details-wrap .img-box:hover img {
  transform: scale(1.02);
}

.order-product-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.76px;
  display: block;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.order-product-title:hover {
  color: #00e783;
}

.order-product-price {
  color: #1f1741;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.6px;
  display: block;
  margin-bottom: 0;
}

.order-details-wrap .order-status-list {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.order-details-wrap .order-status-list li {
  width: calc(33.33% - 10px);
  margin-bottom: 16px;
  min-width: 140px;
}

.order-details-wrap .order-status-list li span {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.76px;
}

.order-details-wrap .order-status-list li p {
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.76px;
  margin-bottom: 0;
}

.order-details-btn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.order-details-btn:empty {
  display: none;
}

.order-details-btn .btn {
  min-width: 110px;
  font-size: 12px;
  padding: 11px 10px;
}

.order-history-title {
  color: #1f1741;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  display: block;
  margin-bottom: 30px;
}

.order-tracking ul {
  width: 100% !important;
  display: block;
}

.order-tracking ul li {
  display: flex;
  align-items: start;
  column-gap: 20px;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  position: relative;
}

.order-tracking ul li:last-child {
  padding-bottom: 0;
}

.order-tracking ul li .icon-box {
  width: 32px;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ead5ff;
}

.order-tracking ul li::before {
  content: "";
  position: absolute;
  background-color: #c283fd;
  width: 1px;
  height: 100%;
  top: 0;
  left: 16px;
}

.order-tracking ul li:last-child::before {
  display: none;
}

.order-tracking ul li .icon-box .icon {
  background-color: #8121cf;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
}

.order-tracking ul li.active .icon-box {
  background-color: #8121cf;
}

.order-tracking ul li.active .icon-box .icon {
  background-color: #fff;
}

.order-tracking ul li.active::before {
  background-color: #8121cf;
}

.order-tracking-title {
  color: #1f1741;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}

.order-tracking ul li p {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.order-tracking ul li .order-date {
  color: #8121cf;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.order-reason {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}

.order-reason b {
  font-weight: 500 !important;
}

.order-details-wrap .rating-item-box {
  margin-top: 0;
  margin-bottom: 30px;
}

.order-timeline-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.order-timeline-attachments .attachments-item {
  width: 90px;
  transition: all 0.3s;
}

.order-timeline-attachments .attachments-item:hover {
  opacity: 0.7;
}

.order-timeline-attachments .attachments-item img {
  aspect-ratio: 4/3;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.return-model .modal-dialog,
.review-model .modal-dialog {
  max-width: 500px;
}

.return-model .more-details-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}

.upload-doc-title {
  color: #1f1741;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}

.dropzone {
  position: relative;
  border: 2px dashed #eaeaea;
  background-color: #fafafa;
  border-radius: 8px;
  cursor: pointer;
  inline-size: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.dropzone input {
  cursor: pointer;
}

.file-upload-icon .icon {
  width: 22px;
  height: 22px;
  background-color: #8121cf;
}

.dropzone .content-box p {
  margin-bottom: 6px;
  color: #1f1741;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.dropzone .content-box span {
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.dropzone-file ul li a {
  color: #14171a;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  line-height: 1;
  margin-right: 10px;
}

.dropzone-upload-file .icon-delete {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.dropzone-file ul li a:hover {
  color: #8121cf;
}

.dropzone-file ul li {
  margin-bottom: 6px;
}

.dropzone-file .icon-attachment {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.dropzone-upload-file {
  display: flex;
  align-items: center;
}

.return-model .submit-btn {
  margin-top: 15px;
  width: 100%;
}

.return-model .submit-btn .btn {
  width: 100%;
}

.authentication-wrapper {
  background-color: #f3e8ff;
  height: var(--app-height);
  min-height: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.signup-page .authentication-wrapper {
  height: auto;
}

.authentication-sec {
  display: block;
  max-width: 430px;
  margin: auto;
  width: 100%;
  background-color: #fff;
}

.authentication-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 245px;
  width: 100%;
  padding: 40px 20px 54px;
}

.authentication-box {
  padding: 50px 20px;
}

.auth-logo-img {
  max-width: 50px;
  display: block;
  margin-bottom: 32px;
}

.auth-logo-img img {
  width: 100%;
  height: 100%;
}

.welcome-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.welcome-text span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
}

.forgot-password a {
  color: #8121cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.forgot-password a:hover {
  color: #00e783;
}

.authentication-box .submit-btn {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.authentication-box .submit-btn .btn {
  width: 100%;
}

.sign-up-content {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.sign-up-content a {
  color: #8121cf;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.sign-up-content a:hover {
  color: #00e783;
}

.otp-verification-form .row {
  --bs-gutter-x: 10px;
}

.otp-verification-form .form-group .form-control {
  text-align: center;
  height: 56px;
  border-color: #c1c1c1;
  background-color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.otp-verification-form .form-group .form-control:focus {
  background-color: #fff;
}

.otp-verification-form .form-group .form-control:not(:placeholder-shown) {
  border: 1px solid #8121cf;
  background-color: #8121cf;
  color: #fff;
}

.otp-verification-form .sign-up-content {
  margin-top: 20px;
  margin-bottom: 0;
}

.time-remaining-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-top: 20px;
}

.time-remaining-title span {
  color: #8121cf;
  font-weight: 600;
}

.not-found-sec h1 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
}

.invalid-feedback {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: inherit !important;
}

.input-group.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000000s ease-in-out 0s !important;
}

.filter-attribute-list-inner .filter-attribute-item {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.filter-item-cat .filter-attribute-list-inner .filter-attribute-item {
  margin-bottom: 15px;
}

.filter-attribute-list-inner .filter-attribute-item .form-check {
  margin-bottom: 0;
}

.filter-attribute-list-inner .filter-attribute-item a {
  color: #1f1741;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.32px;
  display: block;
  transition: all 0.4s ease-in-out;
}

.filter-attribute-list-inner .filter-attribute-item a:hover {
  color: #8121cf;
}

.filter-attribute-list-inner .filter-attribute-item.active a {
  font-weight: 500;
  color: #8121cf;
}

.filter-attribute-list-inner {
  max-height: 232px;
  overflow: auto;
}

.breadcumb-sec {
  margin-top: 20px;
}

.breadcrumb {
  margin-bottom: 0;
  align-items: center;
}

.breadcrumb span {
  padding-right: 20px;
  line-height: 1;
}

.breadcrumb span a {
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  letter-spacing: -0.28px;
  display: block;
  transition: all 0.4s ease-in-out;
}

.breadcrumb span a:hover {
  color: #8121cf;
}

.breadcrumb .breadcrumb_last {
  color: rgba(31, 23, 65, 70%);
  font-size: 12px;
  font-weight: 500;
  padding-right: 0;
  letter-spacing: -0.28px;
}

.breadcrumb a::before {
  content: "";
  position: absolute;
  background-image: url(../img/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  width: 8px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}

.alert-danger {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  --bs-alert-color: #dc1227 !important;
  --bs-alert-bg: #ffe4e7 !important;
  --bs-alert-link-color: #ff001b !important;
}

.alert-success {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

.dropdown .dropdown-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.dropdown .dropdown-item .icon-facebook {
  background-color: #3b5998;
}

.dropdown .dropdown-item .icon-twitter {
  background-color: #14171a;
}

.dropdown .dropdown-item .icon-linkedin {
  background-color: #0077b5;
}

.dropdown .dropdown-menu {
  min-width: 140px;
  padding: 0;
  --bs-dropdown-border-color: #ead5ff;
}

.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.dropdown .dropdown-menu li {
  border-bottom: 1px solid #ead5ff;
}

.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown .dropdown-item {
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 10px;
  transition: all 0.4s ease-in-out;
}

.dropdown .dropdown-item:hover {
  color: #8121cf;
}

.qty-group-btn .qty-btn:disabled {
  opacity: 0.5;
}

.product_attribute ul li {
  color: #1f1741;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.cart-not-found .btn {
  max-width: 180px;
  margin: auto;
}

.cart-not-found.not-found-sec h1 {
  margin-bottom: 10px;
}

.ant-picker-suffix .icon-calendar {
  background-color: #8121cf;
  width: 20px;
  height: 20px;
}

.ant-picker-clear {
  display: none !important;
}

.ant-picker:hover .ant-picker-suffix:not(:last-child) {
  opacity: 1 !important;
}

.ant-picker-outlined:hover {
  border-color: #c1c1c1;
}

.ant-picker-outlined:focus-within {
  border-color: #c1c1c1;
  box-shadow: none !important;
}

.ant-picker-input > input {
  line-height: 1 !important;
  color: #1f1741 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-selected:not(
    .ant-picker-cell-disabled
  )
  .ant-picker-cell-inner {
  background: #8121cf !important;
}

.ant-picker-dropdown .ant-picker-header-view > button:hover {
  color: #8121cf !important;
}

.wallet-not-history {
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.review-model-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.review-model-con {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: block;
  line-height: 1.3;
}

.review-model-box ul li {
  margin-bottom: 15px;
}

.review-model-box ul li .rating-box-point {
  color: rgba(31, 23, 65, 70%);
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  letter-spacing: -0.28px;
  margin-bottom: 4px;
  display: block;
  line-height: 1.3;
}

.review-model .modal-header {
  padding: 0;
  border-bottom: none;
}

.review-model .modal-header .btn-close {
  padding: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.review-model .modal-body {
  padding: 0 20px 30px;
}

.ant-rate {
  font-size: 18px;
  display: flex;
}

.ant-rate .ant-rate-star:not(:last-child) {
  margin-inline-end: 3px;
}

.review-model-box .ant-rate .ant-rate-star {
  margin-bottom: 0;
}

.review-model-box .star-box {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.review-model-box .ant-rate-star-full .icon {
  background-color: #00e783;
}

.ant-rate .ant-rate-star {
  color: #00e783;
}

.ant-rate .ant-rate-star-second,
.ant-rate .ant-rate-star-first {
  color: #dfdfdf;
}

.cart-not-found .icon {
  background-color: #8121cf;
  width: 70px;
  height: 70px;
}

.cart-not-found .cart-icon {
  background-color: #f3e8fe;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.ant-image .ant-image-mask {
  display: none;
}

.ant-image:hover .ant-image-mask {
  display: flex;
}

.product-type-video .ant-image .ant-image-mask {
  opacity: 0 !important;
}

.ant-select-dropdown {
  z-index: 99999;
}

.ant-select-single {
  height: 45px !important;
}

.ant-select-selector {
  background-color: #fff !important;
  border: 1px solid #c1c1c1 !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  resize: none;
}

.ant-select-selection-item {
  color: #1f1741 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.ant-select .ant-select-selection-placeholder {
  color: rgba(31, 23, 65, 40%) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  font-size: 14px !important;
}

.ant-select-single.product-sorting-title {
  color: #1f1741;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  width: 140px;
  height: 36px !important;
}

.ant-select-dropdown .ant-select-item {
  color: #1f1741 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.more-review-btn-wrap {
  border-top: 1px solid #ead5ff;
}

.more-review-btn {
  color: #8121cf;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.more-review-btn:hover {
  color: #00e783;
}

.thank-you-page {
  height: calc(100vh - 135px);
  display: flex;
  align-items: center;
}

.thank-you-icon {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
}

.thank-you-page h1 {
  color: #1f1741;
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.thank-you-page p {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  text-align: center;
  max-width: 390px;
  margin: auto;
}

.ant-slider .ant-slider-rail {
  background-color: #ead5ff;
}

.ant-slider .ant-slider-track,
.ant-slider:hover .ant-slider-track {
  background-color: #8121cf !important;
}

.ant-slider .ant-slider-handle,
.ant-slider .ant-slider-handle::before,
.ant-slider .ant-slider-handle::after {
  width: 14px !important;
  height: 14px !important;
}

.ant-slider .ant-slider-handle::before {
  inset-inline-start: 0 !important;
  inset-block-start: 0 !important;
}

.ant-slider-horizontal .ant-slider-handle {
  inset-block-start: -1px !important;
}

.ant-slider .ant-slider-handle::after {
  background-color: #5a1b88 !important;
  box-shadow: none !important;
}

.ant-slider .ant-slider-handle:hover::after {
  box-shadow: none !important;
  outline: none !important;
  inset-inline-start: 0 !important;
  inset-block-start: 0 !important;
}

.ant-slider .ant-slider-handle:focus::after {
  outline: none !important;
}

.slick-track {
  margin-left: 0 !important;
}

.product-detail-thumb .slick-track {
  margin-left: auto !important;
}

.model-delete-icon {
  width: 50px;
  height: 50px;
  margin: auto;
}

.popup-delete-title {
  color: #1f1741;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.popup-delete-con {
  color: rgba(31, 23, 65, 70%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.btn-red {
  background-color: #c22c03;
  border: 1px solid #c22c03;
  color: #fff;
}

.btn-red:hover {
  background-color: transparent;
  color: #c22c03;
  border-color: #c22c03;
}

.slick-disabled {
  display: none !important;
}

.main {
  min-height: 60vh;
}

.manage-address-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}

.manage-address-top .my-wallet-box-title {
  margin-bottom: 0;
  padding: 0;
}

.form-control:disabled {
  opacity: 0.8 !important;
}

.variant-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.variant-title {
  color: #1f1741;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-width: 200px;
  display: block;
}

.profile-image-update img {
  width: 100px;
  height: 100px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}

.profile-image-update .btn {
  padding: 11px;
  font-size: 12px;
}

.Toastify__toast {
  border-radius: 5px;
  height: auto;
  padding: 10px;
  min-height: inherit;
  font-size: 15px;
  padding-right: 40px;
  line-height: 1.1;
  font-size: 15px;
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #f6ffed;
  border: 1px solid #b7eb8f;
  color: darkgreen;
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #fce2e5;
  border: 1px solid #f5c6cb;
  color: darkred;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 16px;
  flex-shrink: 0;
  display: flex;
}

.Toastify__close-button {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  top: 10px;
  right: 8px;
}

.Toastify__toast-container {
  padding: 4px;
}

.spinner-primary {
  border-color: #00e783;
  border-right-color: transparent;
}

.product-delivery-boxes {
  display: flex;
  align-items: center;
  max-width: 550px;
  height: 100%;
  gap: 20px;
  margin-bottom: 40px;
}

.product-delivery-box {
  width: calc(33.33% - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 12px;
  height: 100%;
  text-align: center;
}

.product-delivery-box .icon {
  width: 35px;
  height: 35px;
  background-color: #8327cb;
}

.product-delivery-box-title {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
  color: #1f1741;
}

.siteLoading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  background: #fff url(../img/auth-logo.svg) no-repeat;
  background-position: center;
  animation: zoom-in-zoom-out 1.2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}

.head-profile-img {
  width: 30px;
  height: 30px;
}

.head-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.confirm-model .modal-dialog {
  max-width: 430px;
}

.confirm-model .btn {
  min-width: 130px;
  height: 38px;
  padding: 0;
  font-size: 12px;
}

.confirm-model .btn ~ .btn {
  margin-left: 0;
}

/* 404 */
.error-sec {
  padding: 9.375rem 0;
}

.error-con {
  max-width: 29.375rem;
  margin: auto;
}

.error-small-title {
  color: var(--black);
  margin: 0;
  margin-bottom: 0.875rem;
  display: block;
}

.error-title {
  font-size: 14rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #8121cf;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  line-height: 0.9;
}

.error-con p {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.1875rem;
}

.error-con .btn {
  max-width: 170px;
  margin: 0 auto;
}

/* 404 */

.promocode-box .form-group {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  padding: 12px 15px;
  height: 45px;
  color: #1f1741;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  resize: none;
}

.promocode-box .form-group input {
  background-color: transparent;
  flex: 1;
  padding-right: 20px;
  font-weight: 600;
  color: rgba(31, 23, 65, 0.7);
  text-transform: uppercase;
  width: 100%;
}

.promocode-box .wallet-box {
  display: block;
}

.btn-apply {
  background: transparent;
  color: #8121cf;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.btn-apply:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-apply:hover {
  color: #00e783;
}

.promocode-name {
  color: #8121cf;
  font-weight: 600 !important;
  display: block;
  padding-top: 4px;
}

.promocode-box .btn-remove {
  background-color: transparent;
}

.promocode-box .btn-remove .icon {
  width: 22px;
  height: 22px;
  color: #e92525;
}

.promocode-price {
  color: #e92525;
}

.promo-code-entered {
  display: flex;
  justify-content: space-between;
  background: #d1f1d1cf;
  border: 1px dashed green;
  color: green;
  border-radius: 5px;
  padding: 8px 12px;
}
.promo-code-text {
  font-size: 13px;
}
.promo-code-text b {
  display: block;
  font-size: 14px;
}

.css-zvi4ix {
  animation-fill-mode: backwards !important;
}



.section-loader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 100px 0;
  z-index: 11;
}
