body {
    background-color: #f5f5f5;
}

fieldset {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    margin: 15px 0;
}

form {
    max-width: 562px;
    width: 100%;
}

a, a:visited {
    text-decoration: underline;
    color: black;
}

legend {
    background: #e5e5e5;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    color: #444;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
}

fieldset, legend {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cvv {
    line-height: 35px;
    font-size: 12px;
}

.order {
    font-size: 0.875rem;
}

.order th {
    padding: 4px 8px 4px 0;
}

.order td:first-child, .order td:nth-child(3) {
    text-align: center;
}

.order td:last-child {
    text-align: right;
}

.order tfoot td {
    font-weight: bold;
}

#test-mode {
    position: absolute;
    padding: 20px 0 0 20px;
    font-style: italic;
}

.test-hint-content {
    max-width: 380px;
    font-size: .8em;
    margin-top: 12px;
}

.pay-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.pay-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: #222;
    transition: border-color .15s, box-shadow .15s;
}

.pay-method:hover {
    border-color: #28a745;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    text-decoration: none;
    color: #222;
}

.pay-method-name {
    font-size: 1.05rem;
    font-weight: 600;
}

.pay-method-cards img {
    height: 20px;
    margin-left: 10px;
}

.pay-method-bizum:hover {
    border-color: #05c0c7;
}

.pay-method-logo {
    height: 26px;
}

footer {
    background: rgba(30, 30, 30, 0.8);
    padding: 12px 0;
    text-align: center;
}

.bg-burmar {
    /*noinspection CssUnknownTarget*/
    background-image: url(/img/burmar_promociones.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 324px;
    height: 96px;
    margin: 0 auto;
}

.bg-apc {
    /*noinspection CssUnknownTarget*/
    background-image: url(/img/APCW.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 324px;
    height: 96px;
    margin: 0 auto;
}

footer .footer_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

footer .footer_cards .mastercard {
    width: 32px;
    height: 20px;
}

footer .footer_cards .visa {
    width: 46px;
    height: 15px;
    margin-left: 12px;
}

@media (max-width: 980px) {
    .test-hint-content {
        display: none;
    }
}

@media (max-width: 1200px) {
    body {
        zoom: 71%;
    }

}
