<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#addToCartPopup {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    display: none;
}

#addToCartPopup .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #000;
}

#addToCartPopup .buttonRight .btn.btn-primary {
    display: block;
}

#addToCartPopup .btn {
    font-size: 14px
}

#adminbar {
    text-align: center;
    font-weight: bold;
    color: #e64943;
}

.alert {
    color: #666;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 2px;
}

.alert.alert-info {
    background-color: #e3f7fc;
    border: 1px solid #b9e7f9;
}

.alert.alert-danger,
.alert.alert-error {
    background-color: #ffecec;
    border: 1px solid #e64943;
}

.alert.alert-success {
    background-color: #e9ffd9;
    border: 1px solid #c9e0b7;
}

.coupon_code {
    margin-bottom: 50px !important;
}

.coupon_code h3,
.checkout_form h3 {
    border-bottom: 1px solid #6aaeb4;
    padding-left: 0px !important
}

.coupon_code #coupon,
.checkout_form input[type="text"].form-control {
    border: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    margin-right: 20px !important;
    border-radius: 2px !important;
    padding: 3px 10px;
}

.coupon_code #coupon {
    height: 42px;
    width: 200px
}

.form-group {
    padding-bottom: 20px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    min-height: 100px;
    height: auto !important;
}

.form-control::placeholder {
    font-family: 'Poppins', sans-serif !important;
    color: #666 !important
}

.coupon_code #calcola_coupon {
    white-space: nowrap;
    padding: 5px 25px;
}

#shopForm {
    margin-bottom: 40px;
}

#shopForm textarea {
    height: 100px;
}

ul.list-rubrica {
    list-style: none;
    padding-left: 0px;
}

.colonna-indirizzi {
    border: 4px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
}

/* Area utente */

.menu_area_utente {
    max-width: 200px;
}

.menu_area_utente li a {
    width: 100%;
    padding: 10px 5px;
    display: block;
    border-bottom: 1px solid #6aaeb4
}

.form-group.box_captcha {
    display: flex;
}

.form-group.box_captcha #captcha {
    width: 210px;
}

.form-group.box_captcha #captcha {
    height: 40px
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

#shopcart .panel-body {
    display: none;
    padding: 10px;
    border: none !important;
}

#shopcart .panel {
    cursor: pointer;
}

#shopcart .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

#shopcart .panel-heading {
    padding: 10px;
}

#shopcart #rubrica {
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

#shopcart .card-rubrica {
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px dotted #6aaeb4;
    padding: 10px 0;
    margin: 10px 0;
}

#shopcart .card-rubrica button {
    font-size: 13px;
    text-transform: lowercase !important;
}

#shopcart .title-rubrica span {
    border: none;
}

#shopcart .title-rubrica input {
    font-weight: bold;
}

#shopcart #colonna-indirizzi #gestisci {
    font-size: 13px;
}

#card-rubrica form, #card-rubrica form input, #card-rubrica form select {
    font-size: 13px;
}

#card-rubrica form .form-group {
    padding-bottom: 7px;
}

#card-rubrica form input.form-control-sm:read-only {
    background: #f8f8f8;
}

#card-rubrica form .title-rubrica input {
    font-weight: bold;
    color: #6aaeb4;
    font-size: 16px;
}

#card-rubrica button {
    font-size: 14px;
    padding: 5px 10px;
}

#card-rubrica .form-control {
    color: #000;
}

.item-card-rubrica form {
    padding: 5px;
    border: 1px solid #eee;
}


#card-rubrica form ::placeholder {
    font-style: italic;
}



/* ----------------------------------------
// Shop
// ---------------------------------------- */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card &gt; hr {
    margin-right: 0;
    margin-left: 0;
}

.card &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card &gt; .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card &gt; .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-group &gt; .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

/*
// .card
*/
.card {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
}

.card-body {
    padding: 2rem;
}

.card-header,
.card-footer {
    padding: 1.5rem 2rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6 {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: 1.75rem;
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
    margin-bottom: 0;
}

.card-divider {
    height: 2px;
    background: #f0f0f0;
}

.card-body .card-title:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-header,
    .card-footer {
        padding: 1.25rem 1.5rem;
    }

    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }

    .card-body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .card-header,
    .card-footer {
        padding: 1rem 1.375rem;
    }

    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }

    .card-body {
        padding: 1.375rem;
    }
}

/*
// .card-table
*/
.card-table {
    font-size: 15px;
}

.card-table a:not(.btn):hover {
    text-decoration: underline;
}

.card-table table {
    width: 100%;
    min-width: 500px;
}

[dir=ltr] .card-table table {
    text-align: left;
}

[dir=rtl] .card-table table {
    text-align: right;
}

.card-table thead th {
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
}

.card-table tbody th,
.card-table tbody td,
.card-table tfoot th,
.card-table tfoot td {
    padding: 12px 12px;
}

.card-table tfoot th,
.card-table tfoot td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-table tbody + tbody tr th,
.card-table tbody + tbody tr td,
.card-table tbody + tfoot tr th,
.card-table tbody + tfoot tr td,
.card-table tbody tr + tr th,
.card-table tbody tr + tr td {
    border-top: 1px solid #f0f0f0;
}

.card-table tbody tr:hover &gt; *,
.card-table tfoot tr:hover &gt; * {
    background-color: #f7f7f7;
}

[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}

[dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
    padding-left: 2rem;
}

.card-table .card-table__body--merge-rows th,
.card-table .card-table__body--merge-rows td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.card-table .card-table__body--merge-rows tr:first-child th,
.card-table .card-table__body--merge-rows tr:first-child td {
    padding-top: 12px;
}

.card-table .card-table__body--merge-rows tr:last-child th,
.card-table .card-table__body--merge-rows tr:last-child td {
    padding-bottom: 12px;
}

.card-table .card-table__body--merge-rows tr + tr th,
.card-table .card-table__body--merge-rows tr + tr td {
    border-top: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-table {
        font-size: 14px;
    }

    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.5rem;
    }

    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.5rem;
    }

    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.5rem;
    }

    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.5rem;
    }
}

@media (max-width: 767px) {
    .card-table {
        font-size: 14px;
    }

    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.375rem;
    }

    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.375rem;
    }

    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.375rem;
    }

    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.375rem;
    }
}


/*mini cart css here*/
.cart_close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.cart_gallery {
    overflow-y: auto;
    height: calc(100% - 90px);
}

.cart_text h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.mini_cart_close &gt; a {
    font-size: 25px;
}

.mini_cart_close &gt; a:hover {
    color: #6A128A;
}

.mini_cart {
    position: fixed;
    min-width: 355px;
    max-width: 355px;
    height: 100%;
    padding: 18px 28px 33px;
    background: #f8f8f8;
    z-index: 999;
    right: 0;
    top: 0;
    transition: .5s;
    transform: translateX(100%);
    display: none;
}

.mini_cart.active {
    transform: translateX(0);
    transition: .5s;
}

.dropcart__product {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #6aaeb4;
    padding: 15px 0;
}

.dropcart__product-image {
    width: 25%;
}

.dropcart__product-info {
    width: 40%;
    text-align: left;
}

.dropcart__product-info a {
    color: #212529;
    font-size: 14px;
    text-decoration: none;
}

.dropcart__product-info a:hover {
    color: #6aaeb4;
}

.dropcart__product-meta {
    width: 28%;
    text-align: right;
    color: #212529;
    font-size: 14px;
}

.dropcart__totals {
    padding: 15px 0
}

.table-responsive-sm {
    overflow-x: auto;
}

.table-responsive-sm .btn,
.table-responsive-sm a {
    white-space: nowrap;
}


@media only screen and (max-width: 767px) {
    .mini_cart {
        min-width: 300px;
        height: 100%;
        padding: 18px 18px 33px;
    }
}

.cart_img {
    width: 95px;
    margin-right: 17px;
}

@media only screen and (max-width: 767px) {

    .menu_area_utente {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.cart_button:first-child {
    margin-bottom: 15px;
}

.cart_button a {
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background: #eef0f1;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 13px 0px 11px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cart_button a:hover {
    background: #6aaeb4;
    border-color: #6aaeb4;
    color: #fff;
}

/*mini cart css end*/
/*
// .address-card
*/
.address-card {
    position: relative;
    height: 100%;
}

.address-card__badge {
    position: absolute;
    background-color: #f6b42b;
    color: #3d464d;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
}

[dir=ltr] .address-card__badge {
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

[dir=rtl] .address-card__badge {
    left: .75rem;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.address-card__badge--muted {
    background-color: #f0f0f0;
    color: #3d464d;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.address-card__footer {
    margin-top: 1.625rem;
}

.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card--featured .address-card__name {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    .address-card--featured .address-card__body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .address-card--featured .address-card__body {
        padding: 1.375rem;
    }
}

/*
// .cart
*/
.cart__actions {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__coupon-form {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart__coupon-form .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .cart__coupon-form .btn {
    margin-left: .5rem;
}

[dir=rtl] .cart__coupon-form .btn {
    margin-right: .5rem;
}

[dir=ltr] .cart__update-button {
    margin-left: .5rem;
}

[dir=rtl] .cart__update-button {
    margin-right: .5rem;
}

.cart__totals {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
}

.cart__totals a:hover {
    text-decoration: underline;
}

.cart__totals th, .cart__totals td {
    vertical-align: top;
    padding: 6px 0;
}

.cart__totals th {
    font-weight: 700;
}

[dir=ltr] .cart__totals tr &gt; :first-child {
    padding-right: 20px;
}

[dir=rtl] .cart__totals tr &gt; :first-child {
    padding-left: 20px;
}

[dir=ltr] .cart__totals tr &gt; :last-child {
    text-align: right;
}

[dir=rtl] .cart__totals tr &gt; :last-child {
    text-align: left;
}

.cart__totals-header tr:last-child &gt; * {
    padding-bottom: 10px;
}

.cart__totals-body tr:first-child &gt; * {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.cart__totals-body tr:last-child &gt; * {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.cart__totals-footer {
    font-size: 24px;
}

.cart__totals-footer th {
    font-weight: 500;
}

.cart__totals-footer tr:first-child &gt; * {
    padding-top: 20px;
}

.cart__calc-shipping {
    margin-top: 2px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .cart__actions {
        margin-top: 1.5rem;
        display: block;
    }

    .cart__coupon-form {
        width: 100%;
        flex-direction: column;
    }

    .coupon_code #coupon {
        width: 100%;
    }

    .cart__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.5rem;
        width: 100%;
    }

    .cart__update-button {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: .75rem;
    }

    [dir=ltr] .cart__update-button {
        margin-left: 0;
    }

    [dir=rtl] .cart__update-button {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .cart__checkout-button {
        font-size: 1.125rem;
        height: calc(2.75rem + 2px);
        padding: .8125rem 2rem;
        line-height: 1;
        font-weight: 500;
    }

    .cart__checkout-button.btn-svg-icon {
        width: calc(2.75rem + 2px);
    }
}

@media (max-width: 379px) {
    .cart__checkout-button {
        font-size: 1rem;
        height: calc(2.25rem + 2px);
        line-height: 1.5;
        padding: .375rem 1.25rem;
        font-weight: 500;
    }

    .cart__checkout-button.btn-svg-icon {
        width: calc(2.25rem + 2px);
    }
}

/*
// .cart-table
*/
.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 30px
}

.cart-table__product-name {
    color: inherit;
}

.cart-table__options {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.cart-table__options li {
    position: relative;
}

[dir=ltr] .cart-table__options li {
    padding-left: 12px;
}

[dir=rtl] .cart-table__options li {
    padding-right: 12px;
}

[dir=ltr] .cart-table__options li::before {
    left: 1px;
}

[dir=rtl] .cart-table__options li::before {
    right: 1px;
}

@media (min-width: 768px) {
    .cart-table__column {
        padding: 12px 18px;
        border-top: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__column:first-child {
        border-left: 1px solid #ebebeb;
    }

    [dir=rtl] .cart-table__column:first-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__column:last-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=rtl] .cart-table__column:last-child {
        border-left: 1px solid #ebebeb;
    }

    .cart-table__head {
        background: #f7f7f7;
        font-size: 15px;
    }

    .cart-table__head .cart-table__column {
        font-weight: 500;
    }

    [dir=ltr] .cart-table__head .cart-table__column:first-child {
        border-top-left-radius: 2.5px;
    }

    [dir=rtl] .cart-table__head .cart-table__column:first-child {
        border-top-right-radius: 2.5px;
    }

    [dir=ltr] .cart-table__head .cart-table__column:last-child {
        border-top-right-radius: 2.5px;
    }

    [dir=rtl] .cart-table__head .cart-table__column:last-child {
        border-top-left-radius: 2.5px;
    }

    .cart-table__body .cart-table__column {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .cart-table__body .cart-table__row:last-child .cart-table__column {
        border-bottom: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
        border-bottom-left-radius: 2.5px;
    }

    [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
        border-bottom-left-radius: 2.5px;
    }

    .cart-table__column--image {
        width: 1px;
        text-align: center;
    }

    [dir=ltr] .cart-table__column--image {
        padding-right: 4px;
    }

    [dir=rtl] .cart-table__column--image {
        padding-left: 4px;
    }

    .cart-table__column--image .product-image {
        width: 80px;
    }

    .cart-table__column--price {
        width: 170px;
    }

    [dir=ltr] .cart-table__column--price {
        text-align: right;
    }

    [dir=rtl] .cart-table__column--price {
        text-align: left;
    }

    .cart-table__column--quantity {
        text-align: center;
        width: 1px;
    }

    [dir=ltr] .cart-table__column--quantity {
        padding-left: 90px;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 90px;
    }

    .cart-table__column--total {
        width: 170px;
    }

    [dir=ltr] .cart-table__column--total {
        text-align: right;
    }

    [dir=rtl] .cart-table__column--total {
        text-align: left;
    }

    .cart-table__column--remove {
        width: 1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    [dir=ltr] .cart-table__column--quantity {
        padding-left: 40px;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 40px;
    }

    .cart-table__column--price,
    .cart-table__column--total {
        width: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [dir=ltr] .cart-table__column--quantity {
        padding-left: 0;
        padding-right: 0;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 0;
        padding-left: 0;
    }

    .cart-table__column--price,
    .cart-table__column--total {
        width: 1px;
    }

    [dir=ltr] .cart-table__column--remove {
        padding-left: 0;
    }

    [dir=rtl] .cart-table__column--remove {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .cart-table {
        display: block;
    }

    .cart-table__head {
        display: none;
    }

    .cart-table__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-table__row {
        position: relative;
        width: 100%;
        display: block;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }

    .cart-table__row + .cart-table__row {
        margin-top: 15px;
    }

    .cart-table__column {
        display: block;
        padding: 0;
    }

    .cart-table__column--image {
        padding: 20px 20px 12px;
        text-align: center;
    }

    .cart-table__column--image .product-image {
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
    }

    .cart-table__column--product {
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        padding: 0 20px 18px;
    }

    .cart-table__column--price,
    .cart-table__column--quantity,
    .cart-table__column--total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 20px;
    }

    .cart-table__column--price::before,
    .cart-table__column--quantity::before,
    .cart-table__column--total::before {
        font-weight: 500;
        width: 55%;
        text-align: left;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        content: attr(data-title) ": ";
    }

    [dir=ltr] .cart-table__column--price::before, [dir=ltr]
    .cart-table__column--quantity::before, [dir=ltr]
    .cart-table__column--total::before {
        text-align: right;
    }

    [dir=rtl] .cart-table__column--price::before, [dir=rtl]
    .cart-table__column--quantity::before, [dir=rtl]
    .cart-table__column--total::before {
        text-align: left;
    }

    .cart-table__column p {
        margin: 0px;
    }

    .cart-table__column--quantity .input-number {
        width: 110px;
    }

    .cart-table__column--price {
        padding-top: 18px;
    }

    .cart-table__column--total {
        padding-bottom: 18px;
    }

    .cart-table__column--remove {
        position: absolute;
        top: 5px;
        right: 5px
    }

    [dir=ltr] .cart-table__column--remove {
        right: 5px;
    }

    [dir=rtl] .cart-table__column--remove {
        left: 5px;
    }

    .cart-table__options li::before {
        display: none;
    }
}

@media (min-width: 576px) {
    .order-list th,
    .order-list td {
        padding: 4px 12px;
    }

    [dir=ltr] .order-list th:first-child, [dir=ltr]
    .order-list td:first-child {
        padding-left: 1.5rem;
    }

    [dir=rtl] .order-list th:first-child, [dir=rtl]
    .order-list td:first-child {
        padding-right: 1.5rem;
    }

    [dir=ltr] .order-list th:last-child, [dir=ltr]
    .order-list td:last-child {
        padding-right: 1.5rem;
    }

    [dir=rtl] .order-list th:last-child, [dir=rtl]
    .order-list td:last-child {
        padding-left: 1.5rem;
    }

    .order-list__header th,
    .order-list__header td {
        border-bottom: 2px solid #f0f0f0;
        padding: 10px 12px;
    }

    .order-list__products th,
    .order-list__products td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .order-list__products tr:first-child th,
    .order-list__products tr:first-child td {
        padding-top: 14px;
    }

    .order-list__products tr:last-child th,
    .order-list__products tr:last-child td {
        padding-bottom: 14px;
    }

    [dir=ltr] .order-list__products .order-list__column-product {
        padding-left: 4px;
    }

    [dir=rtl] .order-list__products .order-list__column-product {
        padding-right: 4px;
    }

    .order-list__subtotals th,
    .order-list__subtotals td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .order-list__subtotals tr:first-child th,
    .order-list__subtotals tr:first-child td {
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }

    .order-list__subtotals tr:last-child th,
    .order-list__subtotals tr:last-child td {
        padding-bottom: 12px;
    }

    .order-list__footer th,
    .order-list__footer td {
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 1px solid #f0f0f0;
    }
}

.text-danger {
    --bs-text-opacity: 1;
    color: #dc3545!important;
}

.text-success {
    --bs-text-opacity: 1;
    color: #198754 !important;
}
</pre></body></html>