/******************video swiper comment skeleton start****************/
.bk_comment_skeleton-box {
    display: flex;
    align-items: start;
    column-gap: 10px;
    padding: 10px;
}

.bk_comment_skeleton-box .squarebotom {
    height: 40px;
    flex: 1;
}

.bk_comment_skeleton-box .roundbottom,
.bk_comment_skeleton-box .smallRound {
    flex: 0 0 46px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.bk_comment_skeleton-box .smallRound {
    flex: 0 0 26px;
}

.bk_comment_skeleton-box .bgcolorGrey {
    background: #e3e3e3;
    animation: wave 1s infinite linear forwards;
    -webkit-animation: wave 1s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

@keyframes wave {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
    }
    @-webkit-keyframes wave {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
/******************video swiper comment skeleton end****************/


body.no-scroll {
    overflow: hidden;
}
.video-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: #0009;
}

.video-container .swiper-vertical {
    width: 100%;
}

.video-container .video-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 10px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.video_content_left {
    max-width: 400px;
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 700px;
}

.video_content_right {
    max-width: 450px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EBECEC;
    border-radius: 16px;
    padding: 15px;
    flex: 1;
    position: relative;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.video-content .unmuteButton,
.video-content .backButton,
.video-content .video_cartBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #0007;
    border-radius: 50%;
    border: none;
    padding: 0px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
}

.video-content .unmuteButton {
    left: auto;
    right: 10px;
}

.video-content .video_cartBtn {
    left: auto;
    right: 60px;
}

.video-content .video_cartBtn img {
    width: 20px;
}

.video_cartBtn .bk_video_cart-count {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background: #fd7675;
    width: 18px;
    aspect-ratio: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    border-radius: 50px;
    font-size: 10px;
}

.watch_right_buttons {
    position: absolute;
    right: 0px;
    bottom: 34%;
    width: auto;
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    padding: 10px;
    z-index: 1;
}

.watch_right_buttons .watch_like,
.watch_right_buttons .watch_comments {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    row-gap: 2px;
    color: #fff;
}

.watch_right_buttons .watch_like img,
.watch_right_buttons .watch_comments img {
    width: 28px;
}

/* css for video description start */
.video-content .watch_video_description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    margin-bottom: 15px;
    transition: max-height 0.5s ease;
    padding-right: 10px;
}

.watch_video_description::-webkit-scrollbar {
    display: block;
    width: 6px;
}

.watch_video_description::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border-radius: 10px;
}

.video-content .watch_video_description.show {
    -webkit-line-clamp: unset;
    overflow: auto;
}

.video-content .watch_video_description .video_title {
    font-weight: 500;
    margin-bottom: 6px;
}

.video-content .watch_video_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 15px;
}

.video-content .watch_video_user_info a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #323C4A;
}

.video-content .watch_video_user_info img {
    width: 42px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF;
    background: #fff;
}

.video-content .watch_video_follow_btn button {
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #22D1C1;
    border-radius: 12px;
    background: transparent;
    color: #22D1C1;
    font-weight: 500;
}

.video-content .watch_video_description * {
    font-size: 16px;
    line-height: 22px;
    background: transparent !important;
    color: #323C4A;
}

/* css for video description end */

/* css for video tag product start */
.video-content ul.watch_product_tag_list {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    column-gap: 6px;
    overflow: auto;
}

.video-content ul.watch_product_tag_list::-webkit-scrollbar {
    display: none;
}

.video-content .watch_product_tag_item {
    background: #fff;
    border: 1px solid #CDCECE;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    flex: 0 0 260px;
    height: 140px;
    display: flex;
    column-gap: 10px;
}

.video-content .watch_product_tag_item > a {
    flex: 0 0 40%;
    align-self: center;
}

.video-content .watch_product_tag_item figure {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1;
}

.video-content .watch_product_tag_item figure img {
    object-fit: contain;
    aspect-ratio: 1;
}

.video-content a.watch_product_tag_brand {
    color: #22D1C1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-content .watch_product_tag_info {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.video-content .watch_product_tag_title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    margin: 3px 0;
    color: #100202;
    line-height: 1.3;
    font-weight: 400;
}

.video-content .watch_product_cartBtn {
    margin-top: auto;
}

.video-content .watch_product_tag_price-Wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 4px 0;
}

.video-content .watch_product_tag_price .watch_product_tag_price-update {
    font-weight: 500;
}

.watch_product_tag_list-price {
    color: #C3C3C3;
}

.video-content .watch_product_tag_price {
    display: flex;
    column-gap: 8px;
}

.video-content .watch_product_tag_rating-wrap span {
    background: #80B535;
    display: flex;
    align-items: center;
    line-height: 13px;
    letter-spacing: 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    column-gap: 3px;
}

.watch_product_cartBtn .bk-icon-listcart,
.watch_product_cartBtn .bk_btn_addedcart {
    border: 1px solid currentColor;
    background: #22D1C1;
    color: #fff;
    line-height: 28px;
    border-radius: 16px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.video-content .bk_btn_addedcart img {
    width: 14px;
}

button.bk-icon-listcart.bk-icon-listcart-disableBtn {
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #ddd;
}
/* css for video tag product end */

/* css for video comment block start */
.watch_comments_block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EBECEC;
    z-index: 1;
    opacity: 0;
    max-height: 700px;
}

.watch_comments_block.show {
    transform: translateY(0);
    opacity: 1;
}

.watch_add_comment_block {
    display: flex;
    flex-flow: column;
    max-height: calc(100vh - 20px);
}

.bk_watch_all_comments_ajax_wrapper {
    overflow: auto;
    flex: 1;
    max-height: calc(700px - 120px);
    min-height: 50vh;
}

.bk_no_comments {
    max-height: 380px;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

div.watch_comments_block * {
    color: #1B1C1E;
}

.watch_comments_header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EBECEC;
    padding: 5px 10px;
    position: sticky;
    top: 0;
    background: inherit;
    flex-wrap: wrap;
}

.watch_comments_header h2 {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
}

span.close_comments {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

span.close_comments img {
    width: 16px;
}

.watch_all_comments::-webkit-scrollbar {
    display: none;
}

.watch_all_comments .comment {
    display: flex;
    align-items: flex-start;
    padding: 12px 10px 0;
}

.comment_replies .comment {
    padding-inline: 0;
}

.watch_all_comments .comment .comment:last-child {
    margin-bottom: 0;
}

.user_comment_avatar {
    flex: 0 0 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #EBECEC;
}

.user_comment_avatar img,   
.watch_add_comment_wrap figure img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.user_comment_details {
    width: 100%;
}

.user_comment_info {
    display: flex;
    column-gap: 10px;
}

.user_comment_info_wrap {
    flex: 1;
}

.video-content .reply_tag {
    text-align: center;
    padding: 7px;
    display: flex;
    justify-content: center;
    margin: 0 10px;
}

.close_reply_tag {
    margin-left: 20px;
}

.user_comment_info * {
    font-size: 14px;
}

.user_comment_info .user_name {
    font-weight: 500;
    float: left;
    margin-right: 5px;
}

.user_comment_details .user_comment {
    margin-top: 4px;
    line-height: 16px;
}

.video-content .comment_like {
    flex: 0 0 20px;
}

.user_comment_actionBtns {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 8px 0;
}

.comment_reply, .comment_like {
    cursor: pointer;
}

.user_comment_actionBtns>div {
    display: flex;
    align-items: center;
    column-gap: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #818181;
}

.user_comment_actionBtns > div span {
    color: #818181;
}
.video-content .comment_replies {
    font-size: 13px;
}

.watch_add_comment_wrap {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #EBECEC;
}

.watch_add_comment_wrap figure {
    flex: 0 0 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.watch_comment_input {
    flex: 1;
}

.watch_comment_input input {
    all: unset;
    color: #000;
    font-size: 13px;
    border: 1px solid #C4C4C4;
    border-radius: 36px;
    padding: 6px 20px;
    width: -webkit-fill-available;
    display: inline-block;
    min-height: 36px;
}

.watch_comment_input input:focus {
    border: 1px solid #2dbaa8;
}

.watch_comment_input textarea::placeholder {
    color: #C4C4C4;
}

.watch_comment_sendBtn {
    margin-left: 10px;
    flex: 0 0 50px;
    text-align: center;
}

.watch_comment_sendBtn button {
    all: unset;
    cursor: pointer;
}

.bk_video_cart-count.cart-zoom {
    animation: zoom-cart 1s;
}

@keyframes zoom-cart {
  0%,100%   {transform: scale(1);}
  50%  {transform: scale(1.3);}
}

@media (max-width: 767px) {
    .video-container .video-content {
        padding: 0;
    }
    .video_content_right {
        position: absolute;
        max-width: 400px;
        bottom: 0;
        padding: 10px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 1) 80%);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        width: -webkit-fill-available;
    }
    .video-player {
        border-radius: 0;
    }
    .watch_video_user {
        justify-content: start;
    }
    .video-content .watch_video_description *, .video-content .watch_right_buttons * {
        color: #fff !important;
        font-size: 13px;
        line-height: 16px;
    }
    .video-content .watch_video_follow_btn button {
        border: 2px solid #fff;
        line-height: 26px;
        border-radius: 10px;
        color: #fff;
    }
    .video-content a.watch_product_tag_brand,
    .video-content .watch_product_tag_title h2 {
        font-size: 12px;
    }
    .video-content .watch_video_description {
        -webkit-line-clamp: 3;
        margin-right: 40px;
    }
    .video-content .watch_video_user {
        margin-right: 40px;
    }
    .video-content .watch_comments_block {
        border-radius: 20px 20px 0 0;
        box-shadow: none;
    }
    .video-content .watch_add_comment_block {
        height: 70vh;
    }
    .video-content .watch_product_tag_item {
        padding: 5px;
        height: 120px;
    }
    .video-content .watch_video_user_info a span {
        text-shadow: 0 0 3px #000;
        color: #fff;
    }
}