/* Add custom CSS styles below */ 
footer  .info.text-sm.flex  p , footer .logo  img ,  footer > div > div > div:nth-child(1) > ul , footer > div > div > div:nth-child(4) , #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div:nth-child(1) , #mainnav > div > div > div.w-32 > a , #mainnav > div > div > div.flex  > div  > div:nth-child(4){
display: none !important;
}
footer {
padding-bottom: 0 !important;
}
@media (max-width: 768px){

#mainnav > div > div > div.flex > div , #mainnav > div > div > div.flex > div.flex.justify-end.items-center.gap-6 {
	justify-content: center !important;
	align-items: center !important;
	margin: auto !important;
}
}
nav.breadcrumbs.w-full.py-5.mb-4.bg-primary.text-white{
	display: none !important;
}
#main-content > div:nth-child(3) > div > salla-tabs > div > div.s-tabs-content-wrapper > salla-tab-content:nth-child(3) > div{
	display: block !important;
}
#main-content > div:nth-child(4) > div > salla-tabs > div > div.s-tabs-content-wrapper > salla-tab-content:nth-child(4) > div{
	display: block !important;
}

.s-tabs-header {
    display: flex;
}

.s-tabs-header [name="tab_one"] {
    order: 1;
}

.s-tabs-header [name="tab_specs"] {
    order: 2;
}

.s-tabs-header [name="tab_two"] {
    order: 3;
}


.s-tabs-header [name="tab_usage"] {
    order: 2;
}
form > div > salla-tabs > div > div.s-tabs-header > salla-tab-header:nth-child(3) > div,form > div > salla-tabs > div > div.s-tabs-header > salla-tab-header:nth-child(4) > div{
	background-color: transparent !important;
	padding: unset !important;
}.main-content.w-full > form > div > salla-tabs > div > div.s-tabs-content-wrapper > salla-tab-content:nth-child(4) > div{
	display: block !important;
}
.main-content.w-full > form > div > salla-tabs > div > div.s-tabs-content-wrapper > salla-tab-content:nth-child(3) > div{
	display: block !important;
}