/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
    clear: both;
    float: none;
}
.clearfix::before, .clearfix::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix::after {
    clear: both;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

/* WordPress Core */
.alignnone {
}
.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
.wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
     padding: 5px 3px 10px;
     text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
.wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 1.5em;
     margin: 0;
     padding: 0 4px 5px;
}
img.wp-smiley {
    vertical-align: middle;
}
*:focus{
    outline: none;
}
/* ==========================================================================
 Css Site Anova
========================================================================== */
body{
  font-family: 'Open Sans Hebrew';
  font-weight: 400;
}
.container{
    width:100%;
  max-width: 1280px;
  margin:0 auto;
 padding: 0 15px;
}
.inner-header {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.logo-header{
  float: right;
  width: 11%;
}
.feature-header {
    float: left;
    position: absolute;
    left:15px;
    top:38px;
}
.feature-header ul{
  margin:0;
  padding:0;
}
.feature-header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1px;
}
.feature-header ul li a{
 display: block;
}
.main-header{
  padding-bottom: 40px;
}
/****/
.main-navigation {
    float: right;
    width: 85%;
    margin-top: 55px;
}
.main-navigation ul{
    margin:0;
    padding: 0;
}
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-page-ancestor a,
.main-navigation ul li:hover a{
    color: #d33440;
}
.main-navigation ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main-navigation ul li a{
    display:block;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#fff;
    display:none;
    position:relative;
}
.toggle-menu {
    padding: 0;
    overflow: hidden;
    width: 40px;
    height: auto;
    right: 25px;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    float: right;
    position: absolute;
    top: -10px;
}
.toggle-menu span {
    display: block;
    width: 36px;
    border: 2px solid #f5313e;
    margin: 0 auto 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(4px,9px);
    -ms-transform:rotate(40deg) translate(4px,9px);
    -webkit-transform:rotate(40deg) translate(4px,9px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(7px,-11px);
    -ms-transform:rotate(-40deg) translate(7px,-13px);
    -webkit-transform:rotate(-40deg) translate(7px,-13px);
}
.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 49px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}
.open-menu-mobile::after, .open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}
.open-menu-mobile.active::before {
    display: none;
}
.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}
.item-slider {
    height:calc(100vh - 150px);
    position: relative;
}
.item-slider .container {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: -200px;
    color: #fff;
}
.inner-slider {
    max-width: 480px;
}
.inner-slider h2 {
    color: #08892f;
    font-size: 47px;
    font-weight: 700;
    margin: 0;
    line-height: 50px;
}
.inner-slider p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0 0;
}
.inner-slider h3 {
    color: #08892f;
    font-size: 66px;
    font-weight:700;
    margin: 0;
    line-height: 70px;
}
.inner-slider h4 {
    color: #08892f;
    font-size: 47px;
    font-weight: 400;
    margin: 0;
    line-height: 50px;
}
.slick-dots li.slick-active button {
    background: #08892f;
}
.slick-dots li button, .slick-dots li{
    width: 20px;
    height: 20px;
}
.slick-dots li button {
    border:2px solid #08892f;
    background:transparent;
}
.slick-dots li.slick-active button:before {
    opacity: 0;
}
/********************Footer******************/
.footer{
  padding:115px 0 50px 0;
}
.menu-footer {
    float: right;
    width: 20%;
}
.menu-footer.last-menu-logo {
    float: left;
    margin-top: 55px;
}
.menu-footer4{
	margin-bottom:20px;
}
.menu-footer.widget_nav_menu {
    margin-top: 50px;
}
.menu-footer h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
}
.menu-footer p.title {
    color: #d33440;
    margin: 15px 0 0;
}
.menu-footer p a {
    color: #000;
}
.menu-footer p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
}
.menu-footer ul{
  margin:0;
  padding:0;
}
.menu-footer ul li {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}
.menu-footer ul li a{
  color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-footer ul li.current_page_item a,
.menu-footer  ul li:hover a{
    color: #d33440;
}
/**************************/
.left-contact{
  float: left;
  width: 47%;
}
.left-contact img{
  width:100%;
}
.contact-home{
  position: relative;
}
.contact-home .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.right-form{
    display: inline-block;
    vertical-align: middle;
  width: 52%;
}
.inner-form {
    max-width: 460px;
}
.page-inner .inner-form {
    margin: 0 auto;
}
.inner-form p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}
.inner-form form{
}
.inner-form form p label{
  display: none;
}
.inner-form form p span{
  position: relative;
}
.inner-form form p span:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    width: 20px;
    height: 24px;
}
.inner-form form p span.title:before{
  background: url(img/user.png) no-repeat center top;
}
.inner-form form p span.phone:before{
  background: url(img/tel.png) no-repeat center top;
}
.inner-form form p span.emailto:before{
  background: url(img/email.png) no-repeat center top;
}
.inner-form form p span.mess:before{
  /*background: url(img/email.png) no-repeat center top;*/
  /*top: 9px;*/
}
.inner-form form input[type="text"], .inner-form form input[type="tel"], .inner-form form input[type="email"] {
    height: 65px;
    line-height: 65px;
    text-align: right;
    border: 1px solid #000;
    padding: 0 50px 0 0;
    width: 100%;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 12px;
}
.inner-form form textarea{
    height: 210px;
    line-height: 25px;
    text-align: right;
    border: 1px solid #000;
    padding: 10px 50px 0 0;
    width: 100%;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 12px;
    resize: none;
    background: url(img/email.png) no-repeat 98% 9px;
}
.inner-form form input[type="submit"]:hover{
    background: #f5313e;
}
.inner-form form{
	direction:rtl;
}
.inner-form form input[type="submit"]{
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    padding:0;
    width: 180px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #08892f;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.contact-home h3{
    display: none;
}
.left-form {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.left-form h2 {
    margin: 0;
    font-size: 120px;
    color: #fff;
    line-height: 120px;
    max-width: 248px;
    float: left;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.inner-form form input.wpcf7-not-valid{
  border: 1px solid red;
}
/******************list-category-product***********************/
.list-category-product {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 120px;
}
h2.title {
    color: #08892f;
    font-size: 72px;
    margin: 0 0 20px;
    font-weight: 700;
}
.item-cat {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 30px 1% 0;
}
.item-cat a{
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.item-cat:hover span{
    color: #f5313e;
}
.item-cat img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 170px;
}
.title-cat{
  position: relative;
    height: 85px;
    background: #fff;
}
.item-cat span {
    display: block;
    color: #08892f;
    font-size: 27px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/********************new-product**********************/
.new-product {
    padding: 100px 0 80px;
    text-align: center;
}
.new-product .slick-list{
  max-width: 1150px;
  margin:0 auto;
}
.new-product .slick-list{
  max-width: 1150px;
  margin:0 auto;
}
.item-product {
    border-radius: 2px;
    box-shadow: 1px 3px 30px 0px #ccc;
    margin: 20px;
    padding: 30px 0 15px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.item-product img {
    text-align: center;
    margin: 0 auto;
}
.excerpt-product {
    padding: 0px 20px;
    margin-top: 12px;
}
.item-product:hover span {
    color: #d33440;
}
.item-product span{
    font-weight: 700;
    font-size: 47px;
    margin: 0;
    line-height: 50px;
    color: #08892f;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: right;
}
.item-product p {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    margin: 15px 0 0;
    line-height: 28px;
}
.slick-dots {
    bottom: 25px;
}
.new-post-product .slick-prev {
    background: url(img/left-row.png) no-repeat center top;
    right:-20px;
}
.new-post-product .slick-next {
    background: url(img/right-row.png) no-repeat center top;
    left: -20px;
}
.new-post-product .slick-arrow{
    width: 50px;
    height: 85px;
    font-size: 0;
    background-size: contain;
}
.footer .container {
    position: relative;
}
.inner-footer{
    padding: 0 55px;
}
.footer .container:before {
    position: absolute;
    right: 70px;
    top: 0;
    width: 80%;
    height: 1px;
    background: #ccc;
}
.home .footer .container:before {
    display: none;
}
.menu-footer a img{
    position: relative;
    z-index: 1;
}
/********************all-main-page**********************/
.banner-all-page {
    border-bottom: 40px solid #08892f;
    position: relative;
}
.banner-all-page:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}
.all-main-page .container{
    margin-top:-280px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    color: #939393 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.woocommerce-products-header h2, .woocommerce-products-header h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 60px;
    position: relative;
}
.content-product-tax {
    background: #fff;
    position: relative;
    margin: 35px 0 0;
    padding: 15px 35px;
    min-height: 230px;
}
.all-height{
    margin-top: 40px;
}
.woocommerce .products.columns-4 {
    margin: 20px 15px 0;
}
.products .item-product {
    margin: 15px 1%;
    display: inline-block;
    vertical-align: top;
    width: 31.1%;
    text-align: center;
    overflow: hidden;
}
.products .item-product span {
    font-size: 27px;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    text-shadow: 0px 0px 1px;
}
.products .item-product p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-align: right;
}
.products .item-product img {
    max-height: 240px;
    display: block;
}
/***************<?php wc_product_class( '', $product ); ?>************************/
.item-slider-product .item-product img {
    max-height: 225px;
}
.content-single-product{
    padding: 20px 25px 0;
}
.woocommerce-product-gallery {
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 40px;
}
.summary.entry-summary{
    float: right;
    width: 55%;
}
.content-single-product h1 {
    margin: 0 0 35px;
    color: #08892f;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
}
.content-product-tax p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}
.content-product-tax p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0;
}
.content-page h3 {
    margin: 10px 0 0;
    color: #08892f;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}
.content-page ul{
    margin:0;   
    padding: 0;
}
.content-page ul li {
    display: block;
    position: relative;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 14px;
}
.content-page ul li:before {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    background: url(img/list.png) no-repeat center top;
    width: 10px;
    height: 12px;
}
.woocommerce .related-post .products.columns-4 {
    margin: 20px 0px;
}
.related-post .products .item-product img {
    max-height: 190px;
}
.related-post{
    margin:80px 0 0;
    color: #08892f;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
}
.related-post h2 {
    margin: 0 0 35px;
    color: #08892f;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
.related-post .products .item-product {
    width: 30.3%;
}
/*********************/
.breadcrumbs p{
    margin:0;
}
.breadcrumbs,
.breadcrumbs span,
.breadcrumbs span a{
    color: #939393;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumbs > span {
    padding-left: 3px;
    padding-right: 3px;
}
.page-inner{
    padding: 20px 25px 0;
}
.left-about{
    float: left;
    width: 73%;
}
.right-about {
    float: right;
    width: 20%;
    position: relative;
}
.right-about:before {
    position: absolute;
    left: -40px;
    top: 20px;
    height: 100%;
    width: 1px;
    background: #ccc;
    content: "";
}
.right-about h1 {
    margin: 12px 0 30px;
    color: #08892f;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
}
.right-about ul{
    margin:0;
    padding: 0;
}
.right-about ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 16px 0;
}
.right-about ul li:last-child {
    border-bottom: 0 solid #ccc;
}
.right-about ul li a{
    display: block;
    font-size: 27px;
    color: #000;
    font-weight: 400;
}
.right-about ul li.active a,
.right-about ul li.current-menu-item a {
    color: #ff252a;
}
.error404 .main-page{
    text-align: center;
}
.error404  h1{
    margin: 0;
    color: #08892f;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
}
.error404 h2 {
    color: #f5313e;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}
.btn-home:hover{
    background: #f5313e;
    color: #fff;
}
.btn-home{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    padding: 0;
    display: inline-block;
    width: 200px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #08892f;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-inner{
    min-height: 250px;
}
div.wpcf7-response-output {
    font-size: 18px;
}
.loadmore-icon:hover {
    border: 2px solid #f5313e;
    color: #f5313e;
}
.loadmore-icon {
    background: #fff;
    border: 2px solid #08892f;
    color: #08892f;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 7px 20px;
    border-radius: 25px;
    width: 130px;
    text-align: center;
    margin: 60px auto 0;
    cursor: pointer;
}
.loadmore-icon.max{
    display: none;
}
.thumb-id {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}
.products .item-product:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thumb-id img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: auto;
    margin: 0 auto;
}
.inner-form form.cfse_a .title input{
    box-shadow: 0px 0px 2px 0 #08892f;
}
.thumb-cat {
    overflow: hidden;
    display:block;
    vertical-align: top;
    margin: 0 auto;
}
.thumb-cat img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    margin: 0 auto;
}
.item-cat:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-all-page span{
    display: none;
}
.left-bottom-slider{
    float: right;
    width: 60%;
    padding: 30px 70px 20px 50px;
}
.right-bottom-slider{
    float: left;
    width: 40%;
}
.inner-bottom {
    display: flex;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    background: #08892f;
    /*box-shadow: -3px 2px 17px 0px #e8e8e8;*/
    box-shadow: 0px 0px 38px 0px rgba(1, 1, 1, 0.22);
}
.left-bottom-slider h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    line-height: 40px;
}
.left-bottom-slider p {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    margin: 20px 0 0;
}
.item-slider-product .excerpt-product p{
    text-emphasis: right;
}
.copyright {
    text-align: center;
    margin: 40px 0 0;
}
.copyright a {
    text-align: center;
    font-size: 18px;
}
.copyright span{
    color: #00bad6;
}

/************************/
body {
    overflow-y: scroll;
}
body::-webkit-scrollbar-track
{
  background-color: #ededed;
  -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar
{
  width: 14px;
  background-color: #F5F5F5;
  -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #08892f;
    border-radius: 10px;
}

::selection {
	background:#f5313e;
	text-shadow:none;
}
::-webkit-selection {
	background:#f5313e;
	text-shadow:none;
}
::-moz-selection {
	background:#f5313e;
	text-shadow:none;
}
.content-page img, .alignnone {
    width: auto;
    height: auto;
}
.item-slider-product .item-product span {
    text-align: center;
}
.archive  .products .item-product p {
    text-align: center;
}
.new-slider .item-product {
    margin: 20px 14px;
    padding: 30px 0 5px;
}
.new-slider .excerpt-product {
    padding: 0px 15px;
}
.new-slider  .item-product span {
    font-size: 25px;
    line-height: 30px;
}
.new-slider  .item-product p {
    font-size: 18px;
    margin: 5px 0 0;
}
.list-product-child.products .item-product {
    width: 22.8%;
}
.item-product a img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.all-main-page td {
    font-size: 18px;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #eee;
    width: auto;
}
.slick-dots li button:before {
    content: '';
}
.woocommerce-product-gallery .slick-dots {
    bottom: 0;
}