/* .afcr-collection-loader-cover,
.afcr-product-loader-cover{
    width: 250px;
    height: 250px;
    opacity: 0.5;
    text-align: center;
    display: block !important;
}

.afcr-product-loader {
    width: 100px;
    height: 100px;
    margin: 66px auto;
    border: 16px solid #f3f3f3;
    display: inline-block !important;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
} */


/* *************** NEW CHANGES ************* */
/* Added style for overlay and preloader.. these are newly added */
/* Above code is commented whic was for previous loaders */
.product-price {
    visibility: hidden;
}

.adf-cr-overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
}

.adf-cr-preloader {
    display: block !important;
    width: 5rem;
    height: 5rem;
    border: 4px solid white;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
    margin-top: 10%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.afcr-rest-message-div {
    text-align: center;
    width: 100%;
}

.afcr-rest-message-div h2 {
    font-family: inherit;
    font-weight: 600;
    font-size: 30px;
}


/* #ProductGridContainer li,
section,
.collection-list li,
.grid .grid__item,
.product-section{
display: none;
} */

.afcr-onload-coll-loader-main-cover,
.afcr-onload-loader-main-cover,
.afcr-password-loader-main-cover {
    margin-top: 50px;
}

.afcr-onload-coll-loader-main-cover,
.afcr-onload-loader-main-cover div,
.afcr-password-loader-main-cover div {
    margin: auto;
}

.afcr-custom-cart-btn {
    margin-bottom: 20px;
}