.bu_footer_wrapper{
	padding: 24px 0;
    background: #fafafa;
    clear: both;
	color: #707070;
	font: 12px "Volvo Novum","Arial Narrow","Helvetica Neue",Arial,sans-serif;
	text-align: center;
    font-size: 0.75rem!important;
    line-height: 1.6666666666666667!important;
    letter-spacing: 0.02em!important;
	display: flex!important;
    color: #707070!important;
    margin: 0!important;
	    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal!important;
    justify-content: center;
    -webkit-box-pack: center!important;
    padding-top: 24px!important;
    padding-bottom: calc(var(--site-footer-padding-bottom, 0px) + 32px)!important;
    padding-left: 24px!important;
    padding-right: 24px!important;
    align-items: center;
    -webkit-box-align: center!important;
    background-color: #fafafa!important;
}

.bu_footer_wrapper ul li{
    background: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border: unset;
    color: unset;
    text-decoration: unset;
	display: block!important;
    box-sizing: border-box!important;
    text-decoration: none!important;
    color: #141414!important;
    transition: color 150ms ease;
    -webkit-transition: color 150ms ease;
    -moz-transition: color 150ms ease!important;
    margin-left: 8px;
    margin-right: 8px;
	margin-top: 4px;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.bu_footer_wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex!important;
    flex-wrap: wrap;
    -webkit-box-lines: multiple!important;
    justify-content: center;
    -webkit-box-pack: center!important;
}

.bu_footer_wrapper ul li a{
    display: inline-block;	
    letter-spacing: 0;
	color: #141414;
	border-bottom: none;
    letter-spacing: .02em;
}

.bu_footer_wrapper ul li a:hover{
    color: #1c6bba;	
}

.footer_copyright p{
	margin: 0;
}

/* Footer menu */
.foo-menu {
	text-align: left;
	padding: 40px;
    display: flex;
	gap: 60px;
    justify-content: space-around;
}
}
.foo-col {
	display: flex;
	flex-direction: column;
	text-align: left;
}
.foo-col p {
	font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 12px;
}
.foo-col ul {
	display: flex;
	flex-direction: column;
    text-align: left;
}
.bu_footer_wrapper .foo-col ul li {
	font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}
.bu_footer_wrapper .foo-col ul a:hover {
	color: initial;
	text-decoration: underline;
}

/* Footer socials */
.foo-socials {
	display: flex;
    justify-content: space-evenly;
    max-width: 250px;
    margin: 0 auto;
	padding-bottom: 20px;
}
.foo-socials svg {
	width: 18px;
}
.foo-ic {
    margin: 0;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .3s;
}
.foo-ic:hover {
	background: #ebebeb;
}
.ig_link {
	align-self: center;
}
.ig_link svg {
    width: 22px;
	color: #010101;
	margin-bottom: -5px;
}

/* Back to the top */
.foo-top {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: initial;
	cursor: pointer;
}
.foo-top:hover {
	text-decoration: underline;
}
.foo-top:after {
	content: '';
    display: inline-block;
	width: 12px;
    height: 12px;
    margin-left: 3px;
    background: url(https://my.volvocars.ro/hubfs/02024/arr-top.svg) no-repeat center center / cover;
}

@media (max-width: 1024px) {
	.foo-menu {
    gap: 40px;
    flex-direction: column;
	}
}





