#mc_embed_signup h2,
#mce-responses{
    font-family: Verdana, Geneva, sans-serif;
}

#mce-responses{
    margin: 0 !important;
}

#mc_embed_signup .mc-field-group{
    padding-bottom: 10px !important;
}

input#mc-embedded-subscribe{
    background: rgb(45, 8, 82) !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 10px 30px !important;
}

input#mc-embedded-subscribe:hover{
    background: rgb(69, 33, 105) !important;
    color: rgb(255, 189, 46);
}

#mc_embed_signup input{
    border-radius: 0 !important;
}

#mce-EMAIL{
    padding: 15px !important;
    height: 55px;
    border: 2px solid #fff !important;
    border-right: 0 !important;
}

#mc-embedded-subscribe{
    border: 2px solid #fff !important;
    border-left: 0 !important;
    position: absolute;
    top: 65px;
    left: 96%;
}

#mc_embed_signup .button{
    height: 55px !important;
    width: 55px !important;
    background: #2D0852 url(../img/sobre-blanco.png) 50% no-repeat !important;
    background-size: 50% !important;
}

#mc_embed_signup .button:hover{
    background: rgb(69, 33, 105) url(../img/sobre-naranja.png) 50% no-repeat !important;
    background-size: 50% !important;
}

#mc_embed_signup .button:disabled{
    background: rgb(69, 33, 105) url(../img/sobre-blanco.png) 50% no-repeat !important;
    background-size: 50% !important;
    opacity: 0.8;
    cursor: not-allowed! important;
}

.condiciones-newsltetter,
.condiciones-newsltetter a{
    color: rgba(255, 255, 255, 0.7) !important;
}

.condiciones-newsltetter a{
    text-decoration: underline;
}

.condiciones-newsltetter{
    padding-left: 12px;
}

@media (min-width: 768px) and (max-width: 1081px){
    #mc-embedded-subscribe{
        top: 90.5px !important;
    }
}

@media (min-width: 633px) and (max-width: 768px){
    #mc-embedded-subscribe{
        top: 62px !important;
    }
}

@media (min-width: 577px) and (max-width: 633px){
    #mc-embedded-subscribe{
        top: 83.5px !important;
    }
}

@media (max-width: 577px){
    #mc-embedded-subscribe{
        top: 62px !important;
        left: 81.5%
    }

    #mc_embed_signup .mc-field-group input{
        width: 85% !important;
    }

    .condiciones-newsltetter{
        padding-left: 15px;
    }
}

#my-account #discounts-link
{
    display: none !important;
}

#cart_error {
    display: none;
    position: fixed;
    z-index: 999990;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
    transition: 0.2s;
}
#cart_error .modal-content {
    background-color: #ffffff;
    margin: 1.75rem auto;
    max-width: 500px;
    min-height: unset;
    opacity: 1;
}
#cart_error .modal-content .modal-title,
#cart_error .modal-content .modal-body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
}
#cart_error .modal-content .modal-header {
    justify-content: center;
}
#cart_error .modal-content .modal-header .close {
    position: absolute;
    top: 12px;
    right: 14px;
    color: #000000;
    opacity: .5;
    font-size: 28px;
    font-weight: 700;
}
#cart_error .modal-content .modal-footer button.close {
    background: #32004a;
    border: 1px solid #32004a;
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding: 6px 12px;
    cursor: pointer;
    outline: unset;
    margin: 4px;
    opacity: 1;
}