.hide {
    display: none !important;
}

/* Home page */
.slick-slide{
    margin-left:0px;
}
/* .slick-list {margin: 0 -10px;}
.slick-slide>div {padding: 0 10px;}
 */
 .slick-list {margin: 0 -5px;}
.slick-slide>div {padding: 0 5px;}
.slick-list {margin: 0 0px;}
.slick-slide>div {padding: 0 0px;}
.category-slider .slick-slide {
    margin: 0;
}
.slick-dots li button:before {
  font-size: 12px;}

  .slick-dots {
    position: relative;
    bottom: -15px;
    }
    .slick-dots li {
      margin: 0 2px;
    }
    .category-slider {
      padding: 0px 0px;
     }
      .category-slider .slick-prev:before {
        background: url(""); }
      .category-slider .slick-next:before {
        background: url(""); }
/* .product-card > a > div {
    margin:10px;
} */

.pagination {
	display: flex;
    padding-left: 0;
    list-style: none;
    color:#0d6efd;
}
.pagination a {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.pagination :hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination li.active a {
    z-index: 3;
    color: #fff !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
  
}
.pagination li:first-child .a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child .a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-control.is-invalid-otp {
    border-color: #dc3545;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

span.btn-spinner {
    display: none;
}
.btn-loading span.btn-spinner {
    display: inline-block;
    pointer-events: none;
}

textarea{
    border:1px solid #ced4da !important;
}

.order-container-tab {
    overflow: auto;
  }
.order-info .order-overflow{
    height: 600px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.similar-slider .slick-slide {
    margin: 0;
}
/* FAQ container */
.faq-container {
    width: 100%;
    background: #0000;
    margin: 0 auto;
    /* padding: 10px; */
    border: 1px solid #0000;
    border-radius: 5px;
  }
  
  /* FAQ toggle button */
  .faq-container button {
    background: #0000;
    /* width: 650px; */
    color: #333;
    /* padding: 10px 20px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* FAQ content */
  .faq-content {
    margin-top: 10px;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .faq {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  
  .accordion-button1 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.7rem ;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .accordion-button1 {
      transition: none;
    }
  }
  
  .accordion-button1:not(.collapsed) {
    /* color: #0c63e4; */
    /* background-color: #e7f1ff; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  }
  
  .accordion-button1:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  
  .accordion-button1::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .accordion-button1::after {
      transition: none;
    }
  }
  
  .accordion-button1:hover {
    z-index: 2;
  }
  
  .accordion-button1:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

.Sidepopup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #f1f1f1; 
  color: #333;
  border-radius: 8px;
  width: 100%; 
  max-width: 315px; 
  height: 28%;
  /* border: 1px solid #ccc; */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.687), 0 0 8px rgba(0, 0, 0, 0.116);
  animation: slide-in 0.5s forwards;
  display: flex;
  z-index: 999;
  /* justify-content: space-between; */
}

@keyframes slide-in {
  to{
    bottom:20px;
  }
  from{
    bottom:-100%;
  }
}

.Sidepopup img{
  width: 100%; 
  height: 100%;
  
  /* margin-left: 20px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  /* margin: 20px; */
  border-radius: 8px;
}

.side-popup-close-button {
  position: absolute;
  z-index: 2;
  top: -3px; 
  right: 5px;
  color: #aaa;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .side-popup-close-button {
    font-size: 24px;
  }
}

.side-popup-close-button:hover {
  color: #f00;
}
@media (max-width: 578px) {
  .Sidepopup {
    width: 100%; 
    max-width: 215px; 
    height: 16%; 
    bottom: 20px; 
    left: 20px; 
  }
}

.modal1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal1.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal1-dialog {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 500px;
  width: 100%;
}

.modal1-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.modal1-title {
  font-size: 18px;
  font-weight: bold;
}

.modal-close {
  font-size: 20px;
  color: #666;
  cursor: pointer;
  border: none;
  background: none;
}


.modal-close:hover {
  color: #e70a0a;
}

.modal1-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal1-body p{
  margin-top: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.128);
}

.modal1-body img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.modal1-button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

.modal1-button.primary {
  background-color: #007bff;
  color: #fff;
}

.modal1-button.secondary {
  background-color: #ccc;
  color: #333;
}

.modal1-button:hover {
  background-color: #0056b3;
}

.modal1-coupon-code {
  font-size: 20px;
  font-weight: bold;
  color: #908f8f;
  padding:10px;
  align-items: center;
}

.plain-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%; 
  height: 100%;
}

@media (max-width: 576px) {
  .modal1-dialog {
    max-width: 90%;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
.tc-apply {
  position: absolute;
  bottom: 1;
  right: 0;
  font-size: 12px;
  color: #007bff;
}
.custom-select-container {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px -10px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  width: auto;
  z-index: 0;
}

.sort-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-weight: bold;
  padding-right: 8px;
  z-index: 2;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 30px 8px 10px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
  width: 16rem;
  z-index: 1;
  text-indent: 37.8%;
}
.custom-select:focus {
  outline: none;
}
.parentDiv{
  font-size: 40px;
  margin-top: -18px;
  font-weight: 600;
}
.time{
  font-size: 14px; 
  margin-top: -18px;
}
.rev-modal {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  /* padding: 15px; */
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

.rev-modal:hover {
  background-color: #f8f9fa;
}

/* Reviewer Name */
.rev-modal h5 {
  margin-bottom: 10px;
}



.rev-modal p {
  margin-bottom: 0;
}

.rev-modal.selected {
  padding: 5px;
}

.modal-media {
  width: 100%;
  height: auto;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.btn-next-prev {
  margin-top: 10px;
}

.btn-next-prev:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.custom-large-modal {
  max-width: 800px;
  width: 100%;
}

.upload-section {
      background-color: #ff3e6c;
      border: 1px solid #fff; 
      padding: 7px; 
      color: white;
      width: 200px;
      /* border-radius: 10px; */
  }

  .header-text{
    margin-left: 50px;
  }

.rating-review {
  color: #FFD700;
  font-size: 30px; }
  .rating-review i {
    padding-right: 2px;
    transition: transform 0.2s;
   }
    .rating-review i.bi-star-fill {
      color: #ff3e6c; }

      .rating-review i.bi-star-fill:hover {
        transform: scale(5);
      }
      .twinkle {
        animation: twinkling 1s ease infinite;
    }

    @keyframes twinkling {
        0% {
            /* opacity: 1; */
            font-size: 25px;
        }
        50% {
            /* opacity: 0; */
            font-size: 30px;
        }
        100% {
            /* opacity: 1; */
            font-size: 25px;
        }
    }

  @media (max-width:576px) {
    .rating-review {
      color: #FFD700;
      font-size: 20px; }
      .rating-review i {
        padding-right: 9px;
        transition: transform 0.2s;
       }
       .twinkle {
        animation: twinkling 1s ease infinite;
    }

    @keyframes twinkling {
        0% {
            /* opacity: 1; */
            font-size: 15px;
        }
        50% {
            /* opacity: 0; */
            font-size: 20px;
        }
        100% {
            /* opacity: 1; */
            font-size: 15px;
        }
    }
    .UploadButton{
      font-size: 10px;
    }
  }
.selected-image-box{
  border: 2px dashed #000000; 
  border-radius: 10px;
}
.css-15k6cs5 {
  padding: 4px 16px;
  font-size: 12px;
  position: relative;
  top: 0px;
  right: 0px;
  font-weight: 700;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 63, 108);
  border-color: rgb(255, 63, 108);
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.underline-text
{
  border-bottom: 1px solid #DBDBDB;
}
.navbar-stepper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
   }
   @media (max-width:576px) {
    .navbar-stepper {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%;
      border-top: 1px solid #DBDBDB;
       }
   }
   .mt-ad-5{
    margin-top: 40px !important;
   }
   @media (max-width:576px) {
    .mt-ad-5{
      margin-top: 0px !important;
     }
   }
   .css-24k5cs3 {
    padding: 4px 6px;
    font-size: 10px;
    position: relative;
    top: 0px;
    right: 0px;
    font-weight: 700;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 63, 108);
    border-color: rgb(255, 63, 108);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }
  @font-face {
    font-family: "Santral W01";
    src: url("../fonts/santral-medium.ttf");
    /* src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); */
    font-weight: 500;
    font-style: normal; }

    @font-face {
      font-family: "New Order";
      src: url("../fonts/NewOrder-Medium.otf");
      /* src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); */
      font-weight: 500;
      font-style: normal; }

      @font-face {
        font-family: "Assistant";
        src: url("../fonts/Assistant-SemiBold.ttf");
        /* src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); */
        font-weight: 500;
        font-style: normal; }
        @font-face {
          font-family: "Assistant bold";
          src: url("../fonts/Assistant-Bold.ttf");
          /* src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); */
          font-weight: 500;
          font-style: normal; }
          @font-face {
            font-family: "Assistant regular";
            src: url("../fonts/Assistant-Regular.ttf");
            /* src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); */
            font-weight: 500;
            font-style: normal; }
  /* .checkCategories{
    width: 95%;
    height: 40vh;
  }
  @media (max-width:968px) {
    .checkCategories{
      width: 95%;
      height: 20vh;
    }
   }
  @media (max-width:576px) {
    .checkCategories{
      width: 95%;
      height: 15vh;
    }
   } */
   .error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .error-message {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .error-icon {
    width: 50px;
    margin-bottom: 20px;
  }
  
  .running-animation {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  
  .runner {
    width: 20px;
    height: 20px;
    background-color: #ff6347;
    border-radius: 50%;
    animation: runner-animation 1s infinite alternate;
  }
  
  @keyframes runner-animation {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10px);
    }
  }

  .responsive-review{
    width: 30vh;
    height: 19.25vh;
  }
  .sideReviewVideo{
    width:100%;
    height:53.5%;
  }
  @media (max-width:1200px) {
    .responsive-review{
      width: 13vh;
      height: 8.75vh;
    }
    .sideReviewVideo{
      height:51%;
      width:100%;
    }
   }
   
  @media (max-width:576px) {
    .responsive-review{
      width: 13vh;
      height: 9.35vh;
    }
    .sideReviewVideo{
      height:51%;
      width:100%;
    }
   }

   .Sidepopup2.show {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FF9C9C; 
    /* color: #333; */
    border-radius: 8px;
    width: 100%; 
    max-width: 400px; 
    height: 35%;
    z-index: 999;
    /* border: 1px solid #ccc; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.687), 0 0 8px rgba(0, 0, 0, 0.116);
    animation: slide-in 0.5s forwards;
    display: flex;
    /* justify-content: space-between; */
  }
  
  @keyframes slide-in {
    to{
      bottom:20px;
    }
    from{
      bottom:-100%;
    }
  }
  .Sidepopup2 Image{
    width: 100%; 
    height: 100%;
    
    /* margin-left: 20px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* margin: 20px; */
    /* border-radius: 8px; */
  }
  
  .side-popup-close-button {
    position: absolute;
    z-index: 2;
    top: -3px; 
    right: 5px;
    color: #000000;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  @media (max-width: 768px) {
    .side-popup-close-button {
      font-size: 35px;
    }
  }
  
  .side-popup-close-button:hover {
    color: #f00;
  }
  @media (max-width: 578px) {
    .Sidepopup2.show {
      width: 100%; 
      max-width: 300px; 
      height: 22%; 
      bottom: 20px; 
      right : 10px; 
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1300px) {
    .Sidepopup2.show {
      width: 100%; 
      max-width: 350px; 
      height: 22%; 
      bottom: 20px; 
      right : 10px; 
    }
  }
  .plain-button2 {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%; 
    height: 100%;
  }
  .parentDiv2{
    font-size: 1.7rem;
    /* margin-top: -18px; */
    font-weight: 600;
    /* font-family: monospace; */
  }
  .time2{
    font-size: 0.9rem; 
    margin-top: -7px;
  }
  @media (max-width: 578px) {
    .parentDiv2{
      font-size: 1.3rem;
      /* margin-top: -18px; */
      font-weight: 600;
      /* font-family: monospace; */
    }
    .time2{
      font-size: 0.8rem; 
      margin-top: -5px;
    }
  }
  .text-bold{
    font-weight: 900 !important;
    font-family: 'Assistant bold',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .text-low{
    font-weight: 500 !important;
    color: black;
    font-family: 'Assistant regular',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
.FreeShippingBanner-sidebar-collapsed {
    right: 0;
}
.FreeShippingBanner-sidebar {
    position: fixed;
    bottom: 30%;
    width: 6vh;
    height: 36%;
    background-color: #535766;
    z-index: 6;
    color: #fff;
    /* letter-spacing: 1px; */
    cursor: pointer;
}
.FreeShippingBanner-arrow-collapsed {
  border-right: 14px solid #fff;
}
.FreeShippingBanner-arrow {
  width: 0;
  height: 0;
  /* margin: 24px 16px; */
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.FreeShippingBanner-sidebar-content {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 36px;
  padding: 4px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  color: #fcfcfc;
  display: inline-block;
}
.FreeShippingBanner-sidebar-expanded {
  right: 78.75vh;
}
.FreeShippingBanner-arrow-expanded {
  border-left: 14px solid #fff;
}
.FreeShippingBanner-banner-expanded {
    position: fixed;
    bottom: 30%;
    right: 0;
    width: 78.75vh;
    height: 36%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff0000), to(#fde3f3));
    background-image: linear-gradient(270deg, rgb(253, 137, 164), rgb(237, 221, 225));
    z-index: 6;
    font-family: Assistant;
    color: #3e4152;
    cursor: default;
}
.FreeShippingBanner-signup {
  /* display: table-cell; */
  text-align: center;
  vertical-align: middle;
  /* padding-right: 40px; */
}
.rotated-accordion-button {
  position: relative;
  transform: rotate(90deg);
}
.FreeShippingBanner-signup .FreeShippingBanner-button {
  width: 170px;
  height: 35px;
  border-radius: 4px;
  margin-left: 10 10;
  background-color: #ff3f6c;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.FreeShippingBanner-signup .FreeShippingBanner-button .FreeShippingBanner-text {
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  display: inline-block;
  line-height: 35px;
}
.bottomfeatures{
  width: 78.75vh;
  border-top: 1px solid black;
}
@media (max-width: 1024px) { 
  .FreeShippingBanner-sidebar-collapsed {
    right: 0;
}
.FreeShippingBanner-sidebar {
    bottom: 30%;
    width: 4vh;
    height: 19vh;
}
.FreeShippingBanner-arrow-collapsed {
  border-right: 1vh solid #fff;
}
.FreeShippingBanner-arrow {
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
}
.FreeShippingBanner-sidebar-content {
  width: 8vh;
  padding: 4px;
  height: 15vh;
  font-size: 2vh;
}
.FreeShippingBanner-sidebar-expanded {
  right: 35.75vh;
}
.FreeShippingBanner-arrow-expanded {
  border-left: 1vh solid #fff;
}
.FreeShippingBanner-banner-expanded {
    bottom: 30%;
    width: 35.75vh;
    height: 19vh;
}
.FreeShippingBanner-signup .FreeShippingBanner-button {
  width: 10.75vh;
  height: 38px;
  border-radius: 4px;
}
.FreeShippingBanner-signup .FreeShippingBanner-button .FreeShippingBanner-text {
  font-size: 10px;
  line-height: 38px;
}
.bottomfeatures{
  width: 38.75vh;
  border-top: 1px solid black;
}
.bottomfeatures1{
  font-size: x-small;
}
.bottomfeatures2{
  font-size: x-small;
}
.bottomfeatures3{
  font-size: x-small;
}
.Freeshipping-banner-text{
  font-size: x-small;
}
.display-6{
  font-size: 25px;
}
.freeshipping-banner-off{
  font-size: 20px;
}
}
@media (max-width: 578px) { 
  .FreeShippingBanner-sidebar-collapsed {
    right: 0;
}
.FreeShippingBanner-sidebar {
    bottom: 30%;
    width: 4vh;
    height: 19vh;
}
.FreeShippingBanner-arrow-collapsed {
  border-right: 1vh solid #fff;
}
.FreeShippingBanner-arrow {
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
}
.FreeShippingBanner-sidebar-content {
  width: 8vh;
  padding: 4px;
  height: 15vh;
  font-size: 2vh;
}
.FreeShippingBanner-sidebar-expanded {
  right: 35.75vh;
}
.FreeShippingBanner-arrow-expanded {
  border-left: 1vh solid #fff;
}
.FreeShippingBanner-banner-expanded {
    bottom: 30%;
    width: 35.75vh;
    height: 19vh;
}
.FreeShippingBanner-signup .FreeShippingBanner-button {
  width: 10.75vh;
  height: 30px;
  border-radius: 4px;
}
.FreeShippingBanner-signup .FreeShippingBanner-button .FreeShippingBanner-text {
  font-size: 10px;
  line-height: 30px;
}
.bottomfeatures{
  width: 38.75vh;
  border-top: 1px solid black;
}
.bottomfeatures1{
  font-size: x-small;
}
.bottomfeatures2{
  font-size: x-small;
}
.bottomfeatures3{
  font-size: x-small;
}
.Freeshipping-banner-text{
  font-size: x-small;
}
.display-6{
  font-size: 25px;
}
.freeshipping-banner-off{
  font-size: 20px;
}
}
@media (max-width: 400px) { 
.FreeShippingBanner-sidebar {
    height: 22vh;
}
.FreeShippingBanner-banner-expanded {
    height: 22vh;
}
.FreeShippingBanner-signup .FreeShippingBanner-button {
  width: 10.75vh;
  height: 38px;
  border-radius: 4px;
}
.FreeShippingBanner-signup .FreeShippingBanner-button .FreeShippingBanner-text {
  font-size: 10px;
  line-height: 38px;
}
.display-6{
  font-size: 24px;
}
.freeshipping-banner-off{
  font-size: 20px;
}
.bottomfeatures1{
  font-size: 9px;
}
.bottomfeatures2{
  font-size: 9px;
}
.bottomfeatures3{
  font-size: 9px;
}
.bottomfeatures{
  margin-top: 5px;
  width: 38.75vh;
  border-top: 1px solid black;
}
}
@media (max-width: 380px) { 
  .FreeShippingBanner-sidebar-collapsed {
    right: 0;
}
.FreeShippingBanner-sidebar {
    bottom: 30%;
    width: 4vh;
    height: 22vh;
}
.FreeShippingBanner-arrow-collapsed {
  border-right: 1vh solid #fff;
}
.FreeShippingBanner-arrow {
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
}
.FreeShippingBanner-sidebar-content {
  width: 8vh;
  padding: 4px;
  height: 15vh;
  font-size: 2vh;
}
.FreeShippingBanner-sidebar-expanded {
  right: 35.75vh;
}
.FreeShippingBanner-arrow-expanded {
  border-left: 1vh solid #fff;
}
.FreeShippingBanner-banner-expanded {
    bottom: 30%;
    width: 35.75vh;
    height: 22vh;
}
.FreeShippingBanner-signup .FreeShippingBanner-button {
  width: 10.75vh;
  height: 28px;
  border-radius: 4px;
}
.FreeShippingBanner-signup .FreeShippingBanner-button .FreeShippingBanner-text {
  font-size: 8px;
  line-height: 28px;
}
.bottomfeatures{
  width: 38.75vh;
  border-top: 1px solid black;
}
.bottomfeatures1{
  font-size: 7px;
}
.bottomfeatures2{
  font-size: 7px;
}
.bottomfeatures3{
  font-size: 7px;
}
.Freeshipping-banner-text{
  font-size: 7px;
}
.display-6{
  font-size: 17px;
}
.Freeshipping-banner-stop{
  font-size: 15px;
}
.freeshipping-banner-off{
  font-size: 16px;
}
}
.zoomin {
  top: 0;
  left: 0;
  z-index: 2;
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
  width: 100%;
  height: auto;
  max-height: 560.1px;
  /* overflow: hidden; */
}
.zoomin-par{
  display:flex;
  overflow: hidden;
  width:100%;
  max-width: 49%;
  height: 560.1px;
}

 @media (max-width: 1515px) {
  .zoomin-par{
    width:100%;
  max-width: 48.5%
  /* height: 500.1px; */
  }
}
@media (max-width: 855px) {
  .zoomin-par{
    width:100%;
  max-width: 47.5%;
  /* height: 500.1px; */
  }
/* .zoomin {
  height: 500.1px;
} */
 }
 .wishlist_single{
  right: 52% !important;
 }
 @media (max-width: 768px) {
  .wishlist_single{
    right: 10px !important;
   }
 }
.productvideo{
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
  width: 100%;
  height: 560.1px;
  object-fit: cover;
}
.zoomin:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  }
  .colors:focus {
  border: 2px solid black;
  padding: 5px;
  }
  .size-chart {
  /* margin-left: 30px; */
  outline: 0;
  background-color: transparent;
  border: 0;
  letter-spacing: 0.5px;
  text-align: right;
  padding: 0 0 5px;
  color: #ff3e6c;
  font-weight: 700;
  margin-top: 0;
  }
    .video {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    will-change: transform;
    }
    .video:hover {
      transform: scale(1.2);
      }
      .seller-info {
      outline: 0;
      background-color: rgba(0, 0, 0, 0);
      border: 0;
      letter-spacing: 0.5px;
      padding: 0 0 5px;
      margin-top: 0;
      }
      .invisible-product-message {
      display: none;
      }
      .radio-group label {
        align-items: center;
        }
        .radio-group .checkmark {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        display: flex;
align-items: center;
justify-content: center;
        }
        .mobile-product-view{
          display: none;
        }
        @media (max-width: 768px) { 
          .mobile-product-view{
            display: flex;
          }
          .web-product-view{
            display: none;
          }
        }
        .shake-color-border{
          animation: shake 0.5s ease-in-out
        }
        @keyframes shake {
          0%,
          100% {
            transform: translateX(0);
          }
          20%,
          60% {
            transform: translateX(-5px);
          }
          40%,
          80% {
            transform: translateX(5px);
          }
        }
 .videoModal{
          z-index: 0;
          background-repeat: no-repeat;
          background-position: center;
          background-origin: border-box;
          background-size: cover;
          -webkit-transition: -webkit-transform 0.4s;
          transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
          transition: transform 0.4s, -webkit-transform 0.4s;
          will-change: transform;
          width: 750px;
          height: 740px;
          object-fit: cover;
        }
    @media (max-width: 578px) {
      .videoModal{
        width: 100%;
          height: 315px;
      }
      .productModal{
        width: 100%;
        height: 540.1px;
        object-fit: cover;
      }
      .modalpro{
        padding: 3px;
      }
      .buttonCancel{
        font-size: 0.55rem;
        padding: 5px 1px;
        line-height: 1;
        width: 50px;
      }
     }
     .multicolor{
      background-image: url(../img/multicolor.png);
      z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-size: cover;
     }
     .silverColor{
      background-image: url(../img/silver_glossyImg5.jpg);
      z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-size: cover;
     }
     .tag {
      top: -13px;
      left: 0;
      z-index: 2;
      background:url(/img/Best_sale_tag6.png) ;
      position:absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-origin: border-box;
      background-size: contain;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      will-change: transform;
      width: 25%;
      height: 80.1px;
      overflow: visible;
    }
    .whatsappfaq-mobile{
      display: none;
    }
    @media (max-width: 578px) {
      .tag {
        top: -16.2px;
      }
    }

    .no-wrap{
      white-space: nowrap;
    }
    .whatsapp-Faq-Question{
      border:1px solid #ff3d6a;
      border-radius:9px;
      width:14%;
      height:45px;
      display:flex;
      align-items:center;
      justify-content:center;
      background-color:#ff3d6a;
    }
    .whatsapp-Faq-Question-numbers{
      border:2px solid white;
      border-radius:100%;
      width:70%;
      height:70%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:white
    }
    @media (max-width:578px) {
      .no-wrap{
        white-space: normal;
      }
      .whatsappfaq-mobile{
        display: block;
      }
      .whatsappfaq-web{
        display: none;
      }
      /* .whatsapp-container{
        display: none;
      } */
      .whatsapp-Faq-Question{
        width:25%;
        height:45px;
      }
    }
    @media (max-width:768px) {
      .whatsappfaq-mobile{
        display: block;
      }
      .whatsappfaq-web{
        display: none;
      }
    }
    @keyframes slideIn {
      0% {
          left: -200px;
          opacity: 0;
      }
      10%, 70% {
          opacity: 0;
      }
      100% {
          left: 100px;
          opacity: 0.9;
      }
  }
  @keyframes whatsappslideout {
    0% {
      left: 100px;
      opacity: 0.9;
    }
    10%, 70% {
        opacity: 0;
    }
    100% {
      left: -200px;
        opacity: 0;
    }
}
  
  .whatsapp-container {
      position: relative;
  }
  
  .whatsapp-div {
      position: fixed;
      width: auto;
      height: auto;
      cursor: pointer;
      bottom: 10.5%;
      left: 100px;
      background-color: #ededed;
      color: #000000;
      border: 1px solid #ff3d6a;
      border-radius: 50px;
      text-align: center;
      font-size: 105%;
      z-index: 100;
      animation: slideIn 3.5s ease-out forwards;
  }
  
  .whatsapp-div::after {
      content: "";
      position: absolute;
      top: 50%;
      left: -16.5px;
      transform: translateY(-50%);
      border-width: 10px;
      border-style: solid;
      z-index: 99;
      border-color: transparent #ededed transparent transparent ;
  }

  .whatsapp-div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18.5px;
  transform: translateY(-50%);
  border-width: 11px;
  border-style: solid;
  z-index: 98;
  border-color: transparent #ff3d6a transparent transparent;
}

.whatsapp-div-disappears{
  animation: whatsappslideout 1.5s ease-out forwards;
}
@media (max-width:578px) {
  .whatsapp-float {
    width: 50px;
    height: 10px;
    bottom: 14.5%;
    left: auto;
    right: 30px;
  }
  @keyframes slideIn {
    0% {
        left: auto;
        right: -200px;
        opacity: 0;
    }
    10%, 70% {
        opacity: 0;
    }
    100% {
        left: auto;
        right: 84px;
        opacity: 0.9;
    }
}
  .whatsapp-div {
    width: 170px;
    bottom: 10%;
    left: auto;
    right: 84px;
    text-align: left;
    font-size: 80%;
    animation: slideIn 3.5s ease-out forwards;
}

.whatsapp-div::after {
    left: auto;
    right: -16.5px;
    border-color: transparent  transparent transparent #ededed ;
}

.whatsapp-div::before {
left: auto;
right: -18.9px;
border-color: transparent transparent transparent #ff3d6a;
}
@keyframes whatsappslideout {
  0% {
    left: auto;
    right: 84px;
    opacity: 0.9;
  }
  10%, 70% {
      opacity: 0;
  }
  100% {
      left: auto;
      right: -200px;
      opacity: 0;
  }
}
.whatsapp-div-disappears{
  animation: whatsappslideout 1.5s ease-out forwards;
}
}

@media (max-width:578px) {
  .order-menues{
    font-size: 13px;
  }
}

.order-button-info{
  border: none;
  background: none;
}
.Discountpopup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #ff3d6a; 
  border-radius: 8px;
  width: 100%; 
  max-width: 250px; 
  height: 45%;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.687), 0 0 8px rgba(0, 0, 0, 0.116);
  display: flex;
}
.Discountpopup.show{
  animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
  to{
    bottom:20px;
  }
  from{
    bottom:-100%;
  }
}

.discount-popup-close-button {
  position: absolute;
  z-index: 2;
  top: -3px; 
  right: 5px;
  color: #ffffff;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .discount-popup-close-button {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .Discountpopup {
    width: 100%; 
    max-width: 42%;; 
    height: 32%; 
    bottom: 20px; 
    right : 10px; 
    left: auto;
    margin-bottom: 30px;
  }
  .small-sm{
    font-size: 15px;
  }
}
@media (max-height:590px) {
  .Discountpopup {
    width: 100%; 
    max-width: 42%;; 
    height: 200px; 
    bottom: 20px; 
    right : 10px; 
    left: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .Discountpopup {
    width: 100%; 
    max-width: 210px;
    height: 200px; 
    bottom: 20px; 
    right : 10px; 
    left: auto;
    margin-bottom: 30px;
  }
}
.disappearpopup {
  animation: discountpopupslideout 2s ease-out forwards;
}
@keyframes discountpopupslideout {
  from {
      bottom: 20px;
      opacity: 1;
  }
  to {
      bottom: -100%;
      opacity: 0;
  }
}

.dropdown-div {
  position: absolute;
  display: block;
  z-index: 999;
  width: 100%;
  height: auto;
  max-width: auto;
  background: #ffffff;
  top:101%;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;  
  border-left: 1px solid #ddd; 
  box-shadow: 
    0 4px 8px rgba(0, 0, 0, 0.1),   /* Outer shadow */
    inset 0px 1px 4px rgba(0, 0, 0, 0.1); /* Inner shadow */
}

.custom-dropdown:hover .dropdown-div {
  visibility: visible;
  /* opacity: 1; */
  
}

.dropdown-title {
  display: block;
  width: auto;
  height: auto;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* .dropdown-item-title:hover, .dropdown-item-title:focus {
    color: #1e2125;
    background-color: #e9ecef; } */
  .dropdown-item-title.active, .dropdown-item-title:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item-title.disabled, .dropdown-item-title:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

    .dropdown-title-text{
      padding: 0.25rem 1rem;
      /* clear: both; */
      font-weight: 400;
      color: #ff3d6a;
    }

    .dropdown-item-content{
      display: block;
      width: auto;
      height: 22px;
      padding: 0.1rem 1rem;
      clear: both;
      font-size: small;
      font-weight: 400;
      color: #9d9b9c;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
    }

    .dropdown-item-content:hover, .dropdown-item-content:focus{
      font-weight: bolder;
      color: rgb(0, 0, 0);
    }

    .dropdown-backdrop {
      position: fixed;
      top: 18vh;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 998;
      opacity: 0.5;
      transition: opacity 0.3s ease;
    }

    .custom-dropdown:hover .dropdown-backdrop {
      display: block;
    }
    
    .dropdown-container {
      display: flex;
      flex-direction: row; 
      flex-wrap: wrap; 
    }

    .dropdown-div > .column-wrapper:nth-child(odd) {
      background-color: #f2f2f2; /* Light gray for odd columns */
    }
    
    .dropdown-div > .column-wrapper:nth-child(even) {
      background-color: #ffffff; /* White for even columns */
    } 

    .divider {
      height: 0.5px;
      background-color: #eae7e7;
      margin: 10px 0;
    }
    /* .mobile-dropdown{
      display: none;
    } */
    .dropdown-column {
      flex: 1;  /* Equal column width */
      min-width: 150px;  /* Prevents too narrow columns */
    }

  @media (max-width:576px) {
    /* .dropdown-menu{
      display: block;
    } */
    .dropdown-backdrop{
      display: none;
    }
    .custom-dropdown:hover .dropdown-div {
      display: none;
      /* opacity: 1; */
    }
    .dropdown-container{
      display: none;
    }
    .mobile-dropdown{
      display: block;
    }
  }

  .btn-back {
    font-size: 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .bg-light-col{
    background-color: #fafafa;
  }

.responsive-banner {
  height: 300px;
}

.influencer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.influencer-pic{
  width: 150px;
  height: 150px;
  position: relative;
  margin-top: -30%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 30px;
}

.influencer-video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .responsive-banner {
    height: 150px;
  }
  .influencer-container{
    flex-direction: column;
  }
  .influencer-text{
    text-align: center;
    margin-top: 10px;
  }
  .influencer-pic{
    width: 100px;
    height: 100px;
    margin-right: 0;
  }
  .influencer-video {
    height: 300px;
  }
}

@media (max-height: 576px) {
  .responsive-banner {
    height: 150px;
  }
  .influencer-container{
    flex-direction: column;
  }
  .influencer-text{
    text-align: center;
    margin-top: 10px;
  }
  .influencer-pic{
    width: 100px;
    height: 100px;
    margin-top: -20%;
    margin-right: 0;
  }
  .influencer-video {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .responsive-banner {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .responsive-banner {
    height: 300px;
  }
}
