.owl-carousel .item a{
	display: flex;
	justify-content: center;
    position: relative;
}

/* .owl-carousel .item a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
} */

.owl-carousel .item {
    border-radius: 10px;
}

.owl-carousel .item img {
    border: transparent;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
}

#owl-demo .owl-dots {
    margin-top: 10px;
    padding-bottom: 0px;
    position: relative;
    z-index: 9;
}

.owl-theme .owl-dots .owl-dot span{
	background: #8A8A8A;
    height: 6px;
    width: 6px;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #FF6F9C;
}
.carousel-div{
	margin: 0px auto;
    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;
}
@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-carousel .owl-item {
        padding: 20px 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: 150px;
        border-radius: 0;
    }

    #owl-demo .owl-dots {
        margin-top: 0;
    }
}

.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;
    max-width: 800px;
    margin: 0 auto;
}

.tab-container:hover {
    overflow-x: auto;
}

.tab-container .tab {
    padding: 2px 20px;
    margin-right: 10px;
    color: #2B2B2B;
    white-space: nowrap;
    border-radius: 0px !important;
    border-bottom: 4px solid transparent;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.tab-container .tab.active {
    color: #2B2B2B;
    border-color: #FF6F9C;
    background-color: transparent;
    border-radius: 0px !important;
    font-weight: 400;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn{
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    color: #fff !important;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF6F9C 0%, #FFC650 100%);
    box-shadow: 0px 2px 10px 0px #FFC06966, 0px -1px 10px 0px #FF6F9C66;
    border: 2px solid #FFFFFF !important;
}
