/*
 Theme Name:   Stroefront Child
 Description:  Stroefront Child Theme
 Author:       NDRV
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefrontchild
*/

.cat-list>ul {
    margin-bottom:0.7rem;
    margin-left:0;
}

.cat-list>ul>li {
    list-style-type: none;
    line-height:1.2em;
}

.cat-list>ul>li>ul>li a {
    color:#333;
    font-weight:400;
}

.cat-list>ul>li>ul>li::before {
    content: '- ';
}

.cat-list>ul>li>ul {
    height:0;
    overflow: hidden;
}

.cat-list>ul>li.current>ul {
    height:auto;
}

.storefront-breadcrumb {
    margin-bottom: 1rem;
}

.phone {
    margin-bottom:1rem;
    text-align: right;
}

.phone::after {
    content: '';
    width: 20px;
    height: 20px;
    /* background-color:red; */
    display: inline-block;
    background-image: url(img/phone.svg);
    background-size: contain;
    margin-bottom: -4px;
    margin-left: 1rem;
}

.site-header {
    margin-bottom:2rem!important;
}

.wpml-floating-language-switcher {
    float:right
}

.wpml-ls-legacy-list-horizontal {
    padding:0;
}