.scroll-table
{
  overflow: auto;
}


.line-heading
{
    padding:10px;
    background: #8BD10038;
}


.btn-prod-cart
{
  background: #fff;
  padding: 13px;
  border-radius: 2px;

}



.cart-prod-thumb {width: 100px;}
img.img-fluid.cart-prod-thumb { width: 90px; padding: 10px;}

.prod-cart-variants th
{
  font-weight: normal;
  color: #888888;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0px;
}

.variant-row td{
  border-top: solid 1px #CCCCCC;
}

.variant-row b
{
  color: #8BD100;
  text-transform: lowercase;
}





.cart-def-img .cart-prod-thumb
{
  width: 100%;
}


.card-prod-sku {
  padding: 5px;
  text-align: center;
  background: #8BD100;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}



#coupon_code
{
  border: solid 1px #DDDDDD !important; 
  border-radius: 2px;
}

.btn-check_coupon
{
  border: solid 1px #DDDDDD !important; 
  color: #585858;
  font-weight: bold;
  font-size: 14px;
}




.cart-row
{
  border-bottom: solid 1px #CCCCCC;
  padding: 10px 0px;
  font-size: 14px;
}

.cart-row p
{
  margin-bottom: 0;
}

#genTotal
{
  font-size: 24px;
  color: #8BD100;
  font-weight: bold;
}

.scegli
{
  color: #8BD100;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}



.sped-date-text
{
  color: #8BD100;
  font-weight: bold;
}

.sped-entro-cont
{
  line-height: 1.1;
}

.cart-row.noVatTotal_row
{
  border-bottom: none;
  padding-bottom: 0;
}

.cart-row.vatTotal_row
{
  padding-top: 0;
}

.total_box 
{
  padding: 10px 0;
}


.form-check-input[type="radio"]
{
  border: solid 2px #585858 !important;
}

.form-check-input[type="radio"]:checked
{
  background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%238BD100\'/%3e%3c/svg%3e');
  background-color: #fff;
}

.cart-edit-quantity
{
  max-width: 100px;
}

.cart-row-options
{
  cursor: pointer;
}


.input-radio-box {
    padding: 4px 15px;
    margin: 0 -15px;
}


.input-radio-box.selected-method
{
  background-color:#E5F5C7;
}

.shipping_box.input-radio-box.selected-method
{
  background: transparent;
}


.payment_step_title_box 
{

  font-weight: 500;
  font-size: 20px;
  color: #111111;
  margin: 0 -10px;
  display: flex;
  align-items: center !important;

  
}

.payment_step_number {
  width: 35px;
  background: #8BD100;
  color: #fff;
  text-align: right;
  font-size: 20px;
  margin-right: 5px;
}

.step-body-colors
{
  padding: 0;
}

.pay-mode
{
  margin-top: 2px;
}


.shipping_box label
{
  width: 100%;
  cursor: pointer;
}

.ship_date_text
{
  background: #EEEEEE;
  border: solid 2px  #EEEEEE;
  border-bottom: none;
  border-radius: 10px 10px  0 0;
  padding: 10px;
}

.ship_date_price
{
    background-color: var(--s-primary-color);
    color: var(--s-text-on-primary-color);
    border-radius: 0 0 10px 10px ;
    padding: 8px;
}

.shipping_box.selected-method .ship_date_text
{
    border: solid 2px  var(--s-primary-color);
    border-bottom: none;
}


.sped-label-text
{
  color: #111111;
  font-weight: bold;
}


.totals-and-supplements .cart-row:not(.hidden-cart-row):not(:has(~ .cart-row:not(.hidden-cart-row))) {
  border-bottom: none;
  padding-bottom: 5px;
}


.sped-info-text
{
      display: flex;
    align-items: center;
    line-height: 1.1;
    font-size: 14px;
    padding: 10px;
}

.sped-info-text::before
{
  content: " ";
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='004084' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/></svg>");
    margin-right: 10px;
   width: 20px;
    height: 20px;
    display: block;
    flex:none;

}