@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,600);





.side-bar-menu-head {
    padding-left: 30px!important;
    color: #33323a;
}

.side-bar-menu-type ul li.nav-item {
    text-align: left;
}

.side-bar-menu-head {
    padding-left: 30px!important;
    color: #33323a;
}

.side-bar-menu-type ul li a.nav-link {
    text-align: left;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    display: inline;
    height: auto;
    user-select: none;
	
}

.side-bar-menu-head li a.active {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    border-bottom: 4px solid #33323a;
}

.category-menu-container-search {
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 20px;
}

input[type=text].category-menu-search {
    border: none;
    margin-bottom: 0;
	transition: all .3s;
	border-radius: 0;
	outline: 0;
	background-color: transparent;
}

#category-menu-container a {
	display: block;
	position: relative;
	line-height: 2;
}

#category-menu-container > div > ul > li > a {
    padding: 3px 0 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;

}

.category-icon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    width: 15px !important;
	
}

#category-menu-container b {
    font-weight: 500;
}

.side-nav .fa-angle-down.rotate-icon, .side-nav .fa-angle-up.rotate-icon {
    position: absolute;
    right: 0;
    top: .8rem;
    margin-right: 1.25rem;
}

#category-menu-container > div >ul > li ul {
    margin-bottom: 20px;
}

#category-menu-container > div >ul > li > ul > li {
    padding: 3px 0 3px 30px;
}

#category-menu-container > div >ul > li > ul > li  ul {
    padding-left: 10px;
}

#category-menu-container > div >ul > li ul {
    margin-bottom: 20px;
}

#category-menu-container .activeGroup  {
	background-color: #ebebf0;
}


.active-menu-item {
	font-weight: bold;
}

.cat-menu-ul {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
}



.left-sidebar-space {
    flex: 0 0 auto;
}

.left-sidebar-menu {
    padding-top: 20px;
    flex: 0 1 auto;
}

body {
    font-family: Rubik !important;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #33323a;
    background: #fcfcfc;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;

}


a {
    color: #33323a;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}


a:hover {
    color: #33323a;
    text-decoration: none;
}


h1 {
    font-size: 2rem;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

h4 {
    font-size: 1rem;
    font-weight: 500;
}

h5 {
    font-size: 13px;
    font-weight: 500;
}


p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /*color: #afadc0;*/
}

.form-control:focus {
    border-color: #ebebf0;
    border-bottom: 1px solid #33323a;
    -webkit-box-shadow: 0 0px 0 0 #33323a;
    box-shadow: 0 0px 0 0 #33323a;
}

input, .form-control {
    border-radius: 0px;
    border-color: #ebebf0;
}


nav.navbar {
    background-color: #33323a;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    height: 50px;
}

#navbarTop {
	height: 100%;	
}

.side-nav .logo-wrapper, .side-nav .logo-wrapper a {
    height: 50px;
    width: 18rem;
    display: block;
    text-align: center;
    padding: 0;
}

#jobPlaceholder {
    color: black;
    text-align: center;
}


@media (min-width: 1240px) {
	
	nav.navbar {
		/*margin-left: 18rem;*/
	}
	
     .double-nav,  footer,  main {
        /*padding-left: 18rem;*/
    }
}

@media (max-width: 1240px) {
	#cat-menu {
			display: none;
	}
}

 main {
     padding-top: 20px;
     background: #fff;
     padding-bottom: 2rem;
     min-height: 80vh;
}

.btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 10px;
    outline: 0;
}

.btn.btn-primary {
    border: 1px solid #3560e7;
}

.btn img {
    margin-right: 5px;
    margin-left: 5px;
    top: -2px;
    position: relative;
}

.btn-primary {
    background-color: #3560e7 !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #3560e7 !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:hover {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

#cat-menu {
    left: 0;
    transform: translateX(0);
    position: fixed;
    width: 18rem;
    background-color: #f5f6fa;
    top: 0;
    margin: 0;
    height: 100%;
}

.langs a {
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
}

.langs a.active {
    color: #cb0101;
    font-weight: bold;
    border-bottom: 2px solid;
}

footer {
    margin-top: 40px;
    margin-left: 2%;
    margin-right: 2%;
    border-top: 1px solid #ebebf0;
    background-color: #ffffff;
    padding: 20px 0;
}

footer a {
    display: block;
    color: #767485;
}


.uppercase {
    text-transform: uppercase;
}

.w500 {
    font-weight: 500;
}

.display-modal {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
}

.breadcrumb-custom {
    line-height: 1.83;
    padding-bottom: 1em;
}

.breadcrumb-custom .current-active-site {
    color: #33323a;
}

.breadcrumb-custom .previous-site {
    color: #afadc0;
}

.breadcrumb-custom .previous-site:hover {
    color: #33323a;
}

.breadcrumb-custom .arrow-padding {
    padding-right: 1em;
    padding-left: 1em;
}

.page-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 0.73;
    letter-spacing: -0.1px;
    color: #33323a;
    padding-bottom: 1em;
}

.page-subtitle {
    font-size: 13px;
    color: #afadc0;
    line-height: 1.69;
    padding-bottom: 3em;
}

.filter-button {
    -webkit-appearance: button;
    border: none;
    background-color: #33323a;
    color: #ffffff;
    line-height: 2.67;
    font-weight: 500;
    padding: .25em 1em;
}

.filter-button:hover {
    transition: box-shadow .3s;
    box-shadow: 4px 4px 9px 0px rgba(169, 179, 175, 0.4);
}

.save-btn {
    box-shadow: none;
    border-radius: unset;
    padding: .5em;
    background-color: #3560e7 !important;
}

.cancel-btn:hover {
    transition: box-shadow .3s;
    box-shadow: 4px 4px 9px 0px rgba(169, 179, 175, 0.4);
}

.cancel-btn {
    border: solid 1px #ebebf0;
    background-color: #ffffff;
    padding: .5em;
    font-size: 12px;
    text-transform: uppercase;
}

.news-table td {
    vertical-align: middle;
}

.nav-pills .nav-link.active {
    background-color: unset;
    color: #33323a;
    border-bottom: solid 2px #33323a;
}
.nav-pills .nav-link {
    border-radius: unset;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    font-weight: 500;
    line-height: 1.57;
}
li.nav-item {
    padding-left: 1em;
    padding-right: 1em;
}

/* nadpisanie elementow .card z bootstrapa */

.card {
    border: 1px solid #ebebf0;
    border-radius: 0;
}

.card-header {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 40px 12px 40px;
    border-bottom: 1px solid #ebebf0;
}

.card-body {
    padding: 15px 40px 15px 40px;
}

/* nadpisanie elementow datatables */

.MuiPaper-elevation2 {
    box-shadow: none !important;
}

.MuiInputBase-input {
    font-family: Rubik !important;
    font-size: 13px !important;
}

.MuiTableRow-root {
    transition: none !important;
}

.MuiTableRow-root.MuiTableRow-hover:hover {
    background: #fafafa !important;
}

.MuiTableCell-root {
    font-family: Rubik !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
}

.MuiTableCell-root .btn-primary,
.MuiTableCell-root .btn-warning,
.MuiTableCell-root .btn-danger,
.MuiTableCell-root .btn-outline-primary:hover {
    color: #ffffff !important;
}

.MuiTableCell-head {
    text-transform: uppercase;
}

.MuiIcon-root {
    font-size: 15px !important;
}

.MuiTablePagination-root {
    width: 100% !important;
}

/* nadpisanie elementow badge */

.badge {
    font-size: 100%;
    font-weight: normal;
}

.btn-logout {
	color: #fff;
	border: 0px;
	display: block;
	background: #cb0101;
	font-size: 16px;
	height: 100%;
	padding: 0 18px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#js-cart-widget {
    width: 310px;
    height: 100%;
    color: #fff;
    cursor: pointer;
    
}

#js-cart-widget.row {
    position: relative;
}



#top-menu-cart-search {
    border: 0px;
    padding: 10px 20px;
    font-size:13px;
    background-image: url(img/78cc857c77a1962a66883c601924d7ec.svg);
    background-position: right 15px top 12px; 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

#top-menu-cart-box-search {
    border-bottom: 1px solid #ebebf0;
    position: relative;
}

.search-cart-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  right: 16px;
  top: 10px;
  
}

#top-menu-cart {
    z-index: 99;
}

#top-menu-cart-add {
    padding: 15px 10px;
}

.top-menu-cart-add {
    padding: 15px 10px;
}

#top-menu-cart h3 {
    color: #33323a;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}
#top-menu-cart ul {
    margin: 0px;
    padding:0px;
}
#top-menu-cart ul li {
    list-style-type: none;
    cursor: pointer;
    margin: 5px 0;
    font-size:13px;
    line-height: 1.85;
    color: #33323a;
    padding: 5px 10px;
    border-bottom: 1px solid #ebebf0;
}

.add-new-cart-icon {
    height: 12px;
    margin-left: 1px !important;
}

.add-new-cart {
    margin-left: 10px;
    height: 100%;
}

#top-menu-cart:not(.top-cart-change) {
    height:100%;
}

.top-cart-change {
    position: relative;
    height: 500px;
    background:#fff;
    color: #33323a;
    width: 366px;
    box-shadow: -10px 15px 40px 0 rgba(140, 138, 155, 0.2), -1px 0 0 0 #ebebf0;
}

#top-menu-cart-info {
    font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  width: 50%;
  
}
.top-cart-normal {
	border-right: 1px solid #767485
}

.row-striped {
    padding-top: .25rem;
}
.form-row.row-striped {
    margin-top: 0;
    padding-bottom: 1rem;
}

.row-striped:nth-of-type(odd){
    background-color: #efefef;
}

.required-asterix {
    color: red;
    font-size: 24px;
    position: absolute;
    top: -14px;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
}

.row-error {
    background-color: #f8d7da!important;
}

.query {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .5rem
}

.answer {
    margin-bottom: 2rem
}


.nav-search {
    margin-right: 5px;
    height: 100%;
}
.nav-search-collapsed {
    width: 16rem;
}

.nav-search-expanded {
    padding: 0;
    position: absolute;
    right: 16.3rem;
    top: 1px;
    width: 40vw;
    z-index: 999;
}
.calculator {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    padding-top: 2em;
    font-size: 13px;
}

.calc-row {
    padding-top: 1%;
    line-height: 1.67
;
}
.nopadding {
    padding: 0!important;
}

.calculator input[type=number] {
    line-height: 2.67;
    max-width: 100%;
    border: solid 1px #ebebf0;
    text-align: center;
}
.calculator input[type=number]::placeholder {
    color: #d6d6e0;
}

.calculator .input-title {
    line-height: 0.83;
    font-size: 12px;
    color: #767485;
}

.calc-refresh {
    position: absolute;
    top: 50%;
}

.calc-title {
    font-weight: 500;
    margin-right: 2em;
}

.calc-bottom-labels {
    line-height: 2!important;
    margin-right: 2em;
}

.calc_type_label {
    margin-left: .5em;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.items-list-main-box {
    border: solid 1px #ebebf0;
    box-shadow: 10px 15px 40px 0 rgba(140, 138, 155, 0.2);

    /*full height*/
    height: auto;
    border-bottom: 2rem solid #ffffff;

    /*overflow*/
    /*height: 25rem;*/
    /*border-bottom: 8rem solid #ffffff;*/

    overflow-y: unset;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #ffffff 61%);
    margin-top: 2.5rem;
}

.items-list-title {
    padding: 1em;
    border-bottom: solid 1px #ebebf0;
    line-height: 1.38;
    font-weight: 500;
    font-size: 16px;
}

.items-list-content {
    /*max-height: 19rem;*/

    /*overflow-y: auto;*/
    position: relative;
}

.items-list-content ul {
    padding-left: 2rem;
    padding-right: 1rem;
    margin-bottom: 0;
    list-style: none outside none;
}

.items-list-content ul  li  {
   padding-top: 1rem;
}
.items-list-content ul  li  a {
    color: #767485;
    font-size: 13px;
    vertical-align: text-bottom;
}

.items-list-content ul li span {
    color: #767485;
    font-size: 13px;
    vertical-align: text-bottom;
}

.items-list-list-item {

}

.items-list-shadow-gradient {
    position: absolute;
    top: 19rem;
    height: 6rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #ffffff 61%);
    pointer-events: none;
}

.dashboard-list-search {
    border: solid 1px #ebebf0;
    margin-right: .5em;
    margin-left: .5em;
}
select {
    display: unset!important;
    width: unset;
    border: solid 1px #ebebf0;
    padding: 10px;
    padding-right: 50px;
    display: inline-block !important;
}

label {
    font-weight: normal;
    letter-spacing: normal;
    color: #767485;
    /*line-height: 2 !important;*/
}

form {
    font-size: 13px;
    line-height: 2;
}

input {
    padding-left: .25rem;
    line-height: 1.69;
    border: solid 1px #ebebf0;
    font-size: 13px;
}

input[type=text]:disabled {
    background-color: rgb(235, 235, 228);
}

.form-row {
    margin-top: 1rem;
}

input[type=file] {
    display: none;
}

.file-upload {
    border: solid 1px #ebebf0;
    line-height: 1.69;
    font-size: 13px;
    padding: .25rem .5rem;
    margin-right: .5rem;
    color: #33323a;
}

/* bledy w formularzach */

.form-error {
    color: #cc0000;
}

.form-field-error {
    border: 1px solid #cc0000;
}

[type=radio]+label:after, [type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: .25rem;
    margin: 4px;
    border-radius: 50%;
    border-style: solid;
}

[type=radio]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    padding-top: 3px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
}

input[type=radio] {
    vertical-align: middle;
    display: none;
}

input[type=radio]+label {
    font-size: unset;
    border-width: 1px;
    padding-left: 2em;
}

[type=radio]+label:after, [type=radio]+label:before {
    border-width: 1px;
    width: 12px;
    height: 12px;
}

[type=radio]:checked+label:after {
    border-color: #3560e7;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 29%, rgba(53,96,231,1) 30%);
}
input[type=checkbox] {
    position: unset;
    opacity: unset;
    visibility: hidden;
    vertical-align: middle;
}

input[type=checkbox]+label {
    /* Overriding mdb.css */
    position: relative;
    padding-left: unset;
    display: inline;
    height: unset;
    line-height: unset;
    font-size: unset;
    /* --- */
}
[type=checkbox]+label:before, [type=checkbox]+label:after {
    content: '';
    height: 1rem;
    width: 1rem;
}

[type=checkbox]:checked+label:before {
    -webkit-transform: unset;
    transform: unset;
    height: 1rem;
    width: 1rem;
    margin-top: 2px;
    border: 1px solid #3560e7;
    background-color: #3560e7;
    left: -20px;
}

[type=checkbox]+label:before {
    border: 1px solid #d6d6e0;
    top: -4px;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.3rem;
    background: transparent;
    top: 2px;
    left: -16px;
    border: 2px solid white;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}


.sidebar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.sidebar .sidebar-close {
    display: block;
    position: fixed;
    right: 0;
    font-size: 20px;
    margin: 7px 20px 0 0;
}

.sidebar .link {
    display: block;
    background: #33323a;
    padding: 15px;
}

.sidebar .link i {
    font-size: 25px;
    color: #fafafa;
}

.sidebar .link:hover i {
    color: #e0e0e0;
}

.sidebar .box {
    width: 400px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
}

.sidebar .box .header {
    border-bottom: 1px solid #dddddd;
    padding: 10px 20px;
    margin: 0;
}

.sidebar .box .header h3 {
    font-size: 18px;
    margin: 0;
}

.sidebar .box .content {
    padding: 15px 20px;
}

.sidebar .product {
    display: block;
    border-bottom: 1px solid #dddddd;
    clear: both;
    min-height: 60px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.sidebar .product:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .image-container {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 0 0 10px 0;
}

.sidebar .search-history > a {
    display: block;
    margin: 0 0 10px 0;
}

.sidebar .search-history > a:last-child {
    margin-bottom: 0;
}
input[name=searchbar]::placeholder {
    color: #d6d6e0;
}

input[name=searchbar] {
    background-color: #494850;
    border: none;
    padding: .5rem;
    width: 100%;
    color: #fff;
}

input[name=searchbar]:focus {
    border: none;
}

.search-span {
    position: relative;
    left:95%;
}

.searchbar-suggestions {
    background-color: white;
    color: #33323a;
    position: relative;
    z-index: 999;
    width: 100%;
    margin-top: -1.05rem;
    padding-left: .7rem;
    border: solid 1px #ebebf0;
}

.searchbar-suggestions td {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 10px solid white;
}

.searchbar-suggestions .products-list-lp {
    border-left: none;
    padding-right: 10px;
    width: 5%;
}

.searchbar-suggestions button {
    margin-left: 40px;
}

.searchbar-suggestions .products-list-basket {
    min-width: unset;
    width:  15rem;
    border-right: none;
}


.searchbar-suggestions .products-list-name {
    width: 30%;
}

.searchbar-custom-banner {
    padding: 1rem;
}

.dt-messages .MuiTableRow-root > .MuiTableCell-root:nth-child(1) {
    width: 200px;
}

.dt-messages .MuiTableRow-root > .MuiTableCell-root:nth-child(2) {
    width: 300px;
}

.dt-messages .MuiTableRow-root > .MuiTableCell-root:nth-child(4) {
    width: 400px;
    text-align: right;
}

.dt-search-history .MuiToolbar-root {
    min-height: 0;
}

.dt-search-history .MuiTableRow-root > .MuiTableCell-root:nth-child(2) {
    width: 150px;
}

.dt-search-history .MuiTableRow-root > .MuiTableCell-root:nth-child(3) {
    width: 100px;
}

.dt-search-history .MuiTableRow-root > .MuiTableCell-root:nth-child(4) {
    width: 200px;
}

.dt-search-history .MuiTableRow-root > .MuiTableCell-root:nth-child(5) {
    width: 200px;
    text-align: right;
}
tbody tr.MuiTableRow-root:empty {
    height: 0px !important;
}

tbody tr.MuiTableRow-root:last-child {
    height: 1px !important;
}
@media (min-width: 600px) {
    .MuiToolbar-gutters {
        padding-left: 0 !important;
    }
}

.navbar-nav.mr-auto {
    list-style: outside;
    float: left;
    text-align: center;
}

.navbar-nav.mr-auto a, .navbar-nav.mr-auto span{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 12px;
}

.navbar-nav.mr-auto li {
    display: inline-block;
    position: relative;
    float: left;
    width: 18em;
    font-family: 'Rubik', sans-serif;
    line-height: 2.67;
    text-decoration: none;
}

.navbar-nav.mr-auto li > ul > li > ul > li {
    line-height: 2;
}

.navbar-nav.mr-auto li > ul > li > ul > li > a {
    text-transform: none;
    font-weight: 400;
}

.navbar-nav.mr-auto > li {
    z-index: 999;
}

.navbar-nav.mr-auto  > li {
    width: unset;
    font-weight: 500;
}

.navbar-nav.mr-auto li.item-hoovered {
    background: #ebebf0;
}

.navbar-nav.mr-auto ul.dropdown-sublist {
    position: absolute;
    display: none;
    color: orangered;
}

.navbar-nav.mr-auto ul.dropdown-sublist > li > a {
    padding-top: 0.5em;
}
.navbar-nav.mr-auto ul.dropdown-sublist > li > span {
    padding-top: 0.5em;
}

.navbar-nav.mr-auto ul.dropdown-sublist > li li {
    padding-top: 0em;
}

.navbar-nav.mr-auto li.item-hoovered > ul.dropdown-sublist {
    color: black;
    margin-top: 0;
    display: block;
}

nu-li {
    padding: 10px;
}

.navbar-nav.mr-auto a {
    font-size: 12px
}

.navbar-nav.mr-auto ul.dropdown-sublist > li a {
    color: #33323a;
}

.navbar-nav.mr-auto > li.item-hoovered  > a {
    background: #33323a;
    border-bottom: 3px solid #cb0101;
    display: unset;
}
.navbar-nav.mr-auto > li.item-hoovered  > span {
    background: #33323a;
    border-bottom: 3px solid #cb0101;
}

.navbar-nav.mr-auto > li.item-hoovered  > a.item-hoovered {
    background: #33323a;
    border-bottom: 3px solid #cb0101;
}
.navbar-nav.mr-auto > li.item-hoovered  > span.item-hoovered  {
    background: #33323a;
    border-bottom: 3px solid #cb0101;
}

.navbar-nav.mr-auto > li.item-hoovered {
    background: #33323a;
}
.navbar-nav.mr-auto > li > a {
    padding-bottom: 5px;
}
.navbar-nav.mr-auto > li > span {
    padding-bottom: 5px;
    cursor: default;
}

.submenu-dropdown-item > a {
     padding-left: 1em;
}
.submenu-dropdown-item > span {
    padding-left: 1em;
}

.dropdown-sublist {
    background-color: #ffffff;
    color: #33323a;
}
@media (min-width: 600px) {
    .navbar.scrolling-navbar .navbar-nav > li {
        transition-duration: unset;
    }
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar .navbar-nav  a {
        transition: unset;
    }
}

.navbar-nav.mr-auto a {
    display: block;
}

/*# sourceMappingURL=app.css.map*/