@charset "utf-8";
a.order::after {
    opacity: 0 !important;
    /* display: none; */
}
a.order.soldout {
    cursor: not-allowed;
    pointer-events: none;
}
@media (min-width: 641px) {
    .order .btn-cart:not(.soldout) {
        width: 255px;
    }
}
@media screen and (max-width: 640px) {
    .order .btn-cart:not(.soldout) {
        width: 12.37em;
    }
}