.cart-link{
	display:block;
	padding:20px;
	width:100%;
	position:relative;
}

.cart-cover{
	width:100%;
	height:0px;
	padding-bottom:75%;
	overflow:hidden;
}
.cart-cover .cart-more{
	position:absolute;
	right:20px;
	top:0px;
	width:60px;
	height:60px;
	background:#F4CA59;
	color:#131E25;
	font-size:30px;
	line-height:60px;
	transition:all 0.5s;
}
.cart-link:hover .cart-cover .cart-more{background:#131E25;color:#FFF;}

.cart-caption{background:#FFF;padding:20px 20px;margin:0px;transition:all 0.5s;}
.cart-link:hover .cart-caption{background:#131E25;}

.cart-caption .cart-date{color:#131E25;margin:0px 0px 10px;transition:all 0.5s;}
.cart-link:hover .cart-caption .cart-date{color:#FFF;}

.cart-caption .h5{color:#131E25;font-weight:bold;transition:all 0.5s;}
.cart-link:hover .h5{color:#F4CA59;}

#cart_block_best_product .owl-nav{
	margin-top:0px;
	position:absolute;
	width:100%;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}

#cart_block_best_product .owl-nav button.owl-prev,
#cart_block_best_product .owl-nav button.owl-next{
	color:#FFF;
	font-size:20px;
	margin:0px;
	position:absolute;
	top:50%;
	width:48px;
	height:48px;
	line-height:48px;
	border-radius:100%;
	transform:translateY(-50%);
	background:rgba(244,202,89,1);
	transition:all 0.5s;
}
#cart_block_best_product .owl-nav button.owl-prev{left:-70px;}
#cart_block_best_product .owl-nav button.owl-next{right:-70px;}
#cart_block_best_product .owl-nav button.owl-prev:hover,
#cart_block_best_product .owl-nav button.owl-next:hover{background:rgba(19,30,37,1);}
#cart_block_best_product .owl-nav button.owl-prev:hover{left:-60px;}
#cart_block_best_product .owl-nav button.owl-next:hover{right:-60px;}

#cart_block_best_product .owl-dots{margin-top:10px;}
#cart_block_best_product .owl-dots .owl-dot span{background:rgba(244,202,89,0.5);width:8px;height:8px;margin:5px;transition:all 0.5s;}
#cart_block_best_product .owl-dots .owl-dot.active span{width:20px;}
#cart_block_best_product .owl-dots .owl-dot.active span,
#cart_block_best_product .owl-dots .owl-dot:hover span{background:rgba(244,202,89,1);}

@media (max-width: 1199px) {
	#cart_block_best_product .owl-nav{display:none;}
}