/*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;
}

/* 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;
    }
}