:root {
    --primary-color: #00369C;
    --secondary-color: #3EC92B;
    --white-color: #fff;
    --black-color: #2C2A29;
    --sc-silver-color: #707070;
    --box-shadow: #00000029;
}

.payment_method_wcsistecredito {
    flex-direction: column;
    width: inherit;
    margin: 0;
    opacity: 1;
}

.payment_method_wcsistecredito>label:first-of-type img {
    width: 7em;
    margin: 0 !important;
    /*padding: 0.2em 0 0.3em 0;*/
    float:none !important;
    vertical-align: middle !important;
}

.payment_method_wcsistecredito>fieldset>p>select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0.5em !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50% !important;
}

.payment_method_wcsistecredito label {
    flex-direction: row !important;
    justify-content: left;
    align-items:center;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    padding-right: 0.8em;
}

.payment_method_wcsistecredito hr {
    display: none;
}


.payment_method_wcsistecredito>div:first-of-type  {
    padding: 0;
    background-color: var(--white-color);
    box-shadow: none;
}

#wcsistecredito-cc-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: inherit;
    background-color: var(--white-color);
    box-shadow: none;
    margin: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

#wcsistecredito-cc-form p {
    margin: 0;
    width: 100%;
}

#wcsistecredito-document-type {
    background: var(--white-color) 0 0 no-repeat padding-box;
    height: 2.5em;
    width: 98% !important;
    color: var(--black-color)!important;
    border-radius: 0.38em !important;
    box-shadow: none !important;
    padding: 0 0.31em 0 0.31em !important;
    opacity: 1;
    margin-bottom: 0 !important;
}

#wcsistecredito-document-type::-ms-expand {
    display: none;
}
#wcsistecredito-document-id::-ms-expand {
    display: none;
}

#wcsistecredito-document-id {
    background: var(--white-color) 0 0 no-repeat padding-box;
    height: 2.5em;
    width: 98% !important;
    color: #d0d0d0 !important;
    border: 1px solid var(--sc-silver-color) !important;
    border-radius: 0.38em !important;
    box-shadow: none !important;
    padding: 0 0.31em 0 0.31em !important;
    opacity: 1;
    box-sizing: border-box; //ojo
}


.input-text-sistecredito::placeholder {
    color: #d0d0d0;
}

.payment-button{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 24px;
    outline: none;
    padding: 0.5rem 3.5rem;
}

.payment-button:hover{
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
}

button:focus {
    outline: none !important;
}

hr {
    display: none;
}

@media (max-width: 1230px) {
    #wcsistecredito-cc-form {
        flex-direction: column;
        justify-content:left;
    }

    .payment_method_wcsistecredito>fieldset>p:first-of-type {
        width: 100%;
        color: #3EC92B;
    }

    .payment_method_wcsistecredito>fieldset>p>select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        padding: 0.5em !important;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;
    }

    .payment_method_wcsistecredito>fieldset>p:last-of-type {
        width: 100%;
    }

    #wcsistecredito-document-type {
        margin-bottom: 0.8em !important;
        width: -moz-fit-content;
        width: fit-content;
    }

    #wcsistecredito-document-id {
        margin-bottom: 0.8em !important;
        width: -moz-fit-content;
    }

    .payment_method_wcsistecredito>label:first-of-type img {
        margin: 0 !important;
        width: 7em;
        float:none !important;
        vertical-align: middle !important;
       /* padding: 0.2em 0 0.3em 0;*/
    }
}
