/*Основное меню*/ 
.content .product-info { padding: 0px 20px;}
@media( max-width: 640px){ 
  .content .product-info {padding: 0px 10px;}
  .content .product-tabs--content {padding:0px;} 
}


.main-menu {
    background-color: #f2f2f2;
    padding-top: 36px;
    padding-bottom: 36px;
    max-width: 100%!important;
}

.main-nav {
    max-width: 1140px;
    margin: 0 auto;

}


.content .product-item .item-thumb {
    width: auto;
  }


.content .product-item .item-thumb img {


    max-height: 190px;
    max-width: 190px;

}


.search-result .search-row a {
  width: 80%;
    margin-left: 10px;
    margin-bottom: 5px;
}

.search-result .search-row .prc {
    margin-left: 10px;
    float:left;
    width:320px;
}

/* .header-shop .count {
    left: 45px!important;
} */


.search-result {z-index: 10001!important;}

.search-result {
  margin-left: 215px;
margin-top: 20px;
}
@media( max-width: 960px){
	.search-result {
 		margin: 20px -27px;
    	width: 98vw;
	}
}

@media( max-width: 640px){
.header-top-line-center {
padding:0px 10px;}
}

.menuToggle{  
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    display: none;
}

@media( max-width: 960px){
    .menuToggle{
        display: block;
        text-align: center;
    }

    .menu {
        flex-direction: column;}

    .header-menu-top ul {display: none;}
    .menu{
        display: none;
        position: absolute;
        background: #9ed227; 
        margin-left: 0px;
        padding-left: 10px;
        z-index: 100;
    }
    .menu li{
        float: none;
        font-size: 16px;
        height: 30px;
        margin-top: 4px;
    }
    .header-secondLine {
      flex-direction: column;
      padding: 0px 30px;
	  margin-top: 50px;

    }

    .header-info {margin-top:20px;}

    .header-days {text-align: right;}


}
@media (max-width: 768px) {
	.header-days {text-align: right;} 
} 


.header-shop .modal {z-index: 10000;}

@media (max-width: 960px) {
.main-nav {background: #eee;}

 } 



.main-menu {
  background-color: #f2f2f2;
  padding-top: 36px;
  padding-bottom: 36px;
  max-width: 1140px;
  margin: 0 auto;
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.main-menu > ul > li {
  list-style-type: none;
  text-align: center;
}

.sm > li {
   text-align: center;
}

.main-menu-title {margin-top: 5px;}

.main-menu ul li > a {
  display: block;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #474747;
  outline: none;
}

@media (max-width: 960px) {
  .main-menu ul li > a {
  display: block;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
           align-items: center;

  text-decoration: none;
  color: #474747;
  outline: none;
}

  .main-menu-title {margin-left: 20px;}


}


.main-menu ul li a > span.sub-arrow {
  position: absolute;
}

.main-menu ul li a > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 63px;
  width: 95px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu ul li a > div > img {
  max-width: 100%;
  max-height: 100%;
}


/*Всплывающее меню*/



.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
  display: none;
}

@media (max-width: 960px) { 
	.nav-brand { display: block; }
	.sm-clean {flex-direction:column;}
	.sm-clean ul {
		position: relative;
		border: 0;
		box-shadow: none;
		background: rgba(162, 162, 162, 0.1);
		border-radius: 0;
	}
 } 

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color:#71b114;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    clear: none;
  }
}


/* Mega menus */

.mega-menu {

  width:1200px!important;
  min-width: 320px!important;
  max-width: 840px!important;
}

@media (max-width: 960px) {
  .mega-menu {

  width:auto!important;
  min-width: auto!important;
  max-width: auto!important;
}


}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */




#main-menu .mega-menu {
  color: #353451;
  padding: 30px 20px 20px 20px
}



#main-menu .mega-menu ul {
  position: static;
  display: block;
  border: 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  border: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;

}

#main-menu .mega-menu a:hover {color:#71b114;}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}


/* Sample image placeholder */

.mega-menu-image {
  margin: 0.83em 0;
  max-height: 320px;
  text-align: center;
}

.mega-menu-image img {max-width: 100%;}


@media (max-width: 960px) {
.mega-menu-image {display: none;}


}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #71b114;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */
@media (max-width: 960px) {
#main-menu-state:not(:checked) ~ #main-menu {
  display: none!important;
}
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 960px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

