/*menu background*/
.primary-navigation {
    background: #ceeb6d;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: -80px;
}

/*no title home page*/
.page-id-2783 .hentry .entry-header {
  display: none;
}

p, h1, h2, h3, h4, h5, h6, blockquote, body, ul, ol {
  font-family: 'Oxygen', sans-serif;
}


/*fit products better*/
@media screen and (min-width: 768px){
.site-main ul.products li.product {
    width:19%;
    float: left;
    margin-right: 4%
}  
}

.hentry {
    margin: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.page-template-template-homepage .site-main {
    padding-top: 1em;
}

/*.woocommerce-active .site-header .site-header-cart {
    background: #ceeb6d;
}*/

.orange {
  background: #f37123;
  color: #fff;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 1em;
}

/*tags layout*/
ul.products li.product img {
    margin: 20px !important;
}