.cart .cart-item {
  background: #fff;
  color: #000;
  border: 2px solid #f0b8ff;
  position: relative;
  border-radius: 0px;
  padding: 15px;
  margin-bottom: 20px;
}

.cart .cart-item h3,
.cart .cart-item p,
.cart .cart-item span {
  color: #000;
}

.cart .cart-item .product-image {
  max-height: 90px;
  padding: 0px 10px;
}

.cart .cart-item .remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
}

.cart .quantity-control {
  max-width: 100px;
}

.cartModal .drop-item,
.cartItems .drop-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px;
}

.cartModal .cart-img,
.cartItems .cart-img {
  width: 60px;
}

.cartModal p,
.cartItems p {
  font-weight: 500;
  text-align: right;
  margin: 0px;
  font-size: 14px;
}

.cartModal p.amount,
.cartItems p.amount {
  font-weight: 400;
  font-size: 0.8125rem;
}

.cartModal .drop-total,
.cartItems .drop-total {
  padding: 5px 10px;
}

.cartModal .close,
.cartItems .close {
  font-size: 40px;
}

.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100vh;
  overflow-y: auto;
}

.modal.left .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -100%;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal-backdrop.show {
  z-index: 1;
}

a {
  color: #383c3f;
  text-decoration: none;
}

a:hover {
  color: #383c3f;
}

.bg-body {
  background: #fbe7e7 !important;
}

.relative {
  position: relative !important;
}

.btn {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}

.btn.btn-primary {
  background: #64c7f6;
  border-color: #64c7f6;
  color: #fff;
}

.nav-onboarding .nav-item {
  width: 50%;
}

.nav-onboarding .nav-item .nav-link {
  font-weight: bolder;
  color: #212529;
  width: 100%;
  background: #eee;
}

.nav-onboarding .nav-item .nav-link.active {
  color: #212529;
  background-color: #64c7f6;
}

.category-card img {
  height: 190px;
}

.underline-none {
  text-decoration: none !important;
}

.guest-checkout .form-group {
  margin-bottom: 30px;
}

.guest-checkout .form-control {
  background: #fff;
}

.font-13 {
  font-size: 13px;
}

.post-content img {
  max-width: 100%;
  border-radius: 10px;
}

.main-nav .nav-link {
  font-weight: 500;
}

.main-nav .nav-link:hover {
  color: #b4b3b3;
}

.whatsapp-chat {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 8808080;
}

.whatsapp-chat a {
  background-color: #64c7f6;
  border: 2px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  /* line-height: 50px; */
  text-align: center;
  border-radius: 12px;
  padding: 4px 10px;
}

@media (max-width: 991px) {
  .whatsapp-chat a {
    font-size: 15px;
  }
}

.category-card img {
  -o-object-fit: cover;
     object-fit: cover;
}

.category-card .category-caption {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 10px;
}

.haircare-card img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

#categoryTabs .nav-item.show .nav-link,
#categoryTabs .nav-link.active {
  background: #64c7f6;
  color: #383c3f;
}

#categoryTabs .nav-link {
  color: #383c3f;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
  /* hide scrollbar */
}

.nav-tabs {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
}

.swiper-wrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  overflow-y: hidden;
  padding: 0 15px;
}

.swiper-wrap img {
  width: 100%;
  max-width: 300px;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}

.nav-footer {
  list-style: none;
  padding: 0px;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.08);
  z-index: 99;
  left: 0;
  height: 68px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #ffffff;
  margin: 0px;
  align-items: center;
  border-top: 1px solid #eee;
}

.nav-footer li {
  text-align: center;
}

.nav-footer li span {
  display: block;
}

.disarrow .dropdown-toggle::after {
  display: none;
}

.mobile-sticky-btn .d-flex {
  display: block !important;
}

.mobile-sticky-btn .btn {
  width: 100%;
  justify-content: center;
}

.mobile-sticky-btn .favourite-btn {
  display: none !important;
}

