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

/* Netenvie  ************************************/
.nav_fullwidth {
    background-color: #ff6e01;
}

.carousel {
	height: 550px !important;
	margin: 15px 0 0 !important;
}
.carousel .direction .carousel-control-prev {
	left: 15px !important;
}
.carousel .direction .carousel-control-next {
	right: 15px !important;
}

#mobile_top_menu_wrapper,
#_mobile_top_menu {
	padding: 0;
    z-index: 98;
}



@media (max-width: 991.98px) {
    #header .header-top {
        padding-bottom: 40px !important;
        box-sizing: content-box !important;
    }
    #mobile_top_menu_wrapper {
        display: block !important;
    }
    #_mobile_top_menu a.a-niveau1 {
        border-width: 0 0 1px 1px !important;
    }
}

#subcategories a {
	font-size: 15px;
    min-height: 40px;
    padding: 3px 6px;
	width: calc(100% - 20px);
}

@media (min-width: 1280px) {
    #category main #wrapper .container {
        width:90%;
    }
}

#dmutabs .slick-track article, .products article {
	flex: 0 0 24.3333%;
	max-width: 24.3333%;
}

#footer_sub_menu_contact p {
    font-size: 1rem;
}
#footer hr {
	border-top: 1px solid rgba(255,255,255,0.20);
}

