

@media (min-width: 768px) {
    #header .header-nav {
        border-bottom: 1px solid #e0e0e0;
        background: #f1f1f1;
    }

    #header .header-nav #contact-link i, #header .header-nav #contact-link, #header .header-nav #contact-link a, 
    #header .language-selector-wrapper .dropdown .expand-more, #header .currency-selector .expand-more, 
    #header .header-nav .user-info i, #header .header-nav .user-info a {
        color: #4a4a4a;
    }

    #header .header-nav .currency-selector:after, #header .header-nav .language-selector:after {
        border-right: 1px solid #4a4a4a;
    }
}

div#left-column {
    float: left;
}

.btn.btn-secondary, #authentication [data-action="show-password"],
#blockcart-modal .cart-content .btn.btn-secondary, #blockcart-modal .cart-content .btn.btn-tertiary,
#products .up .btn-secondary, #products .up .btn-tertiary {
    background: #888888;
    color: #ffffff;
    font-size: 14px;
}

.btn.btn-secondary:hover, #authentication [data-action="show-password"]:hover,
#blockcart-modal .cart-content .btn.btn-secondary:hover, #blockcart-modal .cart-content .btn.btn-tertiary:hover {
    background: #666666;
    color: #ffffff;
}

.btn.btn-primary, #header .header-top .blockcart .cart-summary a.btn {
    background-color: #4a4a4a;
    color: #ffffff;
    font-size: 14px;
}

.btn-primary:hover:hover, #header .header-top .blockcart .cart-summary a.btn:hover {
    background-color: #222222;
    color: #ffffff;
}

#main .product-miniature .product-flags .new, .pb-left-column li.product-flag {
    background: #64ac5a;
    color: #ffffff;
}

#main .product-miniature.prod-box-grid .discount-percentage {
    background: #cd2026;
    color: #ffffff;
}

#main .product-miniature.prod-box-grid .on-sale {
    background: #f13340;
    color: #ffffff;
}

/* menu */
#header .header-top #_desktop_top_menu > ul#top-menu {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#header .header-top #_desktop_top_menu a[data-depth="0"] {
    color: #444444;
}

/* 1st level menu items font size */
#header .header-top #_desktop_top_menu a[data-depth="0"] {
    font-size: 14px;  
    text-transform: uppercase;
}

/* menu active background */
#header .header-top .menu > ul#top-menu > li:hover a[data-depth="0"] {
    background: #4a4a4a;
}

#header #_desktop_top_menu a[data-depth="0"].submenu:before {
 display: block; 
}

/* menu active font color */
#header .header-top .menu > ul#top-menu > li:hover a[data-depth="0"] {
    color: #ffffff;
}

/* Google fonts */
/* headings */
body#product #main h1, #footer h3, #index .featured-products h2, #index .new-products h2, #index .special-products h2,
.block-category h1, .product-price-and-shipping, #slideshow #wpimageslider-wrap li .caption,
h2.products-section-title, #search_filters h4.h6, .block-categories a.h6, #wrapper .sidebar-block h4 {
 font-family: 'Open Sans', sans-serif;
}

body#product #main h1, .block-category h1, h2.products-section-title, #custom-text h3 {
    font-size: 20px;
    text-transform: uppercase!important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
}

#subcategories {
    display: none;   
}

.product-miniature .product-actions #add-to-cart-or-refresh button.add-to-cart {
    display: none;  
}
.product-actions .add-to-cart .material-icons {
    display: inline-block; 
}

.highlighted-informations  {
    display: inline;
}

.block-category .category-cover img {
    display: block;
}


body {
    background: #fff;
}


@media (min-width: 767px) {

#header #_desktop_top_menu #top-menu > li li a.submenu:after {
 font-family: "Material Icons";  
 content: "\e315";
 font-size: 16px;
 line-height: 14px;
 position: absolute;
 right: 5px;
 top: 13px;
 vertical-align: 5px;
 padding-left: 4px;
}

#header .header-top .menu > ul#top-menu {
  overflow: visible;
  display: flex;
}

#header #_desktop_top_menu .top-menu .sub-menu { min-width: auto; width: auto; padding: 0;
margin-left: 0;
}  
#header #_desktop_top_menu #top-menu > li li a {
  display: block;
    font-weight: normal;       
    padding: 10px 20px;
    width: 200px;
    text-decoration: none;
}

#header #_desktop_top_menu #top-menu li {
  position: relative;
}
#header #_desktop_top_menu #top-menu li div.collapse {
  margin-top: -1px;
}

#_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
  width: 100%;
}

#_desktop_top_menu .top-menu a[data-depth="2"]:before {
  content: none;
}

#_desktop_top_menu .top-menu .collapse {
  display: none;
  border: 1px solid #4a4a4a;
  position: absolute;
  z-index: 99;
  background: #fff
}

#header #_desktop_top_menu #top-menu li li:hover > div.collapse {
    display: block;
      left: 200px;
  top: 0px;
}

/* Dropdown font color */
#header #_desktop_top_menu #top-menu > li li a {
    color: #444444;
    text-transform: uppercase;
}
 
/* Dropdown font color on hover */ 
#header #_desktop_top_menu #top-menu > li li a:hover {
    color: #ffffff;
}

/* Dropdown background on hover */
#header #_desktop_top_menu #top-menu > li li a:hover {
    background: #444444;
}

/* Dropdown submenu */ 
#header #_desktop_top_menu #top-menu > li li a {
    background: #ffffff; 
}

/* Dropdown border */ 
#_desktop_top_menu .top-menu .collapse {
border: 1px solid #444444;
}

}

.category-thumbnail { display: none;}
 
