*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: #939598;
}

.rounded-0{
    border-radius: 0;
}
.border-0{
    border: 0 !important;
    outline: 0 !important;
}
.mx-auto{
    margin: 0 auto;
}
::placeholder {
    padding-left: 5px;
    font-size: 15px;
}
.bg-secondary{
    background-color: #e1e3e7;
}
.main-price-color{
    color: #cc9539;
}
.rupee-size{
    font-size: 28px;
}
.text-color-back {
    background-color: #b8565f !important;
}

.text-color-back:hover {
    background-color: #b8565f !important;
    color: white !important;
}

.text-color {
    color: #b8565f !important;
}

.border-right {
    border-right: 1px solid #555;
}


.fade {
    transition: opacity .15s linear;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.border-0 {
    border: 0 !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.product-image-carousels .thumbnails-slider {
    order: 2 !important;
    flex: 0 0 auto;
    width: 100%;
}

.product-image-carousels .slick-prev {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}

.product-image-carousels .thumbnails-slider {
    order: 2 !important;
    flex: 0 0 auto;
    width: 100%;
}

.product-image-carousels .thumbnails-slider  {
    margin: 25px 40px;
}
/* .slick-list{
    width: 85%;
} */

/*.p-3 {
    padding: 1rem !important;
}

.p {
    margin-bottom: 0px !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}*/
.table>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid black !important;
}
.table>tbody>tr>td{
    border: 1px solid black !important;
}
.table {
    width: 80%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid black !important;
}
/* change */
/*.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #cc9539 !important;
    color: #fff !important;
}*/

.bg-light {
    background-color: #f4f4f4 !important;
}

.text-muted {
    color: #646464 !important;
}

.display-lg {
    display: none !important;
}



/* .btn-buy-now:hover {
    color: #b8565f !important;
    background-color: white !important;
    border: 1px solid #b8565f;
} */



/*.btn-buy {
    font-size: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    background: #b8565f;
    border-color: #b8565f;
    border-radius: 90px;
}
.btn-buy:focus{
    outline: none !important;
    border: 1px solid #b8565f !important;
    color: #b75660 !important;
}


.btn-buy:hover {
    border: 1px solid #b8565f;
    background-color: white;
    color: #b8565f;
}*/

/*.nav-link.active {
    background-color: gold !important;
    color: white !important;
}*/

/* Inactive tab styling */
.nav-link {
    /*background-color: white;*/
    color: #59595C;
}

/* testimonial start  */
/* Basic styling for the testimonial section */
.testimonial-section {
    background-color: #FCECEC;
    padding: 40px 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

/* Styling for the testimonial slider */
.testimonial-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    display: flex; /* Use flexbox to manage layout */
    flex-wrap: wrap; /* Allows testimonials to wrap */
    justify-content: space-between; /* Ensure spacing between items */
}

/* Styling for individual testimonials */
.testimonial {
    width: 100%; /* Full width within the slider */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Evenly space the content */
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px; /* Adds spacing between testimonials */
}

/* Testimonial quote styling */
.testimonial-quote {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

/* Testimonial author styling */
.testimonial-author {
    font-weight: bold;
    color: #555;
    margin: 5px 0;
}

/* Star rating styling */
.star-rating {
    font-size: 18px;
    color: gold;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .testimonial {
        height: 400px !important;
        width: 100%; 
    }
}

@media (min-width: 769px) {
    .testimonial {
        height: 400px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .testimonial {
        width: 48%; 
        height: 350px !important;
    }
}

@media (min-width: 1025px) {
    .testimonial {
        width: 30%;
        height: 300px !important; 
    }
}
/* testimonial end  */

.round {
    border-radius: 90px;
}

.price-btn {
    font-size: 12px;
    margin-bottom: 12px;
    border: none;
}

.quantity-wrapper {
    /* width: 13%; */
    display: flex;
    align-items: center;
}

.quantity-wrapper input {
    width: 100%;
    height: 38px;
    border-right: none;
    border: 1px solid #b8565f;
    width: 40px;
    text-align: center;
}

.button1 {
    border-right: 1px solid #b8565f !important;
    border-top: 1px solid #b8565f !important;
    border-bottom: 1px solid #b8565f !important;
    height: 38px;
    background-color: transparent;
    padding: 0 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button2 {
    border-left: 1px solid #b8565f !important;
    border-top: 1px solid #b8565f !important;
    border-bottom: 1px solid #b8565f !important;
    height: 38px;
    background-color: transparent;
    padding: 0 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.quantity-wrapper button i {
    align-self: center;
    display: flex;
    justify-content: center;
    font-size: 10px;
}
.input-check:focus{
    border: 1px solid #b75660 !important;
    outline: none;
}

.input-check {
    margin-top: 15px;
    width: 70%;
    padding: 3px;
    border: 1px solid;
    margin-right: 40px;
}

.btn-check {
    position: absolute;
    color: white;
    font-size: small;
    border: none;
    left: 138px;
    padding: 4px;
    top: 15px;
    width: 80px;
}

.slick-list {
    overflow: hidden !important;
    /* Hide the extra images */
}

.testimonial {
    margin: 0 20px !important;
  }

.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.slick-prev-icon,
.slick-next-icon {
    color: white;
}

.main-image {
    width: 350px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

/* slick nav */
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
    position: fixed;
    z-index: 999;
}
.slick-prev {
    right: 0px !important;
}

.slick-prev:before {
    content: '←';
}

.slick-prev:before {
    font-family: slick;
    font-size: 22px !important;
    line-height: 1;
    color: #f1594c !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1 !important;
}

.slick-next:before {
    content: '→';
}

.slick-next:before {
    font-family: slick;
    font-size: 22px !important;
    line-height: 1;
    color: #f1594c !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1 !important;
}


.thumbail-img-size {
    display: flex !important;
    justify-content: center !important;
    width: 125px !important;
}

@media (min-width: 576px) {

    .display-lg {
        display: block !important;
    }

}






    .thumbail-img-size {
        display: flex !important;
        justify-content: center !important;
        width: 125px !important;
    }

.product-slider .slick-slide {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center !important;
  }

  .original-price {
    text-decoration: line-through;
}



.slider-nav img {
	width: 100px !important;
	height: auto;
	cursor: pointer;
}

.slider-nav img:hover {
    border: 2px solid #b8565f ;
}

.img-thumbnail {
    width: 80px !important; 
    height: auto;
}



@media screen and (max-width: 1199px) {
.slider-nav img {width: 78px !important;}
}


@media screen and (max-width: 767px) {
.details-product {margin-top: 30px;}
.demo-area {margin-top: 25px;}
}
