<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&amp;display=swap');



.content_editable table{
	width:100%;
}

@font-face {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.horizontal-slider{
	height:10px;
}
.price-track {
	background: #6e6e73;
	height:2px;
}

.price-thumb{
	margin-top:-5px;
	padding:2px;
	background: #FFF;
	border:1px solid #027fff;
}

/* Resets */

*,
*:after,
*:before {
	box-sizing: border-box;
}

.hide{
	display:none;
}
/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}
.product_line .extras&gt;div{
	padding:20px;
}
.product_line .extras{
	display: flex;
    justify-content: space-between;
	width:100%;
	max-width:800px;
	color: #000;
    font-size: 14px;
    padding-top: 25px;
    font-weight: 600;
}

.item_head{
	display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6e6e73
}



.flexdircolumn_false .basket_heading{
  display:none
}

/* Main styles */

nav {
	font-family: 'Inter', sans-serif;

}

.Order_extras label {
    padding: 10px;
    border: 1px dotted #027fff;
    width: 100%;
    display: block;
    border-radius: 5px;
	background:#f0faff;
}

#ml-menu{
z-index: 9999999;
display: unset;
}

a {
	text-decoration: none;
	color: #070707;
	outline: none;
}

a:hover {
	color: #070707;
}

.container {
	overflow-y: auto;
	height: 100vh;
}

.letter_left{
	max-width:300px;
}

.letter_container{
	display: flex;
	width:100%
}

.letter_shopping{
	display: flex;
	flex-direction: column;
}

/* Blueprint header */

.bp-header {
	display: -webkit-flex;
	display: flex;
}




.fhb-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 120px;
	padding: 1em 0 0 0;
	text-align: center;
	color: #ffffff;
	background: #154881;
}

.fhb-icon {
	font-size: 4em;
}

.fhb-heading {
	font-size: 0.75em;
	letter-spacing: 2px;
	text-transform: uppercase;
}




.COLLECTION .del_address_text{
  display:none;
}


@media screen and (max-width: 2098px) {
	.bp-header {
		padding-top: 3em;
	}
	.bp-header__main,
	.bp-nav {
		width: 100%;
		text-align: center;
	}
	.dummy-logo {
		display: none;
	}
	.content {
		margin: 0;
	}
	body,
	.container {
		height: auto;
		overflow: auto;
	}
}
/* Icons (made with Icomoon.io) */

@font-face {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/feather/feather.eot?1gafuo');
	src: url('../fonts/feather/feather.eot?1gafuo#iefix') format('embedded-opentype'), url('../fonts/feather/feather.woff2?1gafuo') format('woff2'), url('../fonts/feather/feather.ttf?1gafuo') format('truetype'), url('../fonts/feather/feather.woff?1gafuo') format('woff'), url('../fonts/feather/feather.svg?1gafuo#feather') format('svg');
}

.icon {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.icon--arrow-left:before {
	content: '\e901';
}

.icon--menu:before {
	content: '\e903';
}

.icon--cross:before {
	content: '\e117';
}


/* Menu styles */


.menu__wrap {
	position: absolute;
	top: 3.5em;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu__level:focus {
	outline: none;
}

.menu__level--current {
	visibility: visible;
}

.menu__item {
	display: block;
	width: calc(100% - 50px);
}

.menu__link {
	font-weight: 600;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1.5em;
	color: #070707;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
}

.menu__link[data-submenu]{
	padding-left:30px;
}


.menu__link[data-submenu]::before {
    content: ' ';
    width: 5px;
    background-color: #154881;
    height: 5px;
    position: absolute;
    left: 13px;
    top: 14px;
    padding: 2px 1px 20px 2px;
}


.NCAT_N01 .menu__link[data-submenu]::before {
    background: var(--cat-steel);
}

.NCAT_N02 .menu__link[data-submenu]::before {
    background: var(--cat-mesh);
}
.NCAT_N03 .menu__link[data-submenu]::before {
    background: var(--cat-fencing);
}
.NCAT_N04 .menu__link[data-submenu]::before {
    background: var(--cat-handrail);
}
.NCAT_N05 .menu__link[data-submenu]::before {
    background: var(--cat-flooring);
}
.NCAT_N06 .menu__link[data-submenu]::before {
    background: var(--cat-wrought);
}
.NCAT_N07 .menu__link[data-submenu]::before {
    background: var(--cat-gate);
}
.NCAT_N08 .menu__link[data-submenu]::before {
    background: var(--cat-automation);
}
.NCAT_N09 .menu__link[data-submenu]::before {
    background: var(--cat-sliding);
}

.NCAT_N10 .menu__link[data-submenu]::before {
    background: var(--cat-fixings);
}

.NCAT_N11 .menu__link[data-submenu]::before {
    background: var(--cat-more);
}

.category_section.NCAT_N01&gt;a{
    color: var(--cat-steel);
}

.category_section.NCAT_N02&gt;a{
    color: var(--cat-mesh);
}
.category_section.NCAT_N03&gt;a{
    color: var(--cat-fencing);
}
.category_section.NCAT_N04&gt;a{
    color: var(--cat-handrail);
}
.category_section.NCAT_N05&gt;a{
    color: var(--cat-flooring);
}
.category_section.NCAT_N06&gt;a{
    color: var(--cat-wrought);
}
.category_section.NCAT_N07&gt;a{
    color: var(--cat-gate);
}
.category_section.NCAT_N08&gt;a{
    color: var(--cat-automation);
}
.category_section.NCAT_N09&gt;a{
    color: var(--cat-sliding);
}

.category_section.NCAT_N10&gt;a{
    color: var(--cat-fixings);
}

.category_section.NCAT_N11&gt;a{
    color: var(--cat-more);
}


.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
	color: #154881;
}

.menu__link--current::before {
	content: '\00B7';
	font-size: 1.5em;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.5em;
	height: 4px;
	color: #154881;
}

[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}

.animate-outToRight .menu__item {
	-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate-outToLeft .menu__item {
	-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate-inFromLeft .menu__item {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate-inFromRight .menu__item {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.menu__breadcrumbs {
	font-size: 14px;
    line-height: 1;
    position: relative;
    padding: 1.5em 1em 1em 1em;
}

.menu__breadcrumbs a {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #154881;
}

.menu__breadcrumbs a:last-child {
	pointer-events: none;
}

.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
	color: #8182e0;
}

.menu__breadcrumbs a:not(:last-child)::after {
	content: '&gt;';
	font-family: 'feather';
	display: inline-block;
	padding: 0 0.5em;
	color: #33353e;
}

.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
	color: #33353e;
}

.menu__back {
	font-size: 1.05em;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 2.25em;
	margin: 0;
	padding: 1.365em 0.65em 0 0;
	cursor: pointer;
	color: #2a2b30;
	border: none;
	background: none;
}

.menu__back--hidden {
	pointer-events: none;
	opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
	color: #fff;
	outline: none;
}

.page_user_home &gt; .menu{
	display:block;
	position:unset;
	top:unset;
	left:unset;
	width:unset;
	height:unset;
	transform:unset;
}

.page_user_home &gt; .menu &gt;dt&gt;a{
	display: block;
	padding:10px 10px 10px 10px;
	text-decoration: underline;
	font-size: 18px;
}

.page_user_home &gt; .menu &gt;dd{
	padding-left:10px;
}

/* Open and close buttons */

.action {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.action:focus {
	outline: none;
}

.action--open {
	/*font-size: 1.5em;
	top: 1em;
	left: 1em;*/
	/*display: none;*/
	/*color: #fff;
	position: fixed;
	z-index: 1000;*/
}

.action--close {
	font-size: 1.1em;
	top: 1.25em;
	right: 1em;
	display: none;
	color: #45464e;
}
.action--open,
.action--close {
  display: block;
}

.gridlayout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.4em;
}

.gridlayout3{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.4em;
}

.gridlayout4{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.4em;
}


#page {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 800px;
    margin: 10px auto auto;
	
    width: 100%!important
}


@media only screen and (max-width: 1124px) {
	#page {
		margin: 20px auto auto;
	}
}

@media only screen and (max-width: 1124px) {
	#page {
		margin: 20px auto auto;
	}
}

@media only screen and (max-width: 1024px) {
	#page {
		margin: 20px auto auto;
	}
}



@media only screen and (max-width: 960px) {
  .gridlayout{
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 0.4em;
  }

  .gridlayout3{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0.4em;
	}

  .gridlayout4{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.4em;
	}
}

@media only screen and (max-width: 570px) {
.delete_item{
	display: block;
	margin-right: 100%!important;
    margin-left: 40px;
}

.gridlayout3{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0.4em;
	}

.gridlayout4{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0.4em;
	}


}


.content_editable.astable ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.content_editable.astable li{
	width: 50%;
}


.blue_dot::before {
	content: "";
	position: absolute;
	top: -20px; /* Increase the top value to expand the hover area upwards */
	right: -20px; /* Increase the right value to expand the hover area to the right */
	bottom: -20px; /* Increase the bottom value to expand the hover area downwards */
	left: -20px; /* Increase the left value to expand the hover area to the left */
  }


  .page_order_confirmation  .factoryFormButton,.page_order_details .factoryFormButton {
	display: none;

  }

  .page_order_confirmation .frame,.page_order_details .frame {
	display: none;
  }</pre></body></html>