/* saransh*/

.container {
 max-width: none;
}

/* index page  */
.feature-image-swiper .swiper-button-prev {
    left: 0;
}

.feature-image-swiper .swiper-button-next {
    right: 0;
}

.feature-image-swiper .swiper-button-next,
.feature-image-swiper .swiper-button-prev {
    background: #FFE5E1;
    border: white solid 8px;
    padding: 35px;
    border-radius: 100%;
    font-size: 8px;
    background: #FFE5E1;
    border: white solid 8px;
    padding: 24px;
    border-radius: 100%;
}

.feature-image-swiper .swiper-button-next::after,
.feature-image-swiper .swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: 900;
    color: #FF2205;
}

.feature-image-swiper .swiper-pagination {
    text-align: left;
    left: 100px !important;
    bottom: 30px !important;
}

.feature-image-swiper .swiper-pagination-bullet {
    text-align: left;
    left: 100px !important;
    bottom: 30px !important;
    background-color: white;
}

.swiper-2 .swiper-pagination-bullet-active,
.category-swiper .swiper-pagination-bullet-active,
.swiper-4 .swiper-pagination-bullet-active,
.swiper-5 .swiper-pagination-bullet-active,
.feature-image-swiper .swiper-pagination-bullet-active,.related-product-swiper .swiper-pagination-bullet-active{
    width: 24px;
    border-radius: 50px;
}

.swiper-5 .swiper-slide, .category-swiper .swiper-slide{
    width: auto;
}


.product-tag-swiper .swiper-button-next.swiper-button-disabled,.product-tag-swiper .swiper-button-prev.swiper-button-disabled{
    display: none;
}


/* peoduct info page  */
.productInfo.mySwiper1 .swiper-slide{
    height: auto;;
    width: auto;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
  
.lightbox img {
    max-width: 40%;
    max-height: 40%;
    margin: 0 auto;
}
  
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
}

/* Chrome, Safari, Edge, Opera */
.quantity-container input::-webkit-outer-spin-button,
.quantity-container input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.quantity-container input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}


.whishlisted{
    color: #FF2205;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


/* ends saransh */