.product_cart_item_in{
	background-color:#fff;
	overflow:hidden;
	height:100%;
	border-radius:var(--middle_border_radius);
	box-shadow: 0 4px 20px 0 rgba(29, 41, 68, 0.15);
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}

.product_cart_offer_info{
	padding:28px 24px;
	display:flex;
	text-align:center;
	flex-direction:column;
	justify-content:space-between;
}

.product_cart_offer_title{
	font-size:19px;
	font-weight:700;
}

.product_cart_offer_price{
	margin-top:7px;	
	font-size:18px;
	font-weight:700;
}

.product_cart_offer_btn{
	margin-top:25px;
}

.product_cart_offer_img img{
	width:100%;
	object-fit:cover;
}

@media (max-width: 990px) {

.product_carts_row.mobile-scroll{
	padding-left:22px;
	padding-right:22px;
	margin-left:-22px;
	margin-right:-22px;
}

.product_cart_item_in{
	box-shadow:0 12px 15px 0 rgba(29, 41, 68, 0.09);
}

.product_cart_offer_info{
	padding:18px;	
}

.product_cart_offer_btn {
  margin-top: 12px;
}
	
}


@media (max-width: 440px) {
	
	.mobile-scroll.project_wrap_row{
		padding-left:22px;
		padding-right:22px;
		margin-left:-22px;
		margin-right:-22px;
	}
	
}