/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 1068px) {
  .section-shared-compare .compare-item-headline + p {
    min-height: 60px;
  }
}
@media only screen and (max-width: 734px) {
  .section-shared-compare .compare-item-ultra .compare-item-headline + p {
    min-height: unset;
  }
}

.section-shared-compare .compare-item-se.device .compare-price, .section-shared-compare .compare-item-ultra.device .compare-price {
    margin-top: 40px;
}

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-se.device .compare-price, .section-shared-compare .compare-item-ultra.device .compare-price {
    	margin-top: 20px;
}
}


.section-shared-compare.compare-strip .compare-item-se.heart-rate  .one-lines:last-of-type {
  height: 20px;
}

@media only screen and (max-width: 1068px) {
  .section-shared-compare.compare-strip .compare-item-se.heart-rate  .one-lines:last-of-type {
    height: 40px;
  }
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
