/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/

body {
	background-color: #fff;
	color: #929292;
	line-height: 1.2;
}

main {
	background:#fff;
}

/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/

body, input, textarea, button {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222222;
	letter-spacing: -0.025em;

}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #1e1e1e;
	font-weight: 500;
}

h1, .h1-style {
	font-size: 66px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 42px;
	color: #262f86;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 18px;
	color: #3b3b3e;
	letter-spacing: 0.05em;
}

p, ul, ol {
	line-height: 20px;
	margin:0 0 15px 0;
}

ul, ol{
	margin-left:20px;
}

li{
	margin:0 0 2px 0;
}

.color-white {
	color: #fff;
}

.heading--center,
.text-center {
	text-align: center;
}

.content {
	width: 100%;
}

.content h1 {
	font-size: 24px;
	line-height: 1.2;
}

.content h2 {
	font-size: 22px;
	color: #262f86;
	line-height: 1.2;
}

.content h3 {
	font-size: 18px;
	color: #262f86;
	line-height: 1.2;
}

.content h4 {
	font-size: 18px;
	line-height: 1.2;
}

.content h5 {
	font-size: 22px;
	color: #222222;
	line-height: 1.2;
}

.content h6 {
	font-size: 22px;
	color: #3b3b3e;
	line-height: 1.2;
}

.content,
.content p {
	font-size: 16px;
	line-height: 1.6;
}

.content--fz-14,
.content--fz-14 p {
	font-size: 14px;
	line-height: 1.3;
}

.content--color-dark,
.content--color-dark p {
	color: #222222;
}

.content--color-white,
.content--color-white p {
	color: #fff;
}

.content--lh-22,
.content--lh-22 p {
	line-height: 22px;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/

a {
	color: #2f3e8f;
	display: inline-block;
	-webkit-transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	text-decoration: none;
}

a:hover{
	color: #1e1e1e;
}

/*
|--------------------------------------------------------------------------
| Global > Layout
|--------------------------------------------------------------------------
*/

.row{
	margin: 0 0 15px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -10px 0 0;
}

.input-grid .input {
	padding: 0 10px 0 0;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 10px 0;
}

.input--no-margin {
	margin: 0;
}

.input-label {
	position: absolute;
	top: 9px;
	left: 10px;
	font-size: 12px;
	color: #222222;
	font-weight: 500;
	pointer-events: none;
	letter-spacing: 0.05em;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 22px 8px 6px 8px;
	color: #262f86;
	border: 1px solid #e7e7e7;
	resize: none;
	font-weight: 600;
	appearance: none;
	border-radius: 0;
}

.input-file-dummy {
	background: #fff;
	line-height: 20px;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
	display: block;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border {
	border-color: #2f3e8f!important;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label,
.input .braintree-hosted-fields-focused ~ label {
	color: #2f3e8f;
}

.input .button {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.input-grid .input .button {
	right: 14px;
}

.label-inline .input-label {
	position: absolute;
	width: 60px;
	top: 50%;
	left: 0; transform: translateY(-50%);
	text-align: center;
	padding: 0 8px;
}

.input.label-inline input[type="text"],
.input.label-inline input[type="email"],
.input.label-inline input[type="search"],
.input.label-inline input[type="tel"],
.input.label-inline input[type="password"],
.input.label-inline textarea{
	padding: 10px 8px 8px 60px;
}

.input-qty {
	min-width: 80px;
	max-width: 180px;
	margin: 0;
}

.input-qty.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 25px 8px 48px;
}

.listing-action .input-qty.label-inline input[type="number"] {
	padding: 8px 0 7px 50px;
	width: 100%;
}

.listing-action .stock-status + * {
    margin-top: 6px;
    font-size: 13px;
    text-align: right;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 30px;
}

.input-grid .input textarea ~ .input-label {
	right: 15px;
}

.input textarea ~ .input-label {
/*	position: relative;*/
	background-color: #fff;
	left: 0; right: 0; top: 0;
	padding: 9px 8px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #2f3e8f;
}

.input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields{
	color: #b5121b;
}

.select2-basic--container {
	border: 1px solid #e7e7e7!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #2f3e8f!important;
}

.select2-basic--borderless,
.select2-basic--borderless.select2-basic--container,
.select2-basic--borderless.select2-basic--dropdown {
	border: 0 !important;
}

.select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 25px 8px 8px 8px;
    color: #262f86;
    font-weight: 600;
}

.select2-basic--dropdown {
	border: 1px solid #2f3e8f!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #2f3e8f!important;
}

.select2-container--open ~ label {
	color: #2f3e8f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 26px 8px 60px;
}

.label-inline .select2-basic--container{
	height:36px;
}


/* File upload input */

.no-js .input-file > input[type="file"] {
	display: block;
}

.input-file > input[type="file"] {
	display: none;
}


/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}

.input--dark input[type="text"],
.input--dark input[type="email"],
.input--dark input[type="search"],
.input--dark input[type="tel"],
.input--dark input[type="password"],
.input--dark textarea {
	background-color: #3b3b3e;
	border-color: #3b3b3e;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #3b3b3e inset;
}


.input--dark input:-webkit-autofill,
.input--dark input:-webkit-autofill:hover,
.input--dark input:-webkit-autofill:focus,
.input--dark textarea:-webkit-autofill,
.input--dark textarea:-webkit-autofill:hover,
.input--dark textarea:-webkit-autofill:focus {
	background-color: #3b3b3e;
	border-color: #3b3b3e;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #3b3b3e inset;
}


.input--dark label,
.input--dark textarea ~ .input-label {
	color: #fff;
	background: #3b3b3e;
	border-color: #3b3b3e;
}

.input--dark .checkbox-label {
	background: none;
	font-size: 13px;
}

.input-grid .input textarea ~ .input-label {
	right: 0;
}

.input--dark input[type="text"]:focus,
.input--dark input[type="email"]:focus,
.input--dark input[type="search"]:focus,
.input--dark input[type="tel"]:focus,
.input--dark input[type="password"]:focus,
.input--dark textarea:focus,
.input--dark .braintree-hosted-fields-focused,
.input--dark input[type="text"]:focus.validate-border,
.input--dark input[type="email"]:focus.validate-border,
.input--dark input[type="search"]:focus.validate-border,
.input--dark input[type="tel"]:focus.validate-border,
.input--dark input[type="password"]:focus.validate-border,
.input--dark textarea:focus.validate-border {
	border-color: #fff!important;
}

.input--dark input[type="text"]:focus ~ label,
.input--dark input[type="email"]:focus ~ label,
.input--dark input[type="search"]:focus ~ label,
.input--dark input[type="tel"]:focus ~ label,
.input--dark input[type="password"]:focus ~ label,
.input--dark textarea:focus ~ label,
.input--dark .braintree-hosted-fields-focused ~ label {
	color: #fff;
}

.input--dark textarea:focus ~ .input-label {
	border-color: #fff!important;
}





/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/

.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/fbt/icon-tick-black.png) no-repeat center center #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note{
	display:initial;
}

/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/

.button {
	display: inline-block;
    padding: 8px 18px;
	font-size: 13px;
	color: #2f3e8f;
	text-transform: uppercase;
	border: 1px solid #2f3e8f;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	letter-spacing: 0.05em;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 0;
	line-height: 1.6;
	background: none;
}

.button svg {
	fill: #233077;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	margin: 0 0 0 4px;
}

.button:hover {
	background-color: #233077;
	border-color: #233077;
	color: #ffffff;
}

.button:hover svg {
	fill: #ffffff;
}

.button--solid {
	background: #2f3e8f;
	color: #ffffff;
}

.button--border-white {
	border-color: #fff;
	color: #ffffff;
}

.button--black.button--solid {
	background-color: #000000;
	border-color: #000;
	color: #ffffff;
}

.button--black.button--border {
	border-color: #000000;
}

.button-secondary {
	background-color: #666666;
}

.button-secondary:hover {
	background-color: #555555;
}

/* Button size modifiers */
.button--small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button--x-small,
.button--x-small-wide {
	padding: 0px 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button--x-small-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block,
.button--block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

.icon-button {
	background-color: #eeeeee;
}

.icon-button:hover {
	background-color: #ddd;
}

.icon-button--30 {
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.icon-button--30 svg {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/

.stock-status {
	padding: 0 0 0 20px;
	background-size: 16px 11.5px;
	background-repeat: no-repeat;
	background-position:left center;
	white-space: nowrap;
}

.in-stock {
	background-image: url(/images/style/fbt/stock_in.png);
	color: #37af56;
}

.out-of-stock {
	background-image: url(/images/style/fbt/stock_out.png);
	color: #b32020;
}

.stock-pending {
	background-image: url(/images/style/fbt/stock_pending.png);
	color: #fcab3e;
}

.listing-stock-block {
    margin: 0 -12px -12px 0;
}
.listing-stock-block > * { 
	margin: 0 12px 12px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/

.jumbotron {
	position: relative;
	height: 300px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #2f3e8f;
	padding: 14px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 80px;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p{
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/

.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/

.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #2f3e8f;
}

.message a{
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #b12525;
}

.message-success {
	background: #37af56;
}

.message-warn {
	background: #caa53a;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/

.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #2f3e8f;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 400px;
	border-radius: 3px;
}

.core-tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #2f3e8f transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.core-tooltip__black {
	background-color: rgba(0,0,0,0.8);
	max-width: 220px;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 10px 10px;
}

.core-tooltip__black:after {
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

/*
|--------------------------------------------------------------------------
| Global > Navtrail
|--------------------------------------------------------------------------
*/

.breadcrumb-trail {
	background-color: #666666;
	color: #fff;
	padding: 25px;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail a{
	color: #fff;
}

.breadcrumb-trail a:hover {
	color: #fff;
}

.breadcrumb-trail span{
	color:#2f3e8f;
}

.mobile-breadcrumb-trail {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/

.countdown-timer--doughnut{
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.countdown-timer--doughnut-inner{
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span{
	font-size: 21px;
	top: 0;
}

.countdown-timer--doughnut strong{
	position: relative;
	top: 8px;
	display: block;
	color: #1e1e1e;
}

.countdown-timer--doughnut span{
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.countdown-timer--doughnut svg{
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle{
	position: relative;
	fill: #2f3e8f;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| Template
|--------------------------------------------------------------------------
*/

.container {
	max-width: 1560px;
	padding: 0 80px;
	margin: 0 auto;
	width: 100%;
}

.container--880 {
	max-width: 1040px;
}
.container--1600 {
	max-width: 1680px;
	padding: 0 40px;
}

.container--padding-20 {
	padding: 0 20px;
}

.container--padding-40 {
	padding: 0 40px;
}

.container--full-width {
	max-width: 100%;
}

.vertical-padding{
	padding: 40px 20px;
}

.force-remove-anim,
.force-remove-anim * {
	-webkit-transition: none!important;
	transition: none!important;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/

.cookie_note_bkg {
	background: url(/images/style/fbt/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}

/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/

header {
	background-color: #fff;
	position: relative;
	z-index: 100;
}

.mobile-menu--btn-cont {
	margin: 15px;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	height: 50px;
	width: 50px;
	background-color: #eee;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 80px;
	padding: 0 15px;
}

.mobile-menu--btn {
	margin: 14px 13px;
	cursor: pointer;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #222;
	height: 3px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
	background-color: #2f3e8f;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(8px); transform: translateY(8px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(4px) rotateZ(45deg); transform: translateX(4px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-4px) rotateZ(-45deg); transform: translateX(-4px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(4px) rotateZ(-45deg); transform: translateX(4px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-4px) rotateZ(45deg); transform: translateX(-4px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #2f3e8f;
	font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/

.header-cart {
	float: right;
}

.basket-badge {
	position: absolute;
	bottom: -6px;
	right: -6px;
	min-width: 20px;
	padding: 0 6px;
	height: 20px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	background-color: #2f3e8f;
	border-radius: 10px;
}

.floating-socials {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}

.floating-socials > a {
	display: block;
	border-bottom: 1px solid #262f86;
	width: 34px;
	height: 34px;
}

.floating-socials a svg {
    transform: translate(-50%, -50%) scale(.6);
}

.floating-socials > a:last-child {
	border-bottom: none;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/

.header-main {
	position: relative;
	padding: 8px 30px;
	z-index: 2;
}

.logo {
}

.logo__svg {
	width: 144px;
	height: 70px;
	display: block;
}
.logov2 {
	width: 75px;
}
.logov3 {
	width: 75px;
}

.header-nav {

}

.header-nav__item {
	position: relative;
	display: inline-block;
}

.header-nav__item--products-link {
	position: static;
}

.header-nav__link {
	padding: 0 30px;
	color: #222222;
	font-size: 18px;
	letter-spacing: -0.025em;
	transition: none;
}

.header-nav__chevron {
	width: 13px;
	height: 8px;
	flex-shrink: 0;
	margin: 0 0 0 5px;
	fill: rgb(34, 34, 34);
}

.header-nav__item:hover .header-nav__chevron {
	transform: rotate(-180deg);
	fill: #929292;
}

.header-nav__item:hover .header-nav__link {
	color: #929292;
}

.header-nav__item:hover .header-cms-dropdown {
	display: block;
}

.header-cms-dropdown {
	display: none;
	position: absolute;
	left: 50%;
    top: 60px;
	width: 300px;
	transform: translateX(-50%);
	background-color: #3b3b3e;
}

.header-cms-dropdown::before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: -40px;
	height: 40px;
}

.header-cms-dropdown__link {
	color: #fff;
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #222;
	padding: 15px;
}

.header-cms-dropdown__link:hover {
	color: #fff;
	background-color: #333;
}

.header-cms-dropdown__link:last-child {
	border-bottom: none;
}

.header-action {
	display: flex;
}

.header-icon-link {
	position: relative;
	background-color: #eee;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
}

.header-icon-link svg {
	fill: rgb(34, 34, 34);
}

.header-icon-link:hover,
.header-icon-link--active {
	background-color: #222222;
}

.header-icon-link:hover svg,
.header-icon-link--active svg {
	fill: #fff;
}

.header-account .header-icon-link {
	margin: 0;
}

.header-account {
	display: flex;
	font-weight: 500;
}

.header-account__content {
	padding: 7px 12px;
	font-size: 11px;
	color: #222222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #eee;
	border-left: none;
}

.header-account__content > div:first-child {
	max-width: 170px;
	width: 170px;
}

.header-account__content a {
	color: #3b3b3e;
	font-size: 13px;
}

.header-account__content a:hover {
	text-decoration: underline;
}

.header-search__cont {
	background-color: #222222;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.header-search {
	display: none;
	height: 100px;
	position: relative;
}

.header-search .spinner {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #222222;
}

.header-search--active {
	display: flex;
}

.header-search input {
	flex: 1;
	background-color: #222222;
	color: #fefefe;
	font-size: 30px;
}

.header-search input::placeholder {
	color: #fefefe;
	font-size: 30px;
    font-family: 'Poppins', sans-serif;
  }

.header-search button {
	flex-shrink: 0;
	background-color: #222222;
	padding: 0 15px;
}

.header-search svg {
	fill: #fff;
	width: 40px;
	height: 41px;
}

.header-dropdown {
	/* display: flex; */
	display: none;
	position: absolute;
	top: 100px;
	padding: 20px;
	background-color: #3b3b3e;
	left: 0; right: 0;
}


.header-nav__item:hover .header-dropdown,
.header-nav__item--products-link.keep-open .header-dropdown {
	display: flex;
}

.header-dropdown::before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: -40px;
	height: 40px;
}

.header-dropdown-sidebar {
	width: 300px;
}

.header-dropdown-sidebar__link {
	font-size: 18px;
	line-height: 1;
	color: #b4b4b4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid #222222;
	transition: none;
    word-break: break-all;
}

.header-dropdown-sidebar__link img {
	flex-shrink: 0;
	opacity: 0;
}

.header-dropdown-sidebar__link--sel img {
	opacity: 1;
}

.header-dropdown-sidebar__link:hover,
.header-dropdown-sidebar__link--sel {
	background-color: #ffffff;
	color: #222222;
}

.header-dropdown-main {
	background-color: #fff;
	padding: 40px;
	flex: 1;
	display: none;
}

.header-dropdown-main .flex--grid-20 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.header-category {
	width: 25%;
}

.header-dropdown-sidebar + .header-dropdown-main {
	display: flex;
}

.header-category .header-category__title__cont {
	margin: 0 0 4px;
}

.header-category__title {
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	margin: 14px 0 0 0;
}

.header-category div:first-child .header-category__title {
	margin: 0;
}

.header-category__link {
	font-size: 14px;
	color: #3b3b3e;
	margin: 0 0 3px;
}


/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/

.changed_search,
.original_search{
	padding-left: 50px;
}

.changed_search a,
.original_search a{
	text-transform: none;
}

.changed_search{
	margin: 35px 0 0 0;
}

.original_search{
	margin-bottom: -35px;
}

.search_dropdown .shop--navtrail{
	display: none;
}

.search_dropdown{
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
   	width: 100%;
    padding: 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.search_dropdown .container{
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown{
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title{
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_prod_title{
	color: #5a5a5a;
	font-weight: 500;
}

a.search_item_title .inner_title{
	width: 500px;
}

a.search_cat_title{
	max-width: 100%;
}

a.search_cat_title .full_cat{
	color: #a0a0a0;
}

.search_section_left, .search_section_right{
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section{
	padding: 15px 15px 20px;
}

.search_section_right{
	float: right;
}

.search_section_left .search_section{
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

.search_section_right .search_section:nth-child(2){
	border-top: 2px solid #e7e7e7;
}

.search_item_title,
.search_cat_title {
	font-weight: 500;
}
.search_item_title span,
.search_cat_title span {
	font-weight: 400;
}
.search_item_title strong,
.search_cat_title strong {
	font-weight: 500;
}

.search_dropdown, .search_dropdown a:not(.button){
	color: #2d2d2d;
}

a.search_item_title, .search_cat_title, .search_suggestion_title{
	white-space: nowrap;
	position: relative;
}

a.search_item_title, a.search_suggestion_title{
	padding-left: 7px;
}

.search_section_title.search_suggestion_title{
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

.search_section_title strong {
	font-weight: 500;
}

a.search_cat_title, a.search_suggestion_title{
	width: 95%;
}

a.search_item_title span{
	color: #a0a0a0;
}

.search_dropdown .search_price{
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light{
	color: #a0a0a0;
}

.search_section_left.no_result .search_section{
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title{
	margin-top: 5px;
}

.search_section_title{
	padding-bottom: 4px;
}

.search_cat_cont{
	padding-left: 7px;
}

.mobile-search--input .spinner{
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner{
	display: none;
}

.original_search.no_prod{
	margin-bottom: 30px;
}

.changed_search, .original_search{
	padding-left: 50px;
}

.changed_search{
	margin-top: 15px;
}

a.dropdown_show_all{
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont{
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after{
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before{
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/

/* .footer-main {

} */

.footer-title {
	font-size: 14px;
	color: #3b3b3e;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.footer-title__margin {
	margin: 0 0 30px;
}

.footer-nav li {
	margin: 0 0 20px;
}

.footer-nav li:last-child {
	margin: 0;
}

.footer-nav a {
	font-size: 18px;
	color: #222222;
}

.footer-newsletter {
	min-width: 530px;
}

.footer-newsletter .input {
	margin: 0;
}

.footer-social__link {
	position: relative;
	background-color: #2f3e8f;
	width: 44px;
	height: 44px;
	margin: 0 5px 0 0;
}

.footer-social__link:hover {
	background-color: #233077;
}

.footer-social__link:last-child {
	margin: 0;
}

.footer-social__link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-icon {
	max-height: 45px;
	margin-right:20px;
}

.footer-bottom {
	border-top: 1px solid #eeeeee;
	padding: 20px 0;
	color: #929292;
	font-size: 12px;
}

.footer-bottom a {
	color: #929292;
	font-size: 12px;
}

.footer-bottom a:hover {
	color: #777;
}

.footer-banner__icon-cont {
	background-color: #fff;
	padding: 0 22px;
}

.footer-banner__icon {
	width: 40px;
	height: 36px;
}

a.footer-banner:hover .footer-banner__main {
	background-color: rgba(255,255,255,.5);
}

.footer-banner__main {
	padding: 14px 20px;
	border: 1px solid #fff;
}

.footer-banner__title {
	font-size: 21px;
	color: #222222;
	font-weight: 600;
}

.footer-banner__text {
	font-size: 16px;
	margin: 4px 0 0 0;
	color: #929292;
}

.footer-image-banners:hover .footer-image-banner__inner {
	opacity: 0.4;
}

.footer-image-banner:hover .footer-image-banner__inner:hover {
	opacity: 1;
}

.footer-image-banner__inner {
	display: flex;
	height: 190px;
	color: #ffffff;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	letter-spacing: 0.05em;
	transition: opacity 300ms ease;
}

.footer-image-banner__inner:hover {
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/

@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
	min-height: 100vh;
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#3b3b3e;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #2f3e8f;
}

.mobile-store--link:nth-last-child(2) {
	color: #2f3e8f;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/fbt/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/fbt/icon-mobile-dropdown.png) no-repeat right 8px;
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-search--input {
	width: 100%;
	color: #c0bfbf;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.mobile-search--submit {
	width: 90px;
	height: 90px;
	float: right;
	background: url(/images/style/fbt/icon-zoom.png) no-repeat center center;
	background-size: 35px 35px;
	background-color: rgba(0,0,0,0.2);
}

.mobile-search {
	background-color: #222222;
}

.mobile-search .input {
	margin: 0;
}

.mobile-search input {
	padding: 0 30px!important;
}

.mobile-search input,
.mobile-search button {
	border: none;
	background: none;
	font-size: 20px;
	color: #ffffff;
	border: none!important;
	height: 80px;
	font-weight: 500;
}

.mobile-search input::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	color: #ffffff;
	font-weight: 500;
}

.mobile-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	color: #ffffff;
	font-weight: 500;
}

.mobile-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	color: #ffffff;
	font-weight: 500;
}

.mobile-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	color: #ffffff;
	font-weight: 500;
}

.mobile-search button {
	width: 80px;
}

.mobile-nav--grey {
	margin: 16px 0 0 0;
}

.mobile-nav--grey a {
	font-size: 18px;
	color: #b4b4b4;
	border-bottom: none;
    min-height: 40px;
}

.mobile-nav__link {
	color: #fff;
	font-size: 20px;
	min-height: 58px;
	border-bottom: 1px solid #222;
    padding: 0 30px;
}

.mobile-nav__link:hover {
	color: #fff;
}

.mobile-nav__dropdown {
	display: none;
	border-bottom: 1px solid #222;
	padding: 15px 0;
}

.mobile-nav__link--parent.open + .mobile-nav__dropdown {
	display: block;
}

.mobile-nav__link--parent.open svg {
	transform: rotate(-180deg);
}

.mobile-nav__dropdown a{
	margin: 4px 30px;
	color: #ffffff;
}

.mobile-action a {
	display: block;
	color: #c0bfbf;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #37af56;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(/images/style/fbt/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/fbt/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/fbt/mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title{
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	background-color: #1e1e1e;
	padding: 14px 30px 5px 30px;
	text-align: justify;
}

.mobile-social a {
	width: 40px;
	float: none;
	display: inline-block;
	background-position: center center;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.mobile-social .icon-facebook {
	background: url(/images/style/fbt/mbl-menu-facebook.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-twitter {
	background: url(/images/style/fbt/mbl-menu-twitter.png) no-repeat center center;
	background-size: 34px 27px;
}

.mobile-social .icon-instagram {
	background: url(/images/style/fbt/mbl-menu-instagram.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-youtube {
	background: url(/images/style/fbt/mbl-menu-youtube.png) no-repeat center center;
	background-size: 39px 28.5px;
}

.mobile-social .icon-pinterest {
	background: url(/images/style/fbt/mbl-menu-pinterest.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-google-plus {
	background: url(/images/style/fbt/mbl-menu-google-plus.png) no-repeat center center;
	background-size: 25px 27px;
}

.mobile-menu .translate {
	width: 100%;
}

#page_numbers {
	text-align: center;
}

.page_numbers_inner {
	padding: 32px;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #2f3e8f;
	color: #fff;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
}

.lazy-load .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
}

.onpage-search {
	background-color: #fff;
	margin: 0 0 15px;
	position: relative;
}

.onpage-search .mobile-search--submit {
	height: 70px;
	width: 70px;
	background-color: transparent;
}

#mbl-filters-sub{
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/

#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 10000;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: fixed;
	top: 10%; left: 50%;
	z-index: 10010;
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	margin: 0 0 0 -50%;
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}

#olay_close,
#search_results_close {
	background:url(/images/style/fbt/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/

.home-top {
	display: flex;
}

.home-slider--img {
	display: none;
}

.home-slider__cont {
	flex: 1;
	overflow: hidden;
}

.home-slider {
	height: 100%;
	background-color: #222222;
}

.home-slider .slick-arrow, 
.homev2-slider .slick-arrow {
	position: absolute;
	bottom: 60px;
	left: 60px;
	height: 46px;
	width: 46px;
	background-color: #222222;
	z-index: 2;
	vertical-align: middle;
}

.home-slider .slick-disabled, 
.homev2-slider .slick-disabled {
	opacity: 0.4;
}

.home-slide__link-trap {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}

.home-slider .slick-next, 
.homev2-slider .slick-next {
	left: 108px;
}

.home-slider .slick-arrow:hover, 
.homev2-slider .slick-arrow:hover {
	background-color: #444;
	transition: background 300ms ease;
}

.home-slider .slick-arrow svg, 
.homev2-slider .slick-arrow svg {
	fill: #fff;
	width: 10px;
	height: 16px;
    margin-top: 5px;
}

.home-slider .slick-track,
.home-slider .slick-list, 
.homev2-slider .slick-track,
.homev2-slider .slick-list {
	height: 100%;
}

.home-slide:before {
	display: none !important;
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgb(15,15,15);
	background: -moz-linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(15,15,15,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(15,15,15,0) 100%);
	background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(15,15,15,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0f0f",endColorstr="#0f0f0f",GradientType=1);
}

.home-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-slide.cover {
	background-position: center center;
}

.home-slider.slick-initialized .slick-slide {
	display: flex;
}

.home-slide__content {
	position: relative;
	z-index: 2;
	padding: 60px;
}

.home-slide__title, 
.homev2-slide__title {
	font-size: 66px;
	color: #fefefe;
	line-height: 1;
	font-weight: 500;
	margin: 15px 0;
}

.home-slide__subtitle, 
.homev2-slide__subtitle {
	font-size: 21px;
	color: #fefefe;
	letter-spacing: 0.05em;
}

.home-banners {
	width: 340px;
	margin: 0 0 0 10px;
	flex-shrink: 0;
}

.home-banner {
	margin: 0 0 10px;
}

.home-banner:last-child {
	margin: 0;
}

.home-banner__logo {
	height: 35px;
	width: 164px;
}

.home-banner__logo img {
	display: block;
}

.home-banner__title {
	font-size: 15px;
	color: #fefefe;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.home-banner__inner {
	position: relative;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px;
}

.home-banner__inner:before {
	content: '';
	position: absolute;
	top: 0 ;right: 0; bottom: 0; left: 0;
	background: rgb(18,18,18);
	background: -moz-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212",endColorstr="#121212",GradientType=1);
	z-index: 1;
}

.home-banner__inner > * {
	position: relative;
	z-index: 2;
}

.home-banner__arrow {
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px;
}

.home-banner__arrow__svg {
	width: 8px;
	height: 12px;
	flex-shrink: 0;
}

.home-banner__arrow__svg path {
	fill: #fff;
}

.home-banner__overlay {
	position: absolute;
	opacity: 0.6;
	top: 0; right: 100%; bottom: 0; left: 0;
	transition: right 300ms ease;
}

.home-banner__inner:hover .home-banner__overlay {
	right: 0;
}

.home-banner__inner:hover .home-banner__title {
	transform: translateX(10px);
	transition: transform 400ms ease;
}

.home-banner__inner:hover .home-banner__arrow {
	transform: translateX(-10px);
	transition: transform 400ms ease;
}

.home-banner__inner:hover .home-banner__logo {
	transform: translateX(10px);
	transition: transform 200ms ease;
}

.home-static-category {
	height: 320px;
	transition: background 300ms ease;
}

.home-categorys__cont > .container {
	margin-bottom: -250px;
}

.home-static-category:hover {
	background-color: #222222;
}

.home-static-category:hover .chevron-square {
	margin-left: 20px;
}

.chevron-square {
	height: 32px;
	width: 32px;
	transition: margin  300ms ease;
	background-color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-static-category > * {
	color: #fff;
}

.home-category {
	flex: none;
	flex-basis: 50%;
	align-items: center;
	justify-content: center;
}

.home-category:nth-child(odd) {
	/* margin-top: -250px; */
	transform: translateY(-250px)
}

.home-category__main {
	position: relative;
	height: 420px;
	display: flex;
	align-items: flex-end;
	padding: 30px;
}

.home-category__main::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0; bottom: 0; left: 0;
	background: rgb(18,18,18);
	background: -moz-linear-gradient(0deg, rgba(18,18,18,0.75) 0%, rgba(18,18,18,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,18,18,0.75) 0%, rgba(18,18,18,0) 100%);
	background: linear-gradient(0deg, rgba(18,18,18,0.75) 0%, rgba(18,18,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212",endColorstr="#121212",GradientType=1);
	z-index: 1;
}

.home-category__main > * {
	position: relative;
	z-index: 2;
}

.home-category__details {
	flex: 1;
}

.home-category__details ~ .button {
	flex-shrink: 0;
}

.home-category__title {
	font-size: 30px;
	color: #ffffff;
}

.home-category__subtitle {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.home-category__slider {
	/* height: 150px; */
	min-width: 0;
	min-height: 0;
	background-color: rgba(0,0,0,0.1);
}

.fix-slick-bug * {
	min-height: 0;
	min-width:  0;
}

.home-category__slide {
	margin: 0 1px 0 0;
}

.home-category__slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 46px;
	width: 46px;
	background-color: #ffffff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-category__slider .slick-arrow:hover {
	background-color: #ddd;
	transition: background 300ms ease;
}

.home-category__slider .slick-next {
	right: 0;
	left: auto;
}

.home-category__slider .slick-disabled {
	opacity: 0;
}

.home-category__slider .slick-arrow svg {
	fill: #222;
	width: 10px;
	height: 16px;
}

.home-category__slide__image {
	position: relative;
	background-color: #fff;
	height: 150px;
	width: 150px;
	display: block;
}

.home-category__slide__title {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(34, 34, 34, 0.60);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: background 300ms ease;
}

.home-category__slide__title:hover {
	background-color: rgba(34, 34, 34, 0.70);
}

.home-bottom h1 {
	font-size: 38px;
	margin: 0 0 20px;
}




/*
|--------------------------------------------------------------------------
| Panels
|--------------------------------------------------------------------------
*/

.panel {
}

.panel--padding-20 {
	padding: 20px 0;
}

.panel--padding-30 {
	padding: 30px 0;
}

.panel--padding-40 {
	padding: 40px 0;
}

.panel--padding-40-80 {
	padding: 40px 0 80px;
}

.panel--padding-50 {
	padding: 50px 0;
}

.panel--padding-60 {
	padding: 60px 0;
}

.panel--padding-80 {
	padding: 80px 0;
}

.panel--padding-95 {
	padding: 95px 0;
}

.panel--padding-100 {
	padding: 100px 0;
}

.panel--padding-bottom-140 {
	padding-bottom: 140px;
}

.panel--no-padding-top {
	padding-top: 0;
}

.panel--white {
	background-color: #fff;
}

.panel--border-white {
	border: 1px solid #fff;
}

.panel--border-black {
	border: 1px solid #222222;
}

.panel--grey {
	background-color: #eeeeee;
}

.panel--black {
	background-color: #3b3b3e;
}

.panel--dark {
	background-color: #222222;
}

.panel--darkest {
	background-color: #000000;
}

.panel--dark h4,
.panel--black h4 {
	color: #fff;
}

.panel--dark-title{
	font-size:14px;
	text-transform: uppercase;
	color: #fff;
	padding:6px 0 10px 0;
}

.panel--dark .content,
.panel--black .content,
.panel--dark .content p,
.panel--black .content p {
	color: #b4b4b4;
}

.panel--centered {
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/

.bottom-banners {
	display: flex;
	margin: 0 -5px;
}

.bottom-banner {
	flex: 1;
	margin: 0 5px;
}

.bottom-banner a,
.bottom-banner img {
	display: block;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| CMS > Template
|--------------------------------------------------------------------------
*/

.page-subtitle {
	text-align: center;
	font-size: 21px;
	color: #2f3e8f;
}

/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

.dd-section {
	padding: 40px 0 0 0;
}

.dd-section:first-child {
	padding: 0;
}

.dd-section--title {
	font-size: 18px;
	color: #2d2d2d;
}

li.dd-block {
	margin: 0 0 4px;
	border-radius: 2px;
}

.dd-title {
	display: flex;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 28px;
	height: 13px;
	width: 3px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-question {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #222222;
	min-height: 60px;
	cursor: pointer;
	border: 1px solid #eeeeee;
	padding: 0 0 0 20px;
	font-weight: 500;
}

.dd-question__icon {
	display: flex;
	width: 60px;
	align-items: center;
	justify-content: center;
	background-color: #eee;
    height: 100%;
}

.dd-title.dd-open .dd-question__icon svg {
	transform: rotate(-180deg)
}

.dd-section .resource:first-child {
	margin: 0;
}

.dd-text {
	padding: 14px 20px;
	border: 1px solid #eeeeee;
	border-top: none;
}

.dd-text p {
}

.dd-title span {
}

.delivery .resource-title {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	color: #222222;
}

/*
|--------------------------------------------------------------------------
| Contact Us
|--------------------------------------------------------------------------
*/

.contact--left {
	float: left;
}

.contact-content,
.contact-content p {
    font-size: 14px;
    line-height: 1.4;
}

#contact_us .checkbox-label {
	line-height: 1.7;
}

.contact--right {
	float: right;
}

.contact--grid {
	padding: 40px 0 0 0;
}

.contact--form {
	width: 100%;
	padding: 20px 30px 0 30px;
	background-color: #2f3e8f;
	border-radius: 2px;
	text-align: center;
}

.contact-form--title {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	text-align: left;
}

.contact--list {
	float:right;
	padding: 0 0 0 20px;
	font-weight: 700;
	color: #666666;
}

.contact--list li {
	margin: 0 0 14px;
}

.contact--list .icon-telephone-grey {
	color: #666666;
}

.contact--list .icon-pin {
	margin: 30px 0;
}

.contact--form .selectboxit-open {
	border-radius: 2px 2px 0 0;
}

.contact--form .selectboxit-options {
	background-color: #fff;
	text-align: left;
}

.contact--form .selectboxit-option {
	border-top: 1px solid rgba(0,0,0,0.1);
}


.contact--form .selectboxit-option-anchor {
	text-transform: none;
	color: #444;
	font-size: 13px;
	transition: 300ms padding ease;
}

.contact--form .selectboxit-option:nth-child(odd) {
	background-color: #f4f4f4;
}

.contact--form .selectboxit-option:hover .selectboxit-option-anchor {
	padding: 0 4px;
}

/*
|--------------------------------------------------------------------------
| Shop > Template
|--------------------------------------------------------------------------
*/

.sidebar {
	width: 300px;
	background-color: #3b3b3e;
}

.sidebar--segment {
	padding: 12px 32px;
	border-bottom: 1px solid #222222;
}


.sidebar-category__link {
	display: block;
    padding: 15px 30px;
	color: #b4b4b4;
	font-size: 16px;
	border-bottom: 1px solid #222222;
}

.sidebar-category__link:hover {
	background-color: #333;
	color: #b4b4b4;
}

.sidebar-category:last-child .sidebar-category__link {
	/* border: none; */
}


.sidebar-category__link--sel,
.sidebar-category__link--sel:hover {
	background-color: #eeeeee;
	font-weight: 600;
	color: #222222;
}

.sidebar-content {
	overflow: hidden;
}


/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar--segment {
	padding: 0;
}

#mbl-filters, .filter-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 30px;
	color: #b4b4b4;
	font-size: 13px;
	cursor: pointer;
}

#mbl-filters svg, .filter-title svg {
	flex-shrink: 0;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
}

#mbl-filters span:before, .filter-title span:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 0px;
	height: 3px;
	width: 13px;
	background: #666666;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}


#mbl-filters span:after, .filter-title span:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 5px;
	height: 13px;
	width: 3px;
	background: #666666;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

#mbl-filters.filter-open svg, .filter-open .filter-title svg {
	transform: rotate(-180deg);
}

.filter ul {
	padding: 0 30px 15px 30px;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-size: 12px;
	color: #fff;
}

.filter--links a:hover {
	text-decoration: underline;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 8px;
	left: 0;
	background-color: #222222;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/fbt/icon-tick-2x.png) no-repeat center center #222222;
	background-size: 10px 8px;
	border: none;
}

#slider-range.ui-widget-content {
	background-color: #ffffff;
	height: 8px;
	border: 1px solid #e7e7e7;
	margin:0 8px;
}

#slider-range .ui-widget-header {
	background-color: #e7e7e7;
	/*transition: left 300ms ease, width 300ms ease;*/
}

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #2f3e8f;
	border: none;
	color: #666666;
	font-weight: 700;
	top: -4px;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip{
	right:0!important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	margin-bottom: 5px;
	color: #ffffff;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.filter-swatch {
	padding: 0 2px 2px 0;
}

.filter-swatch--inner {
	position: relative;
	border: 1px solid #dde2e5;
	padding: 1px;
	height: 30px;
	border-radius: 3px;
	transition: background 300ms ease;
	background: url(/images/style/fbt/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/fbt/icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;
	border: none;
}

.filter-swatch.sel .filter-swatch--swatch {
	top: 3px; left: 3px; bottom: 3px;
}

.filter-swatch--swatch {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 24px;
	background-color: #e7e7e7;
	border-radius: 3px;
	border: 2px solid rgba(0,0,0,.2);
}

/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/

.filter-results {
	float: right;
	margin: 14px 0 14px 14px;
	background-color: #575757;
	border-radius: 2px;
	overflow: hidden;
}

.filter-results--input {
	overflow: hidden;
}

.filter-results--input {
	background-color: transparent;
	height: 42px;
	line-height: 42px;
	padding: 0 13px;
	color: #fff;
	transition: min-width 300ms ease;
	min-width: 172px;
}

.filter-results--input:focus {
	min-width: 240px;
}

.filter-results--submit {
	float: right;
	width: 42px;
	height: 42px;
	background: url(/images/style/fbt/icon-zoom-white.png) no-repeat center center;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page
|--------------------------------------------------------------------------
*/
.subcategory {
	/* width: 25%; */
}

.subcategory__inner {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding:15px 15px 0;
}

.subcategory__image-cont {
	position: relative;
	height: 0;
	padding: 0 0 57.20588235294118% 0;
}

.subcategory.segment-50 .subcategory__image-cont {
    padding: 0 0 42.205882% 0;
}

.subcategory__image {
	display: none;
	width: 100%;
}

.subcategory__title {
	font-size: 16px;
	color: #222222;
	text-align: center;
	padding: 10px 20px 18px 20px;
	font-weight: 500;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/

.product-grid--item {
	padding: 0 0 15px 15px;
}

.product-inner--image {
	padding-bottom: 15px;
}

.product-inner--image img,
.product-inner--image a {
	display: block;
	width: 100%;
}

.product-inner--image img {
	border: 1px solid #e9e9e9;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--titles {
	padding-bottom: 10px;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}

.product-inner--subtitle {
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.product-price{
	min-height:26px;
	font-weight: 700;
}

.product-price-web {
	font-size: 21px;
	color: #1e1e1e;
}

.product-price-rrp {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
}

.product--offer {
	position: absolute;
	top: 20px; right: 20px;
	width: 54px;
	height: 54px;
	background: url(/images/style/fbt/on-offer-2x.png) no-repeat center center;
	background-size: 54px 54px;
	z-index: 10;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #666666;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 11px 50px 0 0;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}

.comparison-bar--product-image {
	float: left;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 20px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover Animations
|--------------------------------------------------------------------------
*/

@-webkit-keyframes categoryDisplayHorizontal {
	0%   { -webkit-transform: rotateY(90deg); }
	100% { -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes categoryDisplayHorizontal {
	0%   { -moz-transform: rotateY(90deg); }
	100% { -moz-transform: rotateY(0deg); }
}
@-o-keyframes categoryDisplayHorizontal {
	0%   { -o-transform: rotateY(90deg); }
	100% { -o-transform: rotateY(0deg); }
}
@keyframes categoryDisplayHorizontal {
	0%   { transform: rotateY(90deg); }
	100% { transform: rotateY(0deg); }
}

@-webkit-keyframes categoryDisplayVertical {
	0%   { -webkit-transform: rotateX(90deg); }
	100% { -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes categoryDisplayVertical {
	0%   { -moz-transform: rotateX(90deg); }
	100% { -moz-transform: rotateX(0deg); }
}
@-o-keyframes categoryDisplayVertical {
	0%   { -o-transform: rotateX(90deg); }
	100% { -o-transform: rotateX(0deg); }
}
@keyframes categoryDisplayVertical {
	0%   { transform: rotateX(90deg); }
	100% { transform: rotateX(0deg); }
}

@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	padding: 10px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	float: left;
	background-color: #2f3e8f;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #02a1c7;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/

.modal {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e7e7e7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	transition: background-color 300ms ease;
}

.modal--backdrop:hover {
	cursor: pointer;
}

.modal--inner {
	transition: opacity 300ms ease;
}

.modal--content {
	overflow: hidden;
}

.listing--title {
	font-size: 42px;
	text-transform: none;
}

.listing--subtitle {
	font-size: 18px;
	color: #666666;
	letter-spacing: 0.05em;
}

.listing--subtitle + .content + .listing-codes {
	margin: 10px 0 0 0;
}

.modal--image {
	float: right;
}

.modal--image img {
	width: 100%;
}

.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #2f3e8f;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 15px;
	font-size: 13px;
}

.listing-pricebreaks tr:first-child {
	background-color: #fff;
}

.listing-pricebreaks tr:nth-child(even) {
	background:rgba(0,0,0,0.01);
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #c6c6c6;
	padding: 5px 8px;
}

.listing-pricebreaks th {
	text-align: left;
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/

.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
}

.listing-main {
	position: relative;
	width: 60%;
	float: left;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}

.listing-main--inner {
	width: 100%;
	padding-right:20px;
	float: left;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.listing-details {
	padding: 20px 0 0 0;
}

.form-options {
	position: relative;
	margin: 20px 0 10px;
	z-index: 1;
	background-color: #eeeeee;
	padding: 10px;
}

.listing-price {
	display: block;
	font-size: 16px;
	color: #222222;
	margin: 0 20px 0 0;
	white-space: nowrap;
	font-weight: 600;
}

.listing-price__small-text {
	font-size: 12px;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	color: #abadae;
}

.listing-rrp > span {
	text-decoration: line-through;
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.listing-ratings {
	text-align: right;
	vertical-align: bottom;
}

.rating-star,
.rating-star-empty {
	width: 20px;
	height: 18px;
	display:inline-block;
}

.rating-star svg,
.rating-star-empty svg {
	width: 20px;height: 18px;
}

.rating-star svg {
	fill: #51ac5c;
}

.rating-star-empty svg {
	fill: #f5f5f5;
}

.listing-points {
	font-weight: 700;
	font-size: 13px;
}

.listing-points span {
	color: #1e1e1e;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: #414141
}

.listing-subscribe--bottom {
    background-color: #313131;
    text-align: center;
    color: #7D7474;
    padding: 6px 0;
	font-weight: 700;
}

.listing-subscribe--bottom a {
    font-size: 11px;
    color: #b4b4b4;
    margin: 0 4px
}

.listing-subscribe--bottom a:first-child {
    color: #51ac5c
}

.listing-subscribe .price {
    padding-top: 9px;
    padding-right: 12px
}

.listing-subscribe .price,.listing-subscribe .percent {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 14px
}

.listing-subscribe .price {
    line-height: 20px
}

.listing-subscribe--inner {
    padding: 22px 22px 18px 22px
}
v
.listing-subscribe--inner .dblc {
    vertical-align: top
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe--btn {
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 9px 0;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	color: #fa5400;
}

.listing-subscribe--inner .dblc {
	vertical-align: top;
}

.listing-subscribe--btn.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe--btn span {
	padding: 0 0 0 18px;
}

.listing-subscribe--btn.open span {
	background: url(/images/style/fbt/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
	margin: 0 0 15px 0;
}

.listing-deadline--details {
	text-align: center;
	float: left;
}

.listing-deadline--title,
.listing-deadline--subtitle,
.listing-deadline--date {
	display: block;
	font-weight: 700;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.listing-deadline--subtitle {
	color: #2f3e8f;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #2f3e8f;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-images {
	position: relative;
	border: 1px solid #eeeeee;
}

.listing-images img,
.listing-images a {
	display: block;
}

.listing-image__brand {
	/* position: absolute; */
	top: 20px; left: 20px;
	width: 178px;
	height: 50px;
	margin-bottom: 10px;
}

.listing-image__brand img{
	max-height:50px;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	margin: 0;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	background-color: #b4b4b4;
	margin: 0 2.5px;
	text-indent: -99px;
	cursor: pointer;
	overflow: hidden;
}

.slick-dots .slick-active {
	background-color: #3b3b3e;
}

.toolbar {
	border: 1px solid #eee;
	margin-right: -1px;
	margin-top:  -1px;
	padding: 4px 16px;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #222222;
}

.toolbar:hover {
	background-color: #eee;
	color: #2f3e8f;
}

.toolbar:hover svg {
	fill: #2f3e8f;
}

.toolbar svg {
	fill: #222;
	transition: fill 300ms ease;
}

.toolbar--solid {
	background-color: #eee;
	cursor: pointer;
	transition: background 300ms ease;
}

.toolbar--solid:hover {
	background-color: #ddd;
}

.listing-share {
	margin: 10px 0 0 0;
	cursor: pointer;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.options_container_radio{
	padding:10px 0 0 0;
}

.opt_radio{
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
    font-size: 12px;
    color: #222222;
    font-weight: 500;
	padding: 0 0 6px;
    letter-spacing: 0.05em;
}

.listing-options-required{
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.wishlist-button--container {
    clear: both;
    float: right;
    margin: 20px 0 0 4px;
    line-height: 41px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.button.heart {
	margin: 2px 0 0 8px;
    display: inline-block;
    width: 36px;
    height: 36px;
	background-image: url(/images/style/fbt/icon-heart-blue-2x.png);
	background-size: 26px 23px;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	border: none;
}

.button.heart:hover{
	opacity: 0.8;
	background-color: transparent!important;
}

.button.heart::after{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url(/images/style/fbt/icon-heart-white-2x.png);
 }

.listing-swatch {
	width: 8.333333333333333%;
	float: left;
	padding: 0 2px 2px 0;
}

.listing-swatch--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
}

.listing-swatch--content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border-radius: 2px;
	border: 2px solid rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-swatch.sel .listing-swatch--content,
.listing-swatch--inner:hover .listing-swatch--content {
	border: 3px solid #2d2d2d;
}

.listing-notify .button{
	margin-bottom:15px;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

.listing-code {
	/* color: #b4b4b4; */
	color: #2d2d2d;
	/* font-size: 12px; */
	font-size: 14px;
	/* font-weight: 700; */
	white-space: nowrap;
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/

.listing-thumbnails {
	position: relative;
	padding: 4px 0 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnail--link {
	display: block;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #2f3e8f;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	transition: background 300ms ease;
}

.listing-thumbnails .slick-prev {
	right: auto;
	left: 0;
}

.listing-thumbnails .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/fbt/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/fbt/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}

.listing-upsells script + form {
	margin: 30px 0 0 0;
}

.listing-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}

.listing-video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0; right: 0; bottom: 0; left: 0;
}

.listing-upsell {
	width: 50%;
}

.listing-upsell__inner {
	background-color: #fff;
	height: 100%;
}

.listing-upsell__inner img {
	width: 100%;
}

.listing-upsell__title {
	font-size: 14px;
	color: #3b3b3e;
	text-align: center;
	padding: 8px 14px 12px;
	font-weight: 500;
}


/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/

.listing-tab-buttons {

}

.listing-tab-button {
	background-color: #eeeeee;
	color: #3b3b3e;
	padding: 10px 40px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.listing-tab-button--active {
	color: #fff;
	background-color: #3b3b3e;
	font-weight: 400;
}

.listing-tab {
	display: none;
}

.listing-tab--active {
	display: block;
}

.spec-table {
	display: table;
	width: 100%;
	border-top: 1px solid #222;
}

.spec-table__row {
	display: table-row;
}

.spec-table__cell {
	display: table-cell;
	font-size: 14px;
	color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #222;
}

.spec-table__cell:first-child {
	width: 240px;
	color: #b4b4b4;
	text-align: right;
}


/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/

.listing-comments-form {
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #666666;
}

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	float: left;
}

.listing-comment:first-child {
	border-top: 2px solid #e7e7e7;
}

.listing-comment {
	padding: 20px;
	border: 2px solid #e7e7e7;
	border-top: none;
}

.listing-comment-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 6px 0;
}

.listing-comments-stars {
	float: right;
}

.listing-comments-stars img {
	float: left;
	cursor: pointer;
}

.listing-comment-author {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}

.listing-review-stars {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/

.listing-related {
	padding: 40px 0 0 0;
}

.listing-related--title {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
	text-align: center;
}

.listing-related--products {
	padding-top:20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}

/*
|--------------------------------------------------------------------------
| Listing > Stock Check
|--------------------------------------------------------------------------
*/

.stock-check {
	margin: 20px 0 0 0;
	padding: 20px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #e7e7e7;
}

.stock-check--content {
	float: left;
	padding: 0 20px 0 0;
}

.stock-check--title,
.stock-check--subtitle {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 700;
	line-height: 18px;
}

.stock-check--subtitle {
	font-size: 12px;
	color: #666666;
}

.stock-check--submit {
	float: right;
	background-color: #4a9a53;
	font-size: 12px;
	padding: 10px 8px;
}

.stock-check--form {
	border-radius: 3px;
	overflow: hidden;
}

.stock-check--input {
	overflow: hidden;
}

.stock-check--input {
	width: 100%;
	line-height: 36px;
	padding: 0 12px;
}

/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/

.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(102, 102, 102, 0.85);
	z-index: 100;
}

.overlay-personalise {
	background-color: rgba(0, 0, 0, 0.85);
}

.overlay.open {
	display: block;
}

.overlay--close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

@-webkit-keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntranceNotVerticallyCentered {
  0%   { -webkit-transform: translateX(-50%) rotateX(70deg) scale(0.7); transform: translateX(-50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translateX(-50%) scale(1.04); transform: translateX(-50%) scale(1.04); }
  90%   { -webkit-transform: translateX(-50%) scale(0.98); transform: translateX(-50%) scale(0.98); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 1; }
}

.overlay--inner {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 446px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border-radius: 2px;
}

.overlay__blue .overlay--inner {
	background-color: #2f3e8f;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	color: #424242;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.overlay--basket-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 10px;
}
.overlay-listing--main {
    padding-bottom: 20px;
}
.overlay--header-action {
    display: flex;
}
.overlay--header-action > * {
    flex: 1;
	min-width: calc(50% - 5px);
}
.overlay--header-action > *:not(:last-child) {
	margin-right: 10px;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner,
#gift-options-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title,
#gift-options-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

.collect-left {
	vertical-align: top;
	width: 32%;
	padding: 0 20px 0 0;
}

.collect-right {
	vertical-align: top;
}

.collect--title {
	padding: 6px 0 0 0;
	font-size: 21px;
	color: #2d2d2d;
}

.collect-form {
	padding: 20px;
	margin: 15px 0 20px;
	background-color: #2f3e8f;
	color: #fff;
}

.collect-form--text {
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 0 0 15px 0;
}

.collect-form--input-group {
	overflow: hidden;
}

.collect-form--action {
	float: right;
}

.collect-form--input {
	width: 100%;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	border-radius: 3px 0px 0px 3px;
}
.collect--subtitle {
	font-size: 13px;
	color: #666666;
	padding: 0 0 15px;
}

.collect--subtitle span {
	color: #2d2d2d;
	text-transform: uppercase;
}

.collect-store {
	margin: 0 0 1px;
	border: 2px solid #e7e7e7;
	padding: 10px 12px;
	cursor: pointer;
}

.collect-store--inner {
	position: relative;
}

.collect-store:hover {
	border-color: #d4d7d8;
}

.collect-store.sel {
	border: 2px solid #e7e7e7;
}

.collect-store--title {
	display: block;
	color: #2d2d2d;
	font-weight: 700;
}

.collect-store--stock {
	font-size: 11px;
	font-weight: 700;
	padding-left: 20px;
}

.collect-store--distance {
	position: absolute;
	bottom: 0; right: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #666666;
}

.collect-map {
	width: 100%;
	position: relative;
	padding: 0 0 60%;
}

.collect-map .loading {
	display: none;
	position: absolute;
	top: 0; right:0; bottom: 0; left: 0;
	background-color: #2f3e8f;
	opacity: 0.8;
	z-index: 1;
	background: url(/images/style/fbt/brand-x2.png) no-repeat center center #2f3e8f;
	background-size: 170px 103px;
}

#map {
	position: absolute;
	top: 0; right:0; bottom: 0; left: 0;
	background-color: #e7e7e7;
}

.collect-info--inner {
	border: 2px solid #e7e7e7;
	border-top: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(241,241,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(241,241,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(241,241,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f0',GradientType=0 );
}

.collect-info--title {
	text-align: center;
	padding: 20px;
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.collect-info--title span {
	color: #1d1d1d;
}

.collect-info--key {
	display: block;
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px 0 0;
	font-size: 13px;
}

.collect-info--value {
	color: #2d2d2d;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

.collect-info--grid {
	padding: 25px;
}

.collect-info--grid .dbl {
	width: auto;
}

.collect-info--key-table {
	max-width: 60px;
	float: left;
}

.collect-info--grid .segment-50:nth-child(2) .dbl .dblc:last-child {
	text-align: right;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Overlay > Gift Options
|--------------------------------------------------------------------------
*/

#gift-options-overlay {
	position: absolute;
	background: none;
}

#gift-options-overlay .overlay--backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(102, 102, 102, 0.85);
}

#gift-options-overlay .overlay--inner {
	position: absolute;
	max-width: 800px;
	top: 200px;
}

#gift-options-overlay.open .overlay--inner{
	-webkit-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-moz-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-o-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	animation: overlayEntranceNotVerticallyCentered 1s forwards;
}

.gift-option {
	margin: 0 0 20px 0;
	border: 2px solid #e7e7e7;
}

.gift-option--product-cont {
	border-bottom: 2px solid #e7e7e7;
}

.gift-option--product {
	padding: 24px 20px;
	overflow: hidden;
}

.gift-option--product-price,
.gift-option--title {
	font-weight: 700;
	color: #2d2d2d;
}

.gift-option--product-options {
	font-size: 11px;
	color: #666666;
}

.gift-option--product-price {
	font-size: 18px;
	float: right;
}

.gift-option--product-image {
	float: left;
}

.gift-option--product-image img {
	height: 80px;
}

.gift-option--grid {
	padding: 20px;
}

.gift-option--message {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 14px 18px;
	border: 2px solid #e7e7e7;
	height: 100px;
	font-weight: 700;
}

.gift-option--grid {
	margin: 0 -30px 0 0;
}

.gift-option--grid .segment-50 {
	padding: 0 30px 0 0;
}

.gift-option--action {
	margin: 30px 0 0 0;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/

.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

/*.compare-table--row:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(213,86,62,0) 1%, rgba(54,22,16,0) 75%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f3e8f', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #2f3e8f;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/

.basket-title {
	font-size: 42px;
}

.cart-segment {
	background-color: #fff;
	margin-bottom:20px;
}

.cart-main .cart-segment:last-child{
	margin-bottom:0;
}

.cart-side .cart-segment{
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 30px;
}

.cart-main {
	width: 62%;
	float: left;
}

.cart-option--images-cont {
    padding: 18px 0 12px;
}

.cart-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(/images/style/fbt/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.cart-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.cart-option--image img {
	max-height: 100%;
}

.cart-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.cart-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.cart-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.cart-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.cart-option--image-cont:hover .cart-option--image-text {
    display: block;
}

.cart-option--image-qty {
    position: absolute;
    background: #06387f;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/

.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #e7e7e7;
	margin-top:15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/fbt/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/

.cart-totals {
	border-top: 1px solid #eeeeee;
}

.cart-totals .dblc {
	padding: 4px 0;
}

.cart-total--price {
	text-align: right;
}

.cart-total {
	color: #1e1e1e;
	font-weight: 700;
	font-size: 20px;
}

.cart-total .dblc{
	padding-bottom:15px;
}

.cart-side--delivery-option {
	background-color: #e7e7e7;
	font-weight: 700;
	color: #1e1e1e;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #2e3559;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original{
	float: right;
	font-weight: 700;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original{
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/

.cart-items {
	width: 100%;
	padding: 30px;
	position: relative;
}

.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-item-image a {
	border: 1px solid #e7e7e7;
}

.cart-item-image img {
	width: 100%;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 0 0 15px;
}

.cart-item-title a {
	font-size: 16px;
	color: #414141
}

.cart-item-content .label-inline{
	width:104px;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #414141;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-unitprice, .cart-item-option, .cart-item-stock {
	display: block;
	color: #666666;
	font-size: 12px;
}

.cart-item-stock.stock-status {
	background-size: 14px auto;
}

.cart-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.cart-item-stock-cross-amber {
	background-image: url(/images/style/fbt/icon-cross-amber.png);
}

.cart-item-stock-van-green {
	background-image: url(/images/style/fbt/icon-dispatch-van-green.png);
}

.cart-item-stock-warning {
	background-image: url(/images/style/fbt/icon-cart-warning.png);
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/fbt/icon-dispatch-van-orange.png);
}

.cart-item-stock-box {
	background-image: url(/images/style/fbt/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details{
	display:none;
}

.remove {
	background: url(/images/style/fbt/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button--small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button--small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 80px;
	margin-bottom: 0;
}

.cart-free-items-title {
	padding: 10px 8px;
	background-color: #51ac5c;
	color: #fff;
	font-size: 13px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	padding: 4px;
	border: 2px solid #e7e7e7;
	border-top: 0;
}

.cart-free-item-inner {
	display: flex;
	align-items: center;
}

.cart-free-item-inner .cart-overview--item-inner {
	width: 100%;
}

.cart-free-item .cart-item-price {
	font-size: 16px;
}

.cart-free-item-right {
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.cart-free-item .cart-item-variant,
.cart-free-item .cart-item-price {
	display: block;
	margin-bottom: 5px;
}

.cart-free-item .cart-item-variant {
	font-size: 12px;
}

.cart-overview--item.cart-free-item-inner {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #2f3e8f;
}
 .ui-widget-header,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border-color: #2f3e8f;
}
 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-datepicker-title {
	color: #2f3e8f;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #019cc2;
	background-color: #019cc2;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #2f3e8f;
	width: 28px;height: 28px;
	cursor: pointer;
	top: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
}
 .ui-datepicker .ui-datepicker-next {
	right: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/images/style/fbt/icon-chevron-left.png) no-repeat center center;
	margin: 0;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/fbt/icon-chevron-right.png);
}



/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/

.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	border: 2px solid #e7e7e7;
	color: #2f3e8f;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #e7e7e7;
	color: #2f3e8f;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #2f3e8f;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.2);
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 4px 4px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #1e1e1e;
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 34px;
	background-size: 60%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #2f3e8f;
	padding: 10px 0;
}

/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/

.checkout-header {
	border-bottom: 1px solid #e7e7e7;
	min-height: auto;
	padding: 31px 0;
}

.checkout-header__contact {
	font-size: 18px;
	text-transform: uppercase;
}

.checkout-header__contact a,
.checkout-header__contact span {
	font-weight: 600;
	color: #222222;
}

.checkout {
	position: relative;
	overflow:hidden;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
}

.checkout .checkbox {
	border: 1px solid #e7e7e7;
}

#checkout-container, #confirm-container{
	max-width:1400px;
}

#checkout-container{
	padding:0 100px 0 120px;
}

#confirm-container{
	padding:0 100px 0 170px;
}

.payment-methods{
	margin: 0 0 15px 0;
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs{
	display:none;
	padding: 0 0 20px;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(/images/style/fbt/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #2f3e8f;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/

.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel{
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/fbt/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(/images/style/fbt/gps.svg);
}

.no-js .button-locate,
.no-js #postcode_lookup_results_container_del {
	display: none;
}

.no-js .billing-address-form {
	display: block !important;
}

/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/

.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(/images/style/fbt/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/images/style/fbt/icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

@keyframes tagWiggle {
  0%   { transform: rotate(0); }
  25%   { transform: rotate(15deg); }
  50%   { transform: rotate(-15deg); }
  75%   { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.cart-promo--button:hover span:after {
	-webkit-animation: tagWiggle 1s;
	-moz-animation: tagWiggle 1s;
	-o-animation: tagWiggle 1s;
	animation: tagWiggle 1s;
	background: url(/images/style/fbt/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #b12525;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 0 15px;
}

.cart-overview-totals {
	background: none;
	border: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-gift-title {
	display: block;
	padding: 8px;
	font-weight: 700;
	color: #666666;
	font-size: 10px;
	background-color: #fff;
	text-transform: uppercase;
}

.cart-overview--item-gift-msg {
	padding: 6px 8px;
	font-weight: 700;
	font-size: 12px;
	color: #2d2d2d;
	border: 2px solid #fff;
	border-top: none;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
}

#checkout-hide-login-form:hover {
	color: #444;
}

/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/

.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 700;
	font-size: 18px;
	color: #2d2d2d;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/fbt/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/fbt/paypal-logo-color.png) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child {
	margin-bottom: 0;
}

.payment-method--content__stripe {
	background-color: #e7e7e7;
	padding: 20px;
}

#braintree-paypal-loggedin,
#braintree-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/fbt/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}


/*
|--------------------------------------------------------------------------
| Basket > Success
|--------------------------------------------------------------------------
*/

.success--title {
	display: inline-block;
	background: url(/images/style/fbt/icon-tick-large.png) no-repeat center left;
	padding: 0 0 0 70px;
	font-size: 48px;
	margin: 0 0 15px;
	color: #51ac5c;
}

.success--order-ref {
	font-weight: 700;
	font-size: 21px;
	color: #abadae;
	padding: 15px 0 0 0;
}

.success--order-ref strong {
	color: #2d2d2d;
}

/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/

.order-summary {
	border: 2px solid #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-gift-msg {
	border: none;
	border-bottom: 1px solid #fff;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #2f3e8f;
}

/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/

.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #666666;
	background:#fff;
	border-right:2px solid #e7e7e7;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #51ac5c;
	border-right:2px solid #51ac5c;
}

.checkout-stage.darker {
	background: #4a9a53;
	border-right:2px solid #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
	border-right:2px solid #468e4e;
}

.checkout-stage.failed {
	background: #2f3e8f;
	border-right:2px solid #2f3e8f;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/

.account-tabs {
	overflow: hidden;
	text-align: center;
	background-color: #f4f4f4;
}

.account-tabs a {
	display: block;
	float: left;
	padding: 10px 30px;
	font-weight: 700;
	background-color: #fff;
	font-size: 12px;
}

.account-tabs a.sel {
	background-color: #2f3e8f;
	color: #fff;
}

.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}

/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/

.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #eee;
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.wishlist .wishlist-title a:hover {
	color: #2f3e8f;
	text-decoration: underline;
}

.wishlist-desc {
	font-size: 12px;
}

.wishlist-desc {
	font-size: 12px;
	color: #fff;
}

.wishlist-items,
.wishlist-del {
	padding-left: 10px;
	display: inline-block;
	line-height: 20px;
}

.wishlist-del,
.wishlist-prod-del-button span {
	cursor:pointer;
	color: #2f3e8f;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.6;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-left {
	max-width: 0;
}

.wishlist-top-left,
.wishlist-top-right {
	vertical-align: middle;
}

.wishlist-top-right {
	white-space: nowrap;
	width: 1px;
}ac

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:not(.button):hover {
	color: #2d2d2d;
}

.wishlist-edit,
.wishlist-return {
	display:inline-block;
	color:#2f3e8f;
	font-size:11px;
	font-weight: 700;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #2f3e8f;
	text-decoration: underline;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid #e9e9e9;
}

.wishlist-prod td button:disabled {
	color: #fff !important;
    background: #ccc !important;
	border: 1px solid #bbb !important;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #2f3e8f;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #2f3e8f;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #2f3e8f;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	/*font-family: 'Poppins', sans-serif;*/
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #2f3e8f;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #019cc2;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}

/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/

.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #2f3e8f;
	padding: 60px 50px;
	position: relative;
	z-index: 1;
}

.offer-overlay--action {
	display: block;
	border-top: 10px solid #fff;
	background-color: #5e9732;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.offer-overlay--title {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 25px;
}

.offer-overlay--sub {
	display: block;
	font-size: 17px;
	color: #fffcd9;
	margin-bottom: 30px;
	text-align: center;
}

.no-js .offer-overlay {
	display: none;
}

.overlay-offer--input {
	width: calc(100% - 98px);height: 50px;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
}

.offer-overlay--upper .message {
	position: absolute;
	top: 20px;right: 50px;left: 50px;
}

/*
|--------------------------------------------------------------------------
| Account > Order History
|--------------------------------------------------------------------------
*/

.order-history {
	width: 100%;
	margin: 0 0 30px;
	background-color: #fff;
}

.order-history th {
	background: #2f3e8f;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}

.order-repeat.button {
	margin-left: 10px;
}

/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/

.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/

.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/

.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}

/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/

.account {}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
	width: 280px;
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.account-sidebar nav {
	padding: 20px 24px;
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li {
	padding: 5px 0;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #2f3e8f;
}

.account-sidebar .sel {
	font-weight: 500;
}

.account-sidebar-btm {
	border-top: 1px solid #e7e7e7;
	padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	font-family: 'Poppins', sans-serif;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
	background-color: #fff;
	overflow: hidden;
	padding: 40px;
	color: #2d2d2d;
	line-height: 1.3;
}

.account-main h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2d2d2d;
	padding: 0 0 20px;
	margin: 0;
	float: left;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #eee;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-latest-orders a,
.account-sidebar nav a,
.account-subtitle {
    font-family: 'Poppins', sans-serif;
}

.account-panel:hover .account-panel--svg {
	background: #2f3e8f;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #2f3e8f;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #e7e7e7;
	table-layout: auto;
	margin: 0 0 30px;
	border-top-color: #2f3e8f;
}

.account-table a {
	color: #707070;
}

.account-table a:hover {
	color: #2d2d2d;
}

.account-table a.button {
    color: #ffffff;
}

.account-table .button--x-small,
.account-table .button--x-small:hover {
	color: #fff;
	text-decoration: none;
}

.account-table.no-margin {
	margin: 0;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	font-weight: 500;
	border-bottom: 1px solid #e7e7e7;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #2f3e8f;
	border-color: #2f3e8f
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}


.account-latest-orders {
	border: 1px solid #eee;
	font-size: 11px;
	color: #2f3e8f;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #e7e7e7;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #aaa;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #aaa;
}

.loyalty-table .full {
	width: 100%;
}

.loyalty-table .small {
    white-space: nowrap;
}

.loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}

.loyalty-point {
	margin: 16px auto 0;
	border: 1px solid #aaa;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #e7e7e7;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}

.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text {
	border: 1px solid #aaa;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.top-loyalty:before,
.loyalty:before{
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #aaa;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #2d2d2d;
	margin: 0;
    font-family: 'Poppins', sans-serif;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #707070;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
	margin: 0 0 10px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	padding: 5px 0 5px 0;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	padding: 30px 40px 35px;
	background: #fff;
	margin-bottom: 30px;
	color: #707070;
}

.account-login--block .checkbox {
	border: 1px solid #ddd;
}

.account-login--block h3,
.account-login--block h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	border: 1px solid #1e1e1e;
	background: none;
}

.quote-side .cart--heading {
	color: #fff;
}

.quote-side .cart-segment {
	margin-bottom: 0;
}

.quote-side .cart-segment + .cart-totals {
	border-top: 0;
}

.quote-side .cart-totals {
	color: #707070;
}

.quote-side .cart-total {
	/*color: #fff;*/
}

.account--client-notes {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 75px;
	max-height: 400px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
	padding: 3px 5px;
	text-align: left;
	margin-bottom: 8px;
}

.quote-text-small {
	font-size: 12px;
    color: #929292;
	font-weight: normal;
}




/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/

.modal-account .modal--inner {
	max-width: 476px;
}

.account-modal {
	background-color: #fff;
	padding: 30px;
}

.account-modal .checkbox-label {
	/* color: #fff; */
}

.account-modal .checkbox {
	border: 1px solid #e7e7e7
}

.account-modal .input {
	margin: 0 0 4px;
}

.account-modal--title {
	font-size: 21px;
	padding: 0 0 20px;
}

.account-modal--action {
	text-align: right;
	padding: 16px 0 0 0;
}

.account-modal--action .button {
	font-size: 14px;
}

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
}

.address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}

.address-block--action button:hover {
	text-decoration: underline;
}

.account-modal--checkboxes {
	padding: 14px 0 0 0;
}

.account-modal--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #e7e7e7;
	text-align: center;
	height: 100px;
	cursor: pointer;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.no-margin {
	margin: 0;
}

.mobile-cats {
	display: none;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 20px;
}

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #2f3e8f;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #2f3e8f;
}

.mobile-cats--title.open svg {
	transform: rotate(-180deg);
}

.mobile-cats--title.open ~ .mobile-cats--cats {
	display: block;
}


/*
|--------------------------------------------------------------------------
| Account v2 > Vouchers
|--------------------------------------------------------------------------
*/
 .button.voucher_remove {
	border-radius: 0;
	padding: 12px 12px;
	visibility: middle;
	background-image: url(/images/style/fbt/cross-white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: #707070;
}

.button.voucher_remove:hover {
	background-color: #2f2f2f;
}

.voucher.dblr .dblc {
	vertical-align: middle;
}

.voucher.dblr .dblc:last-child {
	text-align: right;
}

.vouchers-wrapper {
	padding-top: 20px;
}

.voucher_add {
	height: 50px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-modal--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}




/*
|--------------------------------------------------------------------------
| About
|--------------------------------------------------------------------------
*/
.heading-1 {
	position: relative;
	height: 587px;
	padding: 0 60px;
	margin: 0 20px 20px 20px;
	background-position: center right;
}

.spec-mobile-title {
	display: none;
}

.heading-1 > * {
	z-index: 2;
}

.heading-1 h4 {
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 0.05em;
}

.heading-1:before {
	content: '';
	position: absolute;
	top: 0 ;right: 0; bottom: 0; left: 0;
	background: rgb(34,34,34);
	background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
}

.heading-1 h1,
.heading-1 h4 {
	color: #fff;
}

.about-image {
	flex-basis: 33.3333333333333%;
	transform: translateY(-80px);
}

.about-image__inner {
	position: relative;
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}

.about-image__inner:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgb(18,18,18);
	background: -moz-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212",endColorstr="#121212",GradientType=1);
	z-index: 1;
}

.about-image__inner > * {
	position: relative;
	z-index: 2;
}

.about-image__title {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}




/*
|--------------------------------------------------------------------------
| About
|--------------------------------------------------------------------------
*/
.page-heading__title {
	font-size: 30px;
	color: #fff;
	width: 100%;
}

.page-heading__title--large {
	font-size: 42px;
}

.page-heading__main {
	max-width: 580px;
	width: 100%;
	border-right: 10px solid #fff;
	min-height: 420px;
	background-color: #3b3b3e;
}

.page-heading__main--full-width {
	max-width: 100%!important;
	margin: 0;
	min-height: 0;
	width: 100%;
}

.page-heading__main--full-width > .flex {
	max-width: 50%;
	margin: 0;
}

.page-heading__main--full-width .flex-item {
	flex: none;
}

.page-heading__main .breadcrumbs,
.navtrail {
	color: rgba(255,255,255, .6);
	margin: 0 0 15px;
}

.page-heading__main .breadcrumbs > *,
.navtrail > * {
	color: rgba(255,255,255, .6);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.navtrail > .container > * {
	color: #b4b4b4;
}

.page-heading__main .breadcrumbs > a:hover {
	color: rgba(255,255,255, 1);
}


.navtrail > .container > a:hover {
	color: #777;
}

.page-heading__image {
	position: relative;
	background-color: #efefef;
	display: flex;
    align-items: center;
}
.page-heading__image > img {
	visibility: hidden;
}

.page-heading.sub_page-heading .page-heading__image {
    opacity: .8;
}

.category-video {
	position: absolute;
	top: 20px; right: 20px;
	width: 220px;
	height: 124px;
}

.category-video iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 220px;
	height: 124px;
}

.page-sidebar {
	width: 250px;
	flex-shrink: 0;
}

.page-sidebar__link {
	display: block;
	font-size: 16px;
	color: #222222;
	background-color: #fff;
	padding: 4px 18px;
	font-weight: 500;
}

.page-sidebar__link:hover {
	color: #2f3e8f;
}

.page-sidebar__link--large {
	font-size: 18px;
	font-weight: 600;
	padding: 22px;
	background: none;
}

.page-sidebar__link--sel {
	color: #2f3e8f;
	background-color: #fff;
}

.page-sidebar__title {
	background-color: #fff;
	padding: 16px 18px 4px;
	font-size: 14px;
	color: #3b3b3e;
	text-transform: uppercase;
	font-weight: 600;
}

.page-sidebar__item {
	border: 1px solid #fff;
	border-bottom: none;
}

.page-sidebar__item:last-child {
	border: 1px solid #fff;
}

.location {
	border-bottom: 1px solid #eee;
}

.location__details {
	display: none;
}

.location--open .location__details {
	display: block;
}

.location--open .location__links .button svg {
	transform: rotateX(-180deg);
}

.height-100 {
	height: 100%;
}

.location__cell {
	padding: 14px 30px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.location__cell:first-child {
	width: 340px;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
}

.location__cell svg{
	fill:rgb(38, 47, 134);
}

.location__cell:nth-child(2),
.location__cell:nth-child(2) a,
.partner-mobile,
.partner-mobile a  {
	font-size: 12px;
	color: #929292;
}

.partner-map {
}

.partner-map iframe {
	height: 250px;
	width: 100%;
}

.location__links {
	margin: 0 -2px 0 0;
}

.location__links .icon-button--30 {
	margin: 0 2px 0 0;
}

.location__links .icon-button + .button {
	margin: 0 0 0 10px;
}

.location__details {
	padding: 14px 30px;
}

.location__details__title {
	color: #929292;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 10px 0 10px 0;
}

.location__details__title:first-child {
	margin: 0;
}

.location__brand {
	border: 1px solid #eee;
    text-align: center;
    min-width: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right:8px;
}

.location-tab {
	display: none;
}

.location-tab--sel {
	display: block;
}

.page-sidebar-mobile-btn {
	font-size: 20px;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	background-color: #fff;
	margin: 0 0 1px;
	color: #222222;
}

.shop-mobile-btn {
	border-bottom: 1px solid #eee;
}

.page-sidebar-mobile-btn svg {
	height: 8px;
	width: 13px;
	fill: #222;
	margin: 0 0 0 10px;
}

.cart--heading {
	margin: 0 0 10px;
}

.page-sidebar-mobile-btn.open svg {
	transform: rotate(-180deg);
}

.footer-mobile-btn {
	text-align: center;
	background-color: #eee;
}

#mobile_search {
	color: #fff;
}

.page-sidebar-mobile-btn.open ~ .footer-nav {
	display: block!important;
}

.page-sidebar-mobile-btn.open ~ .page-sidebar__item,
.page-sidebar-mobile-btn.open ~ .page-sidebar__title,
.page-sidebar-mobile-btn.open ~ .blog-nav,
.page-sidebar-mobile-btn.open + .sidebar-categories,
.page-sidebar-mobile-btn.open + #mbl-filters-sub,
.filter-mobile-btn.open ~ .sort-bys {
	display: block;
}

.usp {
	width: 50%;
	flex: none;
}

.usp__inner {
	border: 1px solid #eee;
	min-height: 60px;
	align-items: unset;
}

.usp__icon {
	width: 60px;
	background-color: #eee;
	flex-shrink: 0;
}

.usp__content {
	padding: 6px 14px;
}

.usp__title {
	font-size: 16px;
	color: #222222;
	font-weight: 500;
}

.form-wrapper {
	background-color: #222222;
	padding: 40px;
}




/*
|--------------------------------------------------------------------------
| Warranty
|--------------------------------------------------------------------------
*/
.heading-warranty {
	margin: 0 0 4px;
	padding: 15px;
	color: #fff;
	font-size: 16px;
}

.heading-warranty .flex + .heading-warranty__title {
	margin: 4px 0 0 0;
}

.warranty-tab {
	display: none;
}

.warranty-tab--sel {
	display: block;
}




/*
|--------------------------------------------------------------------------
| Article
|--------------------------------------------------------------------------
*/
.article__image {
	display: block;
	width: 100%;
}

.article__title {
	font-size: 42px;
	color: #262f86;
}

.article__date {
	color: #929292;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.article__date a {
	font-size: 18px;
}

.article-author__title {
	color: #3b3b3e;
	margin: 0 0 3px;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.article-author__name {
	font-size: 20px;
	color: #222222;
	margin: 0 0 6px;
}

.article-author__bio,
.article-author__bio p {
	color: #222222;
	font-size: 14px;
}

.comments__title {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 24px;
}

.comments-form {
	background-color: #222222;
	padding: 40px;
}

.comment-list {
	margin: 0 0 40px;
}

.comment {
	border: 1px solid #222222;
	padding: 28px 40px;
	margin-top: -1px;
}

.comment__body,
.comment__body p {
	color: #fff;
	line-height: 1.4;
}

.comment__info {
	font-size: 12px;
	color: #929292;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	letter-spacing: 0.05em;
}

.featured-article__main {
	width: 560px;
	background-color: #fff;
	margin: 0 0 0 10px;
	padding: 36px 40px;
	min-height: 410px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.featured-article__title {
	font-size: 30px;
	color: #2f3e8f;
}

.article-item {
	display: flex;
    width: 33.333333%;
    flex-direction: column;
}

.article__info {
	min-height: 112px;
	background-color: #fff;
	padding: 13px 20px;
	flex: 1;
}

.article__info__title {
	font-size: 16px;
}

.article__details {
	font-size: 12px;
	text-transform: uppercase;
	color: #929292;
	font-weight: 500;
	margin: 0 0 0 14px;
}

.article__details a {
	color: #222222;
}

.article__details a:hover {
	text-decoration: underline;
}

.featured-article__bottom .article__details {
	font-size: 14px;
}

.article-category__title {
	font-size: 42px;
}

.article-category__subtitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #3b3b3e;
	letter-spacing: 0.05em;
}

.blog-nav-cont {
	border-top: 1px solid #eeeeee;
}

.blog-nav-cont .blog-nav {
	border-top: none;
}

.blog-nav {
	min-height: 70px;
	border-top: 1px solid #eeeeee;
	background-color: #fff;
}

.blog-nav__link {
	letter-spacing: 0.05em;
	color: #222222;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 20px;
}

.blog-nav__link--sel {
	font-weight: 600;
}

.latest-article-title {
	font-size: 16px;
	color: #929292;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.related-articles__title {
	margin: 0 0 30px;
	text-align: center;
	color: #222222!important;
}

.article-item > a,
.article-item > a > img {
	display: block;
	width: 100%;
}

.event__details span {
	color: #222222;
}

.article-item__title {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 10px;
}

.event-infos {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.event-info {
	display: flex;
	margin: 0 0 10px;
}

.event-info__label {
	font-size: 18px;
	color: #929292;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.event-info__value {
	font-size: 18px;
	color: #222222;
}

.download-block {
    background-color: #fff;
    padding: 25px 0;
	margin-top: 30px;
}
.download-block--inner > span {
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 500;
}
.download-block--inner > div {
	margin: 0 -15px -15px 0;
}
.download-block--inner > div:not(:first-child) {
	margin-top: 12px;
}
.download-block--inner > div > div {
	padding: 0 15px 15px 0;
}
.download-block--inner > div a {
	display: flex;
	align-items: center;
    border: 1px solid #eeeeee;
    padding: 8px 15px;
    border-radius: 5px;
}
.download-block--inner > div a:hover {
	background-color: #eeeeee;
}
.download-block--inner > div a::before {
    content: '';
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='14px'%3E%3Cpath fill='%232f3e8f' fill-rule='evenodd' d='M9.778,11.083 L9.778,12.833 L1.222,12.833 L1.222,11.083 L-0.000,11.083 L-0.000,14.000 L11.000,14.000 L11.000,11.083 L9.778,11.083 ZM7.944,6.416 L11.000,6.416 L5.500,12.250 L-0.000,6.416 L3.055,6.416 L3.055,-0.001 L7.944,-0.001 L7.944,6.416 Z'%3E%3C/path%3E%3C/svg%3E");
	height: 14px;
	width: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.download-block--inner > div a:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='14px'%3E%3Cpath fill='%231e1e1e' fill-rule='evenodd' d='M9.778,11.083 L9.778,12.833 L1.222,12.833 L1.222,11.083 L-0.000,11.083 L-0.000,14.000 L11.000,14.000 L11.000,11.083 L9.778,11.083 ZM7.944,6.416 L11.000,6.416 L5.500,12.250 L-0.000,6.416 L3.055,6.416 L3.055,-0.001 L7.944,-0.001 L7.944,6.416 Z'%3E%3C/path%3E%3C/svg%3E");
}



/*
|--------------------------------------------------------------------------
| Contact
|--------------------------------------------------------------------------
*/

.contact-map {
	min-height: 200px;
}

.contact-map iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
}

.regional-contact__item {
}

.cms-main {
	margin: 0 0 0 80px;
}

.contact-info {
	margin: 0 0 20px;
}

.contact-info__label {
	color: #929292;
	font-size: 14px;
}

.contact-info__value {
	font-size: 14px;
	color: #222222;
}

.regional-contact {
	border-top: 1px solid #eeeeee;
}

.regional-contact:first-child {
	border-top: none;
}

.regional-contact__title {
	font-size: 14px;
	color: #262f86;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
}

.regional-contact__location {
	font-size: 12px;
	color: #929292;
	margin: 4px 0 0 0;
}

.regional-contact__link {
	font-size: 12px;
	color: #3b3b3e;
	font-weight: 600;
}

.regional-contact__link + .regional-contact__link {
	margin: 4px 0 0 0;
}

.cms-category {
	max-width: 420px;
	margin: 0 auto;
	padding: 40px 30px;
	background-color: #fff;
	text-align: center;
}

.cms-category__item {
	margin: 6px 0;
}

.cms-category__link {
	font-size: 18px;
}




/*
|--------------------------------------------------------------------------
| Resources
|--------------------------------------------------------------------------
*/

.resource {
	border: 1px solid #eeeeee;
	border-top: none;
	margin-top: 10px;
}

.resource:first-child {
	margin-top: 30px;
}

.resource-title {
	border-top: 1px solid #eeeeee;
	padding: 0 0 0 20px;
	cursor: pointer;
	font-size: 18px;
	color: #3b3b3e;
	letter-spacing: 0.05em;
}

.resource-title span {
	padding: 10px 0;
	align-self: center;
}

.resource-title__svg {
	background-color: #eeeeee;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	width: 60px;
	margin: 0 0 0 15px;
}

.resource-items {
	position: relative;
	display: none;
	padding: 0 80px 20px 20px;
}

.resource-items:after {
	content: '';
	position: absolute;
	background-color: #eeeeee;
	width: 60px;
	right: 0; bottom: 0; top: 0;
}

.resource-title.open ~ .resource-items {
	display: block;
}

.resource-title.open svg {
	transform: rotate(-180deg);
}

.resource-item {
	flex: 1 0 210px;
}

.resource-item__inner {
	background-color: #eeeeee;
	padding: 6px 10px;
	color: #2f3e8f;
	font-size: 14px;
	height: 100%;
}

.resource-item__svg {
	margin: 0 6px 0 0;
}

.page-sidebar__bottom {
	padding: 14px 18px;
	border: 1px solid #fff;
	border-top: 10px solid #fff;
}

.page-sidebar__bottom div {
	color: #929292;
	font-weight: 600;
}

.page-sidebar__bottom a {
	margin: 0 0 10px;
	color: #222222;
	font-weight: 500;
	font-size: 14px;
    word-break: break-all;
}

.page-sidebar__bottom a:last-child {
	margin: 0;
}

.page-sidebar__link--2 {
	background: none;
}

.page-sidebar__link--2 {
	text-align: center;
}

.page-sidebar__link--sel {
	background: #fff;
}




/*
|--------------------------------------------------------------------------
| Category Display
|--------------------------------------------------------------------------
*/
.listing-item {
	width: 50%;
}

.listing-item__image {
	width: 260px;
	padding: 30px 0;
	background-color: #fff;
	border-right: 1px solid #eee;
}

.listing-item__image a,
.listing-item__image img {
	display: block;
	width: 100%;
	max-width: none;
}

.listing-item__action .button:hover {
	opacity: 0.85;
}

.listing-item__main {
	padding: 34px 20px;
	background-color: #fff;
}

.listing-item__title {
	color: #222222;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px;
}

.listing-item__subtitle {
	color: #222222;
	font-size: 16px;
	margin: 0 0 10px;
	letter-spacing: 0.05em;
}

.listing-item__shortdesc {
	margin: 0 0 10px;
}

.listing-item__price-cont {
	font-size: 12px;
	color: #3b3b3e;
	flex: 0 0 200px;
	padding: 2px;
}

.listing-item__price-cont:first-child {
	min-width: 260px;
}

.listing-item__price-label {
	font-weight: 600;
	white-space: nowrap;
}

.listing-item__price-value {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
}

.listing-item__bottom {
	padding: 12px 20px;
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	line-height: 1;
}

.sidebar-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.05em;
    padding: 30px 30px 15px 30px;
    border-bottom: 1px solid #222222;
}



/*
|--------------------------------------------------------------------------
| Category Display > Cables
|--------------------------------------------------------------------------
*/
.cable-item {
	width: 20%;
}

.cable-item__image {
	background-color: #fff;
}

.cable-item__image a,
.cable-item__image img {
	display: block;
	width: 100%;flex-shrink: 0;
}

.cable-item__title {
	color: #222222;
	font-weight: 500;
	font-size: 16px;
}

.cable-item__main {
    padding: 14px 20px;
    background-color: #fff;
}

.cable-item .listing-item__price-cont {
	min-width: 0;
	width: 50%;
	flex: none;
}

.cable-item .listing-item__price-value {
	font-size: 16px;
}

.cable-item .listing-item__bottom .flex:last-child {
	margin-top: 6px;
}

.cable-item__props {
	color: #3b3b3e;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 0;
}

.cable-item__props .flex {
	margin-bottom: 4px;
}

.cable-item__props .flex:last-child {
	margin: none;
}

.cable-item__prop-label {
	width: 100px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

.sort-by .select2-container--default .select2-container--dark {
	background-color: #353537;
	border-color: #353537!important;
	color: #fff!important;
}

.sort-by .select2-container--dark .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
}

.sort-by .label-inline .select2-container--dark.select2-selection--single .select2-selection__rendered {
	padding: 10px 8px 8px 80px;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: '';
	border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--dark .select2-selection__arrow b:before {
	border-color: #353537 transparent transparent transparent!important;
}

.select2-container--default .select2-container--dark .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.select2-container--dark .select2-selection__arrow b:before {
	border-color: #353537 transparent transparent transparent!important;
}

.select2-container--default .select2-container--dark .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #353537 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open .select2-selection--single.select2-container--dark .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent!important;
    border-width: 0 4px 5px 4px!important;
}
.select2-container--default.select2-container--open .select2-selection--single.select2-container--dark .select2-selection__arrow b:before {
    border-color: transparent transparent #353537 transparent!important;
    border-width: 0 4px 5px 4px!important;
    margin-top: 3px;
}

.sort-bys {
    padding: 30px;
}

.sort-bys .sort-by-container {
	margin: 0 0 2px;
}

.sort-bys .sort-by-container:last-child {
	margin: 0;
}

.sort-by .input {
	margin: 0;
}

.sort-by label {
	color: #b4b4b4;
	text-transform: uppercase;
	font-weight: 400;
	width: 86px!important;
	font-size: 12px;
}

.sort-by .label-inline .input-label {
	text-align: left;
}

.filter-bar {
	position: relative;
	z-index: 1;
	background-color: #222222;
	min-height: 80px;
}

.filter-bar .flex {
}

.filter-bar__title {
	padding: 12px 30px;
	width: 300px;
	color: #fefefe;
	font-size: 21px;
	letter-spacing: 0.05em;
}

.inline-filter {
	width: 25%;
	border-left: 1px solid #3b3b3e;
	padding: 12px 20px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.inline-filter svg {
	flex-shrink: 0;
}

.inline-filter .filter--links {
	display: none;
	position: absolute;
	left: 0; right: 0; top: 100%;
	background-color: #3b3b3e;
	z-index: 2;
}

.inline-filter--open .filter--links {
	display: block;
}

.inline-filter--open svg {
	transform: rotate(-180deg);
}

.inline-filter .filter--links ul {
	padding: 14px 20px;
}

.inline-filter__prop-cells div+div {
	color: #b4b4b4;
	font-size: 14px;
	margin: 0 0 2px;
	order: 1;
}

.inline-filter__prop-cells div {
	order: 2;
}

.inline-filter__prop-value + .inline-filter__prop-name {
	order: 1;
}

.inline-filter__prop-value--mobile {
	display: none;
}

.sidebar-search__submit {
	padding: 0 20px;
}

.clampy__read-more {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.clampy__read-more:hover {
	color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home-categories {
		flex-direction: row;
	}
	.home-category {
		width: 50%;
		flex: none;
	}
    .home-category:nth-child(odd) {
		transform: none;
	}
	.home-banner-text {
		width: 100%;
		text-align: center;
	}

	.cable-item .flex-item,
	.filter-bar .flex-item,
	.listing-item > .flex-item,
	.listing-action .flex-item {
		flex: 1 0 auto;
	}
}


@media (max-width: 1000px)  and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.category-flex > .flex-item {
		flex: none;
		width: 100%;
	}
}



/*
|--------------------------------------------------------------------------
| Partners v2
|--------------------------------------------------------------------------
*/

.partner-type__grid {
	margin: 0 -20px -20px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.partner-type {
	width: 33.333333333333333%;
	padding: 0 20px 20px 0;
}

.partner-type__inner {
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 60px 30px;
	font-size: 32px;
}

.partner-type__title {
	color: #2f3e8f;
    font-size: 28px;
    font-weight: 600;
}


.listing-thumb-slide {
    display: grid;
    width: 100%;
    height: auto;
}
.listing-thumb-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-indent: -1000px;
    height: 100%;
    width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.listing-thumb-slide .slick-arrow::before {
	content: '';
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg class='header-nav__chevron' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 8'%3E%3Cpath fill-rule='evenodd' d='M0.007,1.508 L1.537,-0.001 L6.502,4.980 L11.462,-0.001 L12.993,1.508 L6.502,7.998 L0.007,1.508 Z'%3E%3C/path%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.listing-thumb-slide.show-arrows {
    padding: 0 20px;
}
.listing-thumb-slide .slick-prev {
	left: 0; 
}
.listing-thumb-slide .slick-arrow.slick-prev::before {
	transform: rotate(90deg);
}
.listing-thumb-slide .slick-next {
	right: 0; 
}
.listing-thumb-slide .slick-arrow.slick-next::before {
	transform: rotate(-90deg);
}
.main-listing-image {
	position: relative;
	border: 1px solid #eeeeee;
}

a.article-item-img {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spec-table__cell.full {
    text-align: left;
}
.spec-table__cell.full a, .spec-table__cell.full a svg {
	color: #fff; 
	fill: #fff;
}
.spec-table__cell.full a:hover, .spec-table__cell.full a:hover svg {
	color: #7b83b1;
    fill: #7b83b1;
}

.segment-full {
	width: 100%;
}

.content-split {
	margin: 0 -100px -80px 0;
}
.content-split > * {
	padding: 0 100px 80px 0;
	flex: 1; 
}
.content-split--title {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
	margin-bottom: 15px;
}
.content-split--title > svg {
	margin-right: 18px;
}
.content-split .content {
	font-size: 14px;
}
.content-split .content:not(:last-child) {
	margin-bottom: 15px;
}
.footer-signup {
    margin-bottom: 10px;
}
.footer-signup .input input {
    border-color: #eeeeee;
    font-weight: 400;
}

.product_info_table {
    color: #FFF;
    border: 1px solid rgb(255, 255, 255, 0.2);
}
.product_info_table tr:nth-child(odd) {
    background-color: rgb(255, 255, 255, 0.1);
}
.product_info_table td {
    padding: 8px 16px;
}
.product_info_table td:not(:last-child) {
	border-right: 1px solid rgb(255, 255, 255, 0.2);
}
.product_info_table tr:not(:last-child) td {
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.product_info_table tr.td-bold td {
	font-weight: 600;
}

.homev2-banners {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.homev2-banners--main {
    display: flex;
    flex-direction: column;
    width: 67%;
}
.homev2-banners--main.full-height {
	width: 74.5%!important;
}
.homev2-slider {
    display: grid;
	flex: 1;
}
.homev2-slider:not(:last-child) {
	margin-bottom: 12px;
}
.homev2-slide {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: inherit !important;
	background-color: #101010;
}
.homev2-slide--img, 
.homev2-slide img {
	width: 100%;
}
.homev2-slide--img--mob {
    display: none!important;
}
.homev2-slide__content {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	padding: 100px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.homev2-slide__content * {
	position: relative;
}
.homev2-slide__content::before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: rgba(0,0,0,0.4);
}

.homev2-bottom-banner__inner {
    display: flex;
}
.homev2-bottom-banner__inner img {
	width: 100%;
}

.homev2-banners .home-banners {
	width: unset;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.homev2-banners .home-banner {
    flex: 1;
}
.homev2-banners .home-banner__inner {
	height: 100% !important;
    min-height: 64px;
    padding: 6px 12px;
}


.homev2-banners--main.full-width {
    width: 100%;
}
.homev2-banners--main.full-width:not(:last-child) {
    margin-bottom: 12px;
}
.homev2-banners .homev2-banners--main.full-width + .home-banners, 
.homev2-banners .home-banners:first-child:last-child {
    margin: 0;
	flex: unset;
    width: calc(100% + 12px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 30px -12px -12px 0;
}
.homev2-banners .homev2-banners--main.full-width + .home-banners .home-banner, 
.homev2-banners .home-banners:first-child:last-child .home-banner {
	width: 33.3333333%;
	padding: 0 12px 12px 0;
	margin: 0;
	flex: none;
}

.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}

.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}

.py-10 {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.py-20 {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}
.py-30 {
    padding-bottom: 30px!important;
    padding-top: 30px!important;
}
.py-40 {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
}
.py-50 {
    padding-bottom: 50px!important;
    padding-top: 50px!important;
}
.py-60 {
    padding-bottom: 60px!important;
    padding-top: 60px!important;
}

.headingv2-container {
	padding: 30px 0;
	background-color: #2f3e8f;
}
.headingv2-content {
	/*flex: 1;*/
}
.headingv2-content:not(:last-child) {
    margin-right: 40px;
    width: 346px;
}
.headingv2-content, 
.headingv2-content * {
    color: #FFF;
}
.headingv2-content > *:not(:last-child) {
    margin-bottom: 16px;
}
.headingv2-titles > * {
	margin: 0 0 8px;
}
.headingv2-titles > *:last-child {
	margin: 0;
}
.headingv2-title {
    font-weight: 600;
    font-size: 24px;
}
.headingv2-titles .headingv2-subtitle {
    font-size: 32px;
    font-weight: 600;
}
.headingv2-content .content,
.headingv2-content .content p {
	font-size: 14px;
	line-height: 1.8;
}
.headingv2-image {
    display: flex;
    max-height: 500px;
}
.headingv2-image img {
	visibility: hidden;
    width: 100%;
}

.cat-grid--container + * {
    margin-top: 60px;
}
.cat-grid {
    padding: 60px 0 0;
	margin: 0 -14px -14px 0;
}
.cat-grid--item {
	width: 20%;
	padding: 0 14px 14px 0;
}
.cat-grid--item > a {
	height: 100%;
	border: 1px solid #EAEAEA;
	padding: 15px 15px 18px;
}
.cat-grid--item--img {
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.cat-grid--item > a:hover .cat-grid--item--img {
	opacity: .8;
}
.cat-grid--item--title {
    margin-top: 16px;
    font-size: 15px;
    color: #222222;
    font-weight: 500;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	text-align: center;
}
.cat-grid--item > a:hover .cat-grid--item--title {
	color: #2f3e8f;
}
.flex-wrap {
	flex-wrap: wrap;
}


.add-to-projects {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 16px -16px -16px 0;
}
.add-to-project-button {
    padding: 0 16px 16px 0;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.add-to-project-button:hover {
    opacity: 0.8;
}
.add-to-project-button .button-icon {
	display: flex;
	align-items: center;
}
.add-to-project-button .button-icon svg {
	height: 22px;
	width: 22px;
	margin-left: 8px;
}
.add-to-project-button .button-icon img {
    height: 22px;
	margin-left: 8px;
}
.add-to-project-button .button-icon svg path {
	fill: #2f3e8f;
}

.listing-order-cutoff {
	display: flex;
	align-items: center;
    margin: -2px 0 12px;
    font-size: 13px;
	font-weight: 500;
	padding-left: 30px;
	padding-bottom: 0;
	background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75003 7.56885C3.16765 7.56885 2.69568 8.04064 2.69568 8.62308C2.69568 9.20555 3.16765 9.67734 3.75003 9.67734C4.33262 9.67734 4.80447 9.20555 4.80447 8.62308C4.80447 8.04064 4.33262 7.56885 3.75003 7.56885ZM3.75003 9.08142C3.49686 9.08142 3.29172 8.87625 3.29172 8.62308C3.29172 8.3698 3.49686 8.16474 3.75003 8.16474C4.00323 8.16474 4.20851 8.3698 4.20851 8.62308C4.20851 8.87625 4.00323 9.08142 3.75003 9.08142Z" fill="black"/><path d="M9.30982 7.56885C8.72743 7.56885 8.25549 8.04064 8.25549 8.62308C8.25549 9.20555 8.72743 9.67734 9.30982 9.67734C9.89244 9.67734 10.3643 9.20555 10.3643 8.62308C10.3643 8.04064 9.89244 7.56885 9.30982 7.56885ZM9.30982 9.08142C9.05665 9.08142 8.85154 8.87625 8.85154 8.62308C8.85154 8.3698 9.05665 8.16474 9.30982 8.16474C9.56304 8.16474 9.76833 8.3698 9.76833 8.62308C9.76833 8.87625 9.56304 9.08142 9.30982 9.08142Z" fill="black"/><path d="M4.93616 4.32938C4.93616 4.47712 4.81527 4.59798 4.66757 4.59798H0.961071C0.813336 4.59798 0.692505 4.47712 0.692505 4.32938V4.16822C0.692505 4.02052 0.813365 3.89966 0.961071 3.89966H4.66757C4.8153 3.89966 4.93616 4.02052 4.93616 4.16822V4.32938Z" fill="black"/><path d="M11.3758 5.90196C10.9892 5.80145 10.768 5.73827 10.6162 5.4451L10.1086 4.41736C9.95674 4.12419 9.56233 3.88429 9.23226 3.88429H8.53798C8.53798 3.88429 8.44458 3.88624 8.44458 3.79226C8.44458 3.57676 8.44458 2.9303 8.44458 2.9303C8.44458 2.59616 8.25549 2.32275 7.85326 2.32275H2.19497C1.61911 2.32275 1.3457 2.59619 1.3457 2.9303V3.47047C1.3457 3.47047 1.3457 3.63113 1.5012 3.63113C2.29279 3.63113 4.66761 3.63113 4.66761 3.63113C4.96382 3.63113 5.2048 3.87208 5.2048 4.16829V4.32945C5.2048 4.62565 4.96382 4.86661 4.66761 4.86661H1.5012C1.5012 4.86661 1.3457 4.85369 1.3457 5.02154C1.3457 5.10491 1.3457 5.16087 1.3457 5.2073C1.3457 5.35503 1.54819 5.35495 1.54819 5.35495H3.67966C3.97587 5.35495 4.21686 5.59593 4.21686 5.89211V6.05326C4.21686 6.34947 3.97587 6.59043 3.67966 6.59043H1.58182C1.58182 6.59043 1.3457 6.58606 1.3457 6.77406C1.3457 7.10039 1.3457 8.07931 1.3457 8.07931C1.3457 8.41342 1.61911 8.68686 1.95325 8.68686C1.95325 8.68686 2.20494 8.68686 2.28884 8.68686C2.36495 8.68686 2.37616 8.64446 2.37616 8.62317C2.37616 7.86564 2.99253 7.24942 3.75008 7.24942C4.50769 7.24942 5.12403 7.8657 5.12403 8.62317C5.12403 8.64455 5.11796 8.68686 5.17616 8.68686C5.84138 8.68686 7.88441 8.68686 7.88441 8.68686C7.9381 8.68686 7.93592 8.6416 7.93592 8.62317C7.93592 7.86564 8.55226 7.24942 9.30984 7.24942C10.0674 7.24942 10.6838 7.8657 10.6838 8.62317C10.6838 8.64455 10.6832 8.68686 10.7168 8.68686C11.0219 8.68686 11.3996 8.68686 11.3996 8.68686C11.7299 8.68686 12 8.41673 12 8.08651V6.94593C12 5.98538 11.6968 5.98538 11.3758 5.90196ZM10.2334 5.84854C10.2334 5.84854 8.95844 5.84854 8.52453 5.84854C8.45394 5.84854 8.44455 5.7798 8.44455 5.7798V4.35629C8.44455 4.35629 8.44057 4.30163 8.53122 4.30163C8.65315 4.30163 9.01883 4.30163 9.01883 4.30163C9.31261 4.30163 9.66354 4.51509 9.79862 4.77595L10.2503 5.69045C10.2694 5.72726 10.2897 5.75995 10.3114 5.78924C10.3275 5.81072 10.3006 5.84854 10.2334 5.84854Z" fill="black"/><path d="M3.94819 6.05326C3.94819 6.20099 3.82733 6.32185 3.67962 6.32185H0.268566C0.120831 6.32185 0 6.20099 0 6.05326V5.8921C0 5.7444 0.120861 5.62354 0.268566 5.62354H3.67962C3.82736 5.62354 3.94819 5.7444 3.94819 5.8921V6.05326Z" fill="black"/></svg>') no-repeat left center / 24px 24px;
}