/*remove quantity box*/
.quantity {
  display: none !important; }

.priceCalculator > label {
  width: 50% !important; }

.priceCalculator .pcb + label {
  cursor: pointer;
  font-weight: normal;
  background: #ffffff;
  padding: 10px; }

.priceCalculator .ptb {
  border: none;
  padding: 20px;
  min-height: 326px; }

.priceCalculator {
  width: 50%;
  margin: 20px 20px;
  float: left;
  background: #DAD1C2; }

.priceCalculator > label {
  background: #fff !important;
  color: #000 !important;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: block;
  width: 33.333%;
  margin: 0px !important;
  float: left;
  border: 1px solid #e0e0e0; }

.priceCalculator > label.lebActive {
  background: #DAD1C2 !important;
  font-weight: bold;
  border: none !important; }

.priceCalculator section {
  clear: both;
  background: #DAD1C2;
  min-height: 188px; }

.priceCalculator section > p > span {
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding-bottom: 5px;
  margin-top: 10px; }

.priceCalculator section > p.infoElement > span {
  font-weight: inherit;
  font-size: inherit;
  display: inline;
  padding-bottom: 0;
  margin-top: 0; }

.priceCalculator {
  position: relative; }

.priceCalculator .infoElement {
  color: #333333;
  padding: 15px 10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  font-size: 19px;
  margin-top: 15px;
  bottom: 0;
  width: 100%; }

.priceCalculator input[type="text"] {
  font-size: 45px;
  height: 85px;
  width: 85px;
  text-align: center; }

.priceCalculator .inputElement {
  color: #333333;
  font-size: 28px;
  padding-left: 10px; }

.priceCalculator input[type="radio"] {
  display: none; }

.woo-free-sample-button{
  margin-left:0px !important; 
  background-color:var(--ast-global-color-0) !important;
  border-color:var(--ast-global-color-0) !important;
  font-family: inherit !important;
  font-weight:300 !important;
  border-radius:4px !important;
}

/* Cart / basket page remove quanitity editable assets */
.wc-block-components-quantity-selector__button{
  display: none;
}
  
.wc-block-components-quantity-selector__input{
  pointer-events: none;
}