@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");

/* root colors */

:root {
  primary-color: var(--color-primary);
}

* {
  font-family: "Cairo", sans-serif !important;
}

.top-category-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0%;
  background-color: #eee;
}

.axil-signin-form-wrap {
  margin: 0px 0 0;
  height: auto !important;
}

.categrie-product img {
  height: 41px;
}

.quickview-btn,
.wishlist-btn,
.cart-btn {
  cursor: pointer;
}

.mfp-container {
  background: #000000cc;
}

.jassar-slider-img {
  object-fit: contain !important;
}

.cursor {
  cursor: pointer !important;
}

.print {
  display: none !important;
}

.countdown .countdown-section {
  height: 65px !important;
  width: 65px !important;
}

@media print {
  .print {
    display: block !important;
  }
}

.track-timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-li {
  transition: all 200ms ease-in;
  width: 25%;
}

.track-status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.track-status h6 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
}

.track-status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.track-li.complete .track-status {
  border-top: 2px solid #66dc71;
}

.track-li.complete .track-status:before {
  background-color: #66dc71;
  border: none;
  transition: all 200ms ease-in;
}

.track-li.complete .track-status h6 {
  color: #66dc71;
}

.axil-product.product-style-two>.thumbnail>a img {
  height: 100%;
  object-fit: cover;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .track-timeline {
    list-style-type: none;
    display: block;
  }

  .track-li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .track-status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/* 
.android-img{
    display: none !important;
}

.ios-img-link:hover .android-img{
    display: none !important;
}

.android-img-link:hover .android-img{
    display: block !important;
} */

.forgot-signin-bottom {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pro-des-features li {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .pro-des-features {
    margin-left: 0;
    margin-right: 0;
  }

  .single-product-content .uom {
    text-align: center !important;
  }

  .shareable_title {
    text-align: center;
  }

  .single-product-content .social-share {
    justify-content: center;
  }

  .single-product-content .price-amount {
    justify-content: center;
  }

  .single-product-content .product-title {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .single-product-content {
    text-align: center;
  }

  .axil-product-area .axil-product {
    width: 100%;
  }

  .axil-product-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-footer-widget .inner ul {
    /* display: flex; */
    list-style: none;
    flex-direction: column;
    align-items: center;
  }

  .axil-footer-area {
    text-align: center;
  }

  .axil-footer-area .axil-footer-widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-breadcrumb-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-shop-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shopProducts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-about-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-contact-page-area {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .axil-product-area .section-title-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .contact-form h1 {
    font-size: 30px;
  }

  .action-list .shopping-cart {
    padding-right: 10px;
  }

  .axil-wishlist-area {
    text-align: center;
  }

  .forgot-signin-top {
    display: none;
  }

  .forgot-signin-bottom {
    display: block !important;
  }

  .axil-footer-area .axil-footer-widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-features .icon {
    margin-right: 20px !important;
  }

  /* .arrow-top-slide .slide-arrow{
        display: none;
    } */
}

.slider-image {
  /* height: calc(100vh - 200px); */
  object-fit: contain !important;
}

.menu-slider-image {
  height: calc(70vh - 200px) !important;
}

.site-logo img {
  height: 100px !important;
  object-fit: contain !important;
}

.jassar.site-logo img {
  height: 140px !important;
  object-fit: contain !important;
}

.login-img img {
  object-fit: cover !important;
  height: 360px !important;
  border-radius: 5px !important;
}

.sigin-slider {
  padding: 150px 0px 0px 0px !important;
}

.signin-container {
  margin-top: 20px !important;
}

.mobile-only {
  display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding: 35px 0 35px !important;
}

.single-desc p {
  margin: 0px !important;
}

/* media query for mobile screen */
@media only screen and (max-width: 480px) {
  .perfume-category-card {}

  .desktop-only {
    display: none;
  }

  .menu-slider-image {
    height: 30vh !important;
  }

  .mobile-only {
    display: block !important;
  }

  .signin-container {
    margin-top: 0px !important;
  }

  .carousel-caption {
    padding-bottom: 10rem !important;
  }

  .header-main-nav .mainmenu-nav {
    width: 100% !important;
  }

  .axil-signin-form-wrap {
    margin: 0px 0 0 !important;
  }

  .signin-header {
    position: relative !important;
  }

  .scroll-x {
    height: 40px !important;
  }

  .scroll-x.menu {
    height: auto !important;
  }

  .scroll-x a {
    background: white !important;
    padding: 0px 10px !important;
    border-radius: 10px !important;
  }

  .scroll-x.theme-alshmal a {
    background: transparent !important;
  }

  /* .slider-item {
    height: calc(100vh - 350px) !important;
  } */
  .carousel-inner.slider-item.perfume-slider-item {
    height: calc(70vh - 360px) !important;
  }

  .axil-categorie-area .section-title-wrapper .title {
    margin-bottom: -20px;
  }

  .product-area .section-title-wrapper .title {
    margin-bottom: -30px;
  }

  .new-arrivals-product-activation {
    padding-top: 60px;
  }

  .single-product-thumbnail .thumbnail img,
  .small-thumb-wrapper .slick-list .slick-slide {
    border: 1px solid #cccbcb;
  }

  .axil-slick-arrow .slide-arrow {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .axil-signin-form-wrap {
    margin: 0px 0 0;
  }

  .signin-header {
    position: absolute;
  }

  #message,
  #message_output {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
}

.axil-signin-area {
  position: relative !important;
}

.signin-header {
  position: relative;
}

.axil-signin-banner {
  min-height: fit-content;
  height: 100%;
}

.axil-product .cart-action li.new-quickview a:before {
  background: transparent !important;
}

.new-quick-view {
  background-color: black !important;
  color: white !important;
  border-radius: 100px !important;
}

@media only screen and (max-width: 767px) {
  .axil-product-table tbody td {
    display: flex;
    justify-content: space-between;
  }
}

.main-slider-content .slick-slide.slick-current .shop-btn:hover a.axil-btn.btn-bg-white:before,
button.axil-btn.btn-bg-white:before {
  background-color: var(--color-primary) !important;
}

.back-to-top {
  background: var(--color-primary) !important;
}

.axil-product.product-style-two .thumbnail a,
.axil-product.product-style-one .thumbnail>a {
  border: solid 0px var(--color-primary) !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

.axil-product>.thumbnail>a {
  background-color: transparent !important;
}

.axil-product.product-style-one {
  border: solid 2px var(--color-primary) !important;
  border-radius: 5px !important;
  padding: 20px 15px;
}

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

.shop-submenu .form-check {
  margin-bottom: 2rem !important;
}

/* .shop-submenu .form-check > input[type=radio]~label::before{
    border-radius: 0 !important;
}
.shop-submenu .form-check > input[type=checkbox]~label:after, .shop-submenu .form-check > input[type=radio]~label:after{
    right: 4px;
} */

.shop-submenu .form-check label {
  display: block;
  margin-bottom: 10px;
}

.shop-submenu .form-check input[type="radio"]~label {
  appearance: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: inline-grid;
  place-content: center;
}

.shop-submenu .form-check input[type="radio"]~label::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: #fff;
  clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

.shop-submenu .form-check input[type="radio"]:checked::before {
  transform: scale(1);
}

.shop-submenu .form-check input[type="radio"]:checked {
  background-color: #0075ff;
  border: 2px solid #0075ff;
}

.box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

/* Hide the default style of the checkbox */
.box input[type="radio"] {
  display: none;
}

/* Create a custom checkbox */
.mark {
  position: absolute;
  top: 4px;
  left: 0;
  /* right: auto; */
  height: 25px;
  width: 25px;
  border: 2px solid var(--color-primary);
  background: transparent;
}

/* Specify the background color for the checkbox while hovering */
.box:hover input+.mark {
  background-color: var(--color-primary);
}

/* Specify the background color for the checkbox when the checkbox is active */
.box input:active+.mark {
  background-color: #ffcc00;
}

/* Specify the background color for the checkbox when it is checked */
.box input:checked+.mark {
  background-color: var(--color-primary);
}

/* Checkmark to be shown in checkbox */
/* It will not be shown when not checked */
.mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Display checkmark when checked */
.box input:checked+.mark:after {
  display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and showing only two border to make it look like a tick mark */
.box .mark:after {
  left: 8px;
  bottom: 5px;
  width: 6px;
  height: 12px;
  border: solid #eee;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.axil-btn.btn-bg-primary:before,
button.axil-btn.btn-bg-primary:before {
  background-color: var(--color-primary) !important;
}

.product-content .inner {
  text-align: center;
}

.quick-view-product .modal-header .btn-close:after,
a.axil-btn.wishlist-btn:before,
button.axil-btn.wishlist-btn:before {
  background-color: var(--color-primary) !important;
}

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

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

  .axil-new-arrivals-brand-area .slide-arrow.prev-arrow {
    top: 60px !important;
    left: -30px !important;
  }

  .axil-new-arrivals-brand-area .slide-arrow.next-arrow {
    right: -30px !important;
    top: 60px !important;
  }
}

.slide-arrow:before {
  background-color: var(--color-primary) !important;
}

.slide-arrow i {
  color: white !important;
}

.b-thumb {
  border: solid 2px var(--color-primary) !important;
  border-radius: 5px !important;
  padding: 20px !important;
  display: flex !important;
  justify-content: center !important;
}

.main-slider-style-1 {
  padding: 10px 0 !important;
}

.thumb-zoom {
  transition: transform 0.2s !important;
}

.thumb-zoom:hover img {
  transform: scale(1.1);
}

.thumb-zoom:hover {
  border: solid 2px #ffbf00d0 !important;
}

.section-title-wrapper {
  padding-right: 0px !important;
}

.footer-style-2 .footer-top {
  padding: 20px 0 0 !important;
}

.copyright-default {
  padding: 5px 0 !important;
  overflow: hidden !important;
}

.scroll-x {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
}

.scroll-x::-webkit-scrollbar {
  width: 1em;
  height: 2px;
  border-radius: 50%;
}

.scroll-x::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  outline: 1px solid var(--color-primary);
}

.scroll-x.menu::-webkit-scrollbar-track {
  box-shadow: none !important;
}

.scroll-x.menu::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  outline: 1px solid transparent !important;
}

.scroll-x span {
  font-size: 14px !important;
}

.scroll-x span:hover {
  color: var(--color-primary);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border-radius: 5px;
  background-color: var(--color-primary);
  padding: 20px !important;
}

.axil-product>.thumbnail>a img {
  height: 180px !important;
  object-fit: contain !important;
  padding: 0px !important;
}

.slider-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  /* height: calc(100vh - 230px); */
}

.carousel-inner.slider-item.perfume-slider-item {
  height: 450px !important;
}

.carousel-caption {
  bottom: 3.25rem !important;
}

.wishlist .wishlist-count {
  text-align: center;
  background-color: var(--color-primary);
  border: 2px solid var(--color-white);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 19px;
  position: absolute;
  top: -12px;
  right: -12px;
}

.pro-qty .qtybtn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
}

.modal-inner-container {
  padding: 0 !important;
}

.custom-rounded-large {
  border-radius: 15px !important;
}

.modal-img {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.quickView-modal-btn {
  right: 10px;
  top: 10px;
}

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

.bg-custom-light {
  background-color: var(--color-primary);
}

.categories .nav-link {
  color: var(--color-primary) !important;
  border-radius: 5px !important;
}

.categories.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: var(--color-primary) !important;
  border-radius: 5px !important;
}

.categories.nav-pills .nav-link {
  width: fit-content !important;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}

.search__input {
  width: 20px;
  transition: all 0.6s;
  height: 44px !important;
}

.search__input:focus {
  width: 250px;
  background-color: #eee;
}

.search__input:focus+label {
  left: 13px;
  transition: all 0.3s;
}

@media only screen and (max-width: 600px) {
  .pb-large {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 746px) {

  .modal-inner-container .modal-header,
  .quickView-modal-footer {
    position: relative;
    z-index: 1000;
  }

  .shadow-md-device {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}

.modal-inner-container .modal-header,
.quickView-modal-footer {
  background-color: #f8f9fa;
}

.modal-inner-container .modal-header {
  top: 0;
}

.quickView-modal-footer {
  position: relative;
  bottom: 0;
}

.modal-inner-container .modal-header {
  height: 5rem !important;
}

.quick-view-modal-img {
  height: 32rem !important;
  object-fit: cover !important;
}

/* For menu theme quickview modal */
.inner-modal-phrghrphs p {
  margin: 0;
}

.quickviewModal-inner-row {
  height: calc(100vh - 100px) !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding-bottom: 12px;
}

.quickviewModal-inner-row::-webkit-scrollbar {
  width: 20px !important;
}

.quickviewModal-inner-row::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

.quickviewModal-inner-row::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.quick-view-product .modal-header .btn-close {
  line-height: 1.4;
  right: 0;
}

/* Theme perfume css */
.big-header {
  font-size: 72px;
}

.arrival-cards-parent {
  overflow-x: scroll;
  width: 100%;
}

.product-list-container,
.top-selling-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #333 #ccc;
  cursor: pointer;
}

.product-card {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  border-radius: 8px;
  background: #fff;
  margin-right: 20px;
}

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

/* .product-card{
  border:1px solid #141718;
} */
.new-badge {
  position: absolute;
  top: 25px;
  left: 15px;
  background-color: white;
  color: #141718;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #141718;
}

.favrt-badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 50px;
  background-color: white;
  color: #141718;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  border: 1px solid black;
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.5);
  transition: all 0.1s ease-in;
}

.perfume-cart-btn {
  width: 265px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
}

.perfume-cart-btn:hover {
  background-color: #000000ad !important;
}

.favrt-badge:hover {
  box-shadow: 0px 1px 10px 3px rgba(15, 15, 15, 0.184);
  transform: translateY(-2px);
}

.favrt-badge:active {
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.5);
  transform: translateY(1px);
}

.top-selling-container::-webkit-scrollbar {
  display: none;
}

.product-list-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.product-list-container::-webkit-scrollbar-thumb {
  background: #343839;
  border-radius: 80px;
}

.product-list-container::-webkit-scrollbar-thumb:hover {
  background: #3438399c;
}

.product-list-container::-webkit-scrollbar-track {
  background: #e8ecef;
  border-radius: 80px;
}

.new-arrival-img {
  height: 349px !important;
  width: 262px !important;
  object-fit: cover !important;
}

.text-main-perfume {
  color: #141718 !important;
}

.bg-main-perfume {
  background-color: #141718 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.review-card {
  border-radius: 20px;
  border-color: rgb(0, 0, 0, 0.6);
  margin: 5px 20px;
}

.perfume-footer .copyright-default .quick-link li::after {
  display: none !important;
}

.perfume-footer .copyright-default.separator-top::after {
  background-color: #6c7275 !important;
}

.perfume-footer-logo {
  position: relative;
}

.perfume-footer-logo::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  /* background-color: #6C7275 !important; */
}

.review-slide-arrow .review-slide-arrow .inner-arrow {
  color: #000 !important;
}

.review-slide-arrow:before {
  background-color: #fff !important;
}

.newsletter-heading,
.inner-product-heading {
  font-size: 40px;
}

.fw-medium {
  font-weight: 500;
}

.newsletter-form .email-icon {
  width: 5%;
}

.newsletter-form .email-input {
  width: 75%;
  height: 40px;
  color: #fff !important;
}

.newsletter-form .email-input::placeholder {
  color: #d9d9d9;
}

.newsletter-form .email-input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-form .submit-btn {
  width: 20%;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

.fs-28 {
  font-size: 28px;
}

.perfume-old-price {
  text-decoration: line-through !important;
  color: #6c7275;
  font-size: 20px;
}

.review-profile-pic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #ffffff !important;
  border-radius: 50%;
}

.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-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;
}

.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-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;
}

.quantity-input {
  background-color: #f5f5f5 !important;
  border-radius: 0px !important;
  margin: 0 !important;
}

.inner-product-wishlistBtn,
.pro-qty {
  height: 60px !important;
}

.pro-qty .qtybtn {
  width: 50px !important;
}

.pro-qty.perfume-theme-cart .qtybtn {
  width: 20px !important;
}

.pro-qty.perfume-theme-cart input {
  width: 20px !important;
}

.pro-qty input {
  width: 50px !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.perfume-wishlist-btn:hover {
  color: white !important;
}

a.axil-btn.perfume-wishlist-btn:hover:before,
button.axil-btn.perfume-wishlist-btn:hover:before {
  transform: scale(1.1) !important;
}

.pro-qty {
  width: auto;
  border-radius: 50px;
}

.perfume-theme.categories-inner {
  height: 220px !important;
  overflow-y: scroll;
}

.perfume-theme.categories-inner::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.perfume-theme.categories-inner::-webkit-scrollbar-thumb {
  background: #343839;
  border-radius: 80px;
}

.perfume-theme.categories-inner::-webkit-scrollbar-thumb:hover {
  background: #3438399c;
}

.perfume-theme.categories-inner::-webkit-scrollbar-track {
  background: #e8ecef;
  border-radius: 80px;
}

.btn-outline-primary {
  color: #141718 !important;
  background-color: transparent !important;
  border: 1px solid #141718 !important;
}

.btn-outline-primary:hover {
  background-color: #141718 !important;
  color: #e8ecef !important;
  cursor: pointer;
}

.perfume-category-breadcrumb {
  height: 198px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-img-overlay {
  background-color: #14171816 !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-54,
.perfume-big-heading {
  font-size: 54px !important;
}

.perfume-shopping-forms .form-link {
  padding-bottom: 10px;
  color: #b1b5c3 !important;
  position: relative;
}

.perfume-shopping-forms .form-link::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 20px;
  width: 110%;
  background-color: #b1b5c3 !important;
  bottom: -5px;
}

.perfume-cart-quantity .pro-qty {
  border: 1px solid #141718;
  border-radius: 0 !important;
}

.border-main-perfume {
  border: 1px solid #141718;
}

.perfume-cart-quantity .pro-qty .qtybtn {
  width: 30px !important;
  background-color: transparent !important;
}

.perfume-shopping-forms .form-link.active::after {
  background-color: #141718 !important;
}

.perfume-shopping-forms .form-link.active {
  color: #141718 !important;
}

.perfume-shopping-forms .form-link.completed::after {
  background-color: #38cb89 !important;
}

.perfume-shopping-forms .form-link.completed {
  color: #38cb89 !important;
}

.perfume-shopping-forms .form-link.completed .form-no {
  background-color: #38cb89 !important;
}

.perfume-shopping-forms .form-link .form-no {
  height: 42px;
  width: 42px;
  background-color: #b1b5c3 !important;
  color: #e8ecef !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.perfume-shopping-forms .form-link.active .form-no {
  background-color: #141718 !important;
}

.text-success-perfume {
  color: #38cb89 !important;
}

.cart-quantity {
  width: 80px;
  padding: 6px 8px;
  height: 32px;
}

.cart-quantity .qtybtn {
  width: 30px;
  cursor: pointer;
}

.cart-quantity .quantity-input {
  padding: 0;
  width: 130px;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .cart-quantity .quantity-input {
    padding-left: 15px !important;
  }
}

.review-submit-btn {
  top: 10%;
  bottom: 10%;
  height: 80%;
  right: 5px;
  width: fit-content;
  border-radius: 20px !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  z-index: 2000;
}

.cart-quantity {
  padding-right: 25px !important;
}

.deleivery-option .custom-label {
  background-color: #fff;
  color: black;
  width: 100%;
  border: 1px solid #6c7275;
  border-radius: 4px;
  padding: 13px 16px;
  margin-bottom: 12px;
  color: #141718;
}

.deleivery-option input[type="radio"]:checked+.custom-label {
  background-color: #f3f5f7;
  border: 1px solid #141718;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

.deleivery-option input[type="checkbox"]~label::before,
.deleivery-option input[type="radio"]~label::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 16px;
  background-color: #fff !important;
  border: 1px solid #141718;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.order-shipping .deleivery-option .input-group label:after {
  background: #fff;
}

.deleivery-option input[type="radio"]~label::after {
  width: 10px;
  height: 10px;
  left: 23px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.deleivery-option input[type="checkbox"]:checked~label::before,
.deleivery-option input[type="radio"]:checked~label::before {
  background-color: #141718;
  border: 2px solid #141718;
}

.perfume-checkout-image {
  width: 80px;
  height: 96px;
  object-fit: cover;
}

.jassar-footer-image {
  background-repeat: no-repeat;
  height: 400px;
  background-position: center;
  background-size: cover;
}

/* Media Queries */
@media only screen and (min-width: 992px) {
  .pro-qty.perfume-theme-cart {
    justify-content: center !important;
  }

  .pro-qty {
    width: 130px;
  }

  .w-md-50 {
    width: 50%;
  }

  .w-md-25 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-custom-1 {
    flex: 0 0 auto;
    width: 7% !important;
  }

  .mob-cart-btn {
    width: 165px !important;
    border-radius: 5px !important;
  }
}

/* Menu theme custom select  */
.menu-theme .custom-select {
  position: relative;
}

.menu-theme .custom-select select {
  display: none;
}

.menu-theme .select-selected {
  background-color: var(--color-primary);
  border-radius: 0.25rem;
  color: #fff !important;
}

.menu-theme .select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.menu-theme .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.menu-theme .select-items div,
.menu-theme .select-selected {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 14px;
}

/* Style items (options): */
.menu-theme .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.menu-theme .select-hide {
  display: none;
}

.menu-theme .select-items div:hover,
.menu-theme .same-as-selected {
  background-color: var(--color-primary);
  color: #fff;
}

.quickViewquantity .dec.qtybtn {
  border-radius: unset !important;
}

.quickViewquantity .inc.qtybtn {
  border-radius: unset !important;
}

.quickViewquantity .qtybtn {
  width: 38px !important;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 4;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.perfume-site-logo img {
  width: 50px;
  object-fit: cover;
}

.view-cart .cart-quantity .quantity-input {
  width: 45px !important;
  text-align: end !important;
}

.view-cart .cart-quantity {
  width: 110px !important;
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .mob-cart-btn {
    width: 165px !important;
  }
}

@media only screen and (max-width: 480px) {
  .perfume-category-card .new-badge {
    left: 0px !important;
    font-size: 10px !important;
  }

  .view-cart .cart-quantity .quantity-input {
    text-align: center !important;
  }

  .perfume-category-card img {
    height: 163px !important;
  }

  .text-card-perfume .heading-text,
  .text-card-perfume .pricing-text {
    font-size: 12px;
  }

  .jassar-slider-img {
    object-fit: cover !important;
  }

  .jassar-footer-image {
    height: 400px;
    background-position: bottom;
    background-size: 400px;
    background-repeat: no-repeat;
  }

  .perfume-cart-action {
    width: 200px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .perfume-hover-action {
    right: -15px !important;
    bottom: -20px !important;
  }

  .perfume-select-option {
    width: 70%;
    margin: auto 20px !important;
    order: 2;
  }

  .perfume-cart-btn {
    display: block;
    margin: auto;
    width: 240px !important;
  }

  .btn-whatsapp-pulse {
    font-size: 28px;
    padding: 20px;
  }

  /* .perfume-site-logo img{
    width: 100px;
    height: 200px !important;
  } */
  .header-brand .perfume-site-logo img {
    max-height: 120px !important;
  }

  .perfume-card-inner-image img {
    width: 240px !important;
    display: block;
    margin: auto;
  }

  .mob-cart-btn {
    width: 200px !important;
  }

  .product-card.perfume-category-card {
    width: fit-content !important;
  }

  .perfume-cart-btn.perfume-cart-categoryBtn {
    font-size: 13px !important;
    width: 150px !important;
  }

  .favrt-badge.perfume-category-card-favrt {
    right: auto !important;
    left: auto !important;
  }
}