.filmbrand-dropdownbtn {
    text-align: left;
    font-size: 16px;
    /*0.84vw*/
    border-radius: 50px;
    padding: 2% 5%;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
}

.filmbrand-dropdownbtn div {
    width: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
}

.filmbrand-dropdown {
    width: 70%;
}

.filmbrand-dropdownlist {
    width: 100%;
    max-height: 280px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.filmbrand-set {
    padding: 10px 8px;
}

.filmbrand-set:hover,
.filmbrand-set.active {
    background-color: #DEEBFF;
}

.filmbrand-set .filmbrand-set-img {
    text-align: center;
}

.filmbrand-set .filmbrand-set-img img {
    width: 230px;
}

.filmbrand-set .filmbrand-set-title {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.filmbrand-selected {
    text-align: center;
}

.filmbrand-dropdownlist ul {
    width: 100%; margin: 0;
    padding-left: 20px;
    
}

.filmbrand-dropdownlist ul li {
    list-style: none;
    font-weight: bold;
}

.filmbrand-dropdownlist ul li div {
    font-weight: normal;
    cursor: pointer;
    padding-left: 20px;
}

.carbrandseries-df {
    font-weight: bold;
    padding-left: 20px;
    cursor: pointer;
}

.carbrandseries-sub {font-weight: 600;padding-left: 20px;}
.carbrandseries-sub2 {font-weight: normal;}
.carbrandseries-sub2-title {padding-left: 40px; cursor: pointer;}

.carbrandseries-sub2-title:hover,
.carbrandseries-df:hover,
.carbrandseriesactive {
    background-color: #1967D2;
    color: #fff;
}
.filmdetail-set .filmdetail-detail img {max-width: 100%;}
.filmdetail-set .filmdetail-title { font-size: 28px; font-weight: 600; text-align: center; margin-top: 60px;}
.filmdetail-set .filmdetail-film { margin: 60px 0; text-align: left;}
.filmdetail-set .filmdetail-productset {padding: 10px 20px; width: 20%; display: inline-block;}
.filmdetail-set .filmdetail-productset .filmdetail-productset-img img{ width: 100%;} 
.filmdetail-set .filmdetail-productset .filmdetail-productset-title { text-align: center;} 

@media (max-width: 991px) {
    .filmbrand-dropdown {
        width: 100%;
    }
    .filmdetail-set .filmdetail-film { text-align: center;}
    .filmdetail-set .filmdetail-productset {width: 45%;}

}