.wp-block-woocommerce-cart-totals-block .share_cart-btn{
    width: 100%;
    text-align: center;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.share_cart-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
}

.share_cart-area.share_cart-area-show {
    opacity: 1;
    visibility: visible;
}

.share_cart-area.share_cart-area-show .share_cart-popup {
    top: 50%;
}

.share_cart-area .share_cart-popup {
    position: absolute;
    padding: 0;
    top: 60%;
    left: 50%;
    width: 560px;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    border-radius: 2px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.share_cart-area .share_cart-popup .share_cart-popup-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

.share_cart-area .share_cart-popup .share_cart-popup-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: -32px;
    right: -32px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.share_cart-area .share_cart-popup .share_cart-popup-content {
    text-align: center;
}

.share_cart-area .share_cart-popup .share_cart-popup-content > div {
    margin-bottom: 15px;
}

.share_cart-area .share_cart-popup .share_cart-popup-content > div:last-child {
    margin-bottom: 0;
}

.share_cart-area .share_cart-popup input[type="url"] {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: inherit;
    padding: 1em 1em;
    box-sizing: border-box;
}

.share_cart-area .share_cart-popup .share_cart-popup-close:before {
    content: '×';
    font-size: 20px;
}

.share_cart-btn.share_cart-added:before {
    content: '\2713';
    margin-right: 5px;
}

.share_cart-btn.share_cart-adding {
    pointer-events: none;
}

.share_cart-btn.share_cart-adding:after {
    content: '...';
    display: inline-block;
}

.share_cart-products .share_cart-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.share_cart-share-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share_cart-share .share_cart-share-label, .share_cart-share a {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none !important;
    font-style: normal !important;
}

.share-cart-actions-row{
    display: flex;
    gap:1em;
}
