/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.twbssc-share-cart-modal {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    /* display: flex; */
    justify-content: center; 
    align-items: center; 
    z-index: 9999;
}
.twbssc-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    max-width: 98%;
    box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3);
}
.twbssc-modal-content .twbssc-close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    background: #FE0000;
    width: 10%;
    padding: 10px;
    border-radius: 10px;
}
.twbssc-modal-content h3 {
    text-align: left;
	font-size: 20px !important;
}
.twbssc-share-options {
    display: flex; 
    justify-content: space-around; 
    margin-top: 20px;
}
.twbssc-share-options .twbssc-share-btn {
    border: none; 
    background: none; 
    cursor: pointer; 
    font-size: 14px;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding: 0;
	color: #000;
}
.twbssc-share-options .twbssc-share-btn:hover {
    border: none;
    background: none;
    color: #000;
}
.twbssc-share-options .twbssc-share-btn img {
    height: 40px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.twbssc-share-btn:hover {
    background: none;
}
#twbsscSaveNamedCartForm input#cartNameInput {
    border-radius: 8px;
    border-color: #dbdbdb;
    color: #626262;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    font-size: 1em;
    padding: 0 1em;
    line-height: 38px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow .3s ease-out, background-color .3s ease-out;
    transition: box-shadow .3s ease-out, background-color .3s ease-out;
}
#twbsscSaveNamedCartForm button {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1dae54 !important;
    color: #ffffff !important;
    border: 0;
    box-shadow: none;
    transition: background-color .3s ease-out, color .3s ease-out;
    width: 100%;
    margin-top: 15px;
}
form#twbsscSaveNamedCartForm {
    margin: 0;
}
#loginPromptModal a.button
 {
    background-color: #14ad51;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.woocommerce-twbssc-saved-carts li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0px 10px;
}
div#linkSuccessPromptModal .twbssc-share-options {
    border-radius: 50%;
    background: #14ad51;
    padding: 10px;
    width: 85px;
    margin: 15px auto;
    height: 85px;
}

div#linkSuccessPromptModal .twbssc-share-options img {
    width: 70%;
    object-fit: contain;
}
.twbssc-saved-cart-action {
    display: flex;
    column-gap: 5px;
    align-items: center;
}