/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.compare-modal .device-content.template-item-image {
	margin-bottom: 20px;
}

@media only screen and (min-width: 1069px) {
	.template-badge .badge-value {
		font-size: 55px;
	}
}

@media only screen and (max-width: 734px) {
	.template-badge .badge-value {
		font-size: 26px;
	}
	.badge-copy {
		font-size: 15px;
	}
}
@media only screen and (max-width: 340px) {
	.template-badge .badge-value {
		font-size: 22px;
	}
	.badge-copy {
		font-size: 15px;
	}
}

.template-dynamic-price span {
	display: none;
}

.template-item-default + .template-price {
	margin: 25px auto -20px auto;
}

.template-item-default {
	word-wrap: break-word;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
