/* for paul to add css without adjusting theme file */

.order-total-line {
 font-size: 0.75rem!important;
}
.order-total-line__total {
 padding-top: 0px!important;
}
#cpl-tax-applicable {
 display: none;
 }

.c-badge--primary,
.c-badge__feature {
    border-radius: 0.3rem;
}
#cpl-photo-status {
	display: none;
	}
.kint-rich { display: contents!important; }

.cpl-image-wrapper {
    position: relative;
    height: 100%; }
.cpl-image-wrapper .cpl-image-trans {
      position: absolute;
      top: 0; }
.cpl-image-wrapper .cpl-image-placeholder-grey {
      border: 1px solid grey;
      height: 90%;
      width: 90%;
      margin-top: 3%;
      margin-left: 3%; }
