/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header .header-nav .right-nav .user-info .material-icons {
    display: inline;
}

.add .btn, .btn-primary{
    border-radius: 3px;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    text-transform: none;
}

/* Fix dropdown in new css */
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu{
    display:block!important
}

/* Fix accessories */
.product-accessories .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}