body{
    background: #fee298;
}

.container-header{
    background: #FEC34B;
}

.container-header .container-nav{
    background: #FEC34B;
}

.container-header .grid-child:first-of-type{
    background: #fee298;
    max-width: 100%;
}

.container-header .navbar-brand a{
    color: #e84c0e;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.container-header .mod-menu {
 color: #000;   
}

.icon-menu::before {
  content: "MENU";
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
}

.navbar-brand{
    margin: 0px auto;
    text-align: center;
}

.brand-logo{
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}

.container-header .site-description{
    color: #242424;
}


.nav-item a{
    padding: 10px;
}

.nav-item.current a{
    color: #555555;
    background-color: #ffffff;
}


.footer{
    background: #FEC34B;
    text-align: center;
}

.footer .grid-child{
    padding-top: 0px;
}

#mod-custom123{
    margin: 0px auto;
}

.card-body, .card{
    background: transparent;
    border: 0px;
}

.com-content-article__body h4{
    font-weight: normal;
    font-size: 16px;
}

.product-short-description h3{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 12px;
}

.j2store-products-row .col-sm-4{
    margin-bottom: 10px;
}

.item-page .j2store-mainimage img{
    width: auto;
}

.j2store-single-product{
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    height: 100%;
    text-align: center;
    padding: 6px;
}

.j2store-single-product h2{
    font-size: 20px;
}

.j2store-productfilter-label{
    display: block;
}

.j2store-products-row{
    margin-bottom: 10px;
}
