.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 img {
    border: transparent;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: cover;
    object-position: center 40%;
}

#owl-demo .owl-dots {
    margin-top: -30px;
    padding-bottom: 0px;
    position: relative;
    z-index: 9;
}

.owl-theme .owl-dots .owl-dot span{
	background: #FFFFFF80;
    height: 8px;
    width: 8px;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #F9F9FA;
}
.carousel-div{
	padding: 5px 0px 10px 0px;
}
.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:355px;
}
@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;
    }
}
@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: 110px;
        border-radius: 0px;
    }
    .owl-carousel .item a::after {
        border-radius: 0px;
    }

    .tab-container .tab {
        padding: 2px 10px !important;
        margin-right: 10px !important;
    }
}

.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: #372F28;
    white-space: nowrap;
    border-radius: 0px !important;
    border-bottom: 4px solid transparent;
    font-family: 'Inter-Regular';
    font-weight: 400;
}

.tab-container .tab.active {
    color: #FF9D00;
    background-color: transparent;
    border-radius: 0px !important;
    border-color: #FF9D00;
}

.inner_tab_sec .tab-container .tab{
    border: none !important
}


.inner_tab_sec .sub_new.active {
    color: #FF9D00;
    border-radius: 30px !important;
    border-color: #FF9D00;
}


hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn{
    color: #fff !important;
    background-color: #DC2626 !important;
    text-shadow: 0px 2px 0px #00000040;
}
