/*
 * Zen Forest Theme
 * ver. 1.0
 */
 #header{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
 }
 #wrapper{
  background: #fff;
 }

 #_desktop_logo{
   text-align: center !important;
 }

 #_desktop_logo img{
   max-height: 180px;
   width: auto;
 }


.top-menu a[data-depth="0"]{
    font-weight: 300 !important;
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
    /*color: #69e126;*/
}

.header-top-right{
    text-align: center !important;
}

li.category.current{
  background: #000000;
}

li.category.current a{
  color: #ffffff !important;
}

li.category.current .sub-menu a{
  color: #000000 !important;
}

.carousel .carousel-inner {
    height: auto;
}

.btn-primary{
    background-color: #000000 !important;
}

.product-flag.new{
    /*background-color: #775a23 !important;*/
}

#header .header-nav .cart-preview.active{
    background-color: #000000 !important;
}

@media screen and (min-width:768px) {
    .sub-menu {
        display: none !important;
    }
}
