﻿.form-item-date-date .form-control.form-date {
    width: 100%;
}
.form-item-payment-method.radio {
    margin-bottom: 20px;
}
.form-item-payment-method label[for="edit-payment-method-cc"]:after {
    background: url(../../themes/eliasymunoz/img/credit-cards.jpeg) 0 0 no-repeat;
    display: inline-block;
    content: '';
    height: 25px;
    margin-left: 10px;
    position: absolute;
    width: 121px;
}
.form-item-payment-method label[for="edit-payment-method-bizum"]:after {
    background: url(../../themes/eliasymunoz/img/bizum.svg) 0 0 no-repeat;
    background-size: 50px 25px;
    display: inline-block;
    content: '';
    height: 25px;
    margin-left: 10px;
    position: absolute;
    width: 50px;
}