#finishModal.show{
	text-align:center;
	display:block!important;
}
#finishModal.show *{
	text-align:center;
}
#finishModal.show p{
	display:block;
	width:100%;
}
.page_template .all_products,
.content-title {
	font-size:42px;
	margin-top:50px;
	font-family: 'Roboto';
    font-weight: bold;
    text-transform: uppercase;
    color: #2F4237;
}
.page_template{
	background:white;
	border-top:40px solid #f3f0da;
	padding-bottom:40px;
}
.footer.page_footer{
	margin-top:0;
}
@media(max-width:768px){
	.page_template{
		display:block!important;
	}
    .prod-card {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .card__button {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.redirect-link {
    text-decoration: none;
    color: black;
}