/*
Theme Name: Visorit Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.menu.vertical-menu li>a {    
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: 138%;
    padding-right: 12px;
}

.sidebar .widget li>a {
    padding: 0 0 0 2px;
    display: contents;
}
a.wolmart-icon-list-item {
    line-height: 126% !important;
}

.sticky-content-wrapper {
    border-bottom: solid 1px #E1E1E1;
}


.price-netto-brutto {
    font-size: 0.9em;
    color: #666;
}

.price-netto {
    font-weight: normal;
}

.price-brutto {
    font-weight: bold;
    color: #000;
}
.price-netto-brutto.on-sale del {
    text-decoration: line-through;
    opacity: 0.7;
    display: inline-block;
    margin-bottom: 8px;
}

.price-netto-brutto.on-sale ins {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
.wc-nrf-slider.ui-slider {
    margin: 12px 12px 12px 0 !important;
}
.ui-widget.ui-widget-content {border: none!important;background: #fff!important;}