#woosasc_sharecart_popup ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#woosasc_sharecart_popup ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
}
 
/* Handle */
#woosasc_sharecart_popup ::-webkit-scrollbar-thumb {
    background: #b5b5b5; 
    width: 10px;
    border-radius: 5px;
}

/* Handle on hover */
#woosasc_sharecart_popup ::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5; 
    width: 10px;
}
.woosasc_sharecart_popup_class {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0 0 0 / 58%); /* Black w/ opacity */
}
.woosasc_sharecart_popup_body {
    overflow: hidden; 
    position: relative;
}
.woosasc_sharecart_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
img.woosasc_loader{
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 999999999;
}
.woosasc_scp_close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    color: #000;
    z-index: 9999999;
    border-radius: 50%;
    font-family: arial;
    border: 2px solid #000;
    cursor: pointer;
}
.woosasc_scp_close_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 500px;
    height: auto;
    border-radius: 5px; 
    padding: 20px;
    position: relative;
}
#woosac_scp_ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #000;
}
#woosac_scp_ul .woosac_scp_li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
#woosac_scp_ul .woosac_scp_li a {
    display: inline-block;
}
#woosac_scp_ul .woosac_scp_li a i {
    display: inline-block;
    width: 100%;
    font-size: 40px;
}
.woosasc_scp_inner_div {
    width: 100%;
    display: inline-block;
}
.sendmail_ul p, .savecart_ul p {
    color: #000;
}
.sendmail_ul input[type="text"],.sendmail_ul textarea {
    color: #000;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
}
.savecart_ul input[type="text"],.savecart_ul textarea {
    color: #000;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
}
.sendmail_ul, .savecart_ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.sendmail_ul .sendmail_li, .savecart_ul .savecart_li {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0;
}
.woosasc_scb_main {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
.woosasc_scb_div {
    display: inline-block;
    width: 65%;
    float: left;
}
.woosasc_load {
    display: inline-block;
    width: 35%;
}
ul.woosasc_scb_ul {
    display: inline-block;
    width: 100%;
    margin: 0;
}
li.woosac_scp_li {
    list-style-type: none;
    float: left;
    width: auto;
}
li.woosac_scp_li i.fa {
    font-size: 1.9em;
    width: auto;
    padding: 0 0.2em;
}
.woosasc_myac_table {
    text-align: center;
}
.woosasc_icon_svg svg {
    width: 40px;
    height: 40px;
}
.woosasc_icon_svg {
    display: inline-block;
    width: 100%;
}
span.woosasc_icon_svg_share_cart svg {
    width: 25px;
    height: 25px;
}
.woosac_scp_li a {
    display: inline-block;
    margin: 10px;
}
span.woosasc_icon_svg_share_cart {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .woosasc_scp_close {
        font-size: 23px;
        font-weight: bold;
        position: absolute;
        right: -9px;
        top: -9px;
        height: 25px;
        line-height: 20px;
        width: 25px;
        vertical-align: middle;
        background-color: #fff;
        text-align: center;
        color: #000;
        z-index: 9999999;
        border-radius: 50%;
        font-family: arial;
        border: 3px solid #000;
    }
}