/*
 Theme Name:   Vital Child
 Description:  Vital Child Theme
 Author:       Zaptech
 Template:     vital
 Version:      14.0.0 
 Text Domain:  vital-child
*/

#cart{display:none;}
.product-category.product img {
  display: none !important;
} 

.menu .menu_parent_title a::after {
  background: #92ba33 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 72px;
}


.menu .menu_parent_title a {
  border-bottom: 1px solid #cccccc;
  color: #336666;
  cursor: pointer;
  display: block;
  font-size: 25px;
  font-weight: 100;
  line-height: 25px;
  padding: 15px 0;
  position: relative;
}


.menu .menu_parent_title::before {
  border-bottom: none;
  border-left: none;
  border-top: none;

  float: left;
  height: 0;
  margin-right: 15px;
  margin-top: 12px;
  width: 0;
}



.menu .current-menu-item a, .menu .current-menu-item a {
  color: #559900;
}