@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap');

@font-face {
    font-family: "bauer-bodoni-bold-bt";
    src: url("./fonts/bauer_bodoni_bold_bT.ttf") format("woff"), url("./fonts/bauer_bodoni_bold_bT.ttf") format("opentype"), url("./fonts/bauer_bodoni_bold_bT.ttf") format("truetype");
}


/* POP UP SUBSCRIBIR... */

#popUpSubscribe p {
    text-align: left;
    font-size: 2.5em;
    line-height: 32px;
    font-family: "bauer-bodoni-bold-bt";
    color: #ddd;
}

#popUpSubscribe .av-content__inner {
    background-color: #333;
}

#popUpSubscribe #name::placeholder {
    color: white;
}

#popUpSubscribe #email::placeholder {
    color: white;
}

#popUpSubscribe .legal-acceptance {
    margin-top: 20px !important;
}

#popUpSubscribe .legal-acceptance label a {
    color: #fff;
}

#popUpSubscribe .legal-acceptance .input-default {
    max-width: none;
    border: none;
}

#popUpSubscribe .legal-acceptance label {
    color: #fff;
    width: 100%;
    text-align: left;
}

#popUpSubscribe input[type="text"],
#popUpSubscribe input[type="email"] {
    background-color: rgba(130, 130, 130, 0.8);
    border: none;
    color: #fff;
}

#popUpSubscribe .banner-contact {
    max-width: none;
    margin-bottom: 2rem !important;
    position: absolute;
    bottom: 0;
}

#popUpSubscribe .banner-contact__info {
    width: 100%;
    max-width: 90%;
}

#popUpSubscribe .input-default {
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 20px;
    border: solid 2px #fff;
}

#popUpSubscribe .log-form__inputs-wrapper {
    display: flex;
    justify-content: left;
}

#popUpSubscribe #btnSubmit {
    border: solid 2px #fff;
    background-color: rgba(210, 210, 210, 0.8);
    max-width: 300px;
    margin: 0 !important;
    width: auto;
    min-width: 150px;
    color: #7e7e7e;
    text-transform: uppercase;
}

.popUpShadow {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#popUpSubscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

#popUpSubscribe .av-content__inner {
    position: absolute;
    width: 90%;
    max-width: 600px;
    background-image: url("/assets/uploads/files/av_popup.jpeg");
    min-height: 600px;
}

.imagePopUp img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

#bannerPopUp {
    width: 20%;
    margin: 10% 5%;
}

#closePopUp {
    width: 20px;
    height: 20px;
    background-image: url("./images/close.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}

.block-page_head__inner .share {
    position: fixed;
    top: 300px;
    right: 58px;
}

@media screen and (max-width: 768px) {
    #popUpSubscribe .input-default {
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    #popUpSubscribe .log-form__inputs-wrapper {
        flex-wrap: wrap;
    }

    #popUpSubscribe #btnSubmit {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 1330px) {
    .block-page_head__inner .share {
        width: 100%;
        top: auto;
        right: auto;
    }
}


/* TPV REDSYS*/

#redsys_tpv {
    position: relative;
    padding-left: 25px;
    margin-top: 30px;
}

#redsys_tpv header {
    font-size: 1.25em;
    font-weight: 600;
}

#redsys_tpv .ammount {
    position: absolute;
    top: 0;
    right: 0;
}

#redsys_tpv .ammount p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #999;
}

#redsys_tpv .ammount p span {
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
}

#redsys_tpv .ammount p {
    text-align: right;
}

#redsys_tpv ul {
    list-style: none;
}

#redsys_tpv ul img {
    min-width: 300px;
    margin: 0.2em;
    height: 90%;
}

#redsys_tpv ul {
    margin-top: 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#redsys_tpv ul li {
    text-align: center;
    width: 90%;
    height: 60px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    background-color: #eeeeee;
}

#redsys_tpv ul {
    margin: 30px 0 0 0;
    border: solid 1px #f1f1f1;
    box-shadow: 0 .125em .25em rgba(51, 51, 51, .075);
    border-radius: 3px;
}

#redsys_tpv ul li:hover {
    background-color: #e1e1e1;
}


/*MAPA*/

#button-bar .copy_link {
    float: right;
    margin-right: 40px;
    color: #444;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#minimapa {
    position: absolute;
    bottom: 24px;
    right: 60px;
    width: 85px;
    height: 81px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#minimapa .gm-style>div:last-child {
    display: none !important;
}

#minimapa .gm-style>div:first-child {
    cursor: pointer !important;
}

.maps_ico {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 2.5em;
    height: 2.5em;
}


/*MINI POP UP*/

.minipopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.minipopup .popuptext {
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
}

.minipopup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.minipopup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*OFERTA SUSCRIPCIONF*/

#subscription_type_block .oferta_block {
    float: right;
    font-size: 1rem;
    color: #636363;
    margin-right: 10px;
    margin-top: -3px;
}

#subscription_type_block .oferta_block s {
    color: #bab7b7;
}


/*PAYPAL*/

.paypal-button {
    background: none !important;
}


/*CORECCION ARTICULOS*/

.shortcut--publication-detail {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/*CORRECCION SUBSCRIPCION*/

.order-form__item label {
    cursor: pointer;
}


/*TEXTO PORTADA*/

.result__desc_main a {
    display: contents;
    color: #ffa401;
}


/* ANUNCIOS CON CODIGO */

.code_announce {
    display: flex;
    justify-content: center;
}


/* CORRECCIONES COOKIES */

.freeprivacypolicy-com---nb-simple {
    max-width: none;
    width: 100%;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1rem;
}

.freeprivacypolicy-com---nb .cc-nb-okagree,
.freeprivacypolicy-com---nb .cc-nb-reject,
.freeprivacypolicy-com---nb .cc-nb-changep {
    border: 1px solid #ccc;
}

.freeprivacypolicy-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label::before {
    background: #333;
}

.cc-nb-title-container {
    display: none !important;
}

.cc-nb-buttons-container {
    text-align: center;
}

.freeprivacypolicy-com---reset div {
    display: block;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-changep {
    color: #333;
    background-color: #fff;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background: #333;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #333;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep:focus {
    box-shadow: 0 0 0 2px #333;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 12px;
    margin: 0 0 1rem 0;
}

.freeprivacypolicy-com---nb .cc-nb-okagree,
.freeprivacypolicy-com---nb .cc-nb-reject,
.freeprivacypolicy-com---nb .cc-nb-changep {
    font-size: 12px;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus {
    box-shadow: 0 0 0 2px #333;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: 0 0 0 2px #333;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline {
    width: 0;
    overflow: hidden;
    padding: 0;
    height: 55px;
}


/* MENSAJE PARA ENVIOS */

.price-mensaje {
    color: red;
    justify-content: center;
}

.price-mensaje p {
    margin: 0;
    width: 100%;
}

#resultados .price-mensaje {
    display: none;
}


/* CUPON DE DESCUENTO*/

.order-summary__cupon {
    border-top: 1px solid #e5e5e5;
}

.order-summary__cupon p {
    margin-top: 0;
}

.order-summary__cupon .mensaje {
    font-size: 0.72rem;
}

.order-summary__cupon button {
    width: 100%;
    margin-top: 20px;
}

.order-summary__cupon button:hover {
    background-color: rgba(51, 51, 51, .1);
}

.cart-widget-total td {
    vertical-align: top;
}

.mensaje_promo_cesta {
    margin: 0;
}

.order-item__data ol {
    margin-bottom: 0;
}