/*
Theme Name: Medizin Child
Theme URI: http://medizin.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: medizin
Text Domain:  medizin-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*Hide WooCommerce SALES Badges*/
.woocommerce span.onsale {
display: none;
}
/*Hide WooCommerce Product "Add To Cart" Button */
body.woocommerce ul.products li.product .button {
    display: none;
}
/* Hide WooCommerce Prices */
.woosw-content-item--price del, .woosw-content-item--price ins, .tr-price del, .tr-price ins, .price del, .price ins {
    display: none;
}
/* Hide WooCommerce Product Badges */
.woocommerce .product-badges span {
	    display: none;
}
/* Hide minicart icon from the header*/
.mini-cart .mini-cart-icon {
	display:	none;
}
/* hide wishlist icon from header */
.header-wishlist-link {
	display: none;
}
/* product description text */
.product-type-simple {
	font-size: 1.4em;
}
/* Hebrew font for product description */
.woocommerce-product-details__short-description{
	direction: rtl;
	text-align: right;
	font-family: 'Varela Round', sans-serif;
	font-size: 1.0em;
}
/* Hebrew fonts for the Posts in the Blog */
.entry-post-wrap {
	font-family: 'Varela Round', sans-serif;
	direction: rtl;
	font-size: 1.2em;
}
/* Center the image of the post */
.entry-post-feature img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Hide Read-More button over product thumbnail */
div.product-action.hint--primary.hint--rounded.hint--bounce.hint--top.woocommerce_loop_add_to_cart_wrap {
	display: none;
}
/* align main menu to the center */
#menu {
  margin-left: 10%;
  margin-right: auto;
}
/* post title and content - RTL */
.entry-title {
	direction: rtl;
	font-family: 'Varela Round', sans-serif;
}
.entry-content {
	direction: rtl;
	font-size: 1em;
}
.post-title {
	direction: rtl;
	font-size: 1em;
}
.post-overlay-categories span {
	font-family: 'Varela Round', sans-serif;
	font-size: 1.4em;
}
.medizin-blog .post-overlay-categories a {
	font-size: 1.1em;
	#-webkit-text-fill-color: red;
 background: rgba(119, 158, 212,0.7);
}
/*hide basic share icon */
.entry-post-share {
	display: none;
}
/* increase top margin of share icons */
.heateorSssClear {
	margin-top: 50px
}