.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
  min-height: 75%;
  width: 60px;
}
tbody .coupon > .button {
  background-color: #2c6bb2;
  color: #ffffff;
  left: -70px;
}
.shop_table .actions > .button {
  color: #ffffff;
  background-color: #2c6bb2;
  padding-right: 15.4px;
  margin-left: 10px;
}
.woocommerce .wc-proceed-to-checkout .button {
  background-color: #356e3d;
  color: #ffffff;
  display: flex;
}
#content > div:nth-child(2) > div > div:nth-child(3) > div > div > a:nth-child(1) {
  background-color: #2c6bb2;
}
#content > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div > div > div > a:nth-child(1) {
  background-color: #2c6bb2;
}
.shop_table .button {
  background-color: #356e3d;
}
@media screen and (max-width: 768px) {
  tbody .coupon > .button {
    left: 0;
  }
}
