.main-cart-container {
    display: none;
}

.cart-buttons {
    position: relative;
    background-color: #121212;
    color: antiquewhite;
    border: navajowhite;
    border-radius: 3px;
    font-family: unset;
    font-weight: inherit;
    font-size: 15px;
    letter-spacing: 1px;
    min-height: 47px;
    width: 100%;
    text-align: center;
    margin: 5px 0px;
    cursor: pointer;
    overflow: hidden;
}

.save-cart-loader {
    position: absolute;
    top: 50%;
    /* left: 33%; */
    left: 27%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    display: none;
    border: 4px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loaderAnimation 1s linear infinite;
}

@keyframes loaderAnimation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.success-message {
    background-color: #28a745 !important;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    font-family: unset;
    margin: auto;
    display: none;
    width: 50%;
    margin-top: 10px;
}




/* modal css start */

.adfShareCartmodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    /* border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; */
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.close {
    float: right;
    cursor: pointer;
    font-size: 25px;
    font-weight: bolder;
}

.close:hover {
    color: red;
}

/* modal css end */

.images {
    width: 13%;
}

.images:hover {
    opacity: 0.4;
}

.social-class {
    text-align: center;
}

.media-links {
    text-decoration: none;
    margin: 0px 4px;
}

.hidden {
    display: none !important;
}

.save-cart-font {
    color: black;
    padding: 0px 0px;
    font-size: 24px;
    margin-left: 13px;
}

#view-save-cart-button-text {
    display: none;
}


.class-center {
    text-align: center;
}

.padding-class {
    padding: 0px 18px;
}

/* app embed block css save-cart.liquid start here */

/* .forDeleteCart i{
    pointer-events: none;
} */


/* save-cart-mosal css start here */

.SaveCartModalMain {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 15px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.save-cart-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.save-cart-close-btn {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.save-cart-close-btn:hover,
.save-cart-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.save-cart-modal-header {
    padding: 2px 16px;
    background-color: #fefefe;
    color: white;
}

.save-cart-modal-body {
    padding: 2px 16px;
}

.save-cart-modal-footer {
    padding: 2px 16px;
    background-color: #fefefe;
    color: white;
}


/* save-cart-mosal css start end */






/* app embed block css save-cart.liquid end here */