
.add-pwa-remodal-overlay, .add-pwa-remodal-overlay-page{
	position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
        background: rgba(43, 46, 56, .9);
}
.add-pwa-remodal-wrapper{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    padding: 10px 10px 0;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.add-pwa-remodal-wrapper-page{
     position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px 10px 0;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    display: inline-block;
        border-radius: 3px;
    background: #fff;
    max-width: 614px;
    box-sizing: border-box;
}
.remodal-close:before,
.remodal-close-page:before{
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 31px;
    content: "\00d7";
    text-align: center;
}
.add-pwa-bg-image-wrapper img{
    border-bottom: 10px;
}
.remodal-close, .add-pwa-content button{
    cursor: pointer;
}
.remodal-close, .remodal-close:before,
.remodal-close-page, .remodal-close-page:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
}
.message-with-icon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.message-with-icon__icon img {
    width: 80px;
    height: auto;
    max-width: 80px;
}
.message-with-icon__message {
    flex-grow: 1;
}
.remodal-confirm,
.remodal-cancel{
    color: #050000;
    border-width: 2px;
    border-style: solid;
    border-color: #040404;
    background: #ffffff;
    display: inline-block;
    min-width: 80px;
    padding: 8px 10px
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}
.add-pwa-remodal-wrapper:after, .add-pwa-remodal-wrapper-page:after{
     display: inline-block; 
    height: 100%;
    margin-left: -.05em;
    content: "";
    vertical-align: middle;
}
.message-with-icon__message p {
    margin: 0 0 15px;
}
.remodal-close, .remodal-close-page {
    height: 35px;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #95979c;
    background: 0 0;
    right: 0;
    left: initial;
}
.afw-warning-btn{
    margin-bottom: 10px;
}
body.warning-active{
    overflow: hidden;
}
.remodal-close span, .add-pwa-remodal-overlay, .add-pwa-remodal-wrapper{
    display: none;
}
.add-pwa-product-button-wrap{
    display: flex;
    gap: 10px;
}
.add-pwa-product-button-wrap.add-pwa-product-block .quantity{
    align-items: stretch;
    display: inline-flex;
}

@media screen and (max-width:800px){
    .add-pwa-remodal-wrapper, .add-pwa-remodal-wrapper-page{
        display: flex!important;
        align-items: center;
    }
}