﻿@media screen and (min-width: 670px) and (max-width: 1023px) {
    .over-summary .over-summaryProducts-lbl, .sticky-mode .over-summary .over-summaryProducts-lbl {
        color: #565e5b;
        padding-left: 2px;
    }
    
}

@media screen and (min-width: 670px) {
    .over-summary .over-summaryProducts-lbl, .sticky-mode .over-summary .over-summaryProducts-lbl {
        color: #565e5b;
    }
    .sticky-mode .over-summary .over-summaryProducts-lbl {
        padding-left: 5px;
    }

}
.popup-video {
    width: 300px;
    height: 30px;
    cursor: pointer;
    background-color: #393838;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popup-video-player {
    width:300px;
    height:0;
}
.popup-player-wrap {
    /*max-height:300px;*/
    position: fixed;
    right: 260px;
    bottom: 00px;
    z-index: 999;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#loaderPageVideo .bb_wrapper.bb-phase-main, #loaderPageVideo .bb_iawr, #loaderPageVideo .bb-content-layer > div {
    width: 100% !important;
    height: 100% !important;
}

.popup-player-wrap.video-playing .popup-video::before {
    content: 'PAUSE ||';
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight: bold;
    font-family: 'NettoOT Light';
    color: #fff;
}
.popup-player-wrap .popup-video::before {
    content: "PLAY \25BA";
    position: absolute;
    font-family: 'NettoOT Light';
    top: 2px;
    right: 10px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 669px) {
    .over-summary .over-summaryProducts-lbl {
        color: #fff;
        padding-left: 2px;
    }
    .popup-player-wrap{
        left:0px;
        right:inherit;
    }
    /*#loaderPageVideo .bb_wrapper.bb-phase-main, #loaderPageVideo .bb_iawr, #loaderPageVideo .bb-content-layer > div {
        width: 100% !important;
        height: 260px !important;
        bottom: 20px;
    }*/
    #loaderPageVideo .bb_wrapper.bb-phase-main, #loaderPageVideo .bb_iawr, #loaderPageVideo .bb-content-layer > div {
        width: 100% !important;
        height: inherit !important;
        
    }
    .popup-player-wrap .popup-video {
        width: 80px;
    }
    .popup-player-wrap {
        background-color: rgba(0, 0, 0, 0);
    }
    .popup-player-wrap.video-playing{
        background-color:#000;
    }
    .popup-player-wrap {
        bottom: 15px;
    }

}
@media screen and (min-width: 667px) and (max-width: 689px) {
    #loaderPageVideo .bb_wrapper.bb-phase-main, #loaderPageVideo .bb_iawr, #loaderPageVideo .bb-content-layer > div {
        width: 100% !important;
        height: 100% !important;
    }
}