﻿.wishlistAlert_btn_connection, .wishlistAlert_btn_connection:focus {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

    .wishlistAlert_btn_connection:hover {
        color: #fff;
        border: 1px solid #d00e38;
        background-color: #d00e38
    }

.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: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 1000000000 !important;
    width: 300px;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center
}

.closePopupNoItemsAlert, .close_min_orderp_opup_btn, .close_wishlistAlert {
    height: 35px;
    width: 35px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    left: 10px;
    background-color: #d00e38;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    padding-bottom:2px;
    box-sizing:border-box
}

.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
}

.popupMinOrder, .popupNoItemsAlert, .popupRefreshCartAlert {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000000000000000
}

.popup_min_order_content, .popup_no_items_text, .popup_refresh_cart_content {
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    top: calc(50% - 150px);
    border-radius: 7px;
    float: right;
    position: relative;
    display: table
}

.popup_refresh_cart_content {
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 20px 40px;
    margin-left: calc(50% - 150px);
    margin-right: calc(50% - 150px)
}

.popup_refresh_icon {
    float: right;
    width: 70px;
    margin-left: calc(50% - 35px);
    margin-right: calc(50% - 35px);
    margin-bottom: 10px
}

.popup_refresh_text {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.3em
}

.popup_empty_cart_icon {
    float: right;
    width: 100px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
    margin-bottom: 10px
}

.popup_empty_cart_text {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.addMinOrderPopup {
    width: 100%;
    float: right;
    text-align: center
}

.add_min_orderp_opup_btn, .close_refresh_btn {
    width: 120px;
    float: right;
    height: 40px;
    display: table;
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    text-align: center;
    background-color: #000;
    line-height: 1em;
    border-radius: 25px
}

    .add_min_orderp_opup_btn:hover, .close_refresh_btn:hover {
        background-color: #d00e38;
        color: #fff
    }

.popup_min_order_content {
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 20px;
    margin-left: calc(50% - 150px);
    margin-right: calc(50% - 150px)
}

.popup_min_order_icon {
    float: right;
    width: 70px;
    margin-left: calc(50% - 35px);
    margin-right: calc(50% - 35px);
    margin-bottom: 5px
}

.popup_min_order_text, .popup_min_order_title {
    float: right;
    width: 100%;
    position: relative
}

.closeMinOrderPopup {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px
}

.close_min_orderp_opup_btn:hover {
    background-color: #d00e38;
    color: #fff
}
