/*
    Template:       optima
    Theme Name:     Optima Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Optima - Multipurpose WordPress Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    optima-child
    Domain Path:    /languages/
*/

.product_meta{
	display:none;
}

.header-v1 .site-main-nav .main-menu > li.active > a > .mm-text:before,
.header-v1 .site-main-nav .main-menu > li:hover > a > .mm-text:before {
  content: "";
  border-bottom: 2px solid;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 2px;
}

.hide-when-logged {

    display: none !important;

}
.enable-header-transparency .site-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
}

.enable-header-sticky .site-header .site-header-inner {

    width: 100%;
    position: fixed;

}