body, .dropdown-menu, h5, .btn {
    font-size: 16px !important;
}

footer {
    text-align: center !important;
}

.btn-inverse {
    border-color: #800b0b !important;
	background-image: linear-gradient(to bottom, #ff7575, #e51616) !important;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-image: linear-gradient(to bottom, #e51616, #ff7575) !important;
}

#cart.open > .btn {
	background-image: none !important;
	background-color: #b71111 !important;
	color: #ffffff !important;
}