.product-slider-carousel {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	text-align:center;
}

.product-slider-title {
	margin-bottom: 100px;
}

.product-slider-title small {
	display: block;
	font-size: 0.6em;
	opacity: 0.7;
	margin-bottom: 10px;
}

.product-slider-carousel .products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-slider-carousel .products li.product {
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px;
}

.product-slider-carousel .products li.product h2{
    font-size:20px;
	margin:20px 0 0;
}

.product-slider-carousel .products li.product .woocommerce-Price-amount{
	color:#053DB8;
	font-weight:800;
}

.product-slider-carousel.owl-with-navigation .owl-nav {
	/*position: absolute;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	margin-top: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
	padding:0px;
	margin:0px;
	background:transparent;
}

.product-slider-carousel .owl-theme .owl-nav button {
	pointer-events: all;
	width: 56px;
	text-align: left;
	height: 40px;
/* 	background: rgba(255, 255, 255, 0.9); */
	border: 2px solid #053DB8!important;
	border-radius: 0!important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 18px;
	color: #053DB8!important;
	padding: 10px!important;
	margin: 0 10px!important;
}

.arrow-yellow .product-slider-carousel .owl-theme .owl-nav button{
	color: #FFCD2C!important;
	border: 2px solid #FFCD2C!important;
}

.product-slider-carousel .owl-theme .owl-nav button.owl-next{
	text-align:right;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background:none!important;
}

.product-slider-carousel.owl-with-navigation .owl-nav button:hover {
	background: #fff;
	border-color: #333;
}

.product-slider-carousel.owl-with-navigation .owl-nav button.owl-prev {
	left: -20px;
}

.product-slider-carousel.owl-with-navigation .owl-nav button.owl-next {
	right: -20px;
}

.fa-chevron-right,
.fa-chevron-left{
	position:relative;
}
.fa-chevron-right:after,
.fa-chevron-left:after{
	content: "";
    display: block;
    width: 33px;
    height: 2px;
    background: #053DB8;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.fa-chevron-right:after{
	right:1px;
}

.arrow-yellow .fa-chevron-right:after,
.arrow-yellow  .fa-chevron-left:after{
	background: #FFCD2C;
}

.product-slider-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.product-slider-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ddd;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-slider-carousel .owl-dots .owl-dot.active,
.product-slider-carousel .owl-dots .owl-dot:hover {
	background: #333;
}




.product-slider-carousel .add_to_cart_button{
	display:none;
}

.link-yellow .product-slider-carousel h2{
	color:#fff;
}
.link-yellow .product-slider-carousel .woocommerce-Price-amount{
	color:#FFCD2C!important;
}



/* Responsive */
@media (max-width: 768px) {
	.product-slider-carousel.owl-with-navigation .owl-nav {
		display: none;
	}
	.product-slider-title{
		font-size:2rem;
	}
}