#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px;
}

.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background-color: rgba(250, 250, 250, 0.6);
}.cepay-credit-card-form-card-number {    font-size: 1.5em;    padding: 8px;    background-repeat: no-repeat;    background-position: right .618em center;    background-size: 32px 20px;}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{
    content: " ";
    display: block!important;
}
/************** multipayment*********/
.EJ-form-payment-collapsible {
	background: #828282!important;
	color: white;
	cursor: pointer;
	padding: 12px 15px;
	width: 100%;
	border: 2px solid #cccccc;
	border-radius: 8px;
	outline: none;
	font-size: 15px;
	margin-top: 25px;
	font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 878px){
.EJ-form-part {
    width: 46%;
    margin: 0 2%;
    float: left;
}
}
.EJ-form-ship-type {
    text-align: center;
    margin: 10px 0;
}
.active, .EJ-form-payment-collapsible:hover {
    background-color: #299973!important;
}
.content {
    padding: 0 18px 15px 18px;
    display: none;
    overflow: hidden;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-radius: 0 0 8px 8px;
}
.EJ-warning-field-container {
    padding: 12px 10px 15px 10px;
    background-color: #FBE7DD;
    margin: 10px;
    border: 2px solid #D3232A;
    border-radius: 8px;
    display: flex;
}
.EJ-warning-icon {
    float: left;
    width: 10%;
}
.EJ-warning-info {
    float: left;
    width: 80%;
}
.EJ-warning-info-txt {
    color: #D3232A;
    margin-bottom: 10px;
    font-weight: 700;
}
.cf {
    display: block;
    clear: both;
}
.EJ-form-field-title {
    padding-top: 5px;
    display: block;
    font-size: 16px;
}
.EJ-form-field {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: 2px solid #cccccc;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #299973;
    font-family: 'Lato';
    font-size: 18px;
}
.EJ-form-pay-card-type {
    width: 100%;
    color: #299973;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 19px, right 10px top 19px;
    background-size: 5px 5px, 5px 5px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.EJ-form-expdate-month, .EJ-form-expdate-year {
    width: 49%;
    color: #299973;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 19px, right 10px top 19px;
    background-size: 5px 5px, 5px 5px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.EJ-button {
    text-align: center;
    display: block;
    background: #299973;
    min-height: 40px;
    width: 60%;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 9px 10px;
    margin: 20px auto 20px auto;
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.woopayment-special-class input {
    display: none;
}
.EJ-form-payment-logo-container {
    margin: 35px 15px 15px 15px;
}
.EJ-form-payment-oxxo-logo {
    max-width: 40%!important;
    margin: 0 auto;
    display: block;
}
.EJ-form-pay-other-cbox {
    width: 90%;
    margin: 30px auto 20px auto;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #cccccc;
    border-radius: 6px;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container input {
    position: absolute;
    opacity: 0;
}
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #299973;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.EJ-form-birthdate-month, .EJ-form-birthdate-day, .EJ-form-birthdate-year {
    color: #299973;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 19px, right 10px top 19px;
    background-size: 5px 5px, 5px 5px;
    margin-top: 8px;
    /* margin-bottom: 15px; */
    margin-bottom: 1px;
    margin-right: 3px;
}
.EJ-form-birthdate-day, .EJ-form-birthdate-year {
    width: 28%;
}
.EJ-form-birthdate-month {
    width: 40%;
}
.EJ-button:hover {
    background: #37d29d !important;
    color: white;
}
.EJ-divisor-line {
    width: 100%;
    border-bottom: 2px solid #cccccc;
    padding-top: 30px;
    margin-bottom: 30px;
}
.EJ-form-section-description {
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 15px;
    line-height: normal!important;
}
.EJ-form-ship-type p {
    font-size: 16px;
}
.EJ-form-part-new {
    width: 96%;
    margin: 0 auto;
    float: none;
}
.EJ-form-part {
    padding: 15px 0;
}
.EJ-res-per-info-title {
    font-size: 16px;
}
@media only screen and (min-width: 878px){
.EJ-res-per-info-space {
    margin: 15px 1%;
    width: 48%;
    float: left;
}
}
.EJ-res-per-info-cont {
    font-size: 18px;
    color: #299973;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #f7f6f7!important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f7f6f7!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}
.EJ-form-persona-info-fields {
    margin-top: 20px;
}
.active {
    background-color: #299973;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
}
.EJ-form-fa-icon-warning {
    padding-top: 3px;
    color: #D3232A;
    font-size: 22px;
}
.EJ-warning-missing-fields {
    color: #D3232A;
    font-weight: 500;
    padding-left: 30px;
}
.EJ-res-per-info-space-mid {
    margin: 15px 0;
    width: 50%;
    float: left;
}
/*CHECKOUT-----EDY-----START-----*/
@media only screen and (max-width: 420px) 
{
    .EJ-extra-button, .EJ-edit-button, .EJ-button {
        width: 100%;
        max-width: 270px;
    }

    .EJ-res-per-info-space-mid
    {
        width: 100%;
    }

    .payment_box.payment_method_multiple-pay .EJ-form-part
    {
       width: 100%;
    }

    .EJ-form-part
    {
        margin: 0px!important;
    }
}

#multi_financial_months
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    color: #299973;
    height: 43px;
    padding-left: 15px;
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 16px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 15px, right 10px top 15px;
    background-size: 5px 5px, 5px 5px;
    text-align-last: left;
}


@media only screen and (max-width: 878px)
{
    .EJ-form-part {
        width: 100%;
    }
}

.EJ-warning-field {
    border: 2px solid #D3232A !important;
}

.EJ-form-field.EJ-warning-field + span.checkmark {
    border: 2px solid #D3232A !important;
}

.EJ-warning-missing-fields {
    list-style-type: disc;
}
/*CHECKOUT-----EDY-----END-----*/

/* WENZ-637 RRM my account - edit ------ START ------ START ------ START */
.woocommerce-form-row--first.EJ-form-part {
    width: 45%;
    margin: 8px 20px 8px 0px!important;
    float: left;
}

.woocommerce-form-row--first.EJ-form-centre {
    clear: both!important;
    width: 40%;
}

select#customer_leg {
    color: #299973;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 9px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, rgb(40 153 114) 50%), linear-gradient(135deg, rgb(40 153 114) 50%, transparent 50%);
    background-position: right 15px top 15px, right 10px top 15px;
    background-size: 5px 5px, 5px 5px;
}
.EJ-form-field-3boxes {
    box-sizing: border-box;
    width: 15%;
}

.woocommerce-MyAccount-content input, label {
    color: #299973!important;
}
.woocommerce-MyAccount-content form .form-row label {
    color: #606060!important;
}

/* fix AUTOSHIP afectations ---- START ---- START ---- START */
#autoship-steps-display label.EAS-process-form-field-title {
    color: #606060!important;
}

div[aria-describedby="autoship-cc-add-modal-box"] label.EJ-form-field-title {
    color: #606060!important;
}
/* fix AUTOSHIP afectations ---- END ---- END ---- END */

button.woocommerce-Button.button {
    display: block;
    min-height: 40px;
    width: 30% !important;
    border-radius: 8px !important;
    box-sizing: border-box;
    padding: 12px 10px !important;
    margin: 10px auto 15px auto !important;
    min-width: 180px;
}

@media only screen and (max-width: 804px){
    .EJ-form-part, .EJ-form-centre{
        width: 100%!important;
    }
}

@media only screen and (max-width: 599px){
    label[for="customer_leg"] select#customer_leg {
        margin: 10px 0!important;
    }
}

/* fix JOIN afectations */
#step-1 label.EJ-form-field-title, #step-1 label.EJ-form-selection-dropdown-left-title {
    color: #606060!important;
}
#step-2 label.EJ-form-field-title, #step-2 label.EJ-form-selection-dropdown-left-title {
    color: #606060!important;
}

@media only screen and (max-width: 479px){
    p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last label[for="account_last_name"], p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last input[name="account_last_name"] {
        margin-left: 6px;
    }
}

/* fix CONTACT US afectations */
.elementor-form label.elementor-field-label {
    color: #606060!important;
}

/* fix regular order */
.woocommerce-billing-fields__field-wrapper label, #wc-kicc-cc-cc-form label, .woocommerce-shipping-fields__field-wrapper label, #wc-kor-bank-deposit-cc-form label.EJ-form-field-title, .EJ-form-persona-info-fields label.EJ-form-field-title, .EJ-mbox-adds-container label.EJ-form-field-title, .form-row.place-order label, .EJ-form-pay-other-cbox label.container {
    color: #606060!important;
}

.woocommerce-billing-fields input.input-text, .wc-payment-form input.input-text, .woocommerce-shipping-fields__field-wrapper input.input-text {
    color: #299973;
}


/* WENZ-637 RRM my account - edit ------ END ------ END ------ END */