thead th {
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #39322d;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  margin: 0 !important;
  width: 100%;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend,
table:not(.has-background) tbody td,
table:not(.has-background) th {
  background: transparent;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item
  td.product-name
  a {
  margin-left: 30px;
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item
  td.product-price
  span.woocommerce-Price-amount.amount {
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item
  td.product-quantity
  .qty {
  width: 70px;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #cbbfb9;
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item
  td.product-subtotal
  span.woocommerce-Price-amount.amount {
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item {
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  .cart_item
  td.product-thumbnail
  img {
  width: auto !important;
  height: auto !important;
  max-height: 60px !important;
}

a.remove {
  color: #b3b2b2;
  text-decoration: none;
  font-size: 25px !important;
  font-family: Arial, sans-serif;
  margin: 0 !important;
  display: inline-block;
  position: relative !important;
  top: 5px !important;
}

.cart_totals {
  padding: 25px;
  border: 1px solid #d3d3d3;
  width: 100% !important;
}

.cart-collaterals h2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
}

.shop_table.shop_table_responsive {
  font-family: "Futura", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.cart-subtotal {
  font-family: "Futura", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.wc-proceed-to-checkout .button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #000;
  font-family: "DIN Neuzeit Grotesk", sans-serif;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.order-total {
  margin-bottom: 15px;
  padding: 14px 10px;
  background-color: #f2f2f2;
}

tr.cart-subtotal th,
tr.cart-subtotal td {
  padding: 10px;
  padding-bottom: 20px !important;
}

.order-total td {
  padding: 10px;
}

.wc-proceed-to-checkout {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  td.product-thumbnail,
  td.product-name,
  td.product-price,
  td.product-quantity,
  td.product-subtotal {
    text-align: center !important;
  }
  td.product-name a {
    margin-left: 0px !important;
  }
  td.product-remove {
    position: absolute !important;
    right: 30px !important;
    top: 4px !important;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    tbody
    .cart_item {
    position: relative;
  }
  table.cart td.product-remove a.remove {
    right: -0.918047em !important;
  }
  .left_bottom_carrito {
    margin-bottom: 15px;
  }
}
