.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new, .prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-sale, .prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-outstock{
    width:70px !important;
    height:70px !important;
}

.prd-price > * {
    display: block;
    white-space: initial !important;
}

.fondo-sala {
    background-color: #e5e5e5;
}

.margin-butacas {
    margin:3px;
}

.font-sm{
    font-size:9px;
}

.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
   /* pointer-events: none;*/
}

.butaca-visible {
    width: 25px;
    height: 25px;
}

.mobile-only {
    display: none;
}

.shop-feature-title-lg-hall{
    font-size: 14px;
}

.butaca-invisible {
    width: 25px;
    height: 25px;
}

.video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}




.iframeSinBotones {
    pointer-events: none !important;
}
    

@media (max-width: 585px)
{
    .ocultar_continuar{
        display:none !important;
    }
}
@media (max-width: 772px) {
    .mobile-only {
        display: inherit;
    }

    .margin-butacas {
        margin: 1px !important;
    }

    .butaca-invisible {
        width:25px;
        height:25px;
    }

    

    .container {
        padding-right: 15px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }

}

/*Loader*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('/images/loader.svg') 50% 50% no-repeat  rgb(249,250,250);
    background-size: 80px 80px;
    opacity: 0.6
}

/*********/


.position-relative {
    position: relative !important;
}

.close-hall {
    /*position: relative;*/
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin: 10px;
    transition: .5s;
    text-align: center;
    /*pointer-events: none !important;*/
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fca311;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    /*.close-hall:after {
        position: absolute;
        z-index: 0;
        top: -30%;
        left: -30%;
        width: 110%;
        height: 110%;
        content: '';
        transition: .25s ease;
        opacity: 0;
        border-radius: 50%;
        background: #0d080b;
    }

    .close-hall .icon {
        font-size: 22px;
        line-height: 1em;
        position: relative;
        transition: .2s;
        color: #fff;
    }

        .close-hall .icon:after {
            position: relative;
            position: absolute;
            z-index: 1;
            display: block;
            width: 2px;
            height: 0;
            margin: -14px 0 0 10px;
            content: '';
            transition: .2s;
            background-color: #fff;
        }

        .close-hall .icon:before {
            position: relative;
            z-index: 1;
        }

    .close-hall:hover {
        text-decoration: none;
    }*/

.social-list-circle-sm a:hover {
    color: #fff !important;
}

.fa-brands, .fab {
    z-index: 1;
}

.text-naranja {
    color: #fca311 !important
}

.text-naranja:hover {
    color: #ffffff !important
}

.social-list-circle-grande li a {
    line-height: 100px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100px;
    height: 100px;
    padding: 0;
    text-decoration: none;
    border-radius: 50%;
    background-color: #f7f7f7;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:26px;
}

.btn-wrap{
    margin-top:10px !important;
}

.agotado {
    background-color: #f14c4c !important;
}

.ultimos {
    background-color: #fbe47d !important;
}




.detallecodigo {
    font-family: 'icon-foxic';
    font-size: 13px;
    position: relative;
    top: 1px;
    padding-left: 2px;
    content: '\e949';
}

.sobreTodo {
    z-index: 99999999;
    background: transparent;
    bottom: 200px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.container-hall{
    width:100%;
    height:calc(100vh - 200px);

}

.container-hall .embed-responsive .embed-responsive-item {
    max-height: calc(100vh - 220px) !important;
   }