.header-top {
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
}

.header-logo {
  max-width: 210px;
}

.header-right {
  display: flex;
  column-gap: 30px;
}

.header-sticky .header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
  animation: slide-down 0.8s;
  padding: 10px 0;
}

.header-sticky {
  margin-top: 135px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-right-list,
.header-right-dropdown {
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: relative;
}

.header-log-box {
  column-gap: 6px;
}

a.header-right-dropdown {
  padding: 10px 0;
}

.my-account-dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  background: #ead5ff;
  font-size: 13px;
  line-height: 1.1;
  width: 180px;
  z-index: 11;
  box-shadow: rgba(99, 99, 99, 0.1) 0 2px 8px 0;
  padding: 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.my-account-dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 7px solid #ead5ff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 26px;
  top: 0;
  transform: translateY(-100%);
}

.header-right-list:hover .my-account-dropdown {
  opacity: 1;
  visibility: visible;
}

.my-account-dropdown-top {
  background-color: #ead5ff;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}

.my-account-dropdown-top .btn {
  width: 100%;
  background-color: #00e783;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: auto;
  padding: 10px;
}

.my-account-dropdown-top .btn:hover {
  background-color: #8121cf;
}
.my-account-signup {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.my-account-signup a {
  border-radius: 5px;
  padding: 7px;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #8121cf;
  background: transparent;
  color: #8121cf;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
}
.my-account-signup a:hover {
  background: #8121cf;
  color: #fff;
}
.my-account-dropdown ul {
  padding: 10px 5px;
}

.my-account-dropdown ul a {
  color: #333;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.my-account-dropdown ul a:hover {
  color: #8121cf;
}

.my-account-dropdown ul a .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.header-right-content {
  font-size: 11px;
  color: rgba(31, 23, 65, 0.7);
  line-height: 1.35;
  font-weight: 400;
}

.header-right-content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #1f1741;
  text-transform: capitalize;
}

.header-right-icon .icon {
  width: 26px;
  height: 26px;
  background-color: #8121cf;
}

.header-right-icon {
  position: relative;
}

.header-right-icon .cart-count {
  width: 17px;
  height: 17px;
  background-color: #dc2626;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fef2f2;
  font-weight: 500;
  font-size: 9px;
  position: absolute;
  right: -4px;
  top: -5px;
  z-index: 1;
}

.header-search .form-control {
  width: 100%;
  min-width: 530px;
  background: #f3e8ff url(../img/svg/search.svg) no-repeat;
  background-position: 15px center;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  color: rgba(31, 23, 65, 0.7);
  font-size: 12px;
  font-weight: 400;
  padding: 15px 40px 15px 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-search form {
  position: relative;
}
.header-search form .icon-close {
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: red;
  cursor: pointer;
}
/* header-nav */
.header-nav {
  border-top: 1px solid #ead5ff;
  border-bottom: 1px solid #ead5ff;
}

.main-menu {
  display: flex;
  justify-content: space-between;
}

.main-menu li a {
  color: rgba(31, 23, 65, 0.7);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
  position: relative;
}

.main-menu li:hover > a,
.main-menu li.active > a {
  color: #8121cf;
}

.main-menu li.has-children {
  position: relative;
}

.main-menu li.has-children > .icon-down-arrow {
  background-position: center;
  content: "";
  position: absolute;
  top: 18px;
  right: -12px;
  width: 9px;
  height: 5px;
}


.main-menu li.nav-btn a {
    background: #00e783;
    display: inline-flex;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-menu li.nav-btn a:hover {
    background: #04e986;
}

.min-cart {
  cursor: pointer;
}

.mini-cart-wrapper {
  position: fixed;
  height: 100vh;
  right: 0;
  width: 400px;
  transform: translateX(100%);
  transition: transform 0.5s;
  top: 0;
  z-index: 9;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.1) 0 2px 8px 0;
}

.cart-open {
  overflow: hidden;
}

.cart-open .mini-cart-wrapper {
  transform: translateX(0);
}

.mini-cart-top .sec-title {
  font-size: 18px;
}

.mini-cart-top {
  padding: 15px;
  border-bottom: 1px solid #ead5ff;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.mini-cart-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-cart-close .icon {
  background-color: #8121cf;
  width: 22px;
  height: 22px;
}

.mini-cart-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  width: 100%;
  border-top: 1px solid #ead5ff;
}

.mini-cart-btns {
  display: flex;
  gap: 15px;
  width: 100%;
}

.mini-cart-btns .btn {
  width: 50%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  border-color: #8121cf;
}

.mini-cart-btns .btn.btn-primary {
  background: #8121cf;
}

.mini-cart-btns .btn.btn-primary:hover {
  background-color: #00e783;
  border-color: #00e783;
}

.mini-cart-btns .btn.btn-outline-primary {
  color: #8121cf;
}

.mini-cart-btns .btn.btn-outline-primary:hover {
  background-color: #8121cf;
  border-color: #8121cf;
  color: #fff;
}

.mini-cart-total {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.menu-overlay,
.filter-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.menu-open .menu-overlay,
.cart-open .menu-overlay,
.filter-open .filter-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.mini-cart-products {
  padding: 15px;
}

.mini-cart-products ul {
  display: block;
  overflow-y: auto !important;
  scrollbar-width: thin;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  padding-left: 5px;
  max-height: calc(100vh - 230px);
  margin-bottom: 10px;
  height: 100%;
}

.mini-cart-products ul::-webkit-scrollbar {
  scrollbar-width: thin !important;
  background: var(--themeColoeOne);
  width: 5px;
}

.mini-cart-products ul::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.mini-cart-products li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.mini-cart-products li:last-child {
  margin-bottom: 0;
  border: none;
}

.mini-cart-products .cart_img {
  width: 85px;
  height: 90px;
  border: 1px solid #eee;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.mini-cart-products .cart_img:hover {
  border-color: #00e783;
}

.del_icon {
  position: absolute;
  top: 50%;
  right: 0;
  color: #000;
  font-size: 18px;
  transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.del_icon .icon {
  width: 16px;
  height: 16px;
}

.del_icon:hover {
  color: red;
}

.mini-cart-products .cart_text {
  width: 60%;
  margin-left: 15px;
}

.mini-cart-products .cart_text a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  color: var(--colorBlack);
  font-family: var(--headingFont);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.mini-cart-products .cart_text a:hover {
  color: #00e783;
}

.mini-cart-products .cart_text p {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorBlack);
  margin-top: 2px;
  margin-bottom: 0;
}

.mini-cart-products .cart_text p del {
  color: var(--paraColor);
  font-weight: 400;
  margin-left: 5px;
  font-size: 12px;
}

.mini-cart-products .cart_text span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.mini-cart-products .cart_text span b {
  font-weight: 600 !important;
}

@media (min-width: 1025px) {
  .main-menu .sub-menu {
    position: absolute;
    left: -10px;
    top: 100%;
    right: 0;
    margin: auto;
    background: #ead5ff;
    box-shadow: rgba(99, 99, 99, 0.1) 0 2px 8px 0;
    z-index: 9;
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 240px;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
  }

  .main-menu .sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #ead5ff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-100%);
  }

  .main-menu li.has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.main-menu .sub-menu a {
  padding: 5px 0;
  color: #333;
}

@media (max-width: 1199px) {
  .header-search .form-control {
    min-width: 300px;
  }

  .header-top-left {
    display: flex;
    align-items: center;
  }

  .menu-icon {
    margin-right: 15px;
  }

  .header-logo {
    max-width: 150px;
  }

  .header-logo {
    max-width: 180px;
  }

  .header-right {
    column-gap: 15px;
  }

  .header-right-list,
  .header-right-dropdown {
    column-gap: 8px;
  }

  .header-nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease-in-out;
    margin: 0;
    z-index: 9999;
    height: 100vh;
    background: #fff;
    overflow: auto;
    border: none;
  }

  .menu-open .header-nav {
    transform: translateX(0);
  }

  .main-menu {
    display: block;
  }

  .main-menu li {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }

  .main-menu li a {
    padding: 12px 0;
    display: block;
    color: #1f1741;
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid rgba(185, 185, 185, 0.2);
  }

  .main-menu li.active > a {
    color: #00e783;
  }

  .main-menu .sub-menu {
    padding-bottom: 15px;
    display: none;
  }

  .main-menu .sub-menu a {
    padding: 5px;
    color: #333;
    border-top: 0;
    font-size: 14px;
  }

  .main-menu li.has-children > .icon-down-arrow {
    right: 0;
    width: 25px;
    height: 25px;
    top: 12px;
    mask-size: 12px 7px;
    z-index: 1;
  }

  .nav-logo {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
  }

  .nav-logo img {
    max-width: 160px;
  }

  .nav-logo .icon {
    width: 21px;
    height: 21px;
    background-color: #8121cf;
  }

  .header-top {
    padding: 12px 0;
    border-bottom: 1px solid #ead5ff;
  }

  .header-search .form-control {
    padding: 12px 12px 12px 32px;
    background-position: 12px center;
    background-size: 14px;
    border-radius: 5px;
  }
}

@media (max-width: 992px) {
  .menu-icon {
    margin-right: 10px;
  }

  .header-top-left {
    order: 1;
  }

  .header-top-center {
    order: 3;
    width: 100%;
    margin-top: 3px;
  }

  .header-top-right {
    order: 2;
  }

  .mini-cart-products .cart_text a {
    font-size: 14px;
  }

  .mini-cart-wrapper {
    width: 350px;
  }

  .mini-cart-products .cart_img {
    width: 80px;
    height: 85px;
  }
}

@media (max-width: 767px) {
  .header-right-content {
    display: none;
  }

  .header-right-icon .icon {
    width: 22px;
    height: 22px;
  }

  .header-right-icon .cart-count {
    right: -7px;
    top: -7px;
  }

  .my-account-dropdown {
    left: auto;
    right: -20px;
  }

  .my-account-dropdown::before {
    left: auto;
    right: 25px;
  }

  .header-logo {
    max-width: 135px;
  }
}

@media (max-width: 568px) {
  .mini-cart-wrapper {
    width: 100%;
  }
}

.checkout-bx {
  display: flex;
  gap: 25px;
  position: relative;
}

.checkout-bx:not(:last-child) {
  padding-bottom: 40px;
}

.checkout-bx:not(:last-child):before {
  border-left: 2px dashed #f3e8ff;
  content: "";
  position: absolute;
  left: 22px;
  top: 47px;
  bottom: 0;
}

.checkout-box-left {
  width: 45px;
  height: 45px;
  background-color: #d9b3ff;
  min-width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-box-left img {
  max-width: 24px;
  opacity: 0.6;
}
.checkout-box-right {
  width: 100%;
}
.checkout-box-right > h3 {
  color: rgba(31, 23, 65, 90%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  padding: 12px 0;
}

.address-wrapper {
  display: flex;
  gap: 15px;
}
.address-list {
  width: 33.33%;
  border: 1px solid #f3e8ff;
  border-radius: 6px;
  padding: 15px;
  padding-right: 45px;
  position: relative;
  cursor: pointer;
}
.address-list.active {
  border-color: #8121cf;
  background-color: #f3e8ff3b;
}
.address-list h5 {
  font-weight: 500;
  font-size: 16px;
  color: #1f1741;
  margin-bottom: 10px;
}
.address-list p {
  font-size: 14px;
  line-height: 1.3;
}
.address-list p:not(:last-child) {
  margin-bottom: 5px;
}

.address-list .edit-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  background: transparent;
  font-size: 13px;
  text-transform: uppercase;
  color: #8121cf;
  font-weight: 500;
}
.address-list .edit-btn:hover {
  color: #00e783;
}

.checkout-box-inr .add-address-btn {
  margin-top: 30px;
}

.checkout-box-right .order-summary-box {
  border: none;
}
.checkout-box-right .order-summary-box .cart-list-item {
  padding: 0;
  border: none !important;
  margin-bottom: 15px;
}

.order-loader-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-message {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
