@CHARSET "ISO-8859-1";
section.cda .white-row {
	background-color:#fff;
}
section.cda .dark-row {
	background-color:#222;
}
section.cda .logo {
	margin:0.5em auto;
}
section.cda .red-buffer {
	background-color:#e84339;
	height:30px;
}
section.cda .no-padding {
	padding:0;
}
section.cda h1 {
	/* padding-left: 0.6em;
	padding-top:0.5em; */
}
section.cda p {
	font-size:1.2em;
	/* padding:0 1em; */
	font-weight:500;
	line-height: 1.5em;
}
section.cda .buttons {
	display:block;
	font-size:1.2em;
	font-weight:600;
	color:#fff;
	padding:0.7em;
	width:100%;
	margin:1em auto 0;
	background-color:#e84339;
	border-radius:6px;
	text-align:center;
}
@media (max-width: 370px) {
	section.cda .buttons {
	font-size:1em;
}
}
@media (max-width: 315px) {
	section.cda .buttons {
	font-size:0.9em;
}
}
section.cda .buttons:hover {
	background-color:#8b8b8b;
}
section.cda h3 {
	font-size:2em;
	font-weight:600;
	text-align:center;
	background-color:#eee;
	/* margin:1em auto 0; */
	padding:0.5em;
	/* width:98%; */
}
section.cda .price-box {
    background-color: #e84339;
    padding: 1.6em 0.5em;
    font-size: 1.3em;
    color: #fff;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    text-align: center;
    margin: 2em auto 0;
}
section.cda .save-text {
    color: #e84339;
    font-weight: 600;
}
section.cda .was-text {
    text-decoration: line-through;
    font-weight: 600;
}
section.cda .name:hover {
    color: #0099ff;
}
section.cda .grey-box {
	background-color:#eee;
	width:98%;
	margin:0 auto;
	padding-bottom:1em;
	margin-bottom:1em;
}
@media (max-width: 767px) {
section.cda .product-info {
	text-align:center;
}
}
section.cda .deal-img {
	margin:0 auto;
}

.splash-back-image{
	max-height: 175px;
}

.product-info a, .price-box {
	font-weight: 600;
}