/**
* Theme Name: Barberry Child Theme
* Description: This is a child theme of Barberry, automatically generated.
* Author: <a href="https://temashdesign.me">TemashDesign</a>
* Template: barberry
* Version: 2.9.9.87
*/

.vc_editor header.site-header {
    display: none;
  }
.entry-meta .entry-date.published span,.home .price,.related.products .price{
	 display: none !important;
}
.home .product-details h3 a{
	font-size:24px
}
.archive .product-details h3 a,.related.products h3 a{
	font-size:18px
}
.wpcf7-response-output{
	top: 40%;
  left: 50%;
  z-index: 99999;
  overflow: hidden;
  transform: translateY(-50%) translateX(-50%);
  position: fixed;
  background: #000;
  color: #fff;
}