.movies-container {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding-top: 15px;
}

.movies-container .top-carousel-box {
    width: 100%;
    float: left;
    min-height: 250px;
    position: relative;
    background-color: #fff;
}

.top-carousel-wrapper {
    position: relative;
}

.w100 {
    width: 100%;
    max-width: 100%;
}

.top-carousel {
    border-bottom: solid 1px #eceff5;
    padding-bottom: 40px;
    background-color: #fff;
}

.last-movie-wrap {
    height: 300px;
    position: relative;
    padding: 0;
    background-size: cover;
}

.last-movie-wrap img {
    height: 100%;
    width: 100%;
}

.last-movie-wrap div {
    width: 100%;
    position: absolute;
    height: 40px;
    left: 0;
    bottom: 0;
    padding: 0 0 10px 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.last-movie-wrap div h4 {
    padding: 0;
}

.last-movie-wrap div h4 a {
    color: #fff;
}

.movies-cat {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    background-color: #fff
}

.movies-cat ul {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.movies-cat ul li {
    width: 100%;
    overflow: hidden;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: solid 1px #eceff5;
}

.movies-cat ul li a {
    width: 100%;
    text-decoration: none;
    color: #222d34;
    font-family: OpenSansSemiBold, Arial;
}

.movies h3.latest-movies {
    width: 100%;
    padding-left: 9px;
    font-size: 18px;
    color: #222d34;
    margin-bottom: 50px;
    font-family: OpenSansSemiBold, Arial;
}

h3.recommended-movies {
    width: 100%;
    margin-left: 0px;
    padding-left: 9px;
    font-size: 18px;
    color: #222d34;
    font-family: OpenSansSemiBold, Arial;
}

.movies {
    height: 100%;
    overflow: inherit;
}

.movies-search .search-result {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.visible {
    display: block !important;
}

.unvisible {
    display: none !important;
}

.movie-views {
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.movies-search .search-result li {
    padding: 8px 10px;
    margin-right: unset;
    overflow: hidden;
}

.movies-search .search-result li a {
    width: 100%;
    text-decoration: none;
    display: block;
}

.movies-search .search-result li:hover {
    background-color: #444;
}

.movies-search .search-result li:hover>a {
    color: #fff;
}

.movies .movies-inner {
    margin: 0 -6px 24px;
    display: flex;
    flex-wrap: wrap;
}

.movies .movies-inner .movies-film-wrapper {
    padding: 0 6px;
    width: 200px;
    margin: 16px 0px;
}

.movies .movies-inner .empty_state {
    width: 100%;
}

.movies .movies-film-wrapper figure {
    position: relative;
    width: 95%;
    height: 100%;
    margin-bottom: 20px;
    width: 180px;
    height: 255px;
    margin: 0 auto;
    transition: all 0.1s linear;
    margin-bottom: 8px;
}

.movies .movies-film-wrapper h3,
.movies .movies-film-wrapper figure h3 {
    color: #535353;
    font-size: 14px;

    padding: 0px 5px 0px 5px;
    margin: 4px 0px 0px;
    width: 100%;
    /*min-height: 40px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #1F1F1F;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.movies .movies-film-wrapper h3 a,
.movies .movies-film-wrapper figure h3 a {
    text-decoration: none;
    color: #1f1f1f;
}

.movies .movies-film-wrapper figure p {
    text-transform: capitalize;
    font-size: 13px;
    font-family: lato;
    margin: -4px 0px 5px;
}

.movies .movies-film-wrapper span,
.movies .movies-film-wrapper figure span {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #828282;
    background: #E3E6EC;
    border-radius: 50px;
    padding: 4px 8px;
    margin: 4px;
}

.movies .movies-film-wrapper figure img {
    width: 100%;
    height: 255px;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all 0.1s linear;
    position: relative;
    bottom: 0px;
    object-fit: cover;
}

.movies .movies-film-wrapper figure:hover {
    transition: all 0.1s linear;
}

.movies .movies-film-wrapper figure:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 0.1s linear;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 40%);
}

.movies .movies-nav {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.most-viewed-movies {
    width: 100%;
    overflow: hidden;
}

.movies .movies-nav input {
    width: 100%;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    font-family: OpenSansLight, Arial;
    padding: 20px 15px;
    height: 50px;
    font-size: 20px;
}

.movies-top-breadcrumb li {
    cursor: pointer;
}

.semibold {
    font-family: OpenSansBold, Arial;
}

.film-player-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.film-player-wrapper video {
    border-radius: 10px;
    outline: none;
}

.played-film-meta h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.played-film-description {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 20px 25px;
}

.played-film-description-wrapper {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 16px;
}

.played-film-description .played-film-name-wrap {
    width: 100%;
    height: 5px;
    background-color: #444444;
}

.played-film-description .played-film-name-wrap h4 {
    width: 30%;
    line-height: 30px;
    padding: 0 5px 0 5px;
    margin: 0;
    font-size: 12px;
}

.played-film-description .played-film-meta {
    display: inline-block;
    float: right;
    overflow: hidden;
    font-size: 15px;
    color: #222D34;
}

.played-film-description .played-film-meta p.time {
    color: #848484;
    font-size: 12px;
    font-family: OpenSansRegular, Arial;
}

.played-film-description .played-film-meta p.about-film,
.played-film-description .played-film-meta p {
    color: #848484;
    font-size: 13px;
    line-height: 20px;
}

.played-film-description-wrapper .movie-title {
    margin: 20px 15px 7px 20px;
    font-size: 32px;
    font-family: OpenSansLight, Arial;
}

.played-film-description .played-film-meta .about-film {
    height: 100px;
    overflow: hidden;
    font-size: 15px !important;
    font-family: lato;
    line-height: 25px !important;
    margin-bottom: 2px;
}

.slide-film-desc {
    width: 100px;
    text-align: center;
    font-family: lato;
    color: #656565;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    margin-left: auto;
    line-height: 1;
    margin-bottom: 12px;
}

.slide-film-desc svg.feather {
    margin: -2px 2px 0px -5px;
    width: 16px;
    height: 16px;
}

.played-film-details .share-film a {
    cursor: pointer;
    text-decoration: none;
}

.played-film-details .share-film a svg {
    color: #848484;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.related-movies-wrapper {
    width: 100%;
    padding: 15px 0px;
    overflow: hidden;
}

.related-movies-wrapper .slick-list {
    overflow: inherit;
}

.related-movies-wrapper .related-movies-carousel {
    width: 100%;
    overflow: initial;
    margin: 0px;
}

.related-movies-wrapper .related-movies-carousel .related-film-wrapper {
    max-height: 255px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 5px;
    position: relative;
    width: 185px;
    margin-right: 10px;
    padding: 0px 10px;
    outline: 0;
}

.related-movies-wrapper .related-movies-carousel .related-film-wrapper:hover {
    cursor: move;
}

.related-movies-wrapper .related-movies-carousel .related-film-wrapper img {
    width: 100%;
    max-height: 200px;
}

.related-movies-wrapper .related-movies-carousel .related-film-wrapper h4 {
    font-family: OpenSansRegular, Arial;
    font-size: 12px;
    color: #222D34;
    padding-left: 5px;
}

.related-movies-wrapper .related-movies-carousel .related-film-wrapper span {
    font-family: OpenSansLight, Arial;
    color: #757A7D;
    font-size: 13px;
    padding-left: 5px;
}

.played-film-details {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.played-film-details ul {
    padding-left: 0;
}

.played-film-details ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 16px;
    display: flex;
}

.played-film-details ul li .main {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
}

.played-film-details ul li .main svg {
    margin-top: -4px;
}

.played-film-details ul li .main span {
    margin-left: 16px;
}

.played-film-details p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 16px;
    display: flex;
}

.movies-nav-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.movies-nav-wrapper .movies-nav-item {
    -webkit-transition: all .27s ease;
    transition: all .27s ease;
    padding: 10px 5px;
    background: #f5f7fa;
    color: #222D34;
    border-radius: 3px;
    font-family: OpenSansLight, Arial;
    margin-right: 20px;
    font-size: 16px;
}

.movies-nav-wrapper .movies-nav-item:hover {
    background: #444;
    color: #f6f6f6;
    text-decoration: none;
}

.film-player-wrapper iframe {
    width: 100%;
    border: none;
    min-height: 566px;
    margin: 0;
    padding: 0;
}

.wow_movie_filter {
    margin-left: auto;
}

.wow_movie_filters>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.wow_movie_filters>li .collapse {
    padding: 0 30px;
    max-height: 225px;
    overflow-y: auto;
}

.wow_movie_filters>li .collapse a {
    text-decoration: none;
    display: block;
    line-height: 25px;
}

.wow_main_float_head.moviewatch {
    margin-top: 16px;
    border-top: 1px solid #DFE0E8;
}

.wow_main_float_head.moviewatch .container {
    position: relative;
    z-index: 2;
    padding: 80px 15px 120px;
}

.watch-film-top-nav {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin: 10px 0 0;
    text-align: center;
}

.watch-film-top-nav li,
.watch-film-top-nav li a {
    color: rgba(255, 255, 255, 0.75);
}

.watch-film-top-nav li.last-bread {
    color: #fff;
}

.wow_main_float_head.moviewatch .container p {
    text-align: center;
    margin: 20px 0 0;
}

.wow_moviecontent {
    position: relative;
    z-index: 9;
    padding: 16px 0px;
}

.wow_movie_infos {
    display: flex;
    position: relative;
}

.wow_movie_infos .mve_thmb {
    position: relative;
    width: 200px;
    min-width: 200px;
    height: 0;
    padding-bottom: 290px;
}

.wow_movie_infos .mve_thmb>h1 {
    display: none;
}

.wow_movie_infos .mve_thmb .badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 5px;
    z-index: 5;
    font-weight: 500;
}

.wow_movie_infos .mve_thmb .badge svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.wow_movie_infos .mve_thmb img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.wow_movie_infos .mve_nfo {
    padding-left: 20px;
}

.wow_moviecontent .wo_page_hdng_innr {
    font-weight: 500;
}

.m-mata-tag {
    width: 140px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.watch_main_movie label {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    margin-bottom: 8px;
}

.watch_main_movie .about-film {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #1F1F1F;
}

.played-film-details h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1F1F1F;
    margin: 0;
    margin-bottom: 16px;
}

.rating-film-star {
    width: 35px;
    height: 22px;
    background: #FFFFFF;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #1F1F1F;
    text-decoration: none;
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.rating-film-star svg {
    margin-right: 4px;
}

.movies-subheadnav .active {
    color: #00819D;
}

.movies-subheadnav .active svg path {
    fill: #00819D;
}

.movies-subheadnav {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.movies-filter {
    display: flex;
    padding: 0px;
    margin-bottom: 22px;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
}

.movies-filter li {
    /* padding: 8px; */
    position: relative;
    width: max-content;
}

.movies-filter li.active > .mainCategory,
.subGenreItem.active,
.movies-filter li.active > a{
    color: #00879b !important;
}

.movies-filter>div>li {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    cursor: pointer;
}

.movies-filter li a.active,
.movies-filter>div>li.active > a{
    background: #ECEFF5;
}

.movies-filter li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px;
}

.movies-filter>div>li ul.dropdown-menu:not(.notfi-dropdown)>li>a:hover,
.movies-filter>div>li:hover > a{
    background: #ECEFF5;
}

.movies-filter li:hover a {
    color: #828282 !important;
}

.movies-filter li a:hover {
    background: transparent;
}

.movies-filter li a svg {
    margin-left: 8px;
}

.movies-filter>div>li ul {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
    max-height: 350px;
    overflow: auto;
    top: 30px !important;
}

.movies-filter>div>li ul>li {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.movies-filter>div>li ul.dropdown-menu:not(.notfi-dropdown)>li>a {
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    padding: 8px;
}

.movies-filter div {
    display: flex;
}

.movies-search {
    position: relative;
}

.movies-search .glyphicon {
    position: absolute;
    left: 0px;
    margin: 9px 17px;
}

.movies-search input {
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    outline: none;
    padding: 8px 8px 8px 45px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    width: 450px;
}

.movies-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BDBDBD;
}

.movies-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #BDBDBD;
}

.movies-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #BDBDBD;
}

.movies-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #BDBDBD;
}

.movies-com-wrapper .movies-comlist-container .movies-comment-item .movies-comment-reply-cont .movies-comment-item {
    border-top: 1px solid #ddd;
    border-radius: 0;
}

@media (max-width: 1270px) {
    .movies .movies-film-wrapper figure img {
        /*     height: 200px; */
    }
}

@media (max-width: 985px) {
    .movies .movies-inner .movies-film-wrapper {
        width: 20%;
    }

    .movies .movies-film-wrapper figure img {
        /*     height: 230px; */
    }

    .watch_player_movie {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

    .watch_player_movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wow_moviecontent {
        padding: 8px 0px;
    }

    .watch-movie.page-margin {
        margin-top: 0px;
    }

    .played-film-description-wrapper {
        margin-bottom: 8px;
    }

    .film-player-wrapper {
        margin-bottom: 0px;
    }

    .slick-slider .slick-track .movies-film-wrapper {
        width: 200px;
    }

    .wow_movie_infos {
        flex-direction: column;
    }

    .movies .movies-film-wrapper figure {
        width: 100%;
    }

    .movies .movies-inner .movies-film-wrapper {
        width: 25%;
    }

    .played-film-description-wrapper .movie-title {
        margin: 15px 10px 25px;
        font-size: 30px;
        line-height: 40px;
    }

    .wow_movie_infos .mve_thmb {
        width: 100%;
        max-width: 162px;
        /*padding-bottom: 150px;*/
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        margin-bottom: 16px;
        margin: 0 auto 16px;
    }

    .played-film-details h1 {}

    .wow_movie_infos .mve_thmb>h1 {
        display: block;
        position: absolute;
        bottom: 0px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin: 16px;

    }

    .wow_movie_infos .mve_thmb img {
        /*filter: blur(2px);*/
    }
}

@media (max-width: 530px) {
    .col-exs-6 {
        width: 50%
    }

    .movies .movies-inner .movies-film-wrapper {
        width: 33.333333333%;
    }

    .wow_movie_infos .mve_nfo {
        padding: 0;
    }
}

@media (max-width: 420px) {
    .movies .movies-inner .movies-film-wrapper {
        width: 50%;
    }

    .slick-slider .slick-track .movies-film-wrapper {
        width: 200px;
    }
}

@media (max-width: 380px) {
    .movies .movies-film-wrapper figure img {
        /*     height: 210px; */
    }
}