/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2025 | 11:29:03 */
.video-container {
	position: relative;
	display: inline-block;
}

.card-featured .no-video-container {
	height: 220px;
	background-color: #EBEBEB;
}

.video-container video {
	display: block;
	width: 100%;
	height: auto;
}
.youtube-video-container {
    position: relative;
    width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ 
    height: 0;
    overflow: hidden;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000008C;
	pointer-events: none;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
}

.play-button i {
	pointer-events: none;
}

.card-body {
	background-color: #EBEBEB;
}

.card-body .card-text {
	font-size: 14px;
	color: #0A0A0A;
}

.card-body {
	padding: 6px 16px 8px 13px;
}

.card-more-videos .card-text {
	font-size: 12px;
}

.btn-orange {
	background: linear-gradient(to right, #FF6C08, #F6C400);
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 450;
	width: 100%;
	/*         max-width: 200px;
	height: 40px; */
	text-align: center;
	transition: all 0.3s ease;
	font-size: 14px;
}

.btn-orange:hover {
	opacity: 0.8;
	color: #fff !important;
}

.product-container {
	max-width: 800px;
	margin: 50px auto;
	background: linear-gradient(170deg, #1E1E1E 50%, #646566 50%);
}

.main-product-area {
	object-fit: contain;
	padding: 10px 40px;
	position: relative;
}

body.single-product .product-image {
	max-height: 280px;
	display: block;
	margin: 0 auto;
}

body.single-product .gallery-thumb {
	background-color: #D4D4D4;
	width: 40px;
}

.thumbnail-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.thumbnail {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.3s;
}

.thumbnail.active {
	border-color: #FF6C08;
}

.category-container {
	display: flex;
	align-items: center;
	gap: 20px;
}

body.single-product .category-item {
	width: 40px;
	height: 40px;
	background-color: #C8C8C8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease-in-out;
}

body.single-product .category-item.active {
	background-color: #FF6C08;
	box-shadow: 0px 4px 12px 0px #00000040;
}

.description {
	font-size: 14px;
	color: #1E1E1E;
	font-weight: 450;
}

.description ul {
	text-align: left;
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}

.description ul li {
	margin-bottom: .5em;
	padding-left: 2em;
}

.description ul li:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: -2em;
	margin-right: 1em;
	position: relative;
	top: 2px;
	color: #FF6C08;
}

.learn-more {
	color: #FF6C08 !important;
	border: 1px solid;
}

#videoModal .modal-content,
#videoModal .modal-footer {
	border: 0;
}

@media (max-width: 400px) {
	.category-container {
		gap: 10px;
	}
}
