/*
	Theme Name: Anova
	Theme URI: https://www.anova.co.il
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Anova
	Author URI: https://www.anova.co.il
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
@media screen and (max-width:1700px) {
.main-navigation ul li {
    padding: 0 10px;
}
}
@media screen and (max-width:1600px) {
.item-slider .container {
    right: 0;
}
.inner-header .container {
    max-width: 1420px;
}
.feature-header {
    left: 15px;
}
.main-navigation ul li a {
    font-size: 24px;
}
.feature-header ul li {
    padding: 0;
}
}

@media screen and (max-width:1450px) {
.content-product-tax {
    margin: 25px 0 0;
}
.excerpt-product{
    padding: 0 25px;
}
.item-product h3 {
    font-size: 35px;
    line-height: 44px;
}
.item-product p {
    margin: 8px 0 0;
}
h2.title {
    font-size: 46px;
    margin: 0 0 10px;
}
.list-category-product {
    padding: 40px 0 60px;
}
.main-header {
    padding-bottom: 20px;
}
.inner-form form input[type="text"], .inner-form form input[type="tel"], .inner-form form input[type="email"] {
    height: 50px;
    line-height: 50px;
}
.inner-form form textarea {
    height: 150px;
}
.inner-form form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    width: 120px;
}
.item-product span {
    font-size: 38px;
    line-height: 44px;
}
.item-product p {
    font-size: 16px;
    line-height: 22px;
}
.item-cat span {
    font-size: 21px;
    line-height: 24px;
}
.title-cat {
    height: 65px;
}
.right-about h1 {
    font-size: 48px;
    line-height: 48px;
}
.right-about ul li {
    line-height: 38px;
    padding: 6px 0;
}
.right-about ul li a {
    font-size: 21px;
}
.content-product-tax p {
    font-size: 18px;
}
.woocommerce-products-header h2, .woocommerce-products-header h1 {
    font-size: 48px;
    line-height: 46px;
}
.content-single-product h1, .related-post h2 {
    margin: 0 0 25px;
    font-size: 46px;
    line-height: 50px;
}
.left-form h2 {
    font-size: 80px;
    line-height: 70px;
}
.feature-header {
    top: 29px;
}
}
@media screen and (max-width:1400px) {
.products .item-product span {
    font-size: 24px;
    line-height: 32px;
}
.new-product {
    padding: 60px 0;
}
.buttom-slider .container {
    max-width: 1000px;
}
.left-bottom-slider {
    padding: 10px 20px;
}
.inner-bottom {
    margin-top: -70px;
}
}
@media screen and (max-width:1330px) {
.item-slider .container {
    top: 48%;
	right:20px;
}
.inner-slider h4 {
    font-size: 32px;
    line-height: 34px;
}
.inner-slider h3 {
    font-size: 40px;
    line-height: 40px;
}
.inner-slider {
    max-width: 370px;
}
.inner-slider p {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 0;
}
.inner-bottom {
    margin-top: -80px;
}
.left-bottom-slider h2 {
    font-size: 35px;
    line-height: 35px;
}
.left-bottom-slider p {
    font-size: 17px;
    line-height: 25px;
    margin: 15px 0 0;
}
/***********/
.item-cat {
    width: 22%;
}
.item-cat img {
    height: auto;
}
.item-cat span {
    padding: 0 15px;
}
.products .item-product img {
    max-height: 230px;
}
.related-post .products .item-product {
    width: 30%;
}
.main-navigation ul li a {
    font-size: 19px;
}
.feature-header ul li a img {
    max-width: 70px;
}
.products .item-product span {
    font-size: 24px;
    line-height: 28px;
    margin: 8px 0;
}
.excerpt-product {
    padding: 0 15px;
}
.item-product span {
    font-size: 30px;
    line-height: 35px;
}
.new-product {
    padding: 40px 50px;
}
.new-post-product .slick-arrow{
    width: 30px;
    height: 50px;
}
}
@media screen and (max-width:1280px) {
.new-post-product .slick-next {
    left: -40px;
}
.new-post-product .slick-prev {
    right: -40px;
}
.new-slider .item-product span {
    font-size: 20px;
    line-height: 26px;
}
.new-slider .item-product p {
    font-size: 16px;
    line-height: 20px;
}
.contact-home .container {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.left-contact {
    width: 52%;
}
.right-form {
    width: 44%;
    padding: 20px 0;
}
.left-form {
    position: absolute;
    vertical-align: middle;
    width: inherit;
    top: 25%;
    left: 25%;
    text-align: center;
}
}
@media screen and (max-width:1123px) {
.main-navigation ul li a {
    font-size: 15px;
}
.buttom-slider .container {
    max-width: 800px;
}
.left-bottom-slider p {
    font-size: 15px;
    line-height: 21px;
    margin: 5px 0 0;
}
}

@media screen and (max-width:1100px) {
.item-slider-product .item-product img {
    max-height: 200px;
}
.list-product-child.products .item-product {
    width: 22.5%;
}
}
@media screen and (max-width:1023px) {
.list-product-child.products .item-product {
    width: 31.1%;
}
.item-slider {
    height:500px;
}
.feature-header {
    top: 22px;
}
.inner-bottom {
    margin-top: 0;
	padding: 0;
}
.buttom-slider .container {
    max-width: 100%;
    padding: 0;
}
}
@media screen and (max-width:970px) {
.main-navigation ul li a {
    font-size: 20px;
}
.item-cat span {
    font-size: 16px;
    line-height: 18px;
}
.content-single-product {
    padding: 20px 0 0;
}
.woocommerce .products.columns-4 {
    margin: 20px 0 0;
}
.inner-footer {
    padding: 0 35px;
}
.footer .container:before {
    right: 50px;
}
.right-about h1 {
    margin: 20px 0 10px;
    font-size: 35px;
    line-height: 34px;
}
.content-product-tax p, .content-page ul li {
    font-size: 16px;
    line-height: 24px;
}
.right-about:before {
    left: -35px;
}
.main-header{
	position: relative;
}
.main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
}
.feature-header {
    top: 9px;
}
.top-main-navigation {
    display: block;
}
.main-navigation ul li {
    background:#08892f;
    display: list-item;
    width: 100%;
    margin-left: 0;
    line-height: 35px;
    padding: 0;
    margin: 0;
    border-left: 0;
}
.main-navigation ul li a {
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}
.main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}
.open-menu-mobile{
    display: block;
}
.logo-header {
    width: auto;
    max-width: 90px;
}
.main-header {
    padding-bottom: 5px;
}
}

@media screen and (max-width:930px) {
.item-product {
    padding: 0 0 20px;
}
.item-product img {
    padding: 20px 10px 10px;
}
.item-slider {
    height:380px;
}
.inner-slider h2 {
    font-size: 35px;
    line-height: 35px;
}
.inner-slider p {
    font-size: 15px;
    line-height: 25px;
}
/**************/
.left-bottom-slider {
    width: 50%;
    padding: 10px;
}
.right-bottom-slider {
    width: 50%;
}
.left-bottom-slider p {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0 0;
}
}
@media screen and (max-width:850px) {
.menu-footer {
    float: none;
    width: 33%;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
}
.all-main-page .container {
    margin-top: -120px;
}
.banner-all-page {
    border-bottom: 20px solid #08892f;
}
.footer .container:before {
    width: 100%;
    left: 0;
    right: 0;
}
.woocommerce .products.columns-4 {
    text-align: center;
}
.list-product-child.products .item-product {
    width: 47%;
}
.products .item-product {
    margin: 20px 1%;
    width: 47%;
}
}
@media screen and (max-width:800px) {
.all-main-page .container {
    padding: 0 10px;
}
.woocommerce-products-header h2, .woocommerce-products-header h1 {
    padding: 0 15px;
}
.new-product {
    padding: 40px 20px;
}
}
@media screen and (max-width:767px) {
.right-about ul {
    display: none;
}
.left-about {
    margin-top: 25px;
}
.banner-all-page img {
    max-height: 420px;
}
.banner-all-page {
    overflow: hidden;
}
.banner-all-page:before {
    background: rgba(0, 0, 0, 0.4);
}
.left-contact{
	display: none;
}
.contact-home h3{
    display: block;
	color: #08892f;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0 0;
}
.left-form {
	display: none;
}
.right-form {
    width: 100%;
}
.item-cat {
    width: 31%;
}
.content-single-product h1, .related-post h2 {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 32px;
}
.woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin-top: 20px;
}
.summary.entry-summary {
    float: none;
    width: 100%;
    margin-top: 20px;
}
.single .woocommerce-products-header h2, .single .woocommerce-products-header h1 {
    font-size: 28px;
    line-height: 30px;
}
.woocommerce-products-header h2, .woocommerce-products-header h1 {
    font-size: 40px;
    line-height: 40px;
}
.content-product-tax {
    margin: 20px 0 0;
    padding:10px 15px;
}
.page-inner {
    padding: 20px 0 0;
}
.right-about, .left-about {
    float: none;
    width: 100%;
}
.right-about:before {
	display: none;
}
.footer {
    padding: 60px 0 30px 0;
}
.right-about h1 {
    margin: 0px 0 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.right-about h1:before {
    position: absolute;
    left: -40px;
    top: 10px;
    content: "";
    background: url(img/drop.png) no-repeat center top;
    width: 30px;
    height: 20px;
}
.first-slider{
    display: none;
}
}
@media screen and (max-width:730px) {
.left-bottom-slider, .right-bottom-slider {
    float: none;
    width: 100%;
}  
.right-bottom-slider img {
    width: 100%;
}  
.inner-bottom {
    display: block;
} 
}
@media screen and (max-width:640px) {
h2.title {
    font-size: 36px;
    line-height: 36px;
}
.item-slider-product .item-product {
    margin: 20px 0;
}
.item-slider-product.slick-slide {
    padding: 0 15px;
}
.new-post-product{
    max-width: 320px;
    margin:0 auto;
}
.new-post-product .slick-next {
    left: -50px;
}
.new-post-product .slick-prev {
    right: -50px;
}
.main-navigation {
    width: 75%;
}
.menu-footer {
    width: 49%;
    margin-bottom: 0;
}
.menu-footer.last-menu-logo {
    float: none;
    margin-top:25px;
}
}
@media screen and (max-width:540px) {
.inner-footer {
    padding: 0;
}
.menu-footer {
    width: 100%;
    margin-bottom: 0px;
    display: block;
}
.menu-footer.widget_nav_menu {
    margin-top: 0;
    padding: 20px 0;
}
.item-cat {
    width: 47%;
}
.new-product {
    padding: 40px 10px;
}
}
@media screen and (max-width:480px) {
.item-product span {
    font-size: 26px;
    line-height: 30px;
}
.item-slider .container {
    top: 45%;
}
}
@media screen and (max-width:470px) {
.feature-header {
    display: none;
}
.toggle-menu {
    right: inherit;
    left: 0;
}
.main-navigation {
    float: left;
    margin-top: 36px;
}
.products .item-product img {
    max-height: 205px;
}
}
@media screen and (max-width:420px) {
.products .item-product {
    margin: 9px 0;
    width: 100%;
}
.list-product-child.products .item-product {
     margin: 9px 0;
    width: 100%;
}
.all-height .item-product{
    height: auto !important;
}
.new-post-product{
    max-width: 260px;
    margin:0 auto;
}
.new-post-product .slick-next {
    left: -30px;
}
.new-post-product .slick-prev {
    right: -30px;
}
.new-post-product  .item-product span {
    font-size: 22px;
}
.new-post-product  .item-product p {
    font-size: 14px;
    line-height: 17px;
}
.main-navigation {
    width: 68%;
}
}