/*================================================
OS Top Products Area CSS
=================================================*/

.os-top-products-area {
	background-color: #f7fdfa;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
.os-top-products-area .section-title h2 {
	font-family: 'Inter', sans-serif;
	color: #000627;
}
.os-top-products-area .owl-theme .owl-dots {
	line-height: 1;
	margin-bottom: -1px;
}
.os-top-products-area .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	border-radius: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background-color: #bdda98;
	margin: 0 10px;
}
.os-top-products-area .owl-theme .owl-dots .owl-dot span:focus {
	outline: none;
}
.os-top-products-area .owl-theme .owl-dots .owl-dot.active span {
	background-color: #67a504;
}
.os-top-products-area .shape {
	position: absolute;
	z-index: -1;
}
.os-top-products-area .shape.shape-1 {
	top: 50px;
	left: 50px;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite;
}
.os-top-products-area .shape.shape-2 {
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.os-top-products-area .shape.shape-3 {
	bottom: 50px;
	right: 50px;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite;
}
.os-top-product-slider {
	display: block;
}
.owl-stage-outer .os-single-top-products {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.owl-stage-outer:hover .os-single-top-products {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.owl-stage-outer:hover .os-single-top-products:hover {
	-webkit-filter: blur(0);
	filter: blur(0);
}
.os-single-top-products {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.os-single-top-products .os-top-products-content {
	border-top: 1px solid #f5f5f5;
	background-color: var(--whiteColor);
	padding: 30px;
	padding-top: 15px;
}
.os-single-top-products .os-top-products-content h3 {
	margin-bottom: 8px;
	font-family: 'Inter', sans-serif;
	color: #000627;
	font-size: 18.5px;
}
.os-single-top-products .os-top-products-content h3 a {
	color: var(--blackColor);
	font-size: 18px;
}
.os-single-top-products .os-top-products-content .pricing {
	font-family: var(--headingFontFamily);
	display: block;
	margin-bottom: 8px;
}
.os-single-top-products .os-top-products-content .pricing del {
	margin-right: 10px;
}
.os-single-top-products .os-top-products-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.os-single-top-products .os-top-products-content ul li {
	display: inline-block;
}
.os-single-top-products .os-top-products-content ul li i {
	font-size: 15px;
	color: #fdcc0d;
}
.os-single-top-products .new {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #ff0000;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: var(--whiteColor);
	font-size: 14px;
}
.os-single-top-products .new.sale {
	background-color: #008000;
}
.os-single-top-products:hover .top-products-content h3 a {
	color: #67a504;
}