.product-gallery {
	position: relative;
}

.main-product-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
}

.thumbnail-gallery {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.thumbnail {
	width: 80px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.thumbnail.active {
	border-color: #ffa92a;
}

.thumbnail:hover {
	border-color: #e5a13c;
}

.more-btn {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	border-radius: 4px;
	width: 80px;
	height: 60px;
	font-size: 14px;
	cursor: pointer;
}

.play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	color: #ffa92a;
	cursor: pointer;
}

.stats-sidebar {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e1d3d3;
}

.stat-item {
	text-align: center;
	margin-bottom: 15px;
}

.stat-icon {
	font-size: 24px;
	margin-bottom: 8px;
}

.stat-number {
	font-size: 18px;
	font-weight: bold;
	color: #434343;
}

.product-details-card {
	background: #ffffff;
	border: 1px solid #e1d3d3;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.Reviewsection{
    border: 1px solid #ded8d8;
    background: #fbfbfb;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.truth-check-section {
	background: #ffffff;
	/* border: 1px solid #e1d3d3; */
	margin-top: 20px;
}

.review-item {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	border-left: 4px solid #28a745;
}

.seller-review, .good-review {
	border-left-color: #28a745;
	background: #e8f5e8;
}

.otheruser-review, .average-review {
	border-left-color: #ffc107;
	background: #fff3cd;
}

.user-review, .badreview {
	border-left-color: #ff0907;
	background: #ffebcd;
}

.g-title{
    font-size: 0.75rem;
    color: red;
    margin: 0rem 0 3rem;
}

.w-comment{
    font-size: 0.9rem;
    height: auto;
    padding: 5px 15px;
}

.send-button {
	background-color: #25D366;
	border: none;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.send-button:hover {
	background-color: #1ebc59;
}

.conversation-rating-bar {
	background: #9fa9b3;
	height: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.rating-fill {
	background: linear-gradient(90deg, #28a745, #28a745);
	height: 100%;
	width: 80%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.rating-text {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.products-section {
	background-color: #f6f6f6;
}

.products-section .socialmedia-icons img {
	height: 30px;
}

.product-actions {
	display: flex;
	gap: 15px;
	margin: 20px 0;
}

.btn-buy-now {
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: white;
	padding: 12px 30px;
}

.price-range-box {
	background-color: #bcf7c9;
	color: #0b6626;
	padding: 12px 30px;
	border-radius: 5px;
	text-align: center;
}

.buynow-coupon {
	background-color: #bce3f7;
	color: #0b2566;
	padding: 12px 30px;
	border-radius: 5px;
	text-align: center;
}

.product-title {
	font-family: "Arima", serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.product-description {
	font-family: "Arima", serif;
	color: #000;
	margin-bottom: 15px;
}

.seller-info {
	font-family: "Arima", serif;
	margin-bottom: 15px;
}

.social-links a {
	color: #346efd;
	font-size: 20px;
	margin-right: 10px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
	left: 20px;
	background: #103368;
	top: 55%;
	border-radius: 50%;
	z-index: 2;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
	right: 20px;
	background: #103368;
	border-radius: 50%;
	top: 60%;
	z-index: 2;
}

.highlights-title {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

#shortDesc {
	display: inline;
}

input[type="text"] {
	border: 1px solid #ebe3e3;
	padding: 0.25rem;
	border-radius: 5px;
}

.modal-header {
	padding: 1rem 0;
}

.challenge-header {
	padding: 15px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-challenge,
.btn-challenge:hover {
	background-color: #FCF1ED;
	border-color: #FF382A;
	color: #FF382A;
	padding: 5px 15px;
	font-size: 0.9rem;
}

.screenshot-caption {
	text-align: left;
	margin-top: 8px;
}

.screenshot-caption a {
	color: #007bff;
	text-decoration: none;
	font-weight: 500;
}

.screenshot-caption a:hover {
	text-decoration: underline;
}


.review-actions {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.lb-data .lb-number {
	color: #ffa92a !important;
}

.thumb-img {
	border: 2px solid transparent;
	cursor: pointer;
	transition: border 0.3s;
}

.thumb-img.active {
	border: 2px solid #007bff;
}

.main-img-wrapper {
	position: relative;
	max-width: 100%;
}

.main-img {
	width: -webkit-fill-available;
	padding: 0.5rem 3rem;
	height: 500px;
	object-fit: cover;
}

.play-icon img {
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.play-icon img:hover {
	opacity: 1;
}

#moreImagesCarousel .carousel-item img {
	height: 300px;
	object-fit: cover;
}

#moreImagesCarousel .carousel-control-next-icon {
	background-image: url('../images/product_details/right-arrow.svg');
}

#moreImagesCarousel .carousel-control-prev-icon {
	background-image: url('../images/product_details/left-arrow.svg');
}


.product-description-info {
	padding: 3rem 1rem;
}

.advertising-section {
	font-family: "Arima", serif;
	background-color: #ffffff;
	/*height: 100%;*/
	border: 1px solid #e1d3d3;
	padding: 0;
}

.advertisement h6 {
	font-weight: 600;
}

.advertising-section hr {
	color: #9f9b9b;
}

.advertising-section h5 {
	font-family: "Arima", serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #434343;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

#productusersModal .modal-body li a {
	text-decoration: none;
}

.advertising-section .advertisement {
	padding: 1rem 2rem;
}

.advertisement .prod-link {
	text-decoration: none;
	color: #434343;
}

.other-fields {
	display: none;
}

.videopost {
	height: 200px;
}

/****** TABLET PORTRAIT STYLES START **********/

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
	.advertising-section .advertisement {
		padding: 1rem;
	}

	.advertisement h6 {
		font-size: 12px !important;
	}

	.videopost {
		height: 150px !important;
	}

	.advertising-section {
		width: 22%;
		margin-top: 2rem !important;
	}

	.socialmedia-icons {
		width: 80%;
	}

	.socialmedia-icons .iconsection {
		width: 14%;
	}
}

/****** TABLET PORTRAIT STYLES END **********/
/****** MOBILE LANDSCAPE STYLES START **********/
@media only screen and (max-width: 992px) and (orientation: landscape) {
	.thumbnail-section .thumb-img {
		height: 50px;
	}

	.main-img {
		padding: 1rem;
		height: 300px;
		object-fit: cover;
	}

	.socialmedia-icons .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.socialmedia-icons .iconsection {
		flex: 1 0 30%;
		max-width: 30%;
		text-align: center;
	}

	.product-description-info .btn-default {
		width: 60%;
		margin: 2rem;
	}

	.slick-next,
	.slick-next:hover,
	.slick-next:focus,
	.slick-prev,
	.slick-prev:hover,
	.slick-prev:focus {
		top: 80%;
	}

	.conversion-rating {
		margin: 2rem;
	}

	.videopost {
		height: 150px;
		object-fit: cover;
	}

	.Reviewsection .review-item.seller-review .videopost-section {
		flex-direction: column !important;
		margin: 3rem !important;
		text-align: center;
	}

	.Reviewsection .review-item.seller-review .videopost-section .post-section img {
		margin: 0 !important;
		margin-top: 1rem !important;
	}

	.advertising-section .advertisement {
		padding: 1rem;
	}

	.advertisement h6 {
		font-size: 12px !important;
	}
}

/****** MOBILE LANDSCAPE STYLES END **********/
/****** MOBILE PORTRAIT STYLES START **********/
@media only screen and (min-width: 250px) and (max-width:767px) and (orientation:portrait) {
	.thumbnail-section .thumb-img {
		height: 50px;
	}

	.main-img {
		padding: 1rem;
		height: 300px;
		object-fit: cover;
	}

	.socialmedia-icons .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.socialmedia-icons .iconsection {
		flex: 1 0 30%;
		max-width: 30%;
		text-align: center;
	}

	.product-description-info .btn-default {
		width: 60%;
		margin: 2rem;
	}

	.slick-next,
	.slick-next:hover,
	.slick-next:focus,
	.slick-prev,
	.slick-prev:hover,
	.slick-prev:focus {
		top: 80%;
	}

	.conversion-rating {
		margin: 2rem;
	}

	.videopost {
		height: 150px;
		object-fit: cover;
	}

	.Reviewsection .review-item.seller-review .videopost-section {
		flex-direction: column !important;
		margin: 3rem !important;
		text-align: center;
	}

	.Reviewsection .review-item.seller-review .videopost-section .post-section img {
		margin: 0 !important;
		margin-top: 1rem !important;
	}
}

/****** MOBILE PORTRAIT STYLES END **********/