/* Source and licensing information for the line(s) below can be found at https://clearprospects.com/modules/custom/cpl_cart_functions/css/cpl_cart_functions_public.css. */
.form-item-field-cart-price-0-number { display: none!important; }

#cpl-photo-status {
	display: none;
	}
	
	
.commerce-order-item-add-to-cart-form {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.c-img-zoom-new {
	 display: none;
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background-color: rgba(0, 0, 0, 0.5);
	 z-index: 25;
}
 .c-img-zoom-new.is-active {
	 display: flex;
}
 .c-img-zoom-new__header {
	 background-color: var(--primary-color--darken-25);
	 color: var(--white-color);
}
 .c-img-zoom-new__container {
	 height: 100%;
	 background-color: var(--black-color);
}
 .c-img-zoom-new__container img {
	 max-height: 100%;
}
 .c-img-zoom-new__close {
	 position: absolute;
	 top: 8px;
	 right: 4px;
}
 .js-modal--is-open {
	 overflow: hidden;
	 height: 100vh;
}
.c-image-gallery__zoom {
	z-index: 99;
	}
.flickity-button { display: none; }


[data-drupal-selector=edit-field-apply-promotion-value] {
 display:none
}
[data-drupal-selector=edit-field-promotion-value] {
 display:none
}
#hide-promotion-wrapper {
 display:none
}

.apply-promotion-wrapper legend {
display: none;
}

[data-drupal-selector=edit-field-apply-promotion-value]:checked + .option:before {
 content:"\2713";
 padding-right:.5rem
}




.order-total-line {
 font-size: 0.75rem!important;
}

/* Hidden on cart form - relates to other_1 other_3 */
#cpl-branding-table {
	display: none;
	font-size: 0.825em;
	width: 100%;
	}
#cpl-original-price {
	display: none;
	}
#cpl-original-rrp {
	display: none;
	}

/* Source and licensing information for the above line(s) can be found at https://clearprospects.com/modules/custom/cpl_cart_functions/css/cpl_cart_functions_public.css. */