.addtocartpopup-modal footer.modal-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
body .modal-popup.confirm.addtocartpopup-modal .modal-inner-wrap{
    text-transform: initial;
}
body .modal-popup.confirm .modal-inner-wrap .modal-footer button.addtocartpopup-button {
    width: 50% !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 11px 15px !important;
    margin: 0;
}
body .modal-popup.confirm .modal-inner-wrap .modal-footer button.addtocartpopup-button.btn-white:not(:hover),
body .modal-popup.confirm .modal-inner-wrap .modal-footer button.addtocartpopup-button.btn-black:hover {
    color: #000;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .addtocartpopup-modal footer.modal-footer {
        flex-direction: column;
    }
    body .modal-popup.confirm .modal-inner-wrap .modal-footer button.addtocartpopup-button {
        width: 100% !important;
    }
}
