body{
	font: var(--porto-body-fst, normal) var(--porto-body-fw, 400) var(--porto-body-fs, 14px) / var(--porto-body-lh, 24px) var(--porto-body-ff), sans-serif;
	letter-spacing: var(--porto-body-ls, 0);
}
@media (min-width: 1200px) {
	.container {
		width: 1250px;
		max-width: 100%;
	}
}
@media (min-width: 1440px) {
	.container {
		width: 1440px;
		max-width: 100%;
	}
}
a {
	color: #283583;
}
#wrapper{
	background-color: #fff;
}
#header .header-nav{
	border-bottom: 0px;
}
#header, #header .header-top {
	background-color: #283583;
}
.header-banner{
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}
#header .logo {
	max-width: 70%;
	height: auto;
}
.page-content.page-cms ul,p {
	font-size: .9375rem;
	font-weight: 400;
}
.main-menu-container{
	background-color: #222c6c;
}
.border-right{
	border-right: 1px solid #ffffff2b!important;
}
.border-left{
	border-left: 1px solid #ffffff2b!important;
}
#header{
	color: #ffffff;
}
#block_myaccount_infos .myaccount-title a, #header a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
	color: #ffffff;
}
.header-icon{
	font-size: 35px;
}
.header .badge {
	position: absolute;
	top: -5px;
	right: 6px;
	background-color: red;
	color: white;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 50%;
	line-height: 1;
}
.searchbar-button{
	background-color: #626465;
	width: 1.6em;
	height: 100%;
	border-top-left-radius: 5px;
	border-top-bottom-radius: 5px;
}
.header-banner{
	font-size: 13px;
}
@media screen and (min-width: 400px) {
	#header .menu {display: block;}
	#header .top-menu a[data-depth="0"] {
		color: #ffffff;
		font-size: .7em;
		font-weight: 700;
		line-height: 20px;
		padding: 15px;
	}
	#header .top-menu a[data-depth="0"]:hover,a:hover {
		color: #E30613;
		text-decoration: none
	}
	.top-menu[data-depth="0"] {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header .menu > ul > li,
	.top-menu[data-depth="0"] > li {
		width: 20%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.top-menu > li > a {
		display: block;
		text-align: center;
		width: 100%;
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
	}
}
@media screen and (min-width: 1000px) {
	#header .menu > #top-menu > li,
	#top-menu > li {
		width: 10%;
	}
}
#mobile_top_menu_wrapper{
	background-color: transparent;
}
#block-reassurance ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
}
#block-reassurance li {
	display: inline-block;
}
#blockcart-modal .modal-header, #product #block-reassurance {
	background: none;
}
#block-reassurance img {
	width: 1rem;
}
#block-reassurance{
	margin-top: 0;
}
#block-reassurance li .block-reassurance-item {
	padding: .4rem .1rem;
}
.tabs {
	padding: 1.25rem 1.875rem;
	margin-top: 2rem;
	background: none;
}
.tabs .nav-tabs .nav-link.active{
	color: #000000;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	border: 0;
	border-bottom: #000000 3px solid;
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
	background-color: transparent;
}
.related-product-title a{
	font-size: 1.1rem !important;
	font-weight: 600 !important;
	color: black !important;
	margin-top: 5px;
	margin-bottom: 14px !important;
	padding-left: 10px;
}
.product-miniature.related{
	justify-content: left;
}
.darkerbg{
	background-color: #222c6c;
}
.footer-container{
	background-color: #283583;
	color: #ffff;
}
#footer{
	padding-top: 0px;
}
.footer-container .h3, .footer-container .h4 {
	color: #ffff;
}
.block-contact, .footer-container li a {
	color: #ffff;
}
.copyright-bar{
	padding-top: 15px;
	border-top: solid 1px rgba(255, 255, 255, .2);
}
.wrapper-fp {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
}
.container-fp {
	position: relative;
	display: flex;
	max-width: 1200px;
	width: 100%;
	background: none;
}
.image-container-fp {
	flex: 1;
	position: relative;
	z-index: 1;
	margin-right: -60px;
}
.image-container-fp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.content-container-fp {
	flex: 1;
	background-color: white;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	z-index: 2;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-container-fp h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.content-container-fp p {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.6;
}
.content-container-fp a {
	color: #1d2f81;
	text-decoration: none;
}
.content-container-fp a:hover {
	text-decoration: underline;
}
.button-fp {
	margin-top: 25px;
	background-color: #1d2f81;
	color: white;
	padding: 14px 24px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
	width: fit-content;
}
.button-fp:hover {
	background-color: #152464;
}
@media (max-width: 768px) {
	.container-fp {
		flex-direction: column;
	}
	.image-container-fp {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.content-container-fp {
		padding: 20px;
	}
}
.fp-home-left-column{
	background-color: white;
	box-shadow: 0 0 20px #0000001c;
	padding: 20px;
}
.home-full-width-wrapper{
	background-color: #ffffff;
}
.product-image-layout {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}
.thumbnails-left {
	width: 100%;
}
.thumbnails-left .product-images {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.product-cover {
	flex-grow: 1;
	width: 100%;
}
#product #content {
	max-width: 100%;
}
#main .images-container .js-qv-mask.scroll {
	min-width: 15%;
	width: auto;
}
.contact-form{
	background-color: #283583;
}
.contact-form form .form-control-label {
	color: #ffffff;
}
.contact-rich {
	color: #283583;
}
.page-content .product-flags li.product-flag {
	margin-left: 33%;
}
.login-to-see-prices{
	color: #E30613;
	font-size: 1.125rem;
	font-weight: bold;
}
.top-notification-banner{
	background-color: #E30613;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.register-form{
	background-color: #283583;
	color: #ffffff;
}
.register-form form .form-control-label{
	color: #ffffff;
}
.register-form .label, label{
	color: #ffffff;
}
.register-form .page-content.page-cms ul, p{
	color: #ffffff;
}
.register-form a{
	color: #E30613;
}
section.register-form #customer-form label {
	color: #fff;
}
.js-address-form, p{
	color: #000000;
}
.js-address-form, label{
	color: #000000;
}
.categories-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.cat-fp-cover{
	margin-bottom: 20px;
}
.border-0{
	border: none;
}
.js-product-details .list-group-item{
	padding: 0.30rem 0rem!important;
}
@media only screen and (min-width: 1200px) {
	.category-sub-menu > li[data-depth="1"]{
		padding-left: 15px;
	}
}
.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
	padding: .385rem .2rem 0 .3rem;
}
button.select-title .material-icons {
	margin-top: -0.3rem;
	vertical-align: middle;
}
.btn-primary, .btn-secondary{
	text-transform: none;
}
i.material-icons.shopping-cart.small {
	font-size: 20px;
}
@media (min-width: 1200px) {
	.row {
		margin: 0 0 0 0;
	}
}
@media (min-width: 992px) {
	.row {
		margin: 0 0 0 0;
	}
}
@media (min-width: 768px) {
	.row {
		margin: 0 0 0 0;
	}
}
@media (min-width: 576px) {
	.row {
		margin: 0 0 0 0;
	}
}
.product-miniature .product-title {
	text-transform: none;
}
.product-miniature .product-title a {
	color: #000000;
	font-weight: bold;
	font-size: 1rem;
}
.product-miniature-ref{
	text-align: center;
	font-size: .8rem;
	color: #bbb;
	font-weight: 400;
}
.top-menu{
	background-color: #283583;
}
#header .menu > #top-menu > li,
#top-menu > li {
	background-color: #222c6c;
}
.top-menu[data-depth="1"] {
	margin: 0px;
}

.top-menu[data-depth="0"] > li {
	position: relative;
}

.sub-menu,
.top-menu[data-depth="1"] {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	width: auto;
	background-color: #222c6c;
	display: none;
	z-index: 1000;
}

.sub-menu li,
.top-menu[data-depth="1"] li {
	width: 100%;
}

.sub-menu a,
.top-menu[data-depth="1"] a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 0.9em;
}

.sub-menu a:hover,
.top-menu[data-depth="1"] a:hover {
	background-color: #283583;
	color: #fff;
}
.top-menu .sub-menu{
	margin-left: 0px;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
	margin: 0 0px;
}

@media (min-width: 768px) {
	.top-menu[data-depth="0"] > li:hover .sub-menu[data-depth="1"],
	.top-menu[data-depth="0"] > li:hover .top-menu[data-depth="1"] {
		display: block;
	}
}

.mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1040;
}

.mobile-menu {
	position: fixed;
	top: 0; left: -80%;
	width: 80%;
	height: 100%;
	background-color: #222c6c;
	color: #fff;
	z-index: 1050;
	transition: left 0.3s ease-in-out;
	overflow-y: auto;
}
.mobile-menu.active {
	left: 0;
}
.mobile-menu-overlay.active {
	display: block;
}
.mobile-menu-header {
	display: flex;
	justify-content: flex-end;
	padding: 1rem;
}
.close-mobile-menu {
	background: none;
	border: none;
	color: #fff;
	font-size: 2rem;
}
.mobile-menu-body {
	padding: 1rem;
}
.mobile-menu .top-menu {
	display: block;
}
.mobile-menu .top-menu > li {
	width: 100%;
}
.mobile-menu .top-menu a {
	display: block;
	padding: 12px 16px;
	color: #fff;
}
.mobile-menu .top-menu a:hover {
	background-color: #283583;
}

.mobile-menu .collapse {
	background: #1d2671;
}

.mobile-menu .collapse .top-menu li a {
	padding-left: 30px;
	font-size: 0.9em;
}

.mobile-menu .material-icons.remove {
	display: none;
}
.mobile-menu .collapsed .material-icons.add {
	display: inline-block;
}
.mobile-menu .collapsed .material-icons.remove {
	display: none;
}
.mobile-menu .collapse.show ~ a .material-icons.add {
	display: none;
}
.mobile-menu .collapse.show ~ a .material-icons.remove {
	display: inline-block;
}
.mobile-menu .collapse .top-menu li a {
	padding-left: 30px;
	font-size: 0.9em;
}
.mobile-menu .collapse {
	display: none;
	background: #1d2671;
}
.mobile-menu .collapse.show {
	display: block;
}

.mobile-menu .navbar-toggler[aria-expanded="false"] .remove {
	display: none;
}
.mobile-menu .navbar-toggler[aria-expanded="true"] .add {
	display: none;
}

.offcanvas {
	display: none;
}
#openMobileMenu.navbar-toggler {
	color:#ffffff;
}

.product-quantity.listing-page .bootstrap-touchspin .input-group-btn-vertical {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
}

.product-quantity.listing-page .bootstrap-touchspin .input-group-btn-vertical .btn {
	flex: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0; /* keeps buttons squared with input */
}

.product-quantity.listing-page .bootstrap-touchspin input {
	height: 40px; /* adjust if needed */
	line-height: 40px;
	border: 1px solid rgba(0, 0, 0, .25);
}

#contact-infos a{
	color: #ffffff;
}
#contact-infos a:hover {
	color: #E30613;
}

#search_widget form input{
	padding: 15px 20px 10px 50px;
}
#search_widget form i{
	padding: .7rem .1rem .1rem .6rem;
}
@media only screen and (min-width: 992px) {
	#search_widget {
		min-width: 24rem;
	}
}
.block-icon {
	margin-bottom: 15px;
}
#contact-infos {
	line-height: 150%;
}
.product-oomen-name {
	display: block;
	width: 100%;
	height: 2.8em;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.product-quantity .add, .product-quantity .qty {
	margin-bottom: 0px!important;
}
#custom-text {
	padding: 0rem!important;
}

#header .header-nav .blockcart{
	background: transparent!important;
}