hr {
	border-top: var(--border);
    margin-block: 1em;
}

/* change css colors*/
.bottom-menu-usps {
    border-bottom: 3px solid #eef9fd;
}

.box_top p {
    font-size: var(--box-heading-font-size) !important;
}

.productinfo_right {
 	display: flex;
  	flex-direction: column;
}

.productinfo_extra {
 	order: 1; 
}

.productinfo_header {
 	order: 2; 
}

.productinfo_manufacturer {
 	order: 3; 
}

.productinfo_short_description {
 	order: 4; 
}

.productinfo_upload_messages {
 	order: 5; 
}

.productinfo_price_box {
 	order: 6; 
}

.productinfo_article_usps {
 	order: 8; 
}

.productinfo_additional-info {
	order: 7;
}

#PRODUCT_INFO_MEER_VAN {
 	order: 8; 
}

.productinfo_additional-info .productinfo_contentleft span {
 	font-weight: var(--font-weight-bold); 
}

.productinfo_price .specialPrice {
    --productinfo-price-color: var(--action-price-text-color) !important;
}

.productinfo_levertijden.productinfo_contentleft {
 	padding-inline-start: 0; 
}
.site-header-searchbar {
    display: flex;
    justify-content: center;
}

.site-header-searchbar form[name="advanced_search"] {
    width: 85%;
}
.header-mobile-container .header-mobile-col .header-mobile-icon.account-icon {
    order: 2;
}

.header-mobile-container .header-mobile-col .header-mobile-icon.shopping-icon {
    order: 3;
}

.header-mobile-container .header-mobile-col .header-mobile-icon.search-icon {
    order: 1;
}

.card-padding {
 	padding: 1rem;
}