header,
#shopify-section-header,
.site-header,
.main-content  {
  background-color:#F1F0ED;
}
li.site-nav--active {
  font-weight:bold;
}
nav ul.horizontal-mega-menu ul.mm-submenu.tree li {
  min-width: 300px !important;
}
.vertical-mega-menu ul.mm-submenu li {
  line-height: 2em;
}
div.h5.grid-view-item__title {
  margin-bottom: 0.25em;
}
h4.product-type {
  font-size:1.2em;
  margin:0 0 0.25em;
}
h1.product-single__title {
  margin-bottom:0.1em;
}
.product-single__meta .variant-sku {
  display:block;
  margin-bottom:1em;
}
h2.article__title.h3 {
  text-align:center;
  font-size:18px;
}
/* Tab */
.tab_container {
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.tab_container input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  display: block;
  float: left;
  padding: 1em 1.5em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

/* Recipes 
ul li img, ol li img {
  margin-top:0.75em;
  margin-bottom:1em; }*/

.recipe-measurements {
  background-color: rgba(255,255,255,0.8);
  padding: 3em;
  margin-top: 3em;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 30px;
  background: rgba(255,255,255,0.6);
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
/*  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;*/
}
.tab_container [id^="tab"]:checked + label {
  background: rgba(255,255,255,0.6);
  box-shadow: inset 0 2px #e05d26;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #e05d26;
}
label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}
.tab_container h3 {
  font-size:1.5em;
  font-weight:300;
  margin:0.5em 0;
}
.tab_container h4 {
  font-size:1.25em;
  font-weight:300;
  margin:2em 0 1em 0;
}
.tab_container hr {
  margin:1em 0;
}
/* Cross sell */

.template-product .cross-sell li .money a {
  font-size: 130%;
}
/* Out of Stock - Notify Me */
#esc-oos-form #esc-out-of-stock-inputs {
    color: #222;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}