
div.woo_sc_btn_popup {
    font: normal normal 18px Arial;
    margin: 2px 0 0;
    clear: both;
    display: inline-flex;
    height: 45px;
    position: fixed;
    z-index: 999998;
    padding: 3px 10px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

}

div.woo_sc_text_icon {
    vertical-align: middle;
    display: inline-block;
}

.woo_sc_call_popup:hover {
    /*background-color: black;*/
    transform: scale(1.06);
    box-shadow: 0px 0px 2px 1px #3ac0ff;

}

div.woo_sc_price_btn_popup {
    font: normal normal 18px Arial;
    margin: 10px 0;
    clear: both;
    display: inline-flex;
    height: 45px;
    z-index: 9;
    padding: 3px 10px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    /**/

    /*border-style:solid;*/
    /*border-color:#bbb #888 #666 #aaa;*/
    /*border-width:2px;*/
    /*text-decoration:none;*/
    /*font-weight:900;*/
}

div.woo_sc_btn_span span.woo_sc_size_icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: flex;
}

/*
__________________________________*/
.woo_sc_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */


}

/* Modal Content */
.woo_sc_modal_content {
    background-color: #f1f1f1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    max-height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: auto;
    border-radius: 7px;
}

@-webkit-keyframes animatetop {
    from {
        top: 1000px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 1000px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

.woo_sc_scroll_content {
    width: 100%;
    /*height: 90%;*/

}

/* The Close Button */
.woo_sc_modal_close {
    position: absolute;
    right: 10px;
    top: 2px;
    color: #aaaaaa;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.woo_sc_modal_close:hover,
.woo_sc_modal_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

    .woo_sc_modal {
        padding-top: 0px;
        z-index: 999999;
    }

    .woo_sc_modal_content {
        width: 100%;
        max-height: 100%;
    }

    .woo_sc_show_pop_up {
        line-height: normal;
        padding: 5px;
        opacity: 0.5;
    }
}

@media only screen and (max-width: 319px) {
    .woo_sc_show_pop_up {
        opacity: 0.5;
    }

    .woo_sc_modal {
        padding-top: 0px;
        z-index: 999999;
    }

    .woo_sc_modal_content {
        width: 100%;
        max-height: 100%;
    }

    .woo_sc_show_pop_up {
        line-height: normal;
        padding: 5px;
        opacity: 0.5;
    }
}