#draggableDiv {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 99;
}
.content_wrap {
    position: relative;
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
}
#pdp_video {
    border-radius: 15px;
    position: relative;
}

.video {
    border-radius: 15px;
    object-fit: cover;
    z-index: 2;
    cursor: pointer;
    position: relative;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.controls {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pause_play {
    position: absolute;
    bottom: 60px;
    background: transparent;
    left: 15px;
    outline: none;
    z-index: 99999;
    border: none;
}
.video-close {
    position: absolute;
    top: 10px;
    background: transparent;
    right: 20px;
    outline: none;
    z-index: 99999;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.pause_play .icon{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
}
.pause_play .icon.hide{
    visibility: hidden;
}
#VideoModal .modal-content{
    margin-top: 55px;
    border: none;
}
/* #VideoModal .close-btn {
    position: absolute;
    right: -50px;
    top: -20px;
    cursor: pointer;
    z-index: 99;
    font-size: 60px;
    color: #fff;
    width: 50px;
} */


#VideoModal .popup-video-controls {
    position: absolute;
    display: flex;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0px;
    padding: 10px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 11111111;
    border-radius: 15px;
}

#VideoModal .popup_video {
    max-height: calc(100vh - 100px);
    z-index: 9999;
    height: 100%;
    width: 500px;
}

#VideoModal .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#VideoModal .popup-video-controls button {
    position: relative;
    background: transparent;
    width: 50px;
    border: none;
    outline: none;
    height: 50px;
    display: inline-block;
}

#VideoModal .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 50px);
    overflow-y: inherit;
    padding: 0;
}

#VideoModal button.volume_btn.muted::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 65%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 65%;
    height: 2.5px;
    border-radius: 10px;
    background-color: #fff;
    transform-origin: 0 0;
}


/*reel slider*/
/* .singlePagereelUpSlider .slick-slide {
    padding:10px;
    position: relative;
    height: unset !important;
} */
/* .singlePagereelUpSlider .slide_product_image{
    height: 45px;
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 15px;
    box-shadow: 0 0 14px 4px #80808024;
    border-radius: 10px;

} */
.singlePagereelUpSlider .reel_product_image video{
    border-radius: 10px;
}
.singlePagereelUpSlider .slide_product_image img{
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.singlePagereelUpSlider .reel_product_image{
    position: relative;
}
.singlePagereelUpSlider .product_name h5{
    color: rgb(15, 15, 15);
    font-weight: 600;
    font-size: 15px;
    font-family: Jost,sans-serif;
    margin: 18px 0 5px;
}
.singlePagereelUpSlider .sel_org_price{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display:flex;
    gap:10px;
    margin: 10px 0;
    font-weight: 600;
    font-family: Jost,sans-serif;
}
.singlePagereelUpSlider .sel_org_price .selling_price{
    color: #b30000;
}
.singlePagereelUpSlider .sel_org_price .regular_price{
    color: gray;
}
/* .singlePagereelUpSlider .reel_product{
    box-shadow: 0px 0px 10px #00000026;cursor: pointer;border-radius: 10px;
} */
.singlePagereelUpSlider .reel_product .off_views,.slider_productDetail .off_views {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    top: 10px;
}
.singlePagereelUpSlider .off_views .off,.slider_productDetail .off_views .off{
    background: #B30000;
    padding: 2px 7px;
    font-size: 10px;
    color: #fff;
    position: relative;
    font-family: Jost,sans-serif;
    border-radius: 5px 0px 0px 5px;
    z-index: 1;
}
.singlePagereelUpSlider .off_views .off::after,.slider_productDetail .off_views .off::after{
    content: '';
    height: 13px;
    width: 13px;
    background: #B30000;
    position: absolute;
    top: calc(50% - 6px);
    right: -7px;
    transform: rotate(45deg);
    z-index: -1;
}
.singlePagereelUpSlider .off_views .view,.slider_productDetail .off_views .view{
    background: #0000004d;
    padding: 1px 7px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
}
.singlePagereelUpSlider button.slick-prev.slick-arrow{
    z-index: 100;
    left: 20px !important;
    top: 50% !important;
}
.singlePagereelUpSlider button.slick-next.slick-arrow{
    right: 40px !important  ;
    z-index: 100;
    top: 50% !important; 
}
.singlePagereelUpSlider button.slick-arrow:before{
    font-size: 40px;
}
.singlePagereelUpSlider .videoDiv{
    text-align: center;
}