/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px;
}
#order-opc .box {
  padding-bottom: 20px;
}
#order-opc .cart_navigation {
  margin-bottom: 53px;
}
#order-opc .step-num {
  position: relative;
  padding-left: 45px;
  overflow: visible;
}
.rtl #order-opc .step-num {
  padding-right: 45px;
  padding-left: inherit;
}
#order-opc .step-num span {
  font-weight: bold;
  font-size: 35px;
  line-height: 46px;
  font-style: italic;
  position: absolute;
  left: 10px;
  top: -13px;
}
.rtl #order-opc .step-num span {
  right: 10px;
  left: auto;
}
#order-opc .lost_password {
  display: inline-block;
  text-decoration: underline;
  margin: 5px 0 14px;
}
.payment_module.selected-payment a {
    border: 1px solid #136f17 !important;
    background-color: #e7f6e8 !important;
}
button#confirm-payment {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border-radius: 15px;
    background: #72d39724;
    border: 1px solid green;
    color: green;
    font-weight: 600;
}
#opc_payment_methods.payment-blur {
  filter: blur(3px);
  opacity: 0.6;
  pointer-events: none;
  transition: filter 0.8s ease, opacity 0.8s ease;
}
p.payment_module a:hover {
    border: 1px solid #03960d!important;
}
button#confirm-payment:hover {
    background: #cfeccf;
    border: 1px solid green;
    color: green;
}
.payment-confirm-wrapper {
  margin-top: 15px;
  text-align: right;
}
#confirm-payment[disabled] {
  opacity: 0;
  cursor: not-allowed;
}

.box.req-box-wbglb {
    background: #ff000029!important;
    border-radius: 25px!important;
    border: solid red 2px!important;
    box-shadow: red 0px 4px 74px -32px!important;
}
.req-box-wbglb.checked {
     background: #00ff0d29!important;
    border-radius: 25px!important;
    border: solid rgb(0, 255, 0) 2px!important;
    box-shadow: rgb(0, 255, 128) 0px 4px 74px -32px!important;
}
#order-opc .lost_password:hover {
  text-decoration: none;
}
#order-opc .opc-button {
  padding: 11px 0 0 0;
}
#order-opc ul.bullet {
  line-height: 22px;
  margin-bottom: 5px;
}
#order-opc .date-select {
  padding-bottom: 10px;
}
#order-opc .opc-add-save {
  /* border-top: 1px solid #f6f6f6; */
  margin-top: 20px;
  padding-top: 20px;
}
#order-opc #message {
  margin-bottom: 35px;
}
#order-opc #opc_payment_methods {
  margin-bottom: 30px;
}
#order-opc #opc_payment_methods p.warning {
  color: #F13340;
  font-weight: 700;
}
#order-opc #opc_account {
  margin-bottom: 30px;
}
#order-opc .address_delivery.select {
  margin-bottom: 15px;
}
#order-opc #address_invoice_form.form-group {
  margin-bottom: 30px;
}

#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none;
}
