/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_TiktokFeeds
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-tiktok-nav:hover {
    background: rgba(0,0,0,0.1);
}

.wk-tiktok-nav {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 35%;
    z-index: 3;
    font-size: 9rem;
    cursor: pointer;
    color: thistle;
}

.wk-tiktokfeeds-modal {
    position: relative;
    text-align: center;
    /* height: 500px; */
    display: none;
}


.wk-tiktokfeeds-modal .play-icon{
    left: 48%;
    top: 48%;
    z-index: 10000;
    border-style: solid;
    border-color: transparent transparent transparent white;
    border-width: 25px 0px 25px 50px;
    position: absolute;
    cursor: pointer;
}

.wk-tiktokfeeds-modal .wk-tiktokfeeds {
    overflow-x: unset;
    white-space: unset;
}

.wk-tiktokvideo-modal {
    display: inline-block;
    z-index: 10000;
    cursor: pointer;
    height: 100%;
}

.wk-tiktok-nav.left{
    left: 0%;
}

.wk-tiktok-nav.right{
    right: 0%;
}

.wk-tiktokfeeds::-webkit-scrollbar {
    width: 1em;
}

.wk-tiktokfeeds::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.wk-tiktokfeeds::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.wk-tiktok-videoInfo {
    left: 5%;
    bottom: 5%;
    position: absolute;
}

.wk-tiktok-videoInfo .play-icon{
    border-style: solid;
    border-color: transparent transparent transparent white;
    border-width: 8px 0px 8px 16px;
}

.wk-tiktok-videoInfo .likes{
    color: white;
    font-weight: bold;
}

.wk-tiktokfeeds-component {
    margin: 1% 0% 1% 0%;
}

.wk-tiktokfeed {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    /* height: 300px; */
}

.wk-tiktokfeed img {
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.wk-tiktokfeeds {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

body .page-wrapper .page-bottom {
    width: 100%;
}

@media only screen and (max-width: 450px) {
    .wk-tiktokfeeds-component {
        min-width: 100%;
        padding: 0px;
    }
  }

@media only screen and (max-width: 768px) {
    .tiktok_popup{
        left: 0 !important;
    }
    .tiktok_popup .modal-content{
        padding: 0 !important;
        
    }
    .tiktok_popup .modal-content .wk-tiktokvideo-modal .tiktok-embed{
        margin: 0 !important;
    }
}