/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.3 !important;
}

#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem;
}

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 0.7em;
}

#header .top-menu[data-depth="0"]>li:last-child {
    background: #f39d72;
}

#header .top-menu[data-depth="0"]>li:last-child>a {
    color: #fff;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
    font-weight: 700 !important;
}

/* Proper bullet rendering in product descriptions */
.product-description ul, .page-cms ul {
    padding-left: 1.2em;
}

.product-description ul li, .page-cms ul li {
    list-style-position: outside;
}

.product-description ul li p, .page-cms ul li p {
    display: inline;
    margin: 0;
    padding: 0;
}

/* Force only hovered menu item to show submenu */
#_desktop_top_menu .top-menu > li:not(:hover) .submenu {
    display: none !important;
}
