/*bottoni gialli*/
.banner-section .banner-data .button .watch-now a {
    background: #efdf23;
    border: solid 3px #efdf23;
    color: #000;
}
.banner-section .banner-data .button .watch-now a:hover {
    color: #000;
}
.banner-section .banner-data .button .watch-trailer a:hover {
    border-color: #efdf23;
}

/*banner altezza proporzionata*/
.banner-section .banner-content img {
    width: 100% !important;
    height: auto !important;
}


.product-listing .item .picture .box-hover a {
    border: 1px solid #efdf23;
}

.product-listing .item .picture .box-hover a:hover {
    background-color: #efdf23;
    color: #000;
}

.banner-section .banner-data .button .watch-trailer a {
    background: #000;
}

.header .navbar-nav .nav-link:hover {
    color: #efdf23;
}

.banner-section .item {
    height: auto !important;
}

.item.bannerType-video video {
    height: auto!important;
}
a {
    color: #efdf23;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #efdf23;
    text-decoration: underline;
}

.product-listing .item:hover .data span {
    color: #efdf23;
}

.contect-listing .view-all a:hover {
    color: #efdf23;
}

.castcrew-list-one .product-listing, #muvi-product-details1 {
  padding: 1% 0 0 0 !important;
}

.banner-section .banner-data span.button.watch-now a {
    width: fit-content !important;
}

.cast-banner-one .banner-section .banner-text-left {
    position: relative;
}

.grid-hover .picture .box-hover a {
    border: 1px solid #efdf23!important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 20px;
    display: block;
    min-width: 120px;
    margin-bottom: 18px;
    background-color: transparent;
    transition: .3s;
}
    
.grid-hover .picture .box-hover a:hover {
    background-color: #efdf23!important;
    color: black;
    text-decoration: none;
}

.tiles:hover .data span {
    color: #efdf23!important;
}


/* Mobile view */
@media (max-width: 768px) {
  .castcrew-list-one .product-listing,
  #muvi-product-details1 {
     padding: 16% 0 0 0 !important;
  }
}
@media (max-width: 991px) {
    .navbar-light .navbar-toggler {
        color: #efdf23;
        border-color: #efdf23;
        background: #efdf23;
        padding: 2px 6px;
    }
}


/*link verso gli store mobile*/
#linktostore {
        color: #000;
        background: #efdf23;
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 5px;
        width: 98%;
    z-index: 10000;
    margin: 1%;
        }
#linktostore img{
        width:30%;
        height: auto;
        margin: 3% 2%;
    }
@media (orientation: portrait) {
    #linktostore {display: block;}
}



