.afqo_cont_shopping_btn {
    display: none;
}

.afqo_buy_now_btn_custom_styles {
    cursor: pointer;
}

.afqo-cart-product-popup {
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    position: fixed;
    display: none;
    z-index: 99;
    text-align: center;
}

.afqo-cart-popup-child {
    padding: 0 16px 16px 16px;
    display: block;
}

.afqo-center-cart-product-popup {
    width: 50%;
    height: fit-content;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.afqo-right-cart-product-popup,
.afqo-left-cart-product-popup {
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.afqo-left-cart-product-popup {
    left: 0;
}

.afqo-right-cart-product-popup {
    right: 0;
}

.afqo-cart-popup-bg {
    position: fixed;
    z-index: 99;
    background-color: #000000ba;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.afqo-cart-product-popup .close-popup-div {
    text-align: right;
    margin: 0;
    margin-bottom: -10% !important;
    display: block;
}

.afqo-cart-popup-child-popup-detail h2 {
    font-weight: 600;
    width: 90%;
    display: inline-block;
}

.afqo-cart-product-popup .product-title {
    font-size: 20px;
    margin: 0;
}

.close-popup-div-span {
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
}

.afqo-right-cart-product-popup .close-popup-div {
    text-align: left !important;
}

.close-popup-div-span:hover {
    transform: rotate(180deg);
}

.afqo-cart-popup-child .product-image {
    text-align: center;
}

.afqo-cart-popup-child .product-image,
.afqo-cart-popup-child .product-detail {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.afqo-right-cart-product-popup .product-image,
.afqo-left-cart-product-popup .product-image {
    width: 80%;
}

.afqo-right-cart-product-popup .product-image .afqo-product-child-class,
.afqo-left-cart-product-popup .product-image .afqo-product-child-class,
.afqo-right-cart-product-popup .product-image img:first-child,
.afqo-left-cart-product-popup .product-image img:first-child {
    width: 90%;
}

.afqo-right-cart-product-popup .product-detail,
.afqo-left-cart-product-popup .product-detail {
    width: 100%;
}

.afqo-center-cart-product-popup .product-image {
    width: 30%;
}

.afqo-center-cart-product-popup .product-detail {
    width: 68%;
}

.afqo-product-child-class {
    width: 100%;
    display: flex;
    height: fit-content;
    overflow-x: auto;
}

.afqo-product-child-class img {
    display: inline-block;
    margin-left: 6px;
}

.afqo-right-cart-product-popup::-webkit-scrollbar,
.afqo-left-cart-product-popup::-webkit-scrollbar,
.afqo-product-child-class::-webkit-scrollbar {
    display: none;
}

.afqo-right-cart-product-popup,
.afqo-left-cart-product-popup,
.afqo-product-child-class {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.afqo-cart-popup-child-popup-detail {
    border-bottom: 1px solid #cfcfcf47;
}

.afqo-buy-now-goto-checkout {
    position: relative;
}

.afqo-center-cart-product-popup .submit-btns {
    width: 30%;
    display: inline-block;
}

.afqo-cart-popup-child-submit-btns {
    display: block;
}

.afqo-popup-product-qty {
    width: fit-content;
    max-width: 60px;
    height: 30px;
    border: 1px solid #cfcfcf;
    margin-left: 10px;
}

.afqo-cart-product-popup p {
    margin: 0;
}

.afqo_buy_now_btn_custom_styles svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 4px;
}

.afqo_cont_shopping_url {
    text-decoration: none;
}

.afqo-popup-venture-class .afqo-popup-cont-shopping,
.afqo-popup-venture-class .afqo-popup-goto-checkout {
    width: 100%;
    min-height: 40px;
}

.afqo_low_stock_message {
    color: red;
    text-align: center;
    padding-top: 10px;
}

.afqo_action_notices div {
    width: 100%;
    text-align: center;
    min-height: 40px;
    font-weight: 700;
    padding: 20px;
    background-color: red;
    color: white;
}

.afqo-center-cart-product-popup .product-detail {
    padding-left: 14px;
}

.afqo-popup-subtotal span {
    font-weight: 600;
}

.afqo-popup-child-img {
    width: 60px !important;
}

.afqo-qty-p {
    margin-top: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .afqo-center-cart-product-popup {
        width: 60%;
    }

    .afqo-left-cart-product-popup,
    .afqo-right-cart-product-popup {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .afqo-center-cart-product-popup {
        width: 100%;
        overflow-y: auto;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {

    .afqo-left-cart-product-popup,
    .afqo-right-cart-product-popup {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {

    .afqo-left-cart-product-popup,
    .afqo-right-cart-product-popup,
    .afqo-center-cart-product-popup .submit-btns {
        width: 100%;
    }

    .afqo-center-cart-product-popup .afqo-product-parent-class {
        width: 120px;
        height: 120px;
    }
}

.afqo-loader {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 3px solid #acacac;
    border-top: 3px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 45%;
    animation: spin 0.5s linear infinite;
}

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

    to {
        transform: rotate(360deg);
    }
}