
/* Session popup */

.atr-popup-overlay {
    /* background-color: rgba(0, 0, 0, .5); Defined in the plugin settings*/
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.atr-popup-content {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 500px;
    width: calc(100% - 30px);
    z-index: 1050;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background: #fff;
}

.atr-popup-inner-container {
    /* width: 500px; */
    margin: 30px 10px;
}



.close-icon,
.close-icon div {
    width: 30px;
    position: absolute
}

@media (min-width:768px) {
    .atr-popup-content {
        max-width: 700px;
        min-height: 350px;
        /* background-image: url(https://basmat-eden.co.il/wp-content/themes/basmat/images/spray-bg-l-to-r.png); */
        background-position: -270px -30px;
        background-repeat: no-repeat;
    }
    .close-icon {
        top: 0
    }    
}
@media (max-width:768px) {
    .atr-popup-inner-container {
        width: 90%;
    }
}

.close-icon {
    background: 0 0;
    border: 0;
    height: 30px;
    margin: 10px;
    padding: 0;
    right: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.close-icon div {
    background: #000;
    height: 2px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg)
}

.close-icon div+div {
    transform: translate(50%, -50%) rotate(-45deg)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

p.atr-popup-inner-headline {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    color: #EA513B;
    font-weight: 700;
}

.atr-popup-inner-content.first,
.atr-popup-inner-content.btn-wrap {
    text-align: center;
    font-size: 1.5rem;
    max-width: 70%;
    margin: 0 auto;
}

p.atr-popup-inner-content.second {
    text-align: center;
    color: #EA513B;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 auto;
}

p.atr-popup-inner-content.btn-wrap a {
    display: block;
    background-color: #EA513B;
    color: #fff;
    border-radius: 15px;
    font-size: 1.6rem;
    padding: 6px;
}

.atr-popup-inner-content.fourth {
    text-align: center;
}

.woocommerce-products-header {
    .atr-popup-inner-content.first,
    .atr-popup-inner-content.btn-wrap,
    .atr-popup-inner-content.second,
    .atr-popup-inner-content.fourth {
        font-size: 1.2rem;
        margin: 0 auto;
    }
} 