/* flip */
.fa-long-arrow-left {
  transform: rotate(180deg);
}
.fa-long-arrow-right {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .single-features .icon {
    margin-left: 20px !important;
  }

  .inner-subtotal {
    float: right;
  }
}

@media only screen and (max-width: 480px) {
}

.box {
  padding-left: 0;
  padding-right: 35px;
}
.mark {
  /* left: auto; */
  right: 0;
}

.form-check .form-check {
  padding-right: 0em !important;
}

/* for tablet and up */
@media (min-width: 768px) {
  .new-arrivals-product-activation .slide-arrow.prev-arrow {
    right: -30px !important;
  }

  .new-arrivals-product-activation .slide-arrow.next-arrow {
    left: -30px !important;
    right: auto !important;
  }
}

.modal-inner-container {
  padding-left: 0 !important;
  padding-right: 15px;
}
.custom-rounded-large {
  border-radius: 15px !important;
}
.modal-img {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.top-category-item::before {
  left: 0% !important;
}
.quickView-modal-btn {
  left: 10px;
  right: auto;
  top: 10px;
}

.padding-3 {
  padding-right: 2rem !important;
  padding-left: 0 !important;
}

.search-icon {
  left: 0;
  right: 22px;
}

.search__input:focus + label {
  right: 13px;
}

/* Theme perfume css */

/* .product-card{
  border:1px solid #141718;
} */

.favrt-badge {
  right: unset !important;
  left: 50px !important;
}
.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>') !important;
}
.carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/></svg>') !important;
}
.arrow-top-slide .slide-arrow.prev-arrow {
  left: 58px !important;
  right: auto !important;
}
.arrow-top-slide .slide-arrow.next-arrow {
  left: 0 !important;
  right: auto !important;
}
.cart-quantity {
  padding-left: 25px !important;
  padding-right: 0 !important;
}
.review-submit-btn {
  top: 10%;
  bottom: 10%;
  height: 80%;
  left: 5px;
  right: 89.5%;
  width: fit-content;
  border-radius: 20px !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  z-index: 2000;
}

.cart-sidebar .cart-item .item-content .item-quantity .qtybtn {
  border-radius: unset !important;
}

.menu-theme .select-selected:after {
  right: 90%;
  left: 10px;
}
.jassar-mob-closeBtn {
  border: 1px solid black;
  left: 15px;
  right: auto !important;
}

@media only screen and (max-width: 480px) {
  .view-cart .cart-quantity .quantity-input {
    text-align: center !important;
  }
}
