.mono_checkout__button {
    font-family: 'Nunito Sans', sans-serif;
    background: #000000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 0 10px;
    line-height: 34px;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    transition: opacity .3s ease-in-out;
    border-radius: 8px;
    border: 0;
    justify-content: center;
}

.mono_checkout__button img {
    background: none;
}

.mono_checkout__button--white_short,
.mono_checkout__button--black_short {
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    padding: 12px 30px 15px;
    line-height: normal;
}

.mono_checkout__button--white_short,
.mono_checkout__button--white {
    background: #fff;
    color: #000;
    border: 1px solid #ced4da;
}


.mono_checkout__button:active {
    transform: translateY(1px);
}

.mono_checkout__button:focus,
.mono_checkout__button:hover {
    opacity: .8;
}

#mono_checkout_product_page {
    display: flex;
    width: max-content;
    margin: 16px 0;
    justify-content: center;
    line-height: 42px;
}

#mono_checkout_product_page.mono_checkout__button--black_short,
#mono_checkout_product_page.mono_checkout__button--white_short {
    width: auto;
    margin: 16px auto;
    line-height: normal;
}
#mono_checkout_cart_modal {
    width: 50%;
}
@media (max-width: 767px) {
    #mono_checkout_cart_modal {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}



@media (min-width: 1320px) {
    #content #product #mono_checkout_product_page {
        flex-direction: row;
        font-size: 16px;
        width: 400px !important;
        margin: 0 0 10px 0;
        border: none;
        text-align: start;
        padding-left: 0;
        justify-content: start;
        padding: 0;
    }
    #content #product .action-group.dflex.flex-wrap {
        margin-bottom: 10px;
    }
}
@media (max-width: 1319px) {
    #content #product .quantity-adder {
        width: 92px;
    }
    #content #product .cart {
        width: calc(100% - 92px);
    }
    #content #product .cart button {
        margin-left: auto;
    }
    #content #product .action-group.dflex.flex-wrap .btn.btn-fastorder {
        width: calc(50% - 5px);
        background:#EAEAEA;
        color: #000;
        margin: 20px 5px 0 0 !important;
    }
    #mono_checkout_product_page {
        background:#EAEAEA;
        color: #000;
        border: 1px solid transparent;
        width: calc(50% - 5px) !important;
        height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px;
        font-weight: 500;
        border-radius: 36px;
        margin: 20px 0 0 5px !important;
    }
    #content #product .action-group {
        border-bottom: none !important;
    }
}
@media (max-width: 992px) {
    #content #product .cart button {
        width: calc(100% - 10px);
        margin-left: 10px;
    }
}