.share-cart-popup-background{
    background-color: rgba(51,51,51,0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}

.share-cart-popup-content .popup-header{
    display: flex;
    justify-content: space-between;
    /*padding: 20px 0 20px 20px;*/
    padding: 0;
}

.share-cart-popup-content .popup-content{
    margin-top: 40px;
}

.share-cart-popup-content .popup-content .options{
    background: #eee;
    padding: 10px;
    width: 90%;
    flex-direction: row;
    gap: 20px;
    margin-left: 5%;
    border-radius: 2px;
    display: none;
}

.share-cart-popup-content .popup-content .options .option-link{
    background: #e6e6e6;
    padding: 6px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.share-cart-popup-content .popup-content .options .option-link:hover{
    background: #ccc;
}

.share-cart-popup-content .popup-content .options .option-link.active{
    background: #ccc;
    padding: 6px;
    border: none;
    border-radius: 2px;
}

.share-cart-popup-content .popup-content .link-content{
    display: block;
    padding: 1px;
    border: 1px solid #eee;
    /*margin: 0 2svh;*/
}

.share-cart-popup-content .popup-content .link-content img{
    position: absolute;
    margin-top: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.share-cart-popup-content .popup-content .link-content input{
    color: #000;
    background: #eee;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 12px 12px 12px 36px;
    font-size: 13px;
}

.share-cart-popup-content .share-cart-action-close{
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 -2px 0 0;
}

.share-cart-popup-content .share-cart-action-close:hover{
    opacity: 0.7;
}

.share-cart-popup-content{
    background: #fff;
    display: block;
    position: fixed;
    width: 50svw;
    top: 25svh;
    left: 25svw;
    border-radius: 2px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
    z-index: 999999;
    padding: 22px;
}

.share-cart-popup-content .popup-footer{
    display: block;
    margin-top: 8svh;
    margin-bottom: 2svh;
}

.share-cart-popup-content .popup-footer button{

    line-height: 32px;
    padding: 0 12px;

    background: #000;
    border: none;
    color: #fff;
    /*padding: 12px 36px;*/
    /*border-radius: 2px;*/
    /*font-weight: 700;*/
    float: right;
    margin-bottom: 2svh;
    /*margin-right: 2svh;*/
}

.share-cart-popup-content .popup-footer button > span{
    background: #000;
    border: none;
    color: #fff;
}

.share-cart-popup-content .popup-footer button > span > span{
    color: #fff;
}

.share-cart-popup-content .popup-footer button > span:hover{
    color: #fff;
}

.share-cart-popup-content .popup-footer button:hover{
    opacity: 0.7;
    color: #fff;
}

.share-cart-button{
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    line-height: 32px;
    padding: 0 12px;
    cursor: pointer;
    float: left;
    margin-left: 10px !important;
}

.share-cart-button button:hover{
    background-color: #fed700;
    color: #393939;
    border-color: #393939;
}

.popup-footer > button.success{
   opacity: 0.5;
}

@media only screen and (max-width: 768px){
    .share-cart-popup-content{
        width: 90svw;
        left: 5svw;
        top: 20svh;
    }

    .share-cart-button{
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 1440px){
    .share-cart-popup-content{
        /*width: 25svw; *!*/
        /* left: 39svw; */
        /* top: 20svh; */
        /* width: 500px; */
        /* margin-left: calc(100svw - 1500px); */
        width: 30%;
        margin-left: 35%;
        margin-top: 20vh;
        left: 0;
        top: 0;
    }
}
