/* --->> Desktop View* <<--- */
	
#content h1.product-title {
    font-size: 32px;
}
#main-wrapper{
    background: #fff;;
}
.footer-additional {
	font-size: 16px;
}
.footer-additional h2, .footer-additional h3 {
	color: #873148 !important;
}
.variations dt {
	line-height: 2 !important;
}
#delivery-alert {
	background: #F2DEDF;
	color: red;
	text-align: center;
	padding: 5px 10px;
}

/* --->> Mobile View* <<--- */
/* Mobile View */

@media only screen and (max-width: 414px) {
	
}


@media (min-width: 415px) and (max-width: 768px) {
	.container {
		width: 100%;
	}
}


@media (min-width: 769px) and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}