body .wpcss-cart {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body .wpcss-cart form,
body .wpcss-cart .shop_table,
body .wpcss-cart table {
    width: 100% !important;
    max-width: 100% !important;
}

body .wpcss-cart td.product-thumbnail img {
    width: 120px !important;
    height: auto !important;
    max-width: none !important;
}
/* Контейнер кнопок */
body .wpcss-cart .wpcss-actions,
body .wpcss-cart .wpcss-buttons,
body .wpcss-cart .actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}

/* Сами кнопки */
body .wpcss-cart button,
body .wpcss-cart .button,
body .wpcss-cart a.button {
    min-width: 220px;
    text-align: center;
}

.shop_table tr {
    display: table-row !important;
}

.shop_table td,
.shop_table th {
    padding: 15px 10px;
    vertical-align: middle;
}

.shop_table .product-thumbnail img {
    width: 150px;
    height: auto;
    max-width: none;
}

.shop_table {
    font-size: 16px;
	color: #2f2f2f;
}

.shop_table .product-name a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.shop_table {
    width: 100%;
}

.shop_table .product-thumbnail {
    width: 160px;
}

.shop_table .product-name {
    width: 40%;
}

.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-subtotal {
    text-align: center;
    min-width: 120px;
}

.shop_table tbody tr {
    border-bottom: 1px solid #eee;
}

/*убираем блок  “Share link / Copy”*/
body .wpcss-cart .wpcss-share {
    display: none !important;
}

.shop_table td:first-child, .shop_table th:first-child {
  width: 10%;
}