@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body {
	font-family: 'Open Sans Hebrew', sans-serif;
}

#menu-main-menu li a {
	  font-weight: bold;
    font-size: 1.3rem;
    border-color: #fff;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
	  line-height: 1.2rem;
}

#menu-main-menu li a:hover, #menu-main-menu li a:active{
	  font-weight: bold;
    font-size: 1.3rem;
    border-color: #fff;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
	  line-height: 1.2rem;
}

.site-header {
	background: linear-gradient(to bottom, #fff 0%,#71E0A7 100%);
}

ul.products li.product {
		background:#fff;
		padding-bottom: 12px;
	}

.woocommerce-breadcrumb {
	  padding-top: 6px;
		padding-bottom: 6px;
	  margin-bottom: 0;
}

header.woocommerce-products-header {
	padding-bottom:2px !important;
}

h1.page-title {
		text-align: left;
		margin-bottom: 0;
}

header#masthead {
	margin-bottom: 2px;
}

img {
	border-radius:0;
}

.woocommerce-product-gallery {
	margin-bottom: 1em;
}

.home .woocommerce-products-header__title.page-title {
	display: none;	
}

.header-widget-region .widget {
	padding: 0;
}

ul.products li.product {
		background: #f1f1f1;	
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
		margin-left: 20px;
		margin-right: 20px;
}

ul.products li.product .button {
		background: #b4bac1;
}

ul.products li.product .button:hover {
		background: #c4cad1;
}

.woocommerce-product-search button { display: none; }

#woocommerce-product-search-field-0 {
	background: #0fec7c;
}

#menu-sub-menu li a {
	color: #555;
	font-size: 16px;
	margin:0;
	vertical-align:middle;
	padding: 14px 4px;
	
	display: inline-block;
}

#menu-sub-menu li {
	vertical-align:middle;
}

.secondary-navigation {
	margin: 0;
	float: right;
	clear: none;
}

.secondary-navigation li:before {
    content: '/';
    color: red;
    font-weight: bold;
}

.secondary-navigation #menu-item-196:before {
    content: '';
    color: red;
    font-weight: bold;
	  vertical-align:middle;
}

ul.products li.product {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,b3f9c0+21,f7d7ed+52,86d8c0+100 */
background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e4f5fc 0%, #b3f9c0 21%, #f7d7ed 52%, #86d8c0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e4f5fc 0%,#b3f9c0 21%,#f7d7ed 52%,#86d8c0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e4f5fc 0%,#b3f9c0 21%,#f7d7ed 52%,#86d8c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#86d8c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul.products li.product {
	background: #ebf4ec;
background: -moz-linear-gradient(-45deg, #ebf4ec 0%, #e7f1e9  40%, #f2f2f2 73%, #daede6 100%);
background: -webkit-linear-gradient(-45deg, #ebf4ec 0%,#e7f1e9  40%,#f2f2f2 73%,#daede6 100%);
background: linear-gradient(135deg, #ebf4ec 0%,#e7f1e9  40%,#f2f2f2 73%,#daede6 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf4ec', endColorstr='#daede6',GradientType=1 );
	border-bottom-right-radius : 12px;
}

ul.products li.product h2.woocommerce-loop-product__title {
	font-weight: bolder;
	font-size:160%;
	color: #333;
}
ul.products li.product .product_type_simple.add_to_cart_button {
   background: #efcad7;
	color: #734d4d;
}