.navbar .navbar-header .navbar-brand img{
max-height: 70px;
}
.shop-item {
	background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

@media (min-width: 768px){
  .home section.products .col-md-3.shop-item{
  	margin: 0 5px;
  }
}

.woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button {
 background: #4caf50;
}
.woocommerce-checkout #payment #place_order {
  background: #4caf50;
}
.shipping-calculator-button, .woocommerce-shipping-destination{
  display:none !important;
}
.hestia-bottom-footer-content .copyright.pull-right {
  visibility: hidden;
}
.cr-credits-div {
  display:none !important;
}