.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.update-nag {
    display: none !important;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
.product-thumbnail a {
  display: block;
  text-align: center;
}
.product-name a {
  color: #614B1F;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.wc-proceed-to-checkout a {
  background-color: #DD6727 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #F3F5EB;
  padding: 15px 25px !important;
  border: 1px solid transparent !important;
  border-radius: 35px !important;
  transition: 0.2s linear all;
}
.wc-proceed-to-checkout a:hover {
  background-color: transparent !important;
  color: #DD6727 !important;
  border: 1px solid #DD6727 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.return-to-shop {
  padding: 100px 0;
  text-align: center;
}
.return-to-shop h1 {
  font-size: 72px;
  font-weight: 300;
  color: #3E5626;
  margin: 0 0 60px 0;
}
.return-to-shop p {
  font-size: 20px;
  font-weight: 400;
  color: #3E5626;
  margin: 0;
}
.return-to-shop p a {
  color: #DD6727;
  font-weight: 500;
}
