#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;
    position: fixed;
    z-index: 999999;
    padding: 100px 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 58%);
}

.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: #6994b2;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
    font-family: arial;
    cursor: pointer;
}

.woosasc_scp_close_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

@media only screen and (min-width: 480px) { 
    .woosasc_scp_close_modal-content {
        width: 500px;
    }
}

#woosac_scp_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #000;
}

#woosac_scp_ul .woosac_scp_li {
    display: block;
    width: 33.33%;
    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 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%;
}

.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%;
}

.woosac_scp_li a .woosasc_icon_svg svg g {
    fill: #00b67a;
    transition: all 0.3s ease 0s;
}

.woosac_scp_li a {
    color: #000000;
    transition: all 0.3s ease 0s;
}

a#wssc_sv_btn,
a#wssc_eml_btn {
    display: inline-block;
    background-color: #6994b2;
    color: #fff;
    border: 1px solid #6994b2;
    padding: 5px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

a#wssc_sv_btn:hover,
a#wssc_eml_btn:hover {
    background-color: #00b67a!important;
    color: #fff!important;
    border: 1px solid #00b67a!important;
}

.woosasc_scp_header_inner_div {
    color: #000000;
}

.woosac_scp_li a:hover .woosasc_icon_svg svg g {
    fill: #6994b2;
}

.woosac_scp_li a:hover {
    color: #6994b2;
}

.woosasc_scp_close:hover {
    color: #fff;
    background-color: #0a2130;
}

a#wssc_sv_btn:hover,
a#wssc_eml_btn:hover {
    color: #898989;
    border: 1px solid #898989;
}




.woosasc_scp_saved_carts {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
    align-items: end;
}

@media only screen and (min-width: 480px) {
    .woosasc_scp_saved_carts {
        grid-template-columns: 1fr auto auto;
        gap: 1rem;
    }
}


.woosasc_scp_view_cart,
.woosasc_scp_remove_cart {
    background: #00b67a;
    border: 1px solid #00b67a;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff !important;
    line-height: 1.2;
    text-align: center;
    padding: 10px 23px;
    font-family: inherit;
    border-radius: 4px;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-decoration: none !important;
}

.woosasc_scp_view_cart:hover {
    background-color: #6994b2;
    border-color: #6994b2;
}

.woosasc_scp_remove_cart {
    background: #ffffff;
    color: #6994b2 !important;
    border: 1px solid #6994b2 !important;
}

.woosasc_scp_remove_cart:hover {
    background: #333;
    color: #ffffff !important;
    border: 1px solid #6994b2 !important;
}

.woosasc_scp_saved_carts_title {
    margin: 0;
}

.woosasc_scp_saved_carts_title span {
    font-weight: 600;
}




.SaveShareCart__save--button {
    background-color: #00b67a !important;
    border: solid 1px #00b67a !important;
    color: #fff !important;
}

.SaveShareCart__save--button:hover {
    background-color: #6994b2 !important;
    border: solid 1px #6994b2 !important;
}

.SaveShareCart__title {
    width: 100%;
    margin-bottom: 2rem
}

.SaveShareCart__title h1 {
    font-family: "Varela Round";
    font-size: 30px;
    font-weight: 700
}

.SaveShareCart__title p {
    margin: 0;
    font-size: 18px
}

.SaveShareCart__container {
    display: grid;
    align-items: center;
    grid-template-rows: 1fr;
    gap: 0.5rem;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #ccc
}

@media only screen and (max-width: 800px) {
    .SaveShareCart__container div {
        display: flex;
        column-gap: 0.5rem;
    }
}

@media only screen and (min-width: 800px) {
    .SaveShareCart__container {
        grid-template-columns: 100px 1fr 100px 100px 120px;
        gap: 3rem;
    }
}

.SaveShareCart__container img {
    width: 100%;
    height: auto;
}

.SaveShareCart__container span {
    font-size: 16px
}

.SaveShareCart__header {
   display: none;
}

@media only screen and (min-width: 800px) {
    .SaveShareCart__header {
        display: grid;
    }
}

.SaveShareCart__header h3 {
    font-size: 20px
}

.SaveShareCart__mobile-data {
    display: block;
}

@media only screen and (min-width: 800px) {
    .SaveShareCart__mobile-data {
        display: none;
    }
}

.SaveShareCart__permalink {
    color: #6994b2;
    text-decoration: underline
}

.SaveShareCart__footer {
    width: 100%
}

.SaveShareCart__footer span {
    font-size: 16px
}

.SaveShareCart__loadcart {
    display: block;
    background-color: #00b67a;
    border: solid 1px #00b67a;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    margin-top: 1rem
}

.SaveShareCart__loadcart:hover {
    background-color: #008358;
    border-color: #008358
}

.SaveShareCart__footer--totals {
    margin-bottom: 0.3rem;
    text-align: right
}

#wcssc-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#wcssc-button-container .button {
    margin-left: 10px
}

.woosasc__placeholder {
    text-align: center;
    font-size: 24px;
    padding: 20px;
}