.wv-cart-widget {
    width: 100%;
    --wv-cart-actions-gap: 10px;
    --wv-cart-notice-gap: 10px;
    --wv-cart-notice-justify: flex-start;
    --wv-cart-notice-text-align: left;
    --wv-cart-product-meta-gap: 6px;
}

.wv-cart-widget .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, var(--wv-cart-totals-width, 340px));
    gap: var(--wv-cart-columns-gap, 24px);
    align-items: start;
}

.wv-cart-widget .woocommerce::before,
.wv-cart-widget .woocommerce::after,
.wv-cart-widget .cart-collaterals::before,
.wv-cart-widget .cart-collaterals::after {
    display: none;
}

.wv-cart-widget .woocommerce-cart-form,
.wv-cart-widget .cart-collaterals,
.wv-cart-widget .cart-collaterals .cart_totals {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    min-width: 0;
}

.wv-cart-widget .woocommerce-cart-form {
    grid-column: 1;
    overflow: hidden;
}

.wv-cart-widget .cart-collaterals {
    grid-column: 2;
}

.wv-cart-widget .cart-collaterals .cart_totals {
    float: none;
    overflow: hidden;
}

.wv-cart-widget .shop_table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.wv-cart-widget .woocommerce-cart-form__contents {
    table-layout: auto;
}

.wv-cart-widget .shop_table .product-remove {
    width: 1%;
    min-width: 0;
    max-width: none;
    text-align: center;
    white-space: nowrap;
}

.wv-cart-widget .shop_table .product-thumbnail {
    width: calc(var(--wv-cart-thumb-size, 72px) + 34px);
}

.wv-cart-widget .shop_table .product-price,
.wv-cart-widget .shop_table .product-subtotal {
    width: 96px;
}

.wv-cart-widget .shop_table .product-quantity {
    width: 132px;
}

.wv-cart-widget .shop_table th,
.wv-cart-widget .shop_table td {
    vertical-align: middle;
}

.wv-cart-widget .shop_table th.product-remove,
.wv-cart-widget .shop_table td.product-remove {
    padding-left: 8px;
    padding-right: 8px;
}

.wv-cart-widget .shop_table .product-thumbnail a {
    display: inline-flex;
}

.wv-cart-widget .shop_table .product-thumbnail img {
    width: var(--wv-cart-thumb-size, 72px);
    max-width: none;
    height: auto;
    display: block;
}

.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item td.product-name > a {
    display: block;
    text-decoration: none;
}

.wv-cart-widget .shop_table .variation,
.wv-cart-widget .shop_table .product-name small,
.wv-cart-widget .shop_table .product-name .backorder_notification {
    display: block;
    margin-top: var(--wv-cart-product-meta-gap, 6px);
    opacity: 0.8;
}

.wv-cart-widget .shop_table .product-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
}

.wv-cart-widget .shop_table .product-remove .remove .wv-cart-remove-button__icon,
.wv-cart-widget .shop_table .product-remove .remove .wv-cart-remove-button__icon svg,
.wv-cart-widget .shop_table .product-remove .remove .wv-cart-remove-button__icon i,
.wv-cart-widget .shop_table .product-remove .remove .wv-cart-remove-button__icon .elementor-icon,
.wv-cart-widget .shop_table .product-remove .remove .wv-cart-remove-button__icon .e-font-icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 1em;
    height: 1em;
    line-height: 1;
    fill: currentColor;
    color: currentColor;
}

.wv-cart-widget .shop_table td.actions {
    padding: 0;
    overflow: visible;
}

.wv-cart-widget .wv-cart-actions-zone {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wv-cart-actions-gap, 10px);
    align-items: center;
    justify-content: space-between;
    margin-top: calc(var(--wv-cart-sections-gap, 20px) + 2px);
    margin-bottom: 0;
}

.wv-cart-widget .wv-cart-actions-zone .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wv-cart-actions-gap, 10px);
    align-items: center;
    max-width: 100%;
}

.wv-cart-widget .wv-cart-actions-zone .coupon label {
    display: none;
}

.wv-cart-widget .wv-cart-actions-zone .coupon .input-text {
    width: min(100%, 240px);
    min-width: 180px;
}

.wv-cart-widget .wv-cart-actions-zone > .button {
    margin-left: 0;
}

.wv-cart-widget .shop_table .product-price .amount,
.wv-cart-widget .shop_table .product-subtotal .amount {
    white-space: nowrap;
}

.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .qty,
.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity input.qty {
    width: 80px;
}

.wv-cart-widget .cart-collaterals {
    display: flex;
    flex-direction: column;
    gap: var(--wv-cart-sections-gap, 20px);
}

.wv-cart-widget .cart_totals h2 {
    margin: 0 0 18px;
}

.wv-cart-widget .cart_totals .shop_table {
    margin-bottom: 20px;
    overflow: hidden;
}

.wv-cart-widget .cart_totals .wc-proceed-to-checkout {
    margin: 0;
}

.wv-cart-widget .cart_totals .wc-proceed-to-checkout .button {
    width: 100%;
    text-align: center;
}

.wv-cart-widget__mock {
    width: 100%;
}

.wv-cart-widget__editor-note {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #72aee6;
    border-radius: 10px;
    background: #eef4fb;
    color: #1d4f85;
    font-weight: 600;
}

.wv-cart-widget__notice,
.wv-cart-widget .woocommerce-message,
.wv-cart-widget .woocommerce-info,
.wv-cart-widget .woocommerce-error {
    display: flex;
    align-items: center;
    gap: var(--wv-cart-notice-gap, 10px);
    justify-content: var(--wv-cart-notice-justify, flex-start);
    text-align: var(--wv-cart-notice-text-align, left);
    grid-column: 1 / -1;
    margin-bottom: 16px;
    padding: 14px 16px;
}

.wv-cart-widget__notice {
    border: 1px solid #dcdcde;
    border-radius: 10px;
    background: #f6f7f7;
    color: #1d2327;
}

.wv-cart-widget .woocommerce-message.wv-cart-widget__notice--custom-icon::before,
.wv-cart-widget .woocommerce-info.wv-cart-widget__notice--custom-icon::before,
.wv-cart-widget .woocommerce-error.wv-cart-widget__notice--custom-icon::before {
    display: none;
}

.wv-cart-widget__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #dbe7f5;
    color: #1d4f85;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
}

.wv-cart-widget__notice-icon svg,
.wv-cart-widget__notice-icon i,
.wv-cart-widget__notice-icon .elementor-icon,
.wv-cart-widget__notice-icon .e-font-icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor;
}

.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item td {
    background-color: var(--wv-cart-products-row-bg, transparent);
    transition: background-color .2s ease;
}

.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item:nth-child(even) td {
    background-color: var(--wv-cart-products-row-alt-bg, var(--wv-cart-products-row-bg, transparent));
}

.wv-cart-widget .woocommerce-cart-form__contents tbody tr.cart_item:hover td {
    background-color: var(--wv-cart-products-row-hover-bg, var(--wv-cart-products-row-alt-bg, var(--wv-cart-products-row-bg, transparent)));
}

.wv-cart-widget .cart_totals .shop_table tbody tr th,
.wv-cart-widget .cart_totals .shop_table tbody tr td {
    background-color: var(--wv-cart-summary-row-bg, transparent);
    transition: background-color .2s ease;
}

.wv-cart-widget .cart_totals .shop_table tbody tr:nth-child(even) th,
.wv-cart-widget .cart_totals .shop_table tbody tr:nth-child(even) td {
    background-color: var(--wv-cart-summary-row-alt-bg, var(--wv-cart-summary-row-bg, transparent));
}

.wv-cart-widget .cart_totals .shipping td p,
.wv-cart-widget .cart_totals .shipping td ul {
    margin: 0 0 8px;
}

.wv-cart-widget .cart_totals .shipping td ul:last-child,
.wv-cart-widget .cart_totals .shipping td p:last-child {
    margin-bottom: 0;
}

.wv-cart-widget .cart_totals .shipping td a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.wv-cart-widget .cart_totals .shipping td a svg,
.wv-cart-widget .cart_totals .shipping td a i,
.wv-cart-widget .cart_totals .shipping td a .elementor-icon,
.wv-cart-widget .cart_totals .shipping td a .e-font-icon-svg {
    display: inline-flex;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor;
}

.wv-cart-widget .woocommerce-message,
.wv-cart-widget .woocommerce-info,
.wv-cart-widget .woocommerce-error {
    grid-column: 1 / -1;
    margin: 0 0 16px;
}

@media (max-width: 1024px) {
    .wv-cart-widget .woocommerce {
        grid-template-columns: 1fr;
    }

    .wv-cart-widget .woocommerce-cart-form,
    .wv-cart-widget .cart-collaterals,
    .wv-cart-widget__notice,
    .wv-cart-widget .woocommerce-message,
    .wv-cart-widget .woocommerce-info,
    .wv-cart-widget .woocommerce-error {
        grid-column: 1;
    }
}

@media (max-width: 767px) {
    .wv-cart-widget .wv-cart-actions-zone .coupon,
    .wv-cart-widget .wv-cart-actions-zone > .button {
        width: 100%;
    }

    .wv-cart-widget .wv-cart-actions-zone > .button {
        margin-top: 0;
        margin-left: 0;
    }

    .wv-cart-widget .wv-cart-actions-zone .coupon .input-text,
    .wv-cart-widget .wv-cart-actions-zone .coupon .button,
    .wv-cart-widget .wv-cart-actions-zone > .button {
        width: 100%;
    }
}
