0
Ваша корзина
0
Ваша корзина

botiga

/* Решение для страницы корзины WooCommerce */
body.woocommerce-cart {
position: relative;
}

.woocommerce-cart .site-content {
padding-bottom: 200px !important;
min-height: 70vh;
}

.cart_totals {
margin: 40px 0 80px !important;
clear: both;
}

/* Футер */
.bhfb-footer {
clear: both !important;
margin-top: 150px !important;
position: relative;
background: #fff;
z-index: 10;
}

/* Если футер фиксированный или sticky */
.bhfb-footer.bhfb-desktop {
position: static !important;
}

/* Для таблицы на оформлении заказа */
.woocommerce-checkout .shop_table {
width: 100%;
table-layout: fixed;
}

/* Настройка ширины столбцов */
.woocommerce-checkout-review-order-table thead th:nth-child(1),
.woocommerce-checkout-review-order-table tbody td:nth-child(1),
.woocommerce-checkout-review-order-table tfoot th:nth-child(1) {
width: 55% !important; /* Уменьшили первый столбец */
max-width: 55%;
}

.woocommerce-checkout-review-order-table thead th:nth-child(2),
.woocommerce-checkout-review-order-table tbody td:nth-child(2),
.woocommerce-checkout-review-order-table tfoot td:nth-child(1) {
width: 45% !important; /* Увеличили второй столбец */
max-width: 45%;
text-align: right;
padding-left: 30px;
}

/* Для ячеек с товарами */
.woocommerce-checkout-review-order-table td.product-name {
padding-right: 15px;
word-break: break-word;
}

/* Для ячеек с ценами */
.woocommerce-checkout-review-order-table td.product-total {
padding-left: 15px;
text-align: right !important;
white-space: nowrap;
}

.woocommerce-checkout,
.woocommerce-cart {
padding-left: 16px !important;
padding-right: 16px !important;
}