/*shortshaberler*/

/*.hbshorts {
    padding: 0;
}*/

.hbshorts-wrapper {
    position:relative;
    gap: 10px;
    padding: 14px 0;
    height: auto;
    width:100%;
    overflow:hidden;
}

.hbshorts-baslik {
    display: flex;
    flex-direction: row;
    color: #333;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px 0;
    gap: 6px;
}

.hbshorts-slide {
    display: flex;
    flex-direction: row;
    max-width: 705px;
    overflow-x: auto; /* Yatay scroll */
    scroll-snap-type: x mandatory; /* Scroll snapping aktifleştir */
    width: 100%;
    overflow-y: hidden;
}

    .hbshorts-slide a {
        position: relative;
        width: 155px;
        height: 254px;
        overflow: hidden;
        display: block;
        flex-basis: 155px;
        flex-shrink: 0;
        margin-right: 12px;
        border-radius: 0;
    }

        .hbshorts-slide a:last-child {
            margin-right: 0;
            
        }

        .hbshorts-slide a img {
            max-width: 155px;
            height: 274px;
            width: 100%;
            object-fit: cover;
        }

        .hbshorts-slide a .hbshorts-ozet {
            position: absolute;
            bottom: 16px;
            left: 16px;
            display: -webkit-box;
            width: 125px;
            text-align:right;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: #FFF;
            text-overflow: ellipsis;
            font-family: Helvetica;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    /*border: 1px solid #666;*/
    width: 100%;
    height: 100%;
}

.popup h2 {
    margin-top: 0;
    color: #666;
}
.i-shorts-ikon {
    content: url(/mstatic/assets/img/i-shorts-ikon.svg);
}
.short-desc-icon {
    width: 20px !important;
    height: 20px !important;

}
.icon-count-area{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}


.popup .content {
    overflow: hidden;
}

.popup p {
    color: #494949;
    font-family: Helvetica Neue;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-bottom: 11px;
}

.popup p:last-child {
    margin: 0;
}

.popup .content > * {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}
/*
i-shorts-pause {
	content: url(../img/i-shorts-pause.png);
}

.i-shorts-play.i-shorts-pause {
	content: url(../img/i-shorts-pause.png);
	opacity: .8;
	width: 80px;
	height: 80px;
}
*/

/**/
/**/

    /* .hbshorts-ozpro:hover {
        bottom: 16px;
    }*/

/*.slick-list.draggable {
    height:100% !important;
}*/

/*.owl-carousel {
    transform: rotate3d(0, 0, 1, 90deg) !important;
}

.owl-carousel.owl-drag .owl-item {
    transform: rotate3d(0, 0, 1, -90deg) !important;
}
*/
/*.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-y !important;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}*/
/*.owl-carousel {
    transform: rotate(90deg) !important;
}

    .owl-carousel.owl-drag .owl-item {
        transform: rotate(-90deg) !important;
    }*/
/*.owl-carousel-vertical .owl-nav {
    display:flex;
    justify-content:space-between;
    position:absolute;
    width:100%;
    top:calc(50%-33px);
}*/

/*.owl-stage {
    transform:rotate(90deg) !important;
}*/

/*.owl-carousel .owl-nav > div {
    padding: 0.4em 1.4em;
    border: 1px solid #333;
    background: #000;
    color: white;
    border-radius: 0.4em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5);
}

    .owl-carousel .owl-nav > div:hover {
        background-color: #333;
    }

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}
*/

.isloading {
    background: #eee;
    background: linear-gradient(110deg, #ECECEC 8%, #F5F5F5 18%, #ECECEC 33%);
    background-size: 200% 400%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.vidover2 {
    position: absolute;
    top: 80%;
    bottom: 0%;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: .7;
   /* background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.00) 62.99%);*/
}
/* Kaynak Dosya: shorts.css */
/* Kaynak Dosya: home-shorts.css */