.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

span.amp {
	font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
	font-style: italic
}

.bg-white {
	background-color: #fff
}

.bg-gray {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #b61e36
}

.bg-secondary {
	background-color: #0a4d88
}

.bg-black {
	background-color: #000
}

.bg-succes {
	background-color: #84ab5e
}

.bg-warning {
	background-color: #ffc402
}

.bg-alert {
	background-color: #b61e36
}

.color-white {
	color: #fff
}

.color-gray {
	color: #b3b3b3
}

.color-primary {
	color: #b61e36
}

.color-secondary {
	color: #0a4d88
}

.color-black {
	color: #000
}

.color-succes {
	color: #84ab5e
}

.color-warning {
	color: #ffc402
}

.color-alert {
	color: #b61e36
}

.no-margin {
	margin: 0
}

.no-padding {
	padding: 0
}

.overflowh {
	overflow: hidden
}

.relative {
	position: relative
}

.block {
	display: block
}

.inline {
	display: inline-block
}

.hidden {
	display: none
}

.txt-up {
	text-transform: uppercase
}

.row.fw {
	max-width: 100%
}

ul.no-style {
	list-style: none;
	margin: 0;
	padding: 0
}

figure {
	margin: 0
}

figure img {
	    width: auto;
}

.center-wrap {
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%)
}

ul.share-list {
	margin: 0;
	padding: .625rem 0;
	list-style: none;
	text-align: center
}

ul.share-list li {
	display: inline-block;
	padding: .3125rem
}

ul.share-list .share {
	text-transform: uppercase;
	font-size: .875rem
}

ul.share-list .share a {
	padding: .3125rem .625rem;
	color: #fff;
	display: block
}

ul.share-list .share.fb a {
	background-color: #3b5999
}

ul.share-list .share.tw a {
	background-color: #55acee
}

ul.share-list .share.google a {
	background-color: #dd4b39
}

ul.share-list .share.ln a {
	background-color: #0077b5
}

a:link,
a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration: none
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
	transition: all .5s;
	border: 1px solid #b3b3b3;
	height: auto;
	box-shadow: none;
	padding: 1rem 1.5625rem;
	margin-bottom: 10px;
	border-radius: 25px;
	font-size: 14px;
	line-height: 16px
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
	box-shadow: none;
	border: 1px solid #0a4d88
}

select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='enable-background:new 0 0 32 24;' version='1.1' width='24' height='24' viewBox='0 0 24 24'><path d='M12,19.1L1,8.1l3.3-3.3,7.7,7.7,7.7-7.7,3.3,3.3-11,11Z' style='fill: rgb%2827, 27, 27%29'/></svg>");
	background-size: 12px
}

select:not([multiple]) {
	padding: 1rem 1.5625rem
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-size: 14px;
	line-height: 16px;
	padding: 1rem 1.5625rem;
	border: 1px solid #ffc402;
	background-color: #ffc402;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .5s
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #e8b200;
	border: 1px solid #e8b200
}

.button.green,
button.green,
input[type=button].green,
input[type=reset].green,
input[type=submit].green {
	border: 1px solid #84ab5e;
	background-color: #84ab5e;
	color: #fff
}

.button.green:hover,
button.green:hover,
input[type=button].green:hover,
input[type=reset].green:hover,
input[type=submit].green:hover {
	background-color: #779d52;
	border: 1px solid #779d52
}

.button.outofstock,
button.outofstock,
input[type=button].outofstock,
input[type=reset].outofstock,
input[type=submit].outofstock {
	color: #fff !important;
	background-color: #b3b3b3;
	border: 1px solid #b3b3b3;
	opacity: 1 !important
}

.header {
	position: relative;
	z-index: 5;
	background-color: #fff
}

.hw {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: 85.375rem;
	padding: 0 1.25rem;
	list-style: none
}

.header-notification {
	background-color: #0a4d88;
	padding: .75rem 0;
	text-align: center
}

.header-notification a,
.header-notification h1,
.header-notification h2,
.header-notification h3,
.header-notification h4,
.header-notification h5,
.header-notification h6,
.header-notification li,
.header-notification p,
.header-notification span {
	color: #fff
}

.header-notification a {
	text-decoration: underline;
	font-weight: 600
}

.header-notification p:last-child {
	margin-bottom: 0
}

.header-notification .hw {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-top {
	border-bottom: 1px solid #b3b3b3;
	padding: .3125rem 0
}

.header-top .menu a {
	color: #000
}

.header-top .menu .active>a {
	background-color: transparent;
	color: #b61e36
}

.logo_link .logo {
	display: block;
	width: 190px
}

.header-main {
	padding: .625rem 0
}

.header-menu {
	background-color: #0a4d88
}

.header-menu a {
	color: #fff
}

.header-menu .menu li>a {
	padding: .9375rem 1.25rem;
	text-transform: uppercase;
	position: relative
}

.header-menu .menu li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	height: 1px;
	bottom: 10px;
	width: 0;
	background-color: #fff;
	transition: all .5s
}

.header-menu .menu li.active>a,
.header-menu .menu li:hover>a {
	background-color: transparent
}

.header-menu .menu li.active>a:before,
.header-menu .menu li:hover>a:before {
	width: calc(100% - 40px);
	height: 2px;
	left: 20px;
	background-color: #ffc402
}

.cta-phone {
	background-color: #b61e36
}

.cta-phone a {
	padding: 11px 20px;
	display: block
}

.mega-toggle-wrap {
	background-color: #b61e36;
	color: #fff;
	cursor: pointer
}

.mm-toggle {
	padding: 11px 20px
}

.mm-toggle span:before {
	transition: all .5s
}

.mm-toggle:hover span:before {
	transform: rotate(-270deg)
}

.absolute-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.social-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	gap: 10px;
	list-style: none
}

.social-links a {
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #0a4d88;
	color: #fff;
	padding: .0625rem;
	font-size: 19px;
	line-height: 28px;
	display: block
}

.mobile-nav {
	position: fixed;
	position: absolute;
	left: -100vw;
	top: 0;
	opacity: 0;
	width: 100%;
	max-width: 100vw;
	padding-right: 55px;
	z-index: 6;
	background-color: hsla(0, 0%, 70%, .9);
	transition: all .5s
}

.mobile-nav.active {
	left: 0;
	opacity: 1
}

.mobile-nav .menu-close.side .close-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100vh
}

.mobile-container {
	background-color: rgba(10, 77, 136, .95);
	display: block;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto
}

.mobile-container .mtop-nav {
	padding: .9375rem 4.375rem .9375rem .9375rem;
	background-color: #fff;
	position: relative
}

.mobile-container .mtop-nav .close-menu {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	display: block;
	z-index: 2
}

.mobile-container .menu a {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 22px
}

.mobile-container .menu .submenu-toggle {
	background-color: transparent !important;
	border: none !important
}

.mobile-container .menu .submenu-toggle:after {
	border-color: #fff transparent transparent
}

.mobile-container .menu .submenu {
	margin-left: 15px;
	border-left: 2px solid #fff
}

.menu-close .close-menu {
	cursor: pointer
}

.close-menu span.x {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 10px
}

.close-menu span.x:after,
.close-menu span.x:before {
	content: "";
	position: absolute;
	width: 28px;
	height: 3px;
	background-color: #0a4d88;
	border-radius: .25rem
}

.close-menu span.x:before {
	transform: rotate(-45deg)
}

.close-menu span.x:after {
	transform: rotate(45deg)
}

.search-wrap form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	list-style: none;
	gap: 0
}

.search-wrap form input {
	margin-bottom: 0;
	border-radius: 1.5625rem 0 0 1.5625rem;
	border-right: 1px solid transparent
}

.search-wrap form button {
	margin-left: -22px
}

.search-wrap form button span.icon-search:before {
	transform: scale(1.5)
}

ul.account-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	gap: 20px;
	list-style: none
}

ul.account-links li a {
	display: block;
	position: relative
}

ul.account-links li a:before {
	content: attr(data-sup);
	position: absolute;
	top: -3px;
	left: 65px;
	display: block;
	color: #000
}

ul.account-links figure {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 10px
}

ul.account-links figure i {
	color: #0a4d88;
	font-size: 40px;
	line-height: 40px
}

ul.account-links span.txt {
	font-weight: 600;
	color: #0a4d88
}

.menu-toggle {
	display: none
}

.mega-menu-wrap {
	position: absolute;
	display: none
}

.mega-menu-wrap .mega-wrap {
	transition: all .5s;
	transform: scaleX(0)
}

.flex-display {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -15px !important;
	list-style: none
}

.flex-display>div,
.flex-display>li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: .9375rem
}

.flex-display.items-1>div,
.flex-display.items-1>li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.fc-row {
	margin-bottom: 1.25rem;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	transition: all .5s
}

.fc-row.fc-1.fcl_products_slider.last-row,
.fc-row.last-row.fcl_news {
	margin-bottom: 0 !important
}

.fcl_simple_title .simple-title {
	margin-bottom: 0
}

section.entry-content {
	margin-bottom: 1.25rem
}

.accordion-item {
	margin-bottom: 10px;
	background-color: #f7f7f7
}

.accordion-item .accordion-title {
	font-weight: 600;
	color: #000;
	padding: 1.25rem 1.875rem;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	font-size: 16px
}

.accordion-item .accordion-title:after,
.accordion-item .accordion-title:before {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: 0;
	width: .9375rem;
	height: 2px;
	background-color: #000;
	transition: all .5s
}

.accordion-item .accordion-title:after {
	transform: rotate(270deg);
	margin-top: 0
}

.accordion-item .accordion-content {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	padding: 0 1.875rem .3125rem
}

.accordion-item.is-active .accordion-title {
	color: #b61e36
}

.accordion-item.is-active .accordion-title:after,
.accordion-item.is-active .accordion-title:before {
	background-color: #b61e36
}

.accordion-item.is-active .accordion-title:before {
	transform: rotate(-180deg)
}

.accordion-item.is-active .accordion-title:after {
	transform: rotate(0deg);
	margin-top: 0
}

.atts-accordion .accordion-item {
	border-radius: 29px;
	border: 1px solid #b3b3b3;
	overflow: hidden
}

.atts-accordion .accordion-item .accordion-title {
	padding: .9375rem 1.875rem;
	background-color: #fff;
	border: none
}

.atts-accordion .accordion-item .accordion-title:after,
.atts-accordion .accordion-item .accordion-title:before {
	width: 10px;
	background-color: #b3b3b3
}

.atts-accordion .accordion-item .accordion-title:before {
	transform: rotate(45deg);
	right: 26px
}

.atts-accordion .accordion-item .accordion-title:after {
	transform: rotate(-45deg);
	right: 20px
}

.atts-accordion .accordion-item .accordion-content {
	background-color: #fff;
	border: none
}

.atts-accordion .accordion-item.is-active .accordion-title {
	color: #000
}

.atts-accordion .accordion-item.is-active .accordion-title:before {
	transform: rotate(135deg)
}

.atts-accordion .accordion-item.is-active .accordion-title:after {
	transform: rotate(-135deg)
}

.usps-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin: 0;
	gap: 20px;
	list-style: none
}

.usp {
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	gap: 20px;
	list-style: none
}

.usp,
.usp figure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.usp figure {
	width: 86px;
	height: 86px;
	background-color: rgba(255, 196, 2, .2);
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%
}

.usp figure img {
	height: 2.25rem;
	width: auto
}

.usp .usp-text {
	max-width: calc(100% - 106px)
}

.usp .usp-text span,
.usp .usp-text strong {
	display: block
}

.banners-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px
}

.banner-wrap {
	container-type: inline-size
}

.banner {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	padding: 2.5rem 1.875rem 5.625rem;
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative
}

.banner .banner-corner {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 700;
	line-height: 14px;
	background-color: #b61e36;
	padding: .5rem 1.25rem;
	border-radius: 1.25rem 0 1.25rem 0
}

.banner figure {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	right: 0;
	display: block
}

.banner .banner-text {
	min-height: 120px;
	position: relative;
	z-index: 2
}

.banner .banner-text h3 {
	font-weight: 600;
	line-height: 1.3em
}

.banner .banner-text h3,
.banner .banner-text p {
	text-shadow: 4px 4px 4px #f7f7f7
}

.banner .banner-button {
	position: absolute;
	left: 30px;
	bottom: 30px
}

@container (max-width:320px) {
	.banner {
		padding-top: 180px
	}

	.banner figure {
		top: 0;
		width: calc(100% - 50px);
		height: 170px
	}
}

@container (min-width:320px) {
	.banner .banner-text {
		max-width: calc(100% - 120px)
	}

	.banner figure {
		bottom: 0;
		width: 170px;
		height: calc(100% - 15px)
	}
}

@container (min-width:500px) {
	.banner .banner-text {
		max-width: calc(100% - 220px)
	}

	.banner figure {
		width: 260px
	}
}

.downloads-headers {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	list-style: none;
	background-color: #0a4d88;
	border-radius: 1.25rem 1.25rem 0 0;
	width: 100%
}

.downloads-headers .dwlh {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 1.375rem
}

.dwlh {
	padding: .4375rem 1.5625rem
}

.dwlh.category {
	width: 220px
}

.dwlh.file-name {
	width: calc(100% - 220px);
	-ms-flex-positive: 1;
	flex-grow: 1
}

.dwlh.file-name a {
	display: block
}

.dwlh.file-name .the-title {
	color: #000
}

.dwlh a:hover .the-title {
	color: #b61e36
}

.pdf-search {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-bottom: 20px
}

.downloads-items {
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 0 0 1.25rem 1.25rem;
	margin-bottom: -1px
}

.downloads-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #b3b3b3;
	transition: all .3s
}

.downloads-item.not-in-results {
	overflow: hidden;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border-bottom: none
}

.downloads-item.not-in-results .dwlh {
	padding: 0
}

.contact-us-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px
}

.contact-sidebar>h4 {
	margin-bottom: 25px
}

.contact-sidebar .sb-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b3b3b3
}

.contact-sidebar .sb-item:last-child {
	border-bottom: none
}

.contact-sidebar .sb-item>h5 {
	text-transform: uppercase
}

.contact-sidebar address p {
	margin-bottom: 0
}

.contact-map .leaflet-map {
	border-radius: 1.25rem;
	overflow: hidden;
	z-index: 2
}

.blog-wrap.content {
	padding: 1.875rem 0
}

.blog-wrap.content .item-des,
.blog-wrap.content .loop-item,
.sresults {
	background-color: #f7f7f7
}

.sresults {
	padding: 1.875rem 0
}

.blog-loop {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0
}

.blog-loop li {
	background-color: #fff;
	border-radius: 1.25rem;
	overflow: hidden
}

.search-with-banners {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px
}

.search-box {
	position: relative;
	border-radius: 1.25rem;
	overflow: hidden;
	padding: 1.25rem;
	display: grid;
	-ms-flex-align: end;
	align-items: flex-end;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px
}

.search-box .box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.search-box .title {
	position: relative;
	z-index: 1
}

.search-box .title h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px
}

.search-box .form-wrap {
	position: relative;
	z-index: 1
}

.form-wrap .form-header {
	display: block;
	background-color: #b61e36;
	padding: 1.25rem;
	border-radius: 1.25rem 1.25rem 0 0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 20px
}

.form-wrap .form-description {
	margin-bottom: 20px
}

.form-wrap form {
	padding: 1.25rem;
	border-radius: 0 0 1.25rem 1.25rem;
	background-color: #f7f7f7
}

.form-wrap form label {
	display: none
}

.form-wrap form select {
	margin-bottom: 20px
}

.archive-header {
	padding: 1.875rem 0
}

.archive-header .page-title {
	font-weight: 600;
	text-transform: uppercase;
	margin: 0
}

.archive-header .entry-content {
	margin: 0 !important
}

.fcl_news {
	background-color: #f7f7f7;
	padding: 1.875rem 0
}

.news-block-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
	gap: 20px
}

.news-block-top h2 {
	margin-bottom: 0
}

.categories-slider,
.products-sw-slider {
	overflow: hidden;
	position: relative
}

.categories-slider .swiper-slide,
.products-sw-slider .swiper-slide {
	max-width: 15.125rem
}

.categories-slider .swiper-button-next,
.categories-slider .swiper-button-prev,
.products-sw-slider .swiper-button-next,
.products-sw-slider .swiper-button-prev {
	top: 25px
}

.swiper-button-next,
.swiper-button-prev {
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	background-color: #f7f7f7;
	color: #ffc402;
	border: 2px solid #ffc402;
	top: 50px;
	margin-top: -25px;
	text-align: center;
	z-index: 2;
	transition: all .3s
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: fontello;
	line-height: 3rem;
	font-size: 1rem
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #ffc402;
	color: #fff
}

.swiper-button-prev {
	left: auto;
	right: 90px
}

.swiper-button-prev:after {
	content: "\e80d"
}

.swiper-button-next {
	right: 20px
}

.swiper-button-next:after {
	content: "\e80e"
}

.swiper-container .swiper-pagination-bullets.swiper-pagination {
	text-align: left;
	padding: .9375rem 1.875rem
}

.swiper-container .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .4;
	margin: 0 5px
}

.swiper-container .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.fc-row.fcl_products_slider.before-products_slider {
	margin-bottom: 0 !important
}

.fcl_products_slider {
	padding: 1.875rem 1.25rem 1.25rem;
	background-color: #f7f7f7
}

.fcl_products_slider .section-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-right: 110px
}

.fcl_products_slider .thumbnails-wrap .onsale {
	top: 0;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	min-height: 16px !important
}

.swiper-slide .loop-basket-add button.button {
	width: calc(100% - 114px) !important;
	min-width: calc(100% - 114px) !important
}

.swiper-slide .product-txt .woocommerce-loop-product__title,
.swiper-slide .product-txt h2 {
	max-height: 54px
}

.swiper-slide .thumbnails-wrap .quick-view {
	min-width: 26px;
	min-height: 26px;
	line-height: 26px
}

.img-wc {
	position: relative
}

.img-wc>figure {
	display: block;
	width: 100%;
	height: 50vw;
	background-size: contain
}

.img-wc .content {
	padding: 2.5rem 1.25rem .625rem
}

.split-line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f7f7f7
}

.images-slider .swiper-slide {
	width: auto
}

.images-slider figure {
	width: auto;
	padding: .625rem
}

.images-slider figure>img {
	height: 17.5rem;
	width: auto
}

.archive-header,
.article-header {
	padding: 1.875rem 0;
	position: relative;
	margin-bottom: 1.875rem
}

.archive-header figure,
.archive-header figure:after,
.article-header figure,
.article-header figure:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.archive-header figure:after,
.article-header figure:after {
	content: "";
	background-color: rgba(10, 77, 136, .5)
}

.archive-header .row,
.article-header .row {
	position: relative;
	z-index: 2
}

.archive-header .columns a,
.archive-header .columns h1,
.archive-header .columns h2,
.archive-header .columns h3,
.archive-header .columns h4,
.archive-header .columns h5,
.archive-header .columns h6,
.archive-header .columns li,
.archive-header .columns p,
.article-header .columns a,
.article-header .columns h1,
.article-header .columns h2,
.article-header .columns h3,
.article-header .columns h4,
.article-header .columns h5,
.article-header .columns h6,
.article-header .columns li,
.article-header .columns p {
	color: #fff
}

.archive-header .columns .page-title,
.article-header .columns .page-title {
	text-transform: uppercase;
	font-weight: 600
}

.page-title .vcard {
	border: 0;
	padding: 0
}

section.related-posts {
	background-color: #f7f7f7;
	margin-top: 30px;
	padding: 1.875rem 0
}

section.related-posts h2 {
	margin-bottom: 20px
}

.byline {
	color: #999
}

.page-navigation .pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.125rem 1.25rem;
	border-radius: 5px;
	margin: 0;
	list-style: none;
	background-color: #fff
}

.page-navigation .pagination li {
	font-size: 1rem;
	line-height: 1.125rem
}

.page-navigation .pagination li.current {
	background-color: transparent;
	font-weight: 600;
	color: #b61e36
}

.page-navigation .pagination a {
	color: #b3b3b3;
	font-weight: 600;
	transition: all .5s
}

.page-navigation .pagination a:hover {
	background-color: transparent;
	color: #0a4d88
}

.entry-content img {
	max-width: 100%;
	height: auto
}

.entry-content .alignleft,
.entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left
}

.entry-content .alignright,
.entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	text-align: center;
}

.entry-content object,
.entry-content video {
	max-width: 100%;
	height: auto
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%
}

.wp-caption p.wp-caption-text {
	font-size: .85em;
	margin: 4px 0 7px;
	text-align: center
}

.loop-item {
	position: relative
}

.loop-item figure {
	border-radius: 1.25rem 1.25rem 0 0;
	overflow: hidden;
	justify-content: center;
	    text-align: center;
	    align-items: center;
	    display: flex;
	    height: 230px;
}

.loop-item .item-des {
	padding: 1.25rem 1.25rem .3125rem;
	background-color: #fff;
	color: #000
}

.loop-item .item-des h3 {
	font-weight: 600;
	font-size: 1.25rem
}

.loop-item .item-des p {
	margin-bottom: 10px
}

.loop-item-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	margin: 0;
	list-style: none;
	padding: 0 1.25rem 1.25rem
}

.loop-item-footer .rmore {
	font-weight: 600;
	color: #b61e36;
	text-decoration: underline
}

.loop-item-footer .the-date {
	color: #000
}

figure.thumbnail-default {
	background-color: hsla(0, 0%, 70%, .6);
	position: relative
}

figure.thumbnail-default:before {
	content: "";
	display: block;
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	background: url(../../images/logo.png) 50%/contain no-repeat;
	opacity: .5
}

.page-navigation {
	margin-top: 1rem
}

#comments .commentlist,
#respond ul {
	margin-left: 0
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: .7335em 10px
}

.commentlist li:last-child {
	margin-bottom: 0
}

.commentlist li ul.children {
	margin: 0
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0
}

.commentlist .vcard {
	margin-left: 50px
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal
}

.commentlist .vcard time {
	float: right
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none
}

.commentlist .vcard time a:hover {
	text-decoration: underline
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff
}

.commentlist .comment_content p {
	margin: .7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em
}

.commentlist .comment-reply-link {
	float: right
}

.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em
}

.respond-form form {
	margin: .75em 0
}

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: .7335em
}

.respond-form form li label,
.respond-form form li small {
	display: none
}

.respond-form form input[type=email],
.respond-form form input[type=text],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em
}

.respond-form form input[type=email]:focus,
.respond-form form input[type=text]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff
}

.respond-form form input[type=email]:invalid,
.respond-form form input[type=text]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-ms-box-shadow: none;
	box-shadow: none
}

.respond-form form input[type=email],
.respond-form form input[type=text],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px
}

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px
}

#comment-form-title {
	margin: 0 0 1.1em
}

#allowed_tags {
	margin: 1.5em 10px .7335em 0
}

.nocomments {
	margin: 0 20px 1.1em
}

.widgettitle {
	text-transform: uppercase;
	font-size: 1rem;
}

.widget ul {
	margin: 0
}

.widget ul li {
	list-style: none
}

.widget_nav_menu ul.menu li {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}

.widget_nav_menu ul.menu li a {
	padding: 8px 15px 8px 0;
	font-weight: 600;
}

.widget_nav_menu ul.menu li.active>a {
	color: #b61e36;
	background-color: transparent
}

.footer {
	clear: both;
	background-color: #fff
}

.footer-widgets-wrap {
	padding: 1.875rem 0
}

.footer-widgets,
.footer-widgets a {
	color: #585858;
	font-size: 0.8rem;
	font-family: Montserrat Bold;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 15px
}

.footer-widgets .social-links a {
	background-color: #b61e36;
	color: #272727
}
.foot-link a{
	font-size: 2rem;
}
.shortcode-address {
	padding: 20px 0;
	font-style: normal
}

.contact-actions li {
	color: #b61e36;
	padding: 3px 10px 3px 0
}

.contact-actions li a {
	color: #000;
	transition: all .5s
}

.contact-actions li a:hover {
	color: #b61e36
}

.cright-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	gap: 15px;
	list-style: none;
	position: relative
}

.cright-wrap p {
	margin-bottom: 0
}

.cright-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 1px;
	background-color: #868686
}

.cright {
	padding: 1.25rem 0;
	color: #b3b3b3;
	font-size: .875rem
}

.cright ul.menu {
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 0
}

.cright ul.menu a {
	padding: 5px 10px;
	color: #b3b3b3
}

.cright ul.menu li.active>a {
	color: #b61e36;
	background-color: transparent
}

.cright ul.menu li {
	position: relative
}

.cright ul.menu li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	width: 2px;
	height: 14px;
	background-color: #b3b3b3;
	display: block
}

.cright ul.menu li:last-child:after {
	display: none
}

.bg-pos {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.bg-pos.left-top {
	background-position: 0 0
}

.bg-pos.center-top {
	background-position: top
}

.bg-pos.right-top {
	background-position: 100% 0
}

.bg-pos.left-center {
	background-position: 0
}

.bg-pos.center-center {
	background-position: 50%
}

.bg-pos.right-center {
	background-position: 100%
}

.bg-pos.left-bottom {
	background-position: 0 100%
}

.bg-pos.center-bottom {
	background-position: bottom
}

.bg-pos.right-bottom {
	background-position: 100% 100%
}

.gform_body ul {
	list-style: none outside none;
	margin: 0
}

.fcl_logos_slider {
	background-color: #f7f7f7;
	padding: 1.25rem 0;
	transition: all .5s
}

.logos-block {
	text-align: center
}

.logos-block ul {
	list-style: none
}

.logos-block ul li {
	display: inline-block;
	max-width: 90px;
	padding: 0
}

.logos-block ul li figure {
	padding: .625rem .9375rem;
	height: 90px
}

.logos-slider {
	background-color: #b3b3b3;
	padding: 0 .9375rem
}

.logos-slider .swiper-slide {
	width: auto
}

.logos-slider .slides img {
	width: auto !important
}

.logos-slider figure {
	padding: .625rem .9375rem;
	height: 90px
}

.logos-slider figure img {
	max-height: 54px;
	width: auto;
	margin: 0 auto
}

.wpcf7 span.wpcf7-checkbox {
	display: block;
	margin-bottom: 10px
}

.wpcf7 span.wpcf7-checkbox>span {
	display: block;
	margin-left: 0
}

.wpcf7 span.wpcf7-checkbox label {
	text-align: left;
	cursor: pointer
}

.wpcf7 span.wpcf7-checkbox label .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	padding-top: 3px;
	font-weight: 400;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.wpcf7 span.wpcf7-checkbox label .wpcf7-list-item-label:before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #272727;
	position: absolute;
	display: block;
	left: 0;
	top: 0
}

.wpcf7 span.wpcf7-checkbox label input {
	display: none
}

.wpcf7 span.wpcf7-checkbox label input:checked~span:before {
	border: 1px solid #b61e36
}

.wpcf7 span.wpcf7-checkbox label input:checked~span:after {
	content: "\e809";
	font-family: fontello;
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #b61e36
}

.wpcf7 .two-cols p {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px
}

.wpcf7 .two-cols p label input {
	margin-bottom: 0 !important
}

.fcl_single_column div.wpcf7 {
	max-width: 60rem;
	margin: 0 auto
}

.logged-in .mobile-menu {
	top: 136px
}

.sc_cookie_notification {
	position: absolute;
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	max-width: 34.375rem;
	max-height: calc(100vh - 20px);
	overflow: auto;
	z-index: 7;
	padding: 1.25rem 1.25rem .3125rem;
	background-color: #000;
	color: #fff
}

.sc_cookie_notification a,
.sc_cookie_notification h1,
.sc_cookie_notification h2,
.sc_cookie_notification h3,
.sc_cookie_notification h4,
.sc_cookie_notification h5,
.sc_cookie_notification h6,
.sc_cookie_notification li,
.sc_cookie_notification p {
	color: #fff
}

.sc_cookie_notification .sc_cookie_notification_msg {
	padding-top: 20px
}

.sc_cookie_notification label {
	color: #fff
}

.sc_cookie_notification .opt-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 20px;
	gap: 15px;
	list-style: none
}

.sc_cookie_notification .opt-buttons button {
	margin: 0 !important;
	width: auto;
	min-width: 128px
}

.sc_cookie_notification .opt-buttons button.ghost-btn {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff
}

.sc_cookie_notification .opt-buttons #btn-accept-all {
	background-color: #0a4d88 !important;
	color: #fff
}

.sc_cookie_notification .sc_close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 26px;
	height: 26px;
	display: block;
	cursor: pointer
}

.sc_cookie_notification .sc_close:after,
.sc_cookie_notification .sc_close:before {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 28px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	display: block
}

.sc_cookie_notification .sc_close:before {
	transform: rotate(45deg)
}

.sc_cookie_notification .sc_close:after {
	transform: rotate(-45deg)
}

.cookie-consent-options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	gap: 10px;
	list-style: none;
	padding-top: 30px
}

.cookie-consent-options .consent-option {
	width: 100%
}

.cookie-consent-options .heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 15px;
	list-style: none
}

.cookie-consent-options .heading input {
	display: none
}

.cookie-consent-options .heading label {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	width: 40px;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 11px;
	background-color: #000;
	position: relative;
	transition: all .5s
}

.cookie-consent-options .heading label:before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 2px;
	left: 3px;
	transition: all .5s
}

.cookie-consent-options .heading input:checked~label {
	border: 1px solid #0a4d88
}

.cookie-consent-options .heading input:checked~label:before {
	background-color: #0a4d88;
	left: 18px
}

.cookie-consent-options .heading input:disabled~label {
	opacity: .5
}

.cookie-consent-options .heading strong {
	-ms-flex-positive: 1;
	flex-grow: 1;
	cursor: pointer;
	position: relative;
	padding-right: 20px
}

.cookie-consent-options .heading strong:after,
.cookie-consent-options .heading strong:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 2px;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transition: all .5s
}

.cookie-consent-options .heading strong.active:after {
	transform: rotate(90deg)
}

.cookie-consent-options small {
	margin: 0;
	padding: .3125rem 0 .9375rem 3.4375rem;
	display: block
}

.cookie-consent-options .opt-buttons {
	margin-top: 15px
}

.entry-content .columns .privacy-policy li,
div.privacy-policy li {
	display: block
}

.entry-content .columns .privacy-policy li:before,
div.privacy-policy li:before {
	content: counters(a, ".") " ";
	counter-increment: a;
	position: relative;
	background-color: transparent;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 8px
}

.entry-content .columns .privacy-policy ol:first-of-type,
div.privacy-policy ol:first-of-type {
	counter-reset: a
}

.entry-content .columns .privacy-policy ol>li,
div.privacy-policy ol>li {
	font-weight: 600
}

.entry-content .columns .privacy-policy ol>li ol>li,
div.privacy-policy ol>li ol>li {
	font-weight: 400
}

.entry-content .columns .privacy-policy>ol,
div.privacy-policy>ol {
	margin-left: 0
}

.entry-content .columns .privacy-policy table,
div.privacy-policy table {
	margin: .9375rem 0 2.1875rem
}

body.scroll-lock {
	overflow: hidden
}

body.woocommerce-page {
	background-color: #f7f7f7
}

.lazy-bg {
	transition: all 1s
}

.lazy-bg.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	opacity: .6
}

.splishs-plash-splosh {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 11;
	background-color: #fff;
	display: block
}

.q-doing-ajax {
	display: block;
	width: 100%;
	height: 220px;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	background-color: hsla(0, 0%, 70%, .5)
}

.q-doing-ajax>span {
	position: absolute;
	font-size: 2.25rem;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	color: #b61e36;
	opacity: .7
}

.q-doing-ajax>span:before {
	animation: a 3s linear infinite;
	-moz-animation: a 3s linear infinite;
	-webkit-animation: a 3s linear infinite;
	-ms-animation: a 3s linear infinite;
	-o-animation: a 3s linear infinite
}

.buy-online-redirect {
	margin-top: -16px
}

.lds-dual-ring {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #b61e36;
	border-color: #b61e36 transparent;
	animation: a 1.2s linear infinite
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.footer-widgets .widget_text .wpcf7 .nwsl_border {
	border-bottom: 1px solid #fff;
	display: inline-block
}

.footer-widgets .widget_text .wpcf7 input {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .625rem;
	color: #f7f7f7;
	margin: 0;
	display: inline-block;
	max-width: calc(100% - 100px)
}

.footer-widgets .widget_text .wpcf7 input::-webkit-input-placeholder {
	color: #f7f7f7 !important
}

.footer-widgets .widget_text .wpcf7 input::-moz-placeholder {
	color: #f7f7f7 !important
}

.footer-widgets .widget_text .wpcf7 input:-ms-input-placeholder,
.footer-widgets .widget_text .wpcf7 input::-ms-input-placeholder {
	color: #f7f7f7 !important
}

.footer-widgets .widget_text .wpcf7 input::placeholder {
	color: #f7f7f7 !important
}

.footer-widgets .widget_text .wpcf7 button {
	padding: .625rem;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	background-color: transparent;
	border: transparent
}

.footer-widgets .widget_text .wpcf7-acceptance {
	padding: .625rem 0;
	display: inline-block
}

.footer-widgets .widget_text .wpcf7-acceptance .wpcf7-list-item {
	margin: 0
}

.footer-widgets .widget_text .wpcf7-acceptance .wpcf7-list-item-label {
	color: #f7f7f7
}

p>small {
	font-size: 14px
}

.slide-notification {
	position: absolute;
	position: fixed;
	top: 50px;
	right: -280px;
	width: 280px;
	transition: all .5s;
	border: 1px solid #b61e36;
	border-left: 10px solid #b61e36;
	border-radius: .3125rem 0 0 .3125rem;
	opacity: .5;
	background-color: hsla(0, 0%, 100%, .7);
	padding: .625rem .9375rem
}

.slide-notification p {
	margin-bottom: 0
}

.slide-notification.in-view {
	opacity: 1;
	right: -1px;
	z-index: 7
}

.reveal {
	border-radius: 10px;
	padding: 0
}

.reveal .pop-content {
	padding: 2.5rem 1.25rem 1.25rem;
	background-color: #f7f7f7
}

.reveal .close-button {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0 !important;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	min-width: 28px;
	top: 15px;
	right: 15px
}

.data-split-line {
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #b3b3b3
}

.featured-post {
	margin-bottom: 20px
}

.featured-post .loop-item {
	border-radius: 1.25rem
}

.featured-post .loop-item>figure:after {
	content: "Featured";
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #ffc402;
	padding: .25rem .9375rem;
	border-radius: 1rem;
	color: #000
}

ul.menu li.sc-hidde-mitem {
	display: none !important
}

.stockists-wrapper {
	display: block;
	width: 100%;
	max-width: 85.375rem;
	margin: 0 auto;
	padding: 0 1.25rem
}

.leaflet-popup-content strong {
	padding-bottom: 5px;
	display: block
}

.leaflet-popup-content a {
	color: #b61e36
}

.stockists-search-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px
}

.stockists-search.lookup input {
	margin-bottom: 0;
	max-width: calc(100% - 180px);
	border-radius: 1.5625rem 0 0 1.5625rem;
	display: inline-block;
	vertical-align: top
}

.stockists-search.lookup button {
	border-radius: 0 1.5625rem 1.5625rem 0;
	display: inline-block;
	vertical-align: top
}

.search-progress {
	padding: 1rem 1.25rem;
	background-color: #f7f7f7;
	border-radius: .625rem;
	margin: 10px 0 20px;
	transition: all .5s
}

.search-progress p {
	margin-bottom: 0
}

.search-progress:empty {
	padding: 0;
	background-color: transparent
}

.swiper-wrapper {
	transition-timing-function: linear !important
}

.shop-header {
	position: relative;
	padding: 40px 0;
	margin-bottom: 30px
}

.shop-header figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.shop-header .shop-header-content {
	display: block;
	width: 100%;
	max-width: 85.375rem;
	margin: 0 auto;
	padding: 0 1.25rem;
	position: relative;
	z-index: 2
}

.shop-header .shop-header-content a span,
.shop-header .shop-header-content h1,
.shop-header .shop-header-content h2,
.shop-header .shop-header-content h3,
.shop-header .shop-header-content h4,
.shop-header .shop-header-content h5,
.shop-header .shop-header-content h6,
.shop-header .shop-header-content p {
	color: #fff
}

.shop-header .shop-header-content h1,
.shop-header .shop-header-content h2,
.shop-header .shop-header-content h3 {
	text-transform: uppercase;
	font-weight: 600
}

.shop-wrap {
	display: -ms-flexbox;
	width: 100%;
	max-width: 85.375rem;
	margin: 20px auto;
	padding: 1.25rem;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	list-style: none;
	gap: 20px
}

.shop-wrap .content-area,
.shop-wrap .sidebar {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.shop-wrap .sidebar {
	padding: 0
}

.shop-wrap .sidebar .widget {
	margin-bottom: 30px
}

#shop-sidebar-toggle,
.close-sidebar {
	display: none
}

.archive-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 5px;
	list-style: none
}

.archive-nav .woocommerce-ordering {
	float: none !important;
	margin-bottom: 0;
	padding: .375rem 1.25rem;
	position: relative
}

.archive-nav .woocommerce-ordering:after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: calc(100% - 40px);
	height: 2px;
	background-color: #b61e36;
	display: block
}

.archive-nav .woocommerce-ordering select {
	margin: 0;
	border: none !important;
	padding-left: .3125rem;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='enable-background:new 0 0 32 24;' version='1.1' width='24' height='24' viewBox='0 0 24 24'><path d='M12,19.1L1,8.1l3.3-3.3,7.7,7.7,7.7-7.7,3.3,3.3-11,11Z' style='fill: rgb%28182, 30, 52%29'/></svg>");
	color: #b61e36;
	font-weight: 600
}

.woocommerce-pagination {
	-ms-flex-item-align: center;
	align-self: center;
	text-align: left !important;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 8px
}

.woocommerce-pagination .page-numbers,
.woocommerce-pagination .page-numbers li {
	border: none !important
}

.woocommerce-pagination .page-numbers li a {
	color: #b3b3b3;
	font-weight: 600 !important
}

.woocommerce-pagination .page-numbers li span.current {
	background-color: transparent !important;
	color: #b61e36 !important;
	font-weight: 600 !important
}

.per-page-count .per-page {
	font-weight: 600 !important;
	color: #b3b3b3;
	padding: 18px 20px;
	display: inline-block;
	border-left: 4px solid #f7f7f7
}

.per-page-count .per-page.current {
	color: #b61e36 !important
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
	float: none !important;
	margin: 0 !important;
	width: auto !important
}

ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px
}

ul.products:after,
ul.products:before {
	display: none !important
}

ul.products li {
	transition: all .3s;
	max-width: 22.5rem;
	list-style: none;
}

body.list-view-on ul.products li {
	max-width: 100%
}

body.list-view-on ul.products li .product-txt .the-categories {
	min-height: 24px
}

.thumbnails-wrap {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: .9375rem
}

.thumbnails-wrap figure {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.thumbnails-wrap span.onsale {
	right: auto !important;
	left: 0 !important;
	background-color: #b61e36 !important;
	border-radius: .3125rem 0 .625rem 0 !important;
	padding: .5rem 1.25rem !important;
	margin: 0 !important;
	text-transform: uppercase;
	font-size: .875rem !important;
	line-height: .875rem !important;
	min-height: 32px !important;
	z-index: 2 !important
}

.thumbnails-wrap .quick-view {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	padding: .1875rem;
	border-radius: 50%;
	min-width: 2rem;
	min-height: 2rem;
	text-align: center;
	color: #fff;
	background-color: #b61e36;
	transition: all .5s;
	cursor: pointer
}

.single-product-main span.onsale,
.woocommerce span.onsale {
	position: absolute;
	right: auto !important;
	left: 0 !important;
	color: #fff;
	font-weight: 700;
	background-color: #b61e36 !important;
	border-radius: .3125rem 0 .625rem 0 !important;
	padding: .5rem 1.25rem !important;
	margin: 0 !important;
	text-transform: uppercase;
	font-size: .875rem !important;
	line-height: .875rem !important;
	min-height: 32px !important;
	z-index: 2 !important
}

.sc_stock_status {
	color: #fff;
	font-weight: 600;
	padding: .3125rem 1.25rem;
	background-color: #84ab5e;
	line-height: 20px;
	display: inline-block;
	border-radius: 15px;
	margin-top: 10px
}

.sc_stock_status:after {
	content: "In Stock"
}

.sc_stock_status.amber,
.sc_stock_status.yellow {
	background-color: #ffc402
}

.sc_stock_status.amber:after,
.sc_stock_status.yellow:after {
	content: "In Warehouse (1-3 days)"
}

.sc_stock_status.direct:after,
.sc_stock_status.supplier:after {
	content: "Direct from Supplier"
}

.sc_stock_status.onbackorder,
.sc_stock_status.outofstock,
.sc_stock_status.red {
	background-color: #b61e36
}

.sc_stock_status.onbackorder:after,
.sc_stock_status.outofstock:after,
.sc_stock_status.red:after {
	content: "Back Order"
}

.product-txt .the-categories {
	display: block;
	padding: 0;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	max-height: 40px;
	min-height: 40px;
	overflow: hidden
}

.product-txt .woocommerce-loop-product__title,
.product-txt h2 {
	text-transform: uppercase;
	color: #000;
	max-height: 4.0625rem;
	font-size: 18px !important;
	height: 4.0625rem;
	overflow: hidden
}

.product-txt .the-sku {
	display: block;
	font-weight: 600
}

.product-txt .sku-with_price .price {
	font-size: 18px !important
}

.product-txt .sku-with_price .price.empty {
	color: #000;
	min-height: 29px;
	display: block
}

.product-txt .sku-with_price .price del {
	color: #000 !important
}

.loop-basket-add input::-webkit-inner-spin-button,
.loop-basket-add input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.loop-basket-add input[type=number] {
	-moz-appearance: textfield
}

.loop-basket-add input.qty {
	width: 90px
}

.loop-basket-add .quantity {
	display: inline-block;
	margin-right: 10px
}

.loop-basket-add .quantity input.qty {
	width: 90px;
	margin-bottom: 0 !important;
	font-weight: 600;
	text-align: center
}

.loop-basket-add button.button {
	margin-top: 0 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	width: calc(100% - 110px) !important;
	min-width: calc(100% - 110px) !important
}

.loop-basket-add button.button.outofstock {
	width: 100% !important;
	min-width: 100% !important
}

.loop-basket-add .sc-cart-update {
	display: none !important
}

.loop-basket-add.inbasket .sc-cart-update {
	display: inline-block !important
}

.loop-basket-add.inbasket .sc-cart-add {
	display: none !important
}

.quantity {
	position: relative
}

.quantity .change-q {
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	top: 12px
}

.quantity .change-q:before {
	content: "+";
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	width: 25px;
	display: block;
	transition: all .5s
}

.quantity .change-q.up {
	right: 2px
}

.quantity .change-q.down {
	left: 2px
}

.quantity .change-q.down:before {
	content: "-"
}

.quantity .change-q:hover:before {
	color: #84ab5e
}

.list-sku-and-details {
	border-top: 1px solid #b3b3b3;
	padding: .625rem 0 .3125rem;
	margin-top: 10px
}

.list-sku-and-details>span {
	display: block
}

.list-sku-and-details .the-categories {
	margin-top: 0;
	line-height: 18px
}

.list-sku-and-details .dimensions-details {
	font-size: 14px;
	line-height: 18px
}

body.list-view-on .visible-in-grid,
body:not(.list-view-on) .visible-in-list {
	display: none !important
}

.availability {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	margin-left: 10px
}

.single-product-main .images {
	position: relative;
	overflow: hidden;
	float: none;
	max-width: calc(100vw - 60px)
}

.single-product-main .images .product-gallery {
	margin-bottom: 30px
}

.single-product-main .images .product-gallery img {
	overflow: hidden
}

.single-product-main .images .gallery-thumbs .swiper-slide {
	opacity: .5;
	width: auto;
	transition: all .5s
}

.single-product-main .images .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1
}

.single-product-main .img-slide,
.single-product-main .thumb-wrap {
	padding: .25rem;
	border: 2px solid #f7f7f7
}

.single-product-main .thumb-wrap {
	background-color: #fff
}

.single-product-main .swiper-slide-thumb-active .thumb-wrap {
	border: 2px solid #b61e36
}

.single-product-main .loop-basket-add {
	margin: 20px 0
}

.images .swiper-button-next,
.images .swiper-button-prev {
	width: 36px !important;
	height: 36px !important;
	border: 1px solid #b61e36;
	background-color: #b61e36;
	opacity: .8;
	color: #fff
}

.images .swiper-button-next {
	right: 5px !important
}

.images .swiper-button-prev {
	left: 5px !important;
	right: unset !important
}

.images .gallery-thumbs,
.images .product-gallery {
	position: relative
}

.images .gallery-thumbs .swiper-button-next,
.images .gallery-thumbs .swiper-button-prev,
.images .product-gallery .swiper-button-next,
.images .product-gallery .swiper-button-prev {
	top: 50% !important;
	margin-top: -18px !important
}

.single-product-main {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
	margin: 0 !important
}

.single-product-main span.onsale {
	top: 0 !important
}

.single-product-main .visible-in-list.sc_stock_status {
	display: inline-block !important
}

.single-product-main .visible-in-list.list-sku-and-details {
	display: block !important
}

.single-product-main p.price {
	font-size: 1.375rem;
	color: #b61e36
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin-bottom: 0
}

body.woocommerce-page.single-product {
	background-color: #fff
}

.spec-sheets {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 10px 0;
	gap: 10px;
	list-style: none
}

.spec-sheets .spec-file {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.spec-sheets .spec-file a {
	color: #000;
	display: block;
	font-weight: 600;
	padding: .375rem .9375rem;
	border: 1px solid #eaece7;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 23px
}

.spec-sheets .spec-file .spec-icon {
	margin-right: 5px;
	font-size: 22px
}

.spec-sheets .spec-file .spec-icon.custom {
	position: relative
}

.spec-sheets .spec-file .spec-icon.custom:after {
	content: attr(data-ext);
	position: absolute;
	left: 1.2em;
	top: 1.4em;
	font-size: .26em;
	font-weight: 600
}

.spec-sheets.total-1 .spec-file,
.spec-sheets.total-2 .spec-file {
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-align: center
}

.spec-sheets.total-1 .spec-file .spec-icon,
.spec-sheets.total-2 .spec-file .spec-icon {
	display: block;
	font-size: 4.375rem
}

.sidebar .widget .widgettitle,
.sidebar .widget h4 {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 15px;
	margin-bottom: 15px
}

ul.atts-tree {
	list-style: none
}

ul.atts-tree li {
	position: relative
}

ul.atts-tree li .childs-toggle {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	cursor: pointer;
	transition: all .5s
}

ul.atts-tree li .childs-toggle:before {
	content: "\e80c";
	font-family: fontello;
	transition: all .5s
}

ul.atts-tree a {
	color: #000;
	position: relative;
	padding-left: 26px;
	display: block;
	line-height: 28px
}

ul.atts-tree a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	display: block;
	background-color: #fff
}

ul.atts-tree a.active,
ul.atts-tree a:hover {
	color: #b61e36
}

ul.atts-tree a.active:before {
	background-color: #b61e36
}

ul.atts-tree ul {
	padding-left: 26px
}

ul.atts-tree li.open>.childs-toggle {
	transform: rotate(180deg);
	color: #b61e36
}

.widget_product_categories .product-categories li {
	position: relative
}

.widget_product_categories .product-categories li a {
	color: #000;
	position: relative;
	padding-left: 26px;
	display: inline-block;
	line-height: 28px
}

.widget_product_categories .product-categories li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	display: block;
	background-color: #fff
}

.widget_product_categories .product-categories li.current-cat a,
.widget_product_categories .product-categories li a:hover {
	color: #b61e36
}

.widget_product_categories .product-categories li.current-cat a:before {
	border: 1px solid #000
}

.widget_product_categories .product-categories li.current-cat a:after {
	content: "\e809";
	font-family: fontello;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 3px;
	top: -1px;
	color: #000
}

.widget_product_categories .product-categories ul {
	padding-left: 26px
}

.login-register-wrap {
	gap: 30px
}

.login-register-wrap,
.login-register-wrap .ureg-fields {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
}

.login-register-wrap .ureg-fields {
	gap: 15px;
	margin-bottom: 15px
}

.login-register-wrap .ureg-fields input,
.login-register-wrap .ureg-fields select {
	margin-bottom: -5px
}

.sc-column {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	padding: 1.875rem 1.875rem 1.25rem;
	border-radius: 20px
}

.sc-column .form-wrap form {
	padding: 0;
	background-color: transparent
}

.sc-column .lost_pass {
	margin-left: 20px
}

.status.alert p {
	color: #b61e36
}

.status.prg p {
	color: #272727
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid #b3b3b3;
	padding: 0 !important;
	overflow: hidden
}

.woocommerce-MyAccount-navigation ul li {
	padding: 0;
	border-bottom: 1px solid #b3b3b3
}

.woocommerce-MyAccount-navigation ul li a {
	padding: .625rem 1.5625rem;
	display: block;
	font-weight: 600
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #b61e36;
	color: #fff
}

table.shop_table .quantity input[type=number] {
	min-width: 90px;
	width: 90px
}

table.shop_table .coupon input[name=coupon_code] {
	padding: 1rem 1.5625rem !important;
	margin-right: 10px;
	min-width: 170px
}

.place-order button[type=submit],
.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .wc-forward {
	background-color: #84ab5e;
	border: 1px solid #84ab5e;
	color: #fff
}

.tax-landing-wrapper {
	background-color: #fff;
	padding: 1.5625rem 0
}

.login-register a>span {
	margin-top: 10px;
	display: block;
	text-align: center;
	background-color: #0a4d88;
	color: #fff;
	padding: .9375rem 1.5625rem;
	line-height: 1.25rem;
	font-size: 1rem;
	border-radius: 25px
}

.not-logged-in .loop-product:hover .sku-with_price {
	opacity: 1 !important
}

.not-logged-in .cat-item span.count {
	display: none !important
}

.register-login-message {
	margin-bottom: 20px
}

.atts-accordion .accordion-title {
	text-transform: uppercase
}

.stock-notification {
	position: relative;
	cursor: pointer;
	margin-top: 15px;
	transition: all .5s
}

.stock-notification .checkbx {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	margin-right: 10px;
	vertical-align: text-bottom;
	transition: all .5s
}

.stock-notification[data-status=on] .checkbx {
	border: 1px solid #84ab5e
}

.stock-notification[data-status=on] .checkbx:before {
	content: "\e809";
	font-family: fontello;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 3px;
	top: 1px;
	color: #84ab5e
}

.stock-notification.doing-ajax {
	opacity: .5
}

#quick-to-basket .button,
#quick-to-basket button {
	padding: .8125rem .625rem;
	margin-right: 5px;
	color: #fff;
	min-width: 20px
}

#quick-to-basket .button.update,
#quick-to-basket button.update {
	background-color: #b61e36;
	border: 1px solid #b61e36
}

#quick-to-basket .button.add,
#quick-to-basket button.add {
	padding: .8125rem 2.0625rem;
	background-color: #84ab5e;
	border: 1px solid #84ab5e
}

#quick-to-basket .button:disabled,
#quick-to-basket button:disabled {
	opacity: .5
}

.ui-autocomplete {
	list-style: none;
	margin: 0;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #b3b3b3;
	max-width: 256px;
	max-height: 300px;
	overflow-y: auto
}

.ui-autocomplete li {
	border-bottom: 1px solid #b3b3b3
}

.ui-autocomplete li div {
	font-weight: 600;
	font-size: .875rem;
	padding: .3125rem;
	cursor: pointer;
	transition: all .5s
}

.ui-autocomplete li div:hover {
	color: #b61e36
}

.ui-autocomplete li:last-child {
	border-bottom: 1px solid transparent
}

.csv-products {
	margin: 0 0 15px;
	list-style: none
}

.csv-products li {
	display: block
}

.csv-products small.alert {
	display: block;
	color: #b61e36
}

.csv-product {
	line-height: 40px;
	padding: 5px 0;
	border-bottom: 1px solid #f7f7f7
}

.csv-product .csv-pr-count {
	max-width: 60px;
	display: inline-block;
	padding: .5rem .625rem
}

.csv-product a {
	position: relative;
	font-weight: 600;
	padding-left: 50px
}

.csv-product a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: var(--background-img);
	background-size: contain;
	background-position: 50%
}

.csv-product a .woocommerce-Price-amount {
	color: #84ab5e !important
}

.csv-errors-toggle {
	cursor: pointer;
	color: #b61e36
}

.csv-errors {
	border: 1px solid #b3b3b3;
	background-color: #f7f7f7;
	padding: .9375rem .9375rem 0;
	margin-bottom: 20px
}

.products-list-progress {
	margin-top: 20px
}

.csv-products-history {
	margin-top: 20px;
	overflow: auto;
	max-height: 600px;
	min-height: 400px
}

.csv-products-log {
	margin: 0;
	list-style: none
}

.csv-products-log li {
	display: block;
	padding: .625rem 0;
	border-bottom: 1px solid #b3b3b3
}

.csv-products-log li h4 {
	font-weight: 600
}

.csv-products-log li button {
	margin-right: 20px
}

input[name=product_qty],
input[name=product_sku] {
	border: 1px solid #84ab5e !important
}

.save-basket-wrap tr>th {
	padding: .625rem !important
}

.save-basket-wrap>h5 {
	font-weight: 600
}

.save-basket-wrap input {
	border: 1px solid #b3b3b3 !important
}

.save-basket-wrap input:focus {
	border: 1px solid #b61e36 !important
}

.save-basket-wrap .basket-action {
	text-align: center;
	min-width: 6.625rem
}

@media screen and (min-width:30rem) {

	#basket_title,
	#wl_title {
		min-width: 350px
	}
}

.saved-basket {
	background-color: #f7f7f7;
	padding: .9375rem 1.25rem;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	margin-bottom: 10px
}

.saved-basket h5 {
	font-weight: 600
}

.saved-basket .basket-products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 !important;
	gap: 10px;
	list-style: none
}

.saved-basket .basket-products li {
	list-style: none
}

.saved-basket .basket-products .product-img {
	display: block;
	width: 7.5rem;
	height: 7.5rem;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 1px solid #b3b3b3
}

.saved-basket .products-and-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -15pxmportant;
	list-style: none;
	gap: 15px
}

.saved-basket .basket-actions .button {
	padding: .375rem 1.25rem
}

.saved-basket .all_items {
	margin-top: 10px
}

.all_items .product-thumb img {
	max-width: 7.5rem
}

.saved-basket-sub {
	background-color: #84ab5e;
	border: 1px solid #84ab5e !important;
	color: #fff
}

.saved-basket-sub:hover {
	background-color: #779d52;
	color: #fff
}

@media screen and (min-width:64rem) {
	.products-and-actions .pr-links {
		width: calc(100% - 180px)
	}

	.products-and-actions .basket-actions {
		width: 10rem;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px
	}
}

.wl-interact {
	cursor: pointer;
	transition: all .5s
}

.wl-interact.in-wl,
.wl-interact:hover {
	color: #b61e36
}

.wl-action.remove {
	min-width: 20px;
	padding: 10px !important
}

.saved-lists-display {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 10px 0 0;
	list-style: none;
	gap: 5px;
	background-color: #f7f7f7;
	padding: .625rem 1.25rem;
	border-radius: 10px
}

.saved-lists-display .saved-lists-row {
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding-right: 100px;
	min-height: 40px
}

.saved-lists-display .saved-lists-row strong {
	line-height: 36px
}

.saved-lists-display .saved-lists-row .wl-action {
	position: absolute;
	right: 0;
	top: 0
}

.sc-address-book {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
	gap: 20px;
	max-height: 290px;
	overflow: auto
}

.sc-address-book:not(:empty) {
	margin-bottom: 20px
}

.sc-address-item {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	padding: 1.25rem 1.25rem .9375rem;
	border-radius: 20px;
	overflow: hidden
}

.sc-address-item span {
	display: block;
	font-size: 14px;
	min-height: 22px
}

.sc-address-item:hover {
	border: 1px solid #0a4d88
}

.sc-address-item .use-address {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	margin-bottom: 10px
}

.sc-address-item .use-addr {
	font-size: .875rem;
	line-height: 1rem;
	padding: .3125rem .9375rem;
	border-radius: 13px;
	background-color: rgba(132, 171, 94, .5);
	cursor: pointer;
	text-align: center;
	transition: all .5s
}

.sc-address-item .use-addr:hover {
	background-color: rgba(132, 171, 94, .7)
}

.sc-address-item .use-addr.active {
	background-color: #84ab5e
}

.sc-address-item .use-addr[data-type=shipping] {
	background-color: rgba(255, 196, 2, .5);
	transition: all .5s
}

.sc-address-item .use-addr[data-type=shipping]:hover {
	background-color: rgba(255, 196, 2, .7)
}

.sc-address-item .use-addr[data-type=shipping].active {
	background-color: #ffc402
}

body nav.woocommerce-breadcrumb {
	display: block;
	padding: 1.25rem !important;
	max-width: 85.375rem;
	margin: 0 auto !important
}

.woocommerce-error {
	background-color: #ffd6dd
}

body.stage-site .header-top .social-links:after {
	content: "STAGE SITE";
	color: #ff002b;
	font-size: 18px;
	font-weight: 700
}

body.stage-site .loop-product .thumbnails-wrap:before {
	content: "STAGE SITE";
	color: #ff002b;
	position: absolute;
	left: 30px;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	display: block
}

.preview-price {
	font-weight: 600;
	font-size: 18px
}

table.my_account_orders .woocommerce-orders-table__cell-order-actions {
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}

table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button {
	min-width: 80px
}

.payment_method_woocommerce_gateway_purchase_order label[for=poorder]:after {
	content: "Purchase Order Number";
	padding-left: 5px
}

@media screen and (max-width:73.125rem) {
	.header-menu .hw nav {
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%
	}

	.header-menu .hw nav .menu {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width:45rem) {
	.header-top .hw {
		-ms-flex-pack: center;
		justify-content: center
	}

	.header-top ul.menu {
		display: none
	}
}

@media screen and (max-width:52.5rem) {
	.header .header-main .hw {
		position: relative
	}

	.header .header-menu {
		display: none
	}

	.header .account-nav {
		padding-right: 60px
	}

	.header .account-links {
		gap: 10px
	}

	.header .account-links figure {
		padding-right: 0
	}

	.header .account-links figure span {
		font-size: 32px
	}

	.header .account-links li a .txt,
	.header .account-links li a:before {
		display: none
	}

	.header .menu-toggle {
		display: block;
		position: absolute;
		right: 30px;
		top: 0
	}

	.header .search-wrap {
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding-top: 10px
	}

	.header .search-wrap form {
		width: 100%
	}

	.header .search-wrap label {
		width: calc(100% - 60px)
	}

	.header .search-wrap input {
		width: 100%
	}
}

@media screen and (max-width:58.75rem) {

	.cright-wrap p,
	.cright-wrap ul {
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.cright-wrap p {
		text-align: center
	}

	.cright-wrap ul.menu {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width:70rem) {
	.search-wrap form input {
		width: 225px
	}

	.search-wrap form button span.txt {
		display: none
	}
}

@media screen and (min-width:70rem) {
	.search-wrap form input {
		width: 370px
	}

	.header-menu,
	.header-menu .hw {
		position: relative
	}

	.header-menu .hw {
		z-index: 1
	}

	.header-menu:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 46px;
		background-color: #b61e36;
		width: calc(50vw - 570px);
		display: block;
		z-index: 0
	}
}

@media screen and (max-width:46.25rem) {
	#shop-sidebar-toggle {
		display: block;
		margin-top: -10px
	}

	.close-sidebar {
		display: block;
		padding: 1rem;
		font-size: 16px;
		font-weight: 400;
		z-index: 3;
		margin-bottom: 20px;
		cursor: pointer
	}

	.close-sidebar:after {
		content: "Close Filter"
	}

	.shop-wrap>.sidebar {
		position: absolute;
		position: fixed;
		left: 0;
		width: 100%;
		top: 100vh;
		opacity: 0;
		z-index: -1;
		transition: all .3s
	}

	body.mobile-sidebar-on .shop-wrap>.sidebar {
		display: block;
		top: 105px;
		z-index: 5;
		opacity: 1;
		min-height: calc(100vh - 105px);
		max-height: calc(100vh - 105px);
		padding: 1.25rem;
		background-color: #f7f7f7;
		overflow: auto
	}

	.per-page-count,
	.product-archive-bottom-nav .woocommerce-ordering {
		display: none
	}

	.product-archive-bottom-nav .woocommerce-pagination {
		text-align: center !important
	}

	.sc-view-toggle {
		display: none
	}
}

@media screen and (min-width:46.25rem) {

	.shop-wrap.category,
	.shop-wrap.shop-main {
		gap: 30px
	}

	.shop-wrap.category .content-area,
	.shop-wrap.shop-main .content-area {
		max-width: calc(100% - 320px);
		-ms-flex-order: 1;
		order: 1
	}

	.shop-wrap.category .sidebar,
	.shop-wrap.shop-main .sidebar {
		max-width: 290px
	}

	.spec-sheets a {
		transition: all .5s
	}

	.spec-sheets a:hover {
		color: #b61e36
	}

	ul.products {
		gap: 30px
	}

	.sc-view-toggle input {
		display: none
	}

	.sc-view-toggle label {
		margin: 0;
		padding: 0 1px;
		border-radius: 19px;
		position: relative
	}

	.sc-view-toggle label span {
		display: inline-block;
		border-left: 4px solid #f7f7f7;
		padding: 17px;
		font-size: 26px;
		line-height: 26px;
		position: relative;
		color: #b3b3b3;
		z-index: 2;
		transition: all .3s
	}

	.sc-view-toggle label span:before {
		content: "\e807";
		font-family: fontello
	}

	.sc-view-toggle label span.list:before {
		content: "\e811"
	}

	.sc-view-toggle input:checked~label span.list,
	.sc-view-toggle label span.grid {
		color: #b61e36
	}

	.sc-view-toggle input:checked~label span.grid {
		color: #b3b3b3
	}

	.loop-product .quick-view {
		opacity: 0
	}

	.loop-product .quick-view:hover {
		transform: scale(1.2)
	}

	.loop-product:hover .quick-view {
		opacity: 1
	}

	.single-product-main {
		gap: 40px
	}

	.single-product-main .images {
		position: relative
	}

	.single-product-main .images.sticky .sticky-container {
		position: absolute;
		top: 0;
		width: 100%
	}

	body.list-view-on .shop-wrap ul.products {
		grid-template-columns: 1fr
	}

	body.list-view-on .shop-wrap ul.products .loop-product {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
		gap: 20px;
		list-style: none
	}

	body.list-view-on .shop-wrap ul.products .loop-product>a {
		width: 300px
	}

	body.list-view-on .shop-wrap ul.products .loop-product .product-txt {
		width: calc(100% - 320px)
	}

	body.desktop:not(.list-view-on) .loop-product {
		position: relative
	}

	body.desktop:not(.list-view-on) .loop-product .sku-with_price {
		transition: all .3s
	}

	body.desktop:not(.list-view-on) .loop-product .loop-basket-add {
		background-color: #f7f7f7;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
		transition: all .5s;
		width: 100%
	}

	body.desktop:not(.list-view-on) .loop-product:hover .loop-basket-add {
		opacity: 1
	}

	body.desktop:not(.list-view-on) .loop-product:hover .sku-with_price {
		opacity: 0
	}
}

@media screen and (max-width:40rem) {
	.downloads-headers {
		display: none
	}

	.dwlh.category {
		width: 100%;
		font-size: 1rem;
		padding-bottom: 0
	}

	.dwlh.category:before {
		content: "Category:";
		display: inline;
		margin-right: .625rem;
		color: #b3b3b3
	}
}

@media screen and (max-width:26.25rem) {

	.flex-display>div,
	.flex-display>li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (min-width:40rem) {

	.button,
	button,
	input[type=button],
	input[type=reset],
	input[type=submit] {
		padding: 1rem 1.5625rem;
		text-align: center;
		min-width: 11.25rem
	}

	.button.fancybox-button,
	button.fancybox-button,
	input[type=button].fancybox-button,
	input[type=reset].fancybox-button,
	input[type=submit].fancybox-button {
		min-width: 1.25rem
	}

	.button.small,
	button.small,
	input[type=button].small,
	input[type=reset].small,
	input[type=submit].small {
		padding: .625rem 1.25rem
	}

	.search-wrap form button,
	.widget_text .wpcf7 button {
		min-width: .625rem
	}

	.header-top a {
		transition: all .5s
	}

	.header-top .social-links a:hover {
		background-color: #b61e36
	}

	.header-top .menu a:hover {
		color: #b61e36
	}

	.account-links a span {
		transition: all .5s
	}

	.account-links a:hover span {
		color: #b61e36
	}

	.header-main {
		padding: 1.5625rem 0
	}

	.archive-header,
	.article-header {
		padding: 4.375rem 0;
		margin-bottom: 2.5rem
	}

	.loop-item-wrap.featured-post .loop-item {
		padding-left: 50%;
		position: relative
	}

	.loop-item-wrap.featured-post .loop-item>figure {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		border-radius: 1.25rem 0 0 1.25rem
	}

	.loop-item-wrap.featured-post .loop-item .item-des {
		padding: 2.5rem 1.875rem .625rem
	}

	.loop-item-wrap.featured-post .loop-item .loop-item-footer {
		padding: 0 1.875rem 1.875rem
	}

	body.mega-menu-open .mega-menu-wrap {
		display: block;
		background-color: #fff;
		left: 0;
		top: 46px;
		width: 100vw;
		border-bottom: 2px solid #0a4d88;
		background-color: #f7f7f7
	}

	body.mega-menu-open .mega-menu-wrap .mega-wrap {
		display: block;
		width: 100%;
		max-width: 85.375rem;
		padding: 20px 30px;
		margin: 0 auto;
		transform: scale(1)
	}

	body.mega-menu-open .mega-menu-wrap .menu a {
		color: #000
	}

	ul.the-menu {
		list-style: none;
		margin: 0;
		column-count: 4;
		column-gap: 10px
	}

	ul.the-menu a {
		color: #000;
		display: block;
		padding: .3125rem
	}

	ul.the-menu a:before {
		display: none !important
	}

	ul.the-menu a:hover {
		color: #0a4d88
	}

	ul.the-menu .active>a {
		color: #0a4d88 !important
	}

	ul.the-menu>li {
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
		margin-bottom: 20px
	}

	ul.the-menu>li>a {
		font-weight: 600;
		text-transform: uppercase
	}

	ul.the-menu li>.menu {
		margin: 0
	}

	ul.the-menu li>.menu a {
		text-transform: capitalize;
		padding: .3125rem;
		font-weight: 400
	}

	.flex-display.items-3>div,
	.flex-display.items-3>li {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%
	}

	.flex-display.items-4>div,
	.flex-display.items-4>li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.flex-display.items-5>div,
	.flex-display.items-5>li {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.fc-row {
		margin-bottom: 2.5rem
	}

	.fcl_logos_slider {
		padding: 2.5rem 0
	}

	.banners-block {
		gap: 40px
	}

	.banner {
		transition: all .5s
	}

	.banner:hover {
		border: 1px solid #ffc402
	}

	.banner:hover .banner-button {
		background-color: #e8b200;
		border: 1px solid #e8b200
	}

	.contact-us-wrap {
		grid-template-columns: 1fr 2fr
	}

	.wpcf7 .two-cols p {
		grid-template-columns: 1fr 1fr;
		gap: 30px
	}

	.search-box {
		padding: 1.875rem
	}

	.search-box .title h4 {
		font-size: 2rem
	}

	.search-box .form-wrap form {
		padding: 1.875rem
	}

	.search-box .form-wrap .form-header {
		font-size: 1.75rem
	}

	.reveal .close-button {
		transition: all .5s
	}

	.reveal .close-button:hover {
		color: #b61e36;
		border: 1px solid #b61e36
	}

	.blog-loop {
		gap: 40px
	}

	.blog-loop .item-des {
		min-height: 12.8125rem
	}

	.loop-item .item-des h3 {
		transition: all .5s
	}

	.loop-item:hover .item-des h3 {
		color: #b61e36
	}

	.blog-loop li {
		transition: all .3s
	}

	.blog-loop li:hover {
		transform: translateY(-15px)
	}

	.fcl_news {
		padding: 2.5rem 0 3.75rem
	}

	.news-block-top {
		margin: 0 0 40px
	}

	.img-wc {
		display: block;
		max-width: 85.25rem;
		margin: 0 auto
	}

	.img-wc figure {
		position: absolute;
		background-size: contain;
		height: 100%;
		top: 0;
		width: calc(50% - 40px)
	}

	.img-wc .content {
		min-height: 25.625rem;
		-ms-flex-line-pack: center;
		align-content: center
	}

	.img-wc.image-on-left>figure {
		left: 20px;
		background-position: 0
	}

	.img-wc.image-on-left .content {
		margin-left: 50%
	}

	.img-wc.image-on-right>figure {
		right: 20px;
		background-position: 100%
	}

	.img-wc.image-on-right .content {
		margin-right: 50%
	}

	.page-navigation {
		margin-top: 40px
	}

	section.entry-content {
		margin-bottom: 2.5rem
	}

	.content>main {
		min-height: calc(100vh - 590px)
	}

	.footer-widgets-wrap {
		padding: 4.375rem 0 1.875rem
	}

	.footer-widgets a {
		transition: all .5s
	}

	.footer-widgets a:hover {
		color: #b61e36
	}

	.footer-widgets .social-links a:hover {
		color: #fff
	}

	.cright ul.menu a {
		transition: all .5s
	}

	.cright ul.menu a:hover {
		color: #b61e36
	}

	.cright ul.menu li:last-child a {
		padding-right: 0
	}
}

@media screen and (min-width:64rem) {
	.reveal.product-preview {
		width: 960px !important;
		max-width: 960px !important
	}

	.product-preview .single-product-main {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 30px
	}

	.product-preview .single-product-main .entry-summary {
		max-height: 450px;
		overflow: auto;
		padding-right: 15px;
		scrollbar-width: thin
	}
}

@media screen and (min-width:75rem) {
	ul.the-menu {
		column-count: 5
	}
}

@media screen and (min-width:86.25rem) {

	.fcl_categories_slider .swiper-button-next,
	.fcl_products_slider .swiper-button-next {
		right: calc(50vw - 660px)
	}

	.fcl_categories_slider .swiper-button-prev,
	.fcl_products_slider .swiper-button-prev {
		right: calc(50vw - 590px)
	}
}

@media screen and (min-width:52.5rem) {
	.search-with-banners {
		grid-template-columns: 3fr 2fr
	}
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important
	}

	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline
	}

	a:after,
	a:visited:after {
		content: " (" attr(href) ")"
	}

	a:visited abbr[title]:after,
	a abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.ir a:after,
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.page-navigation,
	.respond-form,
	.sidebar,
	.wp-prev-next,
	nav {
		display: none
	}
}

/*# sourceMappingURL=style.min.css.map */