.ms-price-add-to-cart {
    color: var(--ms-color-text);
    background: var(--ms-color-bg);
    max-width: 100%;
    overflow-x: hidden;
}

.ms-price-add-to-cart-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.ms-price-add-to-cart-table th,
.ms-price-add-to-cart-table td {
    border: 1px solid var(--ms-color-secondary);
    padding: 8px;
    vertical-align: middle;
}

.ms-price-add-to-cart-table th {
    color: var(--ms-color-text);
    background: var(--ms-color-bg);
}

.ms-price-add-to-cart-table__description,
.cart_item_description {
    text-align: left;
}

.ms-price-add-to-cart-table__code,
.ms-price-add-to-cart-table__measure,
.ms-price-add-to-cart-table__qty,
.ms-price-add-to-cart-table__price,
.ms-price-add-to-cart-table__action,
.cart_item_code,
.cart_item_measure,
.cart_item_qty,
.cart_item_price,
.cart {
    text-align: center;
}

.ms-add-to-cart-form__qty {
    width: 70px;
    max-width: 100%;
    text-align: center;
}

.ms-price {
    display: block;
    color: var(--ms-color-primary);
}

.ms-price--sale {
    font-weight: bold;
}

.ms-price--old {
    color: var(--ms-color-text);
    text-decoration-line: line-through;
    text-decoration-color: #cc0000;
}

.ms-price--eur {
    color: var(--ms-color-secondary);
    font-size: 0.9em;
}

.ms-add-to-cart-form__button {
    border: 0;
    border-radius: var(--ms-btn-radius);
    padding: 8px 12px;
    max-width: 100%;
    color: var(--ms-btn-primary-color);
    background: var(--ms-btn-primary-bg);
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .ms-price-add-to-cart {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .ms-price-add-to-cart-table,
    .ms-price-add-to-cart-table tbody,
    .ms-price-add-to-cart-table tr,
    .ms-price-add-to-cart-table td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .ms-price-add-to-cart-table {
        width: 100% !important;
        max-width: 100%;
        table-layout: auto !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    .ms-price-add-to-cart-table colgroup,
    .ms-price-add-to-cart-table thead {
        display: none !important;
    }

    .ms-price-add-to-cart-table tr {
        margin: 0 0 12px 0;
        border: 1px solid var(--ms-color-secondary, #cccccc);
        background: #f5f5f5;
    }

    .ms-price-add-to-cart-table td {
        display: block;
        min-width: 0;
        padding: 8px 10px !important;
        border: 0 !important;
        border-bottom: 1px solid #ffffff !important;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .ms-price-add-to-cart-table td:last-child {
        border-bottom: 0 !important;
    }

    .ms-price-add-to-cart-table td::before {
        content: attr(data-label);
        display: block;
        max-width: 100%;
        margin-bottom: 4px;
        color: var(--ms-color-primary, #0d6efd);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.2;
    }

    .ms-price-add-to-cart-table__description {
        display: block !important;
    }

    .ms-price-add-to-cart-table__description::before {
        display: block;
        margin-bottom: 4px;
    }

    .ms-price-add-to-cart-table__code,
    .ms-price-add-to-cart-table__measure,
    .ms-price-add-to-cart-table__qty,
    .ms-price-add-to-cart-table__price,
    .ms-price-add-to-cart-table__action {
        text-align: left !important;
        white-space: normal !important;
    }

    .ms-price-add-to-cart-table__price .ms-price {
        display: inline-block;
        margin-right: 4px;
        min-width: 0;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .ms-price-add-to-cart-table__qty .ms-add-to-cart-form__qty {
        width: 80px !important;
        max-width: 100% !important;
        padding: 2px 4px;
        text-align: left !important;
    }

    .ms-price-add-to-cart-table__action .ms-add-to-cart-form {
        display: block;
        width: 100%;
        text-align: left;
    }

    .ms-price-add-to-cart-table__action .ms-add-to-cart-form__button {
        min-width: 44px;
        min-height: 36px;
        padding: 6px 10px;
        line-height: 1.2;
    }
}

@media (max-width: 420px) {
    .ms-price-add-to-cart-table td {
        display: block;
    }

    .ms-price-add-to-cart-table td::before {
        display: block;
        margin-bottom: 4px;
    }

    .ms-price-add-to-cart-table__price .ms-price,
    .ms-price-add-to-cart-table__action .ms-add-to-cart-form {
        justify-content: flex-start;
        text-align: left;
    }
}
