.cart-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.cart-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.cart-left {
  flex: 1 1 65%;
}

.cart-right {
  flex: 1 1 30%;
}

.woocommerce-cart-form__contents {
  border-radius: 0 !important;
}

table thead:first-child tr:first-child th {
  border-block-start: none !important;
}

table tbody > tr:nth-child(odd) > td {
  background-color: transparent !important;
}

.shop_table th,
.shop_table td {
  padding: 12px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.product-thumbnail img {
  max-width: 60px;
}

.product-name {
  text-align: left !important;
}

.product-name a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

td.product-name > a {
  color: #0a4265 !important;
}

.product-actions a {
  margin: 0 5px;
  font-size: 18px;
}

.update-cart-item i {
  color: #007bff;
  cursor: pointer;
}

.btn-remove i {
  color: red;
  cursor: pointer;
}

.custom-cart-summary {
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.custom-cart-summary h3 {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.totals-block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.subtotal-row,
.total-row {
  padding: 8px 14px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}

.subtotal-row {
  border-bottom: 0;
}

div.subtotal-row > span:nth-child(1),
div.total-row > span:nth-child(1) {
  margin-right: 30px;
}

div.cart-left > form > table > thead > tr {
  font-family: "Titillium Web";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

div.subtotal-row > span:nth-child(1),
div.total-row > span:nth-child(1) {
  font-weight: 700;
}

.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 400 !important;
}

.continue-shopping {
  background-color: #000 !important;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 13px !important;
  border-radius: 0 !important;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

.woocommerce a.checkout-button {
  width: 45%;
  text-align: center;
  border-radius: 0 !important;
  font-weight: 400 !important;
  background: #000 !important;
  color: #fff !important;
  padding: 13px !important;
}

.cart-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: "Titillium Web";
  font-size: 14px;
}

/*Пустая корзина*/
.cart-empty.woocommerce-info {
  font-family: "Titillium Web";
  font-size: 15px;
  font-weight: 400;
}

.woocommerce-info::before {
  content: none;
}

.woocommerce-info {
  padding: 0;
  border: none;
  background-color: transparent;
}

.button.wc-backward {
  padding: 13px 0 !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: white !important;
  background-color: black !important;
  width: 100%;
}

.button.wc-backward:hover {
  background-color: #0a4265 !important;
}
