	.reward-product-listing .reward-product{
		border: 1pt solid #eeeeee;
		border-radius: 25px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		overflow:hidden;
	}
	.reward-product-listing .reward-img{
		margin-top:67px;
    	max-height: 220px;
    	min-height: 220px;
		object-fit: contain;
	}
	.reward-product-listing .reward-name{
		background: #EEF6F1;
		padding: 27px 12px;
		height:60px;
		font-size: 13px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		margin-bottom: 0;
	}
	.reward-product-listing .redeem-box{
		background: #EEF6F1;
		padding: 8px 12px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	.reward-product-listing .points-price{
		font-size: 26px;
		font-weight: bold;
		color: #333;	
	}
.reward-product-listing .btn-redeem,.reward-product-listing .btn-cancel, .convert-confirmation-modal .btn-redeem, .convert-confirmation-modal .btn-cancel{
    z-index: 9;
    background: #6dac03;
   border:1pt solid #6dac03;
    border-radius: 50px;
    padding: 2px 18px;
    color: white;
    font-weight: bold;
    height: 40px;
    border: none;
}

.convert-confirmation-modal .modal-dialog{
    display: flex;
    height: 100%;
    align-items: center;
}
.convert-confirmation-modal .modal-content{
    height: fit-content;
}
.reward-product-listing .btn-cancel, .convert-confirmation-modal .btn-cancel  {
	   border:1pt solid #6dac03;
	background: white;
	color: #6dac03;
}
	.reward-product-listing .btn-redeem:disabled{
		background: gray;
		opacity:.7;
	}
	.px-100px{
		padding-left:100px;
		padding-right:100px;
	}
	.fs-60px{
		font-size: 60px;
	}
	.mb-80px{
		margin-bottom: 80px;
	}
.home-rewards-banner{
	border: 1pt solid #eeeeee;
	border-radius: 25px;
	object-fit: cover;
}
.reward-product-listing .reward-product{
    position: relative;
}
.reward-product.mb-4.out-of-stock {
    border: 1pt solid #f3e1e1;
}
.reward-product-listing .reward-product.out-of-stock .reward-name,.reward-product-listing .reward-product.out-of-stock .redeem-box{
    background: #f3e1e1;
}

.reward-product-listing .reward-product.out-of-stock .out-o-stock-label,.single-mpp_products .out-of-stock .out-o-stock-label {
    position: absolute;
    display: block;
    padding:0 12px;
    border-radius: 20px;
    top: 8px;
    left: 8px;
    color: white;
    background:#9f5151;
}
.single-mpp_products .out-of-stock .out-o-stock-label {
	position:relative;
	display: inline-block;
	margin-bottom:16px;
	left:0;
}
.reward-product-listing .reward-product.out-of-stock .btn-redeem,.single-mpp_products .out-of-stock .btn-redeem-main{
    display: none;
}

		.nouveautes .featured-products>div:last-child{
			display:none;
	}
@media(min-width:1300px){
		.nouveautes .featured-products>div:last-child{
			display:block;
	}
}
.modal-header{
	border-bottom: none!important;
}
.convert-confirmation-modal .modal-footer{
	justify-content: center
}
.cart_totals {
	margin-bottom: 24px;
}

