/* common */

.award_box {
    position: relative;
    padding-left: 44px !important;
    border: 1px solid #f5c518;
}
.award_box::before {
    position: absolute;
    content: "";
    display: block;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-top: solid 44px #f5c518;
    border-right: solid 44px transparent;
}
.photo_slider .slide_img {
    width: 185px;
    height: 185px;
}
.known_block .slide_img {
    width: 68px;
    height: 110px;
}
.known_block .info_ico {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.filter_box .filter_ico {
    display: flex;
    align-items: center;
    height: 30px;
}
.filtered_items span {
    cursor: pointer;
    border: 1px solid #5799ef;
}
.filtered_items span:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.filter_list {
    border: 1px solid #5799ef;
}
.filter_list span {
    border-right: 1px solid #5799ef;
    cursor: pointer;
}
.filter_list span:hover {
    background: #edf3f9;
}
.related_news_block .slide_img {
    height: 135px;
}
.actress_body .slide_img {
    width: 60px;
}
.users_list .slide_img {
    width: 60px;
}
.img_box iframe {
    height: 100%;
}
.add_review {
    color: rgb(14, 99, 190);
    background: transparent;
    border: none;
}
.add_review:hover {
    background: rgba(14, 99, 190, 0.08);
}
.movie_caption a {
    display: inline-block;
    height: 40px;
    line-height: 1.3;
}
.feature_review {
    margin-bottom: 1rem;
    padding: 0 20px 0 10px;
    background: #f5c518;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}
.thumb_ico i {
    padding: 0.75rem;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
}
.thumb_ico i:hover {
    background: #f4f4f4;
}
.right_ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
}
.right_ico:hover {
    background: #f4f4f4;
}
@media only screen and (max-width: 992px) {
    .filter_box {
        overflow-x: auto;
    }
    .filter_box > div {
        width: 700px;
        justify-content: start !important;
        gap: 5px;
    }
    .banner .container {
        padding: 0 !important;
    }
    .banner h2 {
        padding-left: 15px;
    }
    .img_box {
        height: 250px !important;
    }
    .img_box iframe {
        height: 100%;
    }
}
