@media only screen and (max-width: 1098px)
{
	.dng-mobilemenu, .mobile-header-replace, .mobile-header {
		display: block;
	}
    .header-wrap, .header-replace {
		display: none;
	}
    .homePageHeaderSpacer {
        height: 40px;
    }
    .mobile-header .header-mobile, .mobile-header .header-mobile-top, .mobile-header .header-mobile-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .header-area {
        display: flex;
        align-items: center;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-menu-icon {
        border: none;
        background-color: transparent;
    }

    .d-wrapper .hide1044 {
        display: none;
    }
}

#headerrow-893713 .header-container-box, 
#headerrow-893713 .header-container-box .logo {
    height: 115px;
}

.easy-carousel .carousel-navigation span {
    border-top: 6px solid currentColor !important;
    border-left: 6px solid currentColor !important;
}

.footerDetails h3 {
    color: var(--accent-color);
    font-weight: 600;
}

.footerDetails {
    padding: 40px 0px;
}

.footerGdpr a {
    text-wrap: nowrap;
}

.footerGdpr h4, .footerGdpr p, .footerGdpr a {
    color: white;
}

.footerDetails a:hover,
.footerGdpr a:hover {
	color: #787878;
}

.footerDetails a.social-05 {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 3px 10px;
}
.footerDetails a.social-05, .footerDetails a.social-05:link, .footerDetails a.social-05:visited, .footerDetails a.social-05:hover {
    color: #464446;
    border: 1px solid #464446;
    transition: all ease-in 300ms;
}
.footerDetails a.social-05:hover {
    color: #FFF;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.footerDetails .footerLogos {
    display: flex;
    gap: 10%;
    justify-content: center;
}

.footerDetails .dngTextBox {
    display: block;
}

.footer .footerColumnsLogos {
    align-items: center;
}

.footerGdpr {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 991px){
    .footer .footerGdpr {
        padding-bottom: 15px !important;
    }
}

.portfolio-carousel06 .subtitle {
	background-color: #173658 !important;
}

.portfolio-carousel06 .title {
	background-color: #862832 !important;
}

.productsPage .carousel-item .icon {
    float: right;
}

.productsPage .carousel-item .title {
    float: left;
}

.brands .portfolio-carousel01 .carousel-item.first-item, .brands .portfolio-carousel01 .carousel-item.last-item{
    opacity: 1;
}

.portfolio-carousel04 .link-button {
    background-color: var(--link-color) !important;
}








