
.card-product img {
	width: 100%;
	height: 100%;
	transition: all .3s;
    object-fit: cover;	
     opacity: 0.9;
}

.cart-bottom-more a {
	text-decoration: none;
	color: white;
	font-size: 13px
}
.cart-bottom-more h2 a {
	font-size: 24px
}
.card-product {
	position: relative;
    background: -webkit-gradient(linear,left top,left bottom,from(rgb(0 0 0)),to(rgb(0 0 0)));
    overflow: hidden; 
    height: 550px
}

.card-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.card-bottom h2 {
	font-size: 18px !important;
	font-family: 'Montserrat-Bold';
	color: white;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.card-product img:hover {
	transform: scale(1.1);
}

@media screen and (min-width: 768px) {

	.wp-list-type {
	margin-top: 30px
}

.pd-3px {
	padding: 3px !important
}
.cart-bottom-more {
	padding-right: 20px;
	padding-left: 35px;
	padding-bottom: 35px;
}
}

@media screen and (max-width: 768px) {
	.wp-list-type {
		margin-top: 25px
	}
	.card-product {
		margin-bottom: 30px;
	}
	.cart-bottom-more {
		text-align: center;
		padding-bottom: 35px;
	}
}
.wapper-container {	
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
}