.remove-image {
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 2%;
  }

  .checkout-button {
    border-radius: 16px;
  }
  
  .remove-product-button:hover {
    text-decoration: underline !important;
    color: #B14E43 !important;
    background-color:  #dadada;
  }
  
  .remove-product-button {
    text-decoration: none !important;
    padding: 16px 16px 16px 16px;
    gap: 8px;
  
    width: 140px;
    height: 52px;
  
    background-color:  #e6edee;
    border-radius: 16px;
  
    color: #B14E43;
  
    flex: none;
    order: 0;
    flex-grow: 0;
  
  }
  
  .coupon_label {
    display: block !important;
    text-align: left;
    margin-bottom: 10px;
    color: #004152;
  }
  .apply_coupon {
    background-color: #fff !important;
    border: 1px solid #7799A1;
    border-radius: 40px;
  }

  .search {
    display: none !important;
  }
  
  .cupon_code {
  
    background: #FFFFFF;
    border: 1px solid #7799A1 !important;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  
  }
  
  .btn-quantity {
  
    background: #FFFFFF !important;
    /* Drop shadow/S */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 24px !important;
    display: inline-block !important;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 5px 5px 5px 5px !important;
    vertical-align: text-bottom;
  
  }
  
  
  .quantity .qty {
    color: #fff !important;
    vertical-align: super !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  
  .cart .quantity {
  
    width: 125px;
    min-width: 125px;
    height: 33px;
    min-height: 33px;
    max-height: 33px;
  
    background-color: #004152;
    border-radius: 24px;
    color: #fff;
  
  }
  
  .button.btn-quantity.minus {
    margin-right: 0 !important;
    border-radius: 50px;
    margin: 0px 0px 0px 0.3px !important;
    border-color: #004152;
    border: 1px solid;
  }
  .button.btn-quantity.plus {
    margin-right: 0 !important;
    margin: 0px 0px 0px 0.4px !important;
    border-radius: 50px;
    border-color: #004152;
    border: 1px solid;
  }
  
  .product-remove {
    text-align: right !important;
  }
  
  .cart_totals {
    border-top: 1px solid rgba(0, 30, 98, 0.25);
    border-radius: 1px;
    padding-top: 25px;
  }
  
  .woocommerce-remove-coupon {
    background-image: url("../../img/remove.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent; 
  }
  
  .woocommerce-remove-coupon:hover {
    color: #B14E43;
    background-image: none !important;
  }