body {
    font-family: 'leroy_merlin_sansregular', 'Roboto', Tahoma, Arial, helvetica, sans-serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    font-family: 'leroy_merlin_sansbold', 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 600;
}


.navbar-before .navbar-nav > li > a:hover {
    color: #222;
}
.navbar-before .navbar-nav > li {
    color: #fff;
}
.navbar-brand > img {
    width: auto;
}

.navbar-brand {
    padding: 5px 15px 0 15px;
}

.navbar-main-white {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.form-error.is-visible {
    display: inline;
}

.form-error {
    display: none;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #ec5840;
}

.is-visible {
    display: inline !important;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236,88,64,0.1);
    border-color: #ec5840;
}

.list-group {
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.table-shopping-qty {
    width: 80px;
}

.disabled-block {
    pointer-events: none;
    opacity: 0.3;
}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #62932D;
    outline: 0;
}

.navbar-main-white .navbar-main-search-submit{
    border: none;
}

.table .text {
    position: relative;
}

    .table .text small {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        width: 100%;
    }

.text:before {
    content: '';
    display: inline-block;
}

.product-page-side-dimension-title {
    font-size: 11px;
    color: #939393;
    font-style: italic;
}

.label-orange {
    background-color: #ffa41a;
}

.label-pink {
    background-color: #d324ff;
}


/** #tree ul {
    max-height: 51vh;
    overflow-y: auto;
} */