.owl-carousel .item a{
	display: flex;
	   justify-content: center;
}
.owl-carousel .item img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    max-height: 120px;
    object-position: center;
    max-width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
	background: #8B8079;
    height: 6px;
    width: 6px;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #372F28;
}
.carousel-div {
    margin: 10px auto 0;
    width: 100%;
    max-width: 800px;
}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{
	margin: 3px 9px;
    color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    padding: 4px 3px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease-in-out;
}
.landing .series-guest-manage-height{
	min-height:375px;
}
@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;
    }
}
/* .landing .bonus-series-guest .price_row1{
	padding-bottom: 6px !important;
    padding-top: 6px !important;
} */
.landing .bonus-series-played {
	height: 244px;
}
.landing .bonus-series-played .bgimg{
	height: 170px;
}
.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;
}

.tab-container:hover {
    overflow-x: auto;
}

.tab-container .tab {
    padding: 4px 12px;
    /* margin-right: 10px; */
    color: #fff;
    white-space: nowrap;
    font-family: 'NotoSansJP-Medium';
    border-radius: 50px !important;
}

body.light .tab-container .tab{
    color: #1A1A1A;
}

.tab-container .tab.active {
    color: #1A1A1A;
    background: #D4AF37 !important;
    border-radius: 50px !important;
    border: 1px solid #D4AF37;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn {
    color: #fff !important;
    font-family: 'NotoSansJP-SemiBold';
    border: none;
    background: linear-gradient(180deg, #FFE89F 6.25%, #D4AF37 31.25%, #D4AF37 54.33%, #E97C00 100%) !important;
    text-shadow: 0px 1px 8px #703B00CC;
}