.mono_checkout__button {
    background: rgba(26, 26, 26, 1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: 0;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    padding: 16px 32px;
}

.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;
}

.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 .desc, #mono_checkout_cart_page .desc{
    margin-left: 10px;
    position: relative;
}
.mono_description{
    display: none;
    border: 1px solid #000;
    padding: 5px;
    position: absolute;
    /*max-width: calc(100% - 120px);*/
    background: #fff;
    z-index: 1;
}
@media (max-width: 1280px) {
    .desc{
        display: none;
    }
}


