/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 09:20:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.product-slide-2{
	background-color: #f5f5f3;
	border-radius:20px;
	padding:10px;
	text-align:center;
	transition: all 1s ease;
}
.product-slide-2:hover{
	background-color: white;
}
.product-slide-2 .image-box{
	position:relative;
}
.product-slide-2 .image-box img{
	position:relative;
	z-index:2;
}
.product-slide-2 .image-box picture:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 80%;
    height: 80%;
    left: 13%;
    bottom: 15%;
    border-radius: 50%;
}
.product-slide-2 .content-box span{
	background-color: #270b88;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 50px;
}
.product-slide-2 .content-box h5{
	font-size: 24px;
}
.product-slide-2 .content-box ul{
	font-size: 14px;
    list-style: none;
	padding: 0 20px;
	
}
.product-slide-2 .content-box ul li{
    padding: 15px 0;
	margin: 0;
}
.product-slide-2 .content-box ul li:not(:last-child){
	border-bottom: 1px solid #d1d1d1;
}



