﻿.wishlistAlert_btn_connection {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

.wishlistAlert_btn_connection:hover {
    color: #fff;
    border: 1px solid #008448;
    background-color: #008448
}

.wishlistAlert_btn_connection:focus {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

@media all and (min-width: 1438px) {
    .overlay_wishlistAlert {
        background-color:rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        z-index: 10000000!important;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        opacity: 0;
        position: fixed;
        text-align: justify;
        visibility: hidden;
        z-index: 100000!important;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 350px;
        border: 0 solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 380px;
        opacity: 1;
        visibility: visible;
        z-index: 1000000000!important;
        width: 350px;
        padding: 70px 20px;
        box-sizing: border-box
    }

    .close_wishlistAlert {
        height: 35px;
        width: 35px;
        position: absolute;
        text-decoration: none;
        top: 10px;
        left: 10px;
        background-color: #008448;
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 23px
    }

    .popup_wishlistAlert_container {
        float: left;
        width: 100%;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        line-height: 1.4em;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        color: #000;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        margin-top: 30px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 10px 25px 12px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box;
        border-radius: 25px
    }
}

@media all and (max-width: 1439px) and (min-width:769px) {
    .overlay_wishlistAlert,.popup_wishlistAlert {
        opacity:0;
        position: fixed;
        visibility: hidden;
        z-index: 100000!important
    }

    .overlay_wishlistAlert {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        text-align: justify;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 350px;
        border: 5px solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 380px;
        opacity: 1;
        visibility: visible;
        z-index: 100000!important;
        width: 350px
    }

    .close_wishlistAlert {
        height: 25px;
        line-height: 25px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        width: 25px;
        right: 3px;
        background-color: #000
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 18px
    }

    .popup_wishlistAlert_container {
        float: left;
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        margin-right: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        color: #000;
        margin-top: 30px;
        margin-bottom: 5px;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 9px 20px 11px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box
    }
}

@media all and (max-width: 768px) and (min-width:659px) {
    .overlay_wishlistAlert,.popup_wishlistAlert {
        opacity:0;
        position: fixed;
        visibility: hidden;
        z-index: 100000!important
    }

    .overlay_wishlistAlert {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        text-align: justify;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 350px;
        border: 5px solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 300px;
        opacity: 1;
        visibility: visible;
        z-index: 100000!important;
        width: 350px
    }

    .close_wishlistAlert {
        height: 25px;
        line-height: 25px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        width: 25px;
        right: 3px;
        background-color: #000
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 18px
    }

    .popup_wishlistAlert_container {
        float: left;
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        margin-right: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-top: 30px;
        margin-bottom: 5px;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        padding: 9px 20px 11px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box
    }
}

@media all and (max-width: 658px) and (min-width:481px) {
    .overlay_wishlistAlert,.popup_wishlistAlert {
        opacity:0;
        position: fixed;
        visibility: hidden;
        z-index: 100000!important
    }

    .overlay_wishlistAlert {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        text-align: justify;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 350px;
        border: 5px solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 300px;
        opacity: 1;
        visibility: visible;
        z-index: 100000!important;
        width: 350px
    }

    .close_wishlistAlert {
        height: 25px;
        line-height: 25px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        width: 25px;
        right: 3px;
        background-color: #000
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 18px
    }

    .popup_wishlistAlert_container {
        float: left;
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        margin-right: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-top: 30px;
        margin-bottom: 5px;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        padding: 9px 20px 11px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box
    }
}

@media all and (max-width: 480px) and (min-width:319px) {
    .overlay_wishlistAlert,.popup_wishlistAlert {
        opacity:0;
        position: fixed;
        visibility: hidden;
        z-index: 100000!important
    }

    .overlay_wishlistAlert {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        text-align: justify;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 280px;
        border: 3px solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 280px;
        opacity: 1;
        visibility: visible;
        z-index: 100000!important;
        width: 280px
    }

    .close_wishlistAlert {
        height: 25px;
        line-height: 25px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        width: 25px;
        right: 3px;
        background-color: #000
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 18px
    }

    .popup_wishlistAlert_container {
        float: left;
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        margin-right: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-top: 30px;
        margin-bottom: 5px;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        padding-top: 20px;
        padding-bottom: 30px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 7px 15px 9px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box
    }
}

@media (max-width: 320px) {
    .overlay_wishlistAlert,.popup_wishlistAlert {
        opacity:0;
        position: fixed;
        visibility: hidden;
        z-index: 100000!important
    }

    .overlay_wishlistAlert {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        cursor: default;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay_wishlistAlert:target {
        visibility: visible;
        opacity: 1
    }

    .popup_wishlistAlert {
        background-color: #fff;
        display: inline-block;
        left: 50%;
        text-align: justify;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .5s,top .5s;
        -moz-transition: opacity .5s,top .5s;
        -ms-transition: opacity .5s,top .5s;
        -o-transition: opacity .5s,top .5s;
        transition: opacity .5s,top .5s;
        width: 280px;
        border: 3px solid #000
    }

    .overlay_wishlistAlert:target+.popup_wishlistAlert {
        top: 280px;
        opacity: 1;
        visibility: visible;
        z-index: 100000!important;
        width: 280px
    }

    .close_wishlistAlert {
        height: 25px;
        line-height: 25px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        width: 25px;
        right: 3px;
        background-color: #000
    }

    .close_wishlistAlert:before {
        color: #fff;
        content: "X";
        font-size: 18px
    }

    .popup_wishlistAlert_container {
        float: left;
        height: auto;
        width: 100%;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_wishlistAlert_title {
        float: left;
        width: 100%;
        margin-right: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-top: 30px;
        margin-bottom: 5px;
        direction: rtl
    }

    .wishlistAlert_btn_container {
        text-align: center;
        width: 100%;
        float: right;
        padding-top: 20px;
        padding-bottom: 30px
    }

    .wishlistAlert_btn_connection {
        width: 100%;
        float: none;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 7px 15px 9px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        cursor: pointer;
        direction: rtl;
        box-sizing: border-box
    }
}
