.h2-similar-products{
    color: #333; 
    font-size: 30px; 
    margin: 20px 0 20px 0;
}

.slick-prev,
.slick-prev:hover, 
.slick-prev:active,
.slick-prev:focus,
.slick-prev:before {
	transform: translateY(-400%) rotate(90deg);
	background-color: #e7dada;
	border-radius: 100%;
}

.slick-next,
.slick-next:hover, 
.slick-next:active,
.slick-next:focus,
.slick-next:before {
	transform: translateY(-400%) rotate(-90deg);
	background-color: #e7dada;
	border-radius: 100%;
}

.similar-product__price{
	margin-bottom: 20px;
	font-size: 18px;
}

.similar-product__size{
	margin-bottom: 30px;
}

.minus{
	height: 15px; 
	width: 15px; 
	background: none;
	border: none;
	padding: 0; 
	margin-right: 5px;
}

.plus{
	height: 15px; 
	width: 15px; 
	background: none;
	border: none;
	padding: 0; 
	margin-left: 5px;
}

.inputQuantity{
	border-radius: 0%; width: 50px; height: 30px; text-align: center;
}

.in-cart-btn,
.product-buy-btn-style{
	width: 100%; 
	height: 30px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center; 
	border-radius: 0%; 
	background: #ef672b; 
	color: white;
	border-width: 0; 
	margin-top: 40px;
}

.product-item{
	margin: 10px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0.5px solid #e0e0e0;
}

.similar-product__form{
	width: 100%;
}
