/*One page checkout*/
#opc_checkout #cart_summary tr td {
    border-right: 0;
    border-top: 0;
  }
  #opc_checkout #cart_summary {
    border: 0;
  }
  #opc_checkout .product-name {
    font-size: 14px;
    line-height: 16px;
    color: var(--text) !important;
  }
  #opc_checkout #cart_summary .price, #opc_checkout #cart_summary .old-price {
    font-size: 16px;
    font-weight: 500;
    color: #555 !important;
  }
#opc_checkout form.std h3, #opc_checkout #new_account_form.std h3, #opc_checkout #carriers_section h3, #opc_checkout #payments_section h3, #opc_checkout #cart_section h3 {
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left !important;
}
#opc_checkout .image-number {
  border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%) !important;
  border-width: 1px !important;
  border-image-slice: 1 !important;
}
#opc_checkout .image-number .image-number-container .image-number-actual {
  background-color: #fff;
  color: var(--blue);
  font-size: 15px !important;
  font-weight: bold;
  padding: 0 7px;
}
#opc_checkout #cart_summary .cart_quantity_input {
  border: 0;
  font-weight: 500;
}
#opc_checkout .inner-table > div {
  border: 0 !important;
}
#opc_checkout .price-percent-reduction {
  background: var(--sale) !important;
}
#opc_checkout #new_account_form fieldset {
  border: 0;
}
#opc_checkout .address-type-header {
  color: var(--blue);
}
#opc_checkout #cart_summary .cart_total {
  width: 40px;
}
#opc_checkout input.confirm_button, #opc_checkout #free_order_confirm {
  background: #fff;
  color: #555;
  font-weight: 500;
}
#opc_checkout div.confirm_button_div {
  background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
#opc_checkout tr:hover {
  background: #fff !important;
}
#opc_checkout .ajax_block_product .product-container {
  border: 0 !important;
  background: #f7f7f7;
}
#opc_checkout #carrierTable {
  border: 0;
}
#opc_checkout #cart_summary a.cart_quantity_up, #opc_checkout #cart_summary a.cart_quantity_down {
  background: transparent !important;
  text-align: center;
}
#opc_checkout #cart_summary a.cart_quantity_up:before {
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 30px;
}
#opc_checkout #cart_summary a.cart_quantity_down:before {
  content: "\f078";
  font-family: 'FontAwesome';
  font-size: 30px;
}
#opc_checkout #cart_summary a.cart_quantity_delete {
  background: transparent;
}
#opc_checkout #cart_summary a.cart_quantity_delete:before {
  content: "\f014";
  font-family: 'FontAwesome';
  font-size: 20px;
}
#opc_checkout #cart_summary tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
}
#opc_checkout #cart_summary td {
  padding-left: 0 !important;
  border-bottom: 0 !important;
}
#opc_checkout #cart_summary td.cart_description {
  width: 200px !important;
}
#opc_checkout #uniform-cgv ~ label {
  background: transparent;
}
#opc_checkout input.confirm_button:hover {
  background: #fff !important;
}
#opc_checkout #crossselling h3 {
  border-bottom: 0;
  color: #555 !important;
  text-align: center;
  font-weight: bold;
}
#opc_checkout #HOOK_SHOPPING_CART {
  padding-top: 65px;
}
#crossselling > div {
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
  border: 1px solid transparent !important;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
}
#opc_checkout #loyalty {
  font-size: 14px;
  line-height: 22px;
}
#opc_checkout .account_fields .submit > input {
  color: #ffffff !important;
  background: var(--blue) !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

#opc_checkout #cart_summary tr.alternate_item {
  background: transparent !important;
}
#opc_checkout #login_form > fieldset {
  border: none !important;
  margin: 0 0 15px;
}
#opc_checkout #voucher_toggle_wrap {
  margin-bottom: 20px;
}
#opc_checkout #opc_account_form > .image-number {
  margin-top: -3px;
}

#opc_checkout #openLoginFormBlock, #opc_checkout #voucher input[type="submit"] {
  background: var(--blue) !important;
  color: #ffffff !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
}
#opc_checkout #voucher h4 {
  font-size: 14px;
}
#opc_checkout #voucher > fieldset {
  margin-bottom: 5px;
  margin-top: 0;
}