.pWrapper .pWin.angularTemplate {
    visibility: hidden;
}

.pop-no-products {
    font-size: 16px;
}

.pop-summary ul li > div:nth-child(2) {
    font-weight: 600;
    margin-left: 4px;
}

.popup-cart li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.pop-summary {
    display: flex;
    justify-content: flex-end;
    background: #f8f8f8;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 16px;
}

.pop-summary ul {
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pop-summary ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    width: auto;
}

.pop-summary ul li.pc-summary-total {
    font-weight: 600;
    color: #028040;
}

.pop-basket-title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.pop-basket-title svg {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.popup-cart li {
    display: flex;
    margin-top: 16px;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.pc-left {
    width: 144px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
}

.pc-right {
    padding: 8px 8px 8px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.pc-brand {
    font-size: 14px;
    color: #0276ff;
    font-weight: 600;
    margin-bottom: 4px;
}

.pc-name {
    font-size: 14px;
    line-height: 150%;
}

.pc-campaign {
    color: #028040;
    font-weight: 600;
    margin-top: 6px;
}

.pc-right-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.priceBasketProduct {
    font-size: 16px;
    color: #028040;
    font-weight: 600;
}

.removeBasketProduct.removeBtn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    background: transparent;
}

.pButtons .btn-success.fr {
    background: #d9392b;
    height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    font-family: "nexa", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #d9392b !important;
    box-sizing: border-box;
    min-width: 300px;
}

.pButtons .btn-success.fr:hover {
    box-shadow: none;
}

.pButtons .btn-success {
    border: 1px solid #0276ff !important;
    height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    font-family: "nexa", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    box-sizing: border-box;
    color: #fff;
    background: #0276ff;
    min-width: 300px;
}

.pButtons .btn-success:hover {
    box-shadow: none !important;
}

.pWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 999999999;
}

.flex {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.pWrapper .pBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #333;
    opacity: 0.5;
    z-index: 1000;
}

[dir="rtl"] .pWrapper .pBg {
    right: 0;
    left: auto;
}

.pWrapper .pWin {
    position: relative;
    float: none;
    margin: 0px auto;
    width: 96%;
    max-height: 90%;
    max-width: 1100px;
    background: #fff;
    z-index: 10001;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 24px;
}

.pWrapper .pWin.overflow {
    height: 90%;
}

.pWrapper .pWin.withBtn {
    padding-bottom: 104px;
}

.pWrapper .pWin.overflow img {
    max-width: 100%;
}

.pWrapper .pWin .pText {
    position: relative;
    width: 100%;
    float: left;
    padding: 2px 10px;
    box-sizing: border-box;
    margin: 0px;
    overflow-y: scroll;
    -webkit-perspective: 0;
    -webkit-overflow-scrolling: touch;
}

.pWrapper .pWin.overflow .pText {
    position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 56px;
}

.pWrapper .pWin .pText img {
    margin: 0 auto;
}

.pWrapper .pWin .pButtons {
    position: absolute;
    overflow: hidden;
    z-index: 1234;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.pWrapper .pWin.debugActive .pButtons, .pWrapper .pWin.debugActive .pClose {
    display: none;
}

.pWrapper .pWin.debugActive {
    min-height: 32px !important;
    padding: 0px !important;
}

.pWrapper .pWin.debugActive .pText {
    line-height: 30px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

.pWrapper .pClose {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    z-index: 333;
    cursor: pointer;
    background: #29296d;
    border-radius: 100%;
}

.pWrapper .pClose:before {
    content: '';
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    background: url(/Data/EditorFiles/Devux/svg/close.svg) no-repeat center;
    filter: invert(1);
}

[dir="rtl"] .pWrapper .pClose {
    right: auto;
    left: -1px;
}

.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.basketError {
    width: 24px;
    height: 24px;
}

.pWrapper .pWin.flexbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 90%;
    position: relative;
}

.pWrapper .pWin.flexbox .pText {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.hideThis {
    display: none;
}

.popupClose, .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    z-index: 333;
    cursor: pointer;
}

.popupClose:before, .close:before {
    content: 'x';
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}

#lightContent {
    text-align: center;
    min-width: 150px;
    min-height: 150px;
}

#lightControl {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 30px;
    margin-top: -15px;
}

#lightControl span {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#prevLight {
    content: '\e81c';
    line-height: 30px;
    color: inherit;
    font-family: 'tsoft';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

#nextLight {
    content: '\e81d';
    line-height: 30px;
    color: inherit;
    font-family: 'tsoft';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.popupTitle, .videoTitle {
    border-bottom: 1px solid #ececec !important;
    font-size: 16px !important;
    color: #666 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 600;
}

.popupBtns, .modal-footer {
    border-top: 1px solid #ececec;
}

.memberPopupWrapper {
    max-width: 580px;
}

.memberPopupWrapper .col, .memberPopupWrapper .box {
    margin: 0;
}

.memberPopupWrapper .popupInnerBlock {
    width: 100%;
}

.videoPopup {
    width: 668px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.popupMain, .popupTitle, .popupInner, .popupBtns {
    clear: both;
    width: 100%;
}

.pWrapper #strength-password .col-6 {
    width: 100%;
    margin: 0 auto;
}

.pWrapper #strength-password .pageTitle {
    display: none;
}

.pWrapper #strength-password ul.strength-password-caption {
    list-style-type: disc;
}

.pWrapper #strength-password ul.strength-password-caption li {
    float: left;
    margin-left: 18px;
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    .ie .pWrapper .pWin.overflow {
        margin-top:40px !important;
    }
}

@media screen and (max-width: 768px) {
    .pc-left {
        width: 136px;
    }

    .pc-right {
        padding: 4px 0 4px 8px;
    }

    .pc-brand {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .pc-name {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .priceBasketProduct {
        font-size: 13px;
    }

    .removeBasketProduct.removeBtn {
        height: 32px;
        width: 32px;
        margin-left: 2px;
    }

    .removeBasketProduct.removeBtn svg {
        height: 18px;
        width: 18px;
    }

    .pc-right-bottom {
        align-items: center;
    }

    .pWrapper .pWin {
        padding: 16px;
    }

    .pop-basket-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .pop-basket-title svg {
        height: 22px;
        width: 22px;
        margin-right: 4px;
    }

    .pWrapper .pWin .pButtons {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .pButtons .btn-success {
        min-width: auto;
        width: 100%;
        height: 40px;
        font-size: 13px;
    }

    .pButtons .btn-success.fr {
        height: 40px;
        font-size: 14px;
    }

    .pWrapper .pClose:before {
        width: 32px;
        height: 32px;
    }

    .pWrapper .pClose {
        box-shadow: none;
    }

    body:not(.flexPopup) .pWrapper .pClose {
        top: 12px;
        right: 16px;
        width: 32px;
        height: 32px;
    }

    body:not(.flexPopup) .pWrapper .pWin {
        width: 100% !important;
        height: 100% !important;
        max-width: none;
        max-height: none;
        border-radius: 0;
        padding-bottom: 80px;
    }

    body:not(.flexPopup) .pWrapper .pWin#cartPopup {
        padding-bottom: 120px;
    }

    .pWrapper .pWin {
        max-width: 90%;
    }

    .pWrapper .pWin .pButtons {
        padding-top: 0;
    }

    .pWrapper .pWin .pButtons button {
        margin-top: 10px;
    }

    .pWrapper .pWin.withBtn .pText {
        height: 100%;
    }

    .pWrapper .pWin.overflow .pText {
        position: relative;
        width: 100%;
        padding-bottom: 0;
    }
}