/* products */
.sw-btn{
	position:absolute;
	top:50%;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:100%;
	color:#fff;
	z-index:120;
	cursor:pointer;
	margin-top:-22px;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
}
.sw-btn:hover {
	background: #2C3B5A;
}
.sw-btn.swiper-button-prev {
	left:0;
}
.sw-btn.swiper-button-next {
	right:0;
}
.products-carousel-container {
	padding:0 30px;
}
.products-carousel-item {
	width:auto;
	height:500px;
	float:left;
	padding: 15px;
}
.products-carousel-listing {
	width:100%;
	height: 100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background-color: #fff;
	box-shadow: 0 9px 16px rgba(0, 0, 0, 0.15);
}
.products-carousel-img {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-carousel-img  .products-carousel-store {
	position:absolute;
	z-index:4;
	right:20px;
	top:20px;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	padding:6px 10px;
	border-radius:4px;
	background:rgba(252, 93, 1,0.81);
}
.products-carousel-img  .products-carousel-store i{
	padding-right:10px;
}
.products-carousel-img img {
	max-width: 80%;
	max-height: 90%;
	object-fit: cover;
}
.products-carousel-txt {
	padding: 20px;
	height: 70px;
}
.products-carousel-txt h3 {
	float:left;
	text-align:left;
	font-size:15px;
	font-weight:700;
}
.products-carousel-rating {
	height: 40px;
}
.products-carousel-rating span {
	font-size: 12px;
}
.star-rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    height: 20px;
}
.star-rating::before {
    content: '★★★★★';
    font-size: 20px;
    color: #ccc;
}
.star-rating::after {
    content: '★★★★★';
    font-size: 20px;
    color: #f39c12;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}
.products-carousel-discounted-price {
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size:15px;
	line-height: 30px;
}
.products-carousel-discounted-price .discount {
	margin-left: 10px;
	padding: 5px 10px;
	background: rgb(4, 228, 4);
	font-size: 10px;
	border-radius: 50px;
    text-decoration: none;
}
.products-carousel-discounted-price .discount i {
	padding-right: 5px;
}
.products-carousel-discounted-price .strike-through {
    text-decoration: line-through;
}
.products-carousel-price {
	margin-top: 5px;
	padding: 0 30px;
	height: 40px;
	line-height: 30px;
	text-align: left;
	font-size:20px;
	font-weight:700;
}
.products-carousel-offer {
	background-color: #efefef;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
	font-weight:700;
	color: #fc5d01ff;
	margin: 5px 0;
}
.products-carousel-offer i {
	margin-right: 10px;
}
.products-carousel-free_shipping {
	background-color: #efefef;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
	font-weight:700;
	color: #fc5d01ff;
	margin: 5px 0;
}
.products-carousel-free_shipping i {
	margin-right: 10px;
}