html, body {
width: 100%;
overflow-x: hidden;
box-sizing: border-box;
}
#cookies-eu-banner {
background-color: #4E5656;
}
#cookies-eu-banner button {
color: white !important;
background: transparent !important;
border-radius: 0 !important;
border-color: white !important;
transition: 0.3s;
outline: none;
}
#cookies-eu-banner button:hover, #cookies-eu-banner button:active, #cookies-eu-banner button:focus {
background: white !important;
color: #4E5656 !important;
}
#custom-cookies-eu-reject, #custom-cookies-eu-accept {
border: 1px #4E5656 solid;
background: transparent;
border-radius: 0;
color: #4E5656;
transition: 0.3s;
outline: none;
}
#custom-cookies-eu-reject:hover, #custom-cookies-eu-reject:active, #custom-cookies-eu-reject:focus, #custom-cookies-eu-accept:hover, #custom-cookies-eu-accept:active, #custom-cookies-eu-accept:focus {
background: #4E5656 !important;
color: white !important;
}
.custom-cookies-option input[type="radio"]:checked + label {
background-color: #1FC1C1;
color: white;
}
.irual-variation-price {
display: flex;
align-items: center;
justify-content: center;
background: #F8F8F8;
padding: 12px 0;
gap: 2px;
color: var(--corporativo-gris, #4E5656);
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 10px;
}
.irual-variation-price > span {
flex: 1 1 50%;
width: 50%;
text-align: center;
}
.irual-variation-price span:last-of-type {
font-weight: bold;
border-left: 1px #1FC1C1 solid;
}
.pago-con-bizum {
display: inline-block;
border-radius: 0;
border: none;
background: #1FC1C1;
color: white !important;
padding: 7px 15px;
margin: 10px;
font-weight: bold;
transition: 0.3s ease;
}
.pago-con-bizum:hover {
background: #BCECEC;
}