.marquee {
        display: -webkit-inline-box;
        position: relative;
        width: 100%;
        animation: scroll 10s linear infinite;
        padding: 3px;
    }

    .marquee:hover {
        animation-play-state: paused
    }

    .img1 {
        margin-left: 100px !important;
        margin: 3px;
        float: left;
    }

    /* Make it move */
    @keyframes scroll {
        0% {
            left: 800px;
        }

        100% {
            left: -800px;
        }
    }
.before__after--section{
    padding-bottom: 60px;
}
.before__after--section2{
    padding-bottom: 18px;
}
.sub_name99{
     font-family: 'Gotham-Light';
}
/*model*/
      /* Custom styles for the modal */
        .modal-content {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
            background: linear-gradient(135deg, #ffffff, #f8f9fa);
        }

        .modal-header {
            background-color: #007bff;
            color: #fff;
            border-bottom: none;
        }

        .modal-header .btn-close {
            background: #ffffff;
            border-radius: 50%;
            opacity: 1;
        }

        .modal-body {
            padding: 2rem;
            font-size: 1.1rem;
            color: #555;
            text-align: center;
        }

        .modal-footer {
            border-top: none;
            justify-content: center;
        }

        .modal-footer .btn {
            border-radius: 20px;
            padding: 0.5rem 2rem;
        }

        /* Full-screen dark backdrop for better focus */
        .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.8);
        }

        /* Custom button styles */
        .btn-primary {
            background: linear-gradient(135deg, #630019, #e91316);
            /* background: linear-gradient(135deg, #0056b3, #007bff); */
            border: none;
        }

        .btn-primary:hover {
            background: linear-gradient(135deg, #630019, #e91316);
        }


.swiper-pagination{
    padding-top: 40px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
  opacity: 0.6;
    border-radius: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}


.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ff6565;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
	/* margin-left: -17px; */
    /* margin-left: -17px; */
    color: white;
    font-weight: bold;
}




.swiper_style{
    margin-top: -250px !important;
}
.price{
	font-size: 25px;
	margin-left: 200px;
    margin-bottom: 21px;

}

div.rating-cancel,
div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}
div.rating-cancel,
div.rating-cancel a {
	background: url(images/delete.gif) no-repeat 0 -16px
}
div.star-rating,
div.star-rating a {
	background: url(images/star.gif) no-repeat 0 0px
}
div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}
div.star-rating-on a {
	background-position: 0 -16px !important
}
div.star-rating-hover a {
	background-position: 0 -32px
}
div.star-rating-readonly a {
	cursor: default !important
}
div.star-rating {
	background: transparent !important;
	overflow: hidden !important
}
.heart_style{
	
    position: relative;
    font-size: 21px;
    margin-top: -300px;
    margin-left: -230px;
	/* position: absolute;
    font-size: 21px;
    margin-top: 15px;
    margin-left: 31px; */
}


.score {
	display: block;
	font-size: 16px;
	position: relative;
	overflow: hidden;
  }
  
  .score-wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 19px;
  }
  
  .score .stars-active {
	color: #EEBD01;
	position: relative;
	z-index: 10;
	display: inline-block;
  }
  
  .score .stars-inactive {
	color: grey;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-text-stroke: initial;
	overflow: hidden;
  }

.fa-star{
	color:#EEBD01;
	font-size:16px !important;
}
.reviews{
	margin-left:20px;
	font-size:18px !important;
}

.alreadyCart{
	background-color: #d57f15;
	color:white;
}

.setFeatureInage{
	width: 120px;	
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
	z-index: 9999;
}

.l-wrap{
	position: relative;
    display: -webkit-box;
    display: flex;
	background-color: rgb(237, 218, 255);
	height: 70vh;
	justify-content: center;
    max-width: 100vw;
    overflow: hidden;
}
.l-inner{
	padding-top: 135px;
}
.wishHeart{
	font-size: 130px;
	margin-left:370px;
	color:red;
}
.user_account_header{
	margin-top: 30px;
	text-transform: capitalize;
	font-size:6rem;
}
.login_user{
	margin-top: 144px;
}

.custom_account_btn{
	
    background: var(--body-background-color);
    border: 1px solid var(--primary-color);
    padding: 0 2.5rem;
    height: 3rem;
    line-height: 2.3rem;
    border-radius: 2.5rem;
    margin-right: 1rem;
    font-size: 1.5rem;
}


.for_mobile {
	display: none;
}

.pro_photos {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}

.pro_photos .pro_photo_box {}

.pro_photos .pro_photo_box img {}

.MsoNormal{
	margin: 0pt 0pt 3pt 42pt !important;
    padding: 0pt !important;
    line-height: 150% !important;
}
