.bu_header_wrapper{
    background: #fafafa;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.ws_header_navbar{
	display: flex;
	padding-right: 12px;
	position: relative;
	align-items: center;
	flex-direction: row;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	direction: ltr;
	width: 100%;
	z-index: 999;
	letter-spacing: unset;
    text-transform: none;
	height: 64px;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
}

.ws_header_brand{
	flex-grow: 1;
	justify-content: center;
	flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
}

.ws_header_brand a{
	margin-left: 16px;
	width: 114px;
	align-self: initial;
	padding: 0 8px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	height: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.volvo_logo{
    height: 8px;
    width: auto;
    display: block;
}

.ws_h_models_btn{
	padding: 0 8px;
	margin-right: 8px;
	border: none;
	color: #141414;
	appearance: none;
	cursor: pointer;
	text-align: left;
	background: none;
	height: 48px;
	touch-action: manipulation;
	display: block;
}

.ws_h_models_btn em{
	align-items: center;
	display: flex;
	font-style: normal;
	line-height: 1.5714285714285714;
	font-size: 14px;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	color: #141414;
	transition: border-color 100ms ease-in-out;
	border-bottom: 1px solid transparent;
	height: 40px;
    -webkit-box-align: center;
}

.ws_h_models_btn:hover em{
	border-bottom-color: #141414;
}

.ws_h_links_button_wrapp, 
.ws_side_nav_close_wrapp,
.nav_back_btn_wrapp{
	display: flex;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
}

.ws_main_nav_trigger, 
.ws_main_close_nav_button,
.nav_back_btn{
	display: flex;
	height: 48px;
	color: #141414;
	width: 48px;
	border-width: 0;
	appearance: none;
	cursor: pointer;
	text-align: left;
	padding: 0;
	margin: 0;
	background: none;
	align-self: center;
	touch-action: manipulation;
	justify-content: center;
	align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ws_h_links_button,
.ws_main_nav_close, 
.nav_back{
	display: flex;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.ws_main_nav_trigger:hover .ws_h_links_button,
.ws_main_close_nav_button:hover .ws_main_nav_close, 
.nav_back_btn:hover .nav_back{
	background-color: #ebebeb;
}

.ws_h_links_button_inner,
.ws_close_button_inner,
.nav_back_btn_inner{
	width: 24px;
	height: 24px;
	position: relative;
	color: #141414;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
	transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -webkit-transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.ws_side_nav_backdrop{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	display: block;
	background: #141414;
	opacity: 0;
	z-index: 999;
	transition: all 300ms ease-in-out;
}

.ws_side_nav_backdrop.active{
	pointer-events: all;
	opacity: 0.8;
}

.ws_side_nav_inner_wrapp{
	display: flex;
	max-width: 400px;
	height: 100%;
	position: fixed;
	right: -15px;
	transform: translateX(100%);
	overflow-x: hidden;
	width: 100vw;
	background: #ffffff;
	z-index: 1001;
	visibility: hidden;
	flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.ws_side_nav_inner_wrapp.active{
	transform: translateX(0px);
	right: 0;
	visibility: visible;
}

.ws_side_nav_header, 
.ws_side_nav_header_title{
	display: flex;
	width: 100%;
	top: 0;
	height: 64px;
	position: sticky;
	background: #ffffff;
	padding-right: 12px;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	z-index: 1;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-pack: justify;
}

.ws_side_nav_header_title{
	position: absolute;
    left: 0;
    z-index: -1;
}

.ws_side_nav_header_title.active{
	z-index: 2;
}

.ws_side_nav_brand{
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-grow: 0;
	align-self: stretch;
    -ms-grid-row-align: stretch;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.ws_side_nav_brand a{
	width: 102px;
	display: flex;
	height: 48px;
	margin-left: 16px;
	align-self: initial;
	padding: 0 8px;
	justify-content: center;
	flex-direction: column;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_side_nav_brand a img{
	height: 7px;
	height: 86px;
	vertical-align: middle;
	display: block;
}

.nav_back_btn_inner svg{
	transform: rotate(180deg);
}

.nav_back_btn_wrapp,
.ws_side_nav_close_wrapp{
	margin-left: 8px;
}

.navite_title{
    line-height: 1.5;
	font-size: 16px;
	margin: auto 0px;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	color: #141414;
}

.ws_side_nav_main_items_wrapp{

	flex: 1;
	position: relative;
	flex-direction: row;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.ws_side_nav_sec_items_wrapp{
	transform: translateX(100%);
	flex: 1;
	position: absolute;
	flex-direction: row;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	transition: all 300ms ease-in-out;
}

.ws_side_nav_main_items_inner_1{
	min-width: 100%;
	visibility: visible;
	position: relative;
	width: 100%;
}
.ws_side_nav_main_items_inner_2.ws_parent_nav_wrapper{
	 transform: translateX(0%);
}
.ws_side_nav_main_items_inner_2.ws_parent_nav_wrapper.active{
	 transform: translateX(-100%);	
}
.ws_side_nav_main_items_inner_2.ws_child_nav_wrapper{
	 transform: translateX(100%);
}
.ws_side_nav_main_items_inner_2.ws_child_nav_wrapper.active{
	 transform: translateX(0%);
}
.ws_side_nav_main_items_inner_2{
	transition: all 300ms ease-in-out;
	position: absolute;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	overflow-y: auto;
}


.ws_side_nav_main_menu{
	overflow-y: hidden;
	flex: 1 0 auto;
	width: 100%;
	display: block;
}

.ws_side_nav_main_menu_list{
	flex-shrink: 1;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	align-self: stretch;
	flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.main_nav_btn{
	cursor: pointer;
	margin: 0;
	width: 100%;
	height: 48px;
	display: flex;
	appearance: none;
	border-width: 0;
	background: none;
	align-items: center;
	padding: 0 24px 0 24px;
	text-align: left;
	transition: all 100ms ease-in-out;
    -webkit-box-align: center;
	touch-action: manipulation;
}

.main_nav_btn em{
	flex: 1;
	display: block;
	color: #141414;
	font-style: normal;
	line-height: 1.4;
	font-size: 20px;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
}

.main_nav_btn span{
	width: 24px;
	height: 24px;
	transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	display: inline-flex;
    flex-direction: column;
	justify-content: center;
	position: relative;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_side_nav_main_menu_list a{
	padding: 0px 9px 0px 24px;
	display: flex;
    width: 100%;
	height: 48px;
	transition: all 100ms ease-in-out;
	align-items: center;
	color: #141414;
	background: unset;
    -webkit-box-align: center;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-style: normal;
}

.ws_side_nav_main_menu_list a:hover,
.ws_side_nav_main_menu_list button:hover{
	background: #fafafa;
}

.ws_side_nav_footer{
	flex-shrink: 0;
	margin: 24px 24px 40px 24px;
}

.sideNavigationSocialLinks{
	margin: 0 0 8px -16px;
	display: flex;
	width: 100%;
}

.sideNavigationSocialLinks a{
	display: block;
}

.sideNavigationSocialLinks a > div{
	margin: 16px;
	text-align: center;
	width: 24px;
	height: 24px;
	color: #141414;
}

.ws_md_nav_itms_wrapp{
	margin: 0 4px;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1000;
	position: relative;
    -webkit-box-align: center;
}

.ws_md_nav_itms_inner_1{
	top: 64px;
	left: 0;
	overflow: hidden;
	z-index: 1;
	width: 100vw;
	flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
    position: fixed;
	pointer-events: none;
    -webkit-box-flex: 0;
	-ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_md_nav_itms_inner_1.active{
	pointer-events: auto;	
}

.ws_md_nav_itms_inner_2{
	will-change: height;
	transition: height 300ms ease-in-out 0s;
	height: 0;
	width: 100vw;
	background: #ffffff;
	position: relative;
	pointer-events: none;
	display: block;
}

.ws_md_nav_itms_inner_2.active{
	height: calc(var(--vh, 1vh) * 100 - 128px);
}

.ws_md_nav_itms_inner_3{
	padding-right: 15px;
	padding-top: 24px;
	margin-right: 0;
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	justify-content: center;
	display: block;
    -webkit-box-pack: center;
	 --visible-section-index: 1px;
}

.ws_md_nav_itms_inner_3.active{
	margin-right: -15px;
    pointer-events: auto;
	overflow-y: auto;
	visibility: visible;
}

.ws_close_md_nav{
	position: absolute;
	z-index: 2;
	top: 14px;
	right: 12px;
	color: #141414;
	width: 48px;
	cursor: pointer;
	text-align: left;
	padding: 0;
	margin: 0;
	background: none;
	appearance: none;
	border-width: 0;
	align-self: center;
	justify-content: center;
	pointer-events: auto;
    -webkit-box-pack: center;
    -ms-grid-row-align: center;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ws_close_md_nav:hover{
	cursor: pointer;
}

.ws_close_md_nav > div{
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 40px;
	height: 40px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.ws_close_md_nav > div > span{
	width: 24px;
	height: 24px;
	transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.ws_close_md_nav:hover > div{
	background-color: #ebebeb;
	cursor: pointer;
}

.ws_md_nav_itms_inner_2.active .ws_close_md_nav{
	right: 23px;
}

.ws_md_nav_backdrop{
	position: fixed;
	top: 64px;
    left: 0;
    background: #141414;
    width: 100%;
    height: 100%;
	opacity: 0;
	pointer-events: none;
    transition: all .3s ease-in-out;
}

.ws_md_nav_backdrop.active{
	opacity: .8;
	pointer-events: all;
}

.ws_md_nav_itms_inner_4{
	min-height: 100%;
	padding: 0 40px;
	margin: 0 auto;
	max-width: 1400px;
    flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
	width: 100%;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_md_nav_grid{
	margin: 0 -12px;
	flex-wrap: wrap;
	flex-shrink: 0;
	flex-grow: 1;
    align-self: stretch;
	flex-basis: auto;
    flex-direction: row;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-grid-row-align: stretch;
    -webkit-box-flex: 1;
}

.ws_md_nav_tabs_buttons{
	padding: 0 12px;
	max-width: 16.6667%;
	flex-basis: 16.6667%;
	flex-direction: column;
	align-self: stretch;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
	position: relative;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_md_nav_tabs_buttons ul{
	padding: 8px 0 0;
	margin: 0;
	list-style: none;
	max-width: calc(15% - 24px);
	transform: translate3d(0px, 0px, 0px);
	word-break: break-word;
	transition: opacity 300ms ease 0s;
    flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
	position: fixed;
	opacity: 0;
	height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
}

.ws_md_nav_itms_inner_3.active .ws_md_nav_tabs_buttons ul{
	opacity: 1;
}

.ws_md_nav_tabs_buttons ul li{
	min-height: 64px;
	transform: translateY(-24px);
	opacity: 0;
	margin: 0 0 24px;
	transition-delay: 0ms;
	transition-duration: 150ms;
	transition-property: transform, opacity;
	transition-timing-function: ease-out;
	border-width: 0;
	appearance: none;
	cursor: pointer;
	display: block;
	touch-action: manipulation;
}

.ws_md_nav_tabs_buttons ul li:nth-child(2){
	transition-delay: 50ms;
	margin: 0 0 16px;
}

.ws_md_nav_tabs_buttons ul li:nth-child(3){
	transition-delay: 100ms;
}

.ws_md_nav_itms_inner_3.active .ws_md_nav_tabs_buttons ul li{
	transform: translateY(0px);
	opacity: 1;
}

.ws_md_nav_tabs_buttons ul li a{
	color: #707070;
}

.ws_md_nav_tabs_buttons ul li a h2{
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	margin: 0;
}

.ws_md_nav_tabs_buttons ul li a p{
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.6666666666666667;
	margin: 0;
}

.ws_md_nav_tabs_buttons ul li.ui-state-active a{
	color: #141414;
}

.ws_md_nav_tabs_content{
	max-width: 75%;
	flex-basis: 75%;
	padding: 0 12px;
    flex-direction: column;
	align-self: stretch;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ws_md_nav_tabs_content .models_tab{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max-content, 180px));
	padding-left: 24px;
	margin-bottom: 24px;
}

.ws_md_nav_tabs_content .models_tab h4{
	grid-column: 1 / -1;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.5;
	font-size: 16px;
	color: #141414;
	margin: 0 24px;
	text-transform: uppercase;
}
.ws_md_nav_tabs_content .models_tab h4 a{
    color: #1c6bba;
	line-height: 22px;
	padding: 12px 0;
	letter-spacing: 0.02em;
	font-size: 14px;
	display: block;
}
.ws_md_nav_tabs_content .models_tab h4 a span{
	white-space: nowrap;
	color: #1c6bba;
	display: inline;
}
.ws_md_nav_tabs_content .models_tab h4 a span svg{
	top: 1px;
	margin-left: 4px;
	position: relative;
	color: #1c6bba;
}

.ws_md_nav_tabs_content .models_tab h4 a span svg path{
	stroke: #1c6bba;
}

.md_sq_wrapp{
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
    flex-grow: 0;
	display: flex;
	opacity: 0;
	transform: translateY(-24px);
	transition-duration: 50ms;
	transition-property: transform, opacity;
	transition-timing-function: ease-out;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
}

.active .md_sq_wrapp{
	opacity: 1;
	transform: translateY(0px);
}

.md_sq_wrapp a{
	flex-grow: 1;
	box-sizing: border-box;
	text-decoration: none;
	align-items: flex-start;
	border-radius: 4px;
	transition: background 100ms ease-in-out;
	flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-align: start;
	display: flex;
}

.md_sq_wrapp_outer{
	flex-direction: column-reverse;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
	height: 100%;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
}

.md_sq_wrapp_inner{
	max-width: 210px;
	padding: 16px 0 24px;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
}

.md_txt_wrapp{
	margin: 0 24px;
}

.md_txt_wrapp em{
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-style: normal;
	color: #141414;
}

.md_img_wrapp{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
}

.md_img_wrapp picture{
	margin: 16px 16px 0;
	height: 56px;
	position: relative;
	width: 100%;
	display: block;
}

.md_img_wrapp picture img{
	max-height: 100%;
	display: block;
}

.md_brd_abs{
	right: -10px;
	background: rgb(235, 235, 235);
	height: calc(100% - 24px);
	width: 1px;
	position: absolute;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 250ms ease-in 0s, scaleY 300ms ease-in 0s;
	align-items: stretch;
    flex-shrink: 0;
    flex-wrap: nowrap;
	flex-direction: column;
    flex-basis: auto;
	flex-grow: 0;
	display: flex;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-lines: nowrap;
    -webkit-box-align: stretch;
}

.active .md_brd_abs{
	transform: scaleY(1);
	opacity: 1;
}

body.active{
	overflow: hidden;
	padding-right: 15px;
}

.mob_cat_btn{
	margin: 0 24px;
	border-bottom: 1px solid #ebebeb;
}

.mob_cat_btn_inner{
	line-height: 24px;
	font-size: 20px;
	letter-spacing: 0.2px;
	padding: 16px 0;
	align-items: center;
	justify-content: space-between;
	display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
	-webkit-margin-after: 0em;
	-webkit-margin-before: 0em;
}

.mob_cat_btn_txt{
	min-width: 90%;
	text-align: left;
	display: block;
}

.mob_cat_btn_txt h2{
	line-height: 1.1666666666666667;
	font-size: 24px;
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	margin: 0;
	color: #141414;
}

.mob_cat_btn_txt p{
	line-height: 1.5;
	color: #707070;
	font-size: 16px;
	margin: 0;
}

.md_arrow_mob{
	display: block;
}

.md_arrow_mob span{
	width: 24px;
	height: 24px;
	transition: transform 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transform: rotate(180deg);
    transform-origin: center;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.md_arrow_mob span svg{
	transform: rotate(-90deg);
	transform-origin: center;
	width: inherit;
	height: inherit;
	speak: none;
	display: inline-block;
}

.mobile_cars_nav .models_tab{
	margin: 0 24px;
	flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;	
}

.mobile_cars_nav .models_tab h4{
	font-family: 'Volvo Novum Medium', Arial, sans-serif;
	color: #707070;
	padding: 12px 0;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}

.mobile_cars_nav .md_sq_wrapp{
	display: block;
}

.mobile_cars_nav .md_sq_wrapp a{
	border-radius: 4px;
	transition: background 100ms ease-in-out;
	align-items: flex-start;
	flex-grow: 1;
	flex-direction: column;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-align: start;
}

.mobile_cars_nav .md_sq_wrapp_outer{
	flex-direction: column;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	display: flex;
	height: 100%;
    -webkit-box-flex: 0;
    -ms-grid-row-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.mob_cat_btn.active .md_arrow_mob span{
    transform: rotate(0deg);
}

.mobile_cars_nav .md_sq_wrapp_inner{
	padding: 12px 0;
	margin-right: -4px;
	justify-content: space-between;
    align-items: center;
	flex-direction: row;
	display: flex;
	height: 100%;
	max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.mobile_cars_nav .md_txt_wrapp{
	display: block;
	margin: 0;
}

.mobile_cars_nav .md_txt_wrapp em{
	font-family: 'Volvo Novum Medium', Arial, sans-serif;	
	line-height: 1.5;
	font-size: 16px;
	color: #141414;
	margin: 0;
}

.mobile_cars_nav .md_txt_wrapp p{
	line-height: 1.6666666666666667;
	font-size: 12px;
	color: #707070;
	letter-spacing: 0.02em;
	margin: 0;
}

.mobile_cars_nav .md_img_wrapp{
	display: flex;
    justify-content: flex-end;
	flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
}

.mobile_cars_nav .md_img_wrapp picture{
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
	height: 46px;
}

.mobile_cars_nav .md_img_wrapp picture img{
	max-height: 100%;
	display: block;
}

.mobile_cars_nav{
	display: none;
}

@media(max-width: 1024px){
	.mobile_cars_nav{
		display: block;
	}
	.ws_header_navbar, 
	.ws_side_nav_header, 
	.ws_side_nav_header_title{
		height: 48px;
	}
	.ws_header_brand a{
		width: 102px;
	}
	.volvo_logo{
		height: 7px;
	}
	.ws_h_models_btn, 
	.ws_md_nav_backdrop,
	.ws_close_md_nav{
		display: none;
	}
}












