.owl-carousel .item a{
	/* display: flex;
    justify-content: center; */
    position: relative;
}
.owl-carousel .item img{
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    max-height: 120px;
    object-position: bottom;
    max-width: 100%;
}
.card_slider .owl-nav.disabled {
    display: block;
}
#owl-demo.owl-carousel .item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #00000080; */
    border-radius: 8px;
}
.owl-theme .owl-dots .owl-dot span{
	background: gray;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: white;
}
.carousel-div {
    margin: 20px auto 0;
    width: 100%;
    max-width: 800px;
}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{
	margin: 3px 9px;
}

.owl-theme .owl-dots .owl-dot span{
	background: #8B8079;
    height: 7px !important;
    width: 7px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #372F28;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    padding: 4px 3px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.landing .manage-height{
	min-height:371px;
}
@media only screen and (max-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
        left:11px;
        right: auto;
        transform: translateX(-50%);
        bottom: 125px;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 11px;
        transform: translateX(50%);
        bottom: 125px;
    }

    #owl-demo.owl-carousel .item a::after,
    .owl-carousel .item img {
        border-radius: 0;
    }
}
@media only screen and (min-width: 600px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 135px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 0px;
        transform: none;
    }
}
@media only screen and (min-width: 992px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 138px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 8px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 8px;
        transform: none;
    }
}
@media (max-width: 575px) {
    /* .owl-carousel .item img {
        max-height: 160px;
    } */
}
.series-category-tabs ul > li > a{
	background-color: transparent;
}

.tab-container a {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.tab-container {
    display: flex;
    overflow-x: hidden;
    transition: overflow-x 0.3s ease;
    max-width: 800px;
    margin: 0 auto;
}

.tab-container:hover {
    overflow-x: auto;
}

.tab-container .tab {
    padding: 5px 15px;
    margin-right: 10px;
    color: #000000;
    white-space: nowrap;
    border-radius: 0px !important;
    border-bottom: 0px solid transparent;
    font-family: 'LINESeedJP_TTF_Rg';
}

.tab-container .tab.active {
    color: #fff;
    background: #EB4055 !important;
    border-radius: 50px !important;
    border: 1px solid #EB4055;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn{
    background-color: #FF8A00 !important;
    width: 100%;
    color: #fff !important;
    font-family: 'LINESeedJP_TTF_Bd';
}


.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -7px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 7px auto !important;
    height: 2px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
        bottom: -16px !important;
}