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

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

.sepetekEklendi .pWrapper .pWin .pButtons {
    left: 20px;
    right: 20px;
    border-top: 1px solid #eee;
    bottom: 20px;
    padding-top: 20px;
}

.bpiDelete .removeBasketProduct.removeBtn {
    background: transparent;
}

.bpiPrice {
    width: 100px;
}

.bpiPrice .priceBasketProduct {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.bpiImg > img {
    width: 50px;
    border-radius: 5px;
    margin-right: 10px !important;
}

.bpiImg {
    display: flex;
    align-items: center;
    width: 500px;
}

.bpitName {
    font-size: 14px;
    color: #444;
}

.bpitVariant {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    margin-top: 5px;
}

.bpitCampaign {
    background: #FF6000;
    border-radius: 5px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    padding: 0 10px;
}

div#basketPopupItems ul li {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.sepetekEklendi .pButtons button {
    background: #6CBF6F;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 20px;
}

.sepetekEklendi .pButtons button:nth-child(1) {
    background: #ddd;
    color: #222;
    font-size: 14px;
}

.addAddress .pWrapper .pWin .pButtons button .col-5 {
    width: 48%;
}

.addAddress .pWrapper .pWin .pButtons button.col-5 {
    width: 48%;
    background: #c92525;
    margin-top: 30px;
}

.addAddress .pWrapper .pWin .pButtons button.col-6 {
    width: 48%;
    margin-top: 30px;
}

.addAddress .pWrapper .pWin .pButtons button {
    cursor: pointer;
    height: 48px;
    background: #6CBF6F;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    width: 100%;
}

div#iu-address > .form-control, div#iu-address > .row {
    margin-bottom: 20px;
}

.addAddress div#myPopupWin {
    width: 33.33333333% !important;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 100% !important;
    padding: 20px;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.addAddress div#myPopupWinDistance {
    width: 33.33333333% !important;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 100% !important;
    padding: 20px;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.addAddress .pWrapper .pWin .pButtons {
    position: relative;
    width: 100%;
    float: left;
    z-index: 9;
    left: auto;
    right: 0;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
}

.addAddress .pWrapper .pWin.overflow .pText > .row {
    margin: 0;
}

.addAddress .pWrapper .pWin.overflow .pText {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.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-radius: 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 68px;
}

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

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

.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: auto;
    -webkit-perspective: 0;
    -webkit-overflow-scrolling: touch;
}

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

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

.panelPopupTitle {
    font-size: 18px;
    padding: 0 0 10px;
    height: 28px;
    line-height: 28px;
}

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

.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;
}

html[lang="en"] .pWrapper .pClose {
    background: #fff url(https://img.zulays.com/Data/EditorFiles/Devux/popclose_en.svg) no-repeat center;
    background-size: 76px;
}

.pWrapper .pClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 76px;
    height: 28px;
    z-index: 333;
    cursor: pointer;
    background: #fff url(https://img.zulays.com/Data/EditorFiles/Devux/popclose.svg);
    background-size: 76px;
}

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

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

.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;
}

#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 {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 20px;
    height: 28px;
    line-height: 28px;
}

.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) {
    .sepetekEklendi .pWrapper .pWin.withBtn .pText {
        height: 100%;
    }

    .panelPopupTitle {
        font-size: 16px;
    }

    .popSptMobileBottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .bpiPrice {
        width: auto;
    }

    .bpitName {
        font-size: 13px;
    }

    .bpitVariant {
        font-size: 13px;
    }

    .bpitCampaign {
        font-size: 11px;
    }

    .bpiDelete {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .bpiDelete .removeBtn {
        position: relative;
        margin: 0;
        top: 0;
    }

    .addAddress div#myPopupWin {
        width: 100% !important;
    }

    .addAddress div#myPopupWinDistance {
        width: 100% !important;
    }

    .popupTitle {
        font-size: 16px !important;
    }

    .addAddress .pWrapper .pWin .pButtons button {
        height: 40px;
        font-size: 14px;
    }

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

    body:not(.flexPopup) .pWrapper .pClose {
        top: 20px;
        right: 20px;
    }

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

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

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

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

    .pWrapper .pWin.withBtn .pText {
        height: auto;
    }

    .pWrapper .pWin.overflow .pText {
        position: relative;
        width: 100%;
    }
}