/*
Theme Name: Shala Mandala
Description: Twenty Seventeen child theme
Version: 1.1
Template: twentyseventeen
*/


.page .panel-content .entry-title {
  font-size: 1.8rem;
}

.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header {
  margin-bottom: 1.5em;
}

.site-content-contain {
  background: #efefef;
}

.entry-title {
	display: none;
}

.single-featured-image-header img {
  width: 100%;
}

/*******/

.product_meta,
.woocommerce-tabs.wc-tabs-wrapper,
.related.products,
#secondary,
.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce-products-header,
.woocommerce-breadcrumb {
	display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.product-short-desc {
	margin-bottom: 20px;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100%;
  }
}