/*
	Theme Name: Henry Plant Sales Web
	Description: Custom Theme For Henry Plant Sales Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Regular.woff2') format('woff2'),
	url('assets/fonts/Jost-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Medium.woff2') format('woff2'),
	url('assets/fonts/Jost-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Jost-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Bold.woff2') format('woff2'),
	url('assets/fonts/Jost-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
	min-width: 320px;
	padding: 12.2rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.home{
	padding-top: 0;
}
body.menu-open{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
.button{
	background-color: transparent;
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	padding: 1.1rem 4rem;
	text-align: center;
	text-decoration: none;
}
.button:hover{
	background-color: #3d3d3d;
	color: #fff;
}
.button-white{
	border-color: #fff;
	color: #fff;
}
.button-white:hover{
	background-color: #fff;
	color: #3d3d3d;
}
.button-red{
	background: #d71921;
	border-color: #d71921;
	color: #fff;
}
.button-red:hover{
	background: #ae141b;
	border-color: #ae141b;
	color: #fff;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	outline: none!important;
}
a{
	color: #fcb026;
	text-decoration: underline;
}
a:hover{
	color: #cd8f1f;
}
p,
ul{
	margin: 0 0 1.5em;
}
p:first-child,
ul:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 17px;
}
.fz-20{
	font-size: 2rem;
	line-height: 1.4;
}
h1,
.h1{
}
h2,
.h2{
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
.container{
	margin: 0 auto;
	max-width: 166rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
.container-md{
	max-width: 116rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3rem;
}
.col-md-12{
	padding: 0 3rem;
	width: 100%;
}
.col-md-8{
	padding: 0 3rem;
	width: 63.3%;
}
.col-md-6{
	padding: 0 3rem;
	width: 50%;
}
.col-md-4{
	padding: 0 3rem;
	width: 36.7%;
}
/*------------Form----------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #d7d7d7;
	box-shadow: none;
	display: block;
	color: #4d4d4d;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5;
	padding: 0.6875em 1em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
/*
::-webkit-input-placeholder {opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
*/
select{
	background-image: url('assets/img/icons/angle-down.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 0.875em auto;
	background-size: 0.875em auto;
	cursor: pointer;
	color: #4d4d4d;
	padding-right: 2.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #3a4246;
}
textarea{
	height: 10em;
	padding: 0.6875em 1em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	height: 4.8rem;
	padding: 0.5em 3.5rem;
	text-align: center;
	transition: all 0.2s linear;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #FCB026;
	color: #000;
}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.cf-col{
	padding: 0 1rem 2rem;
	position: relative;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
	text-align: center;
}
.wpcf7-not-valid::-webkit-input-placeholder {color:#d71831;}
.wpcf7-not-valid::-moz-placeholder          {color:#d71831;}
.wpcf7-not-valid:-moz-placeholder           {color:#d71831;}
.wpcf7-not-valid:-ms-input-placeholder      {color:#d71831;}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 0.9em;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.2em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
/*--------------Header--------------*/
.header{
	background: #3d3d3d;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 99;
}
.header:before{
	background: #fcb026;
	content: "";
	display: block;
	height: 4rem;
	min-width: 3rem;
	position: absolute;
	right: 0;
	width: calc(50vw - 75rem);
}
.home:not(.body-scroll) .header{
	background: transparent;
	border-bottom: 1px solid rgb(255,255,255,0.5);
}
.header-row{
	display: flex;
	justify-content: space-between;
	max-width: 166rem;
	margin: 0 auto;
	padding: 0 3rem;
	position: relative;
	z-index: 2;
	width: 100%;
}
.header-logo{
	position: relative;
	align-self: center;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 5.4rem;
	transition: all 0.2s linear;
	width: auto;
}
.header-search{
	align-self: center;
	width: 36.25%;
}
.header-search form{
	font-size: 1.4rem;
	position: relative;
}
.header-search input[type="search"]{
	background: #2c2c2c;
	border: 1px solid #ababab;
	color: #fff;
	font-size: inherit;
	line-height: 2rem;
	padding: 1.3rem 10.6rem 1.3rem 1.3rem;
}
.header-search button{
	background: #FCB026;
	border: none;
	cursor: pointer;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: 2rem;
	height: auto;
	min-width: 9.4rem;
	padding: 0.8rem 1.5rem;
	position: absolute;
	text-transform: none;
	right: 0.6rem;
	top: 0.6rem;
}
.header-search button:hover{
	background: #cd8f1f;
}
.header-contacts{
	background: #fcb026;
	color: #000;
	font-weight: 500;
	padding: 0.5em 0;
	position: relative;
}
.header-contacts:before{
	background: #fcb026;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(55deg);
	transform-origin: bottom left;
	width: 6rem;
}
.header-contacts ul{
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.header-contacts li{
	margin-right: 1.5em;
}
.header-contacts li:last-child{
	margin-right: 0;
}
.header-contacts li:last-child:after{
	content: none;
	display: none;
}
.header-contacts a{
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	text-decoration: none;
}
.header-contacts a:hover{
	opacity: 0.6;
}
.header-phone a{
	background-image: url('assets/img/icons/phone-black.svg');
	background-size: 1.125em auto;
	padding-left: 1.5em;
}
.header-email a{
	background-image: url('assets/img/icons/email-black.svg');
	background-size: 1.25em auto;
	padding-left: 1.625em;
}
.navigation{
	font-size: 1.8rem;
	font-weight: 500;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	display: block;
	position: relative;
	text-decoration: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 2rem;
	top: 50%;
	position: absolute;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 3px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	background: #3d3d3d;
	color: #fff;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #fcb026;
}
.footer-top{
	padding: 7rem 0;
	position: relative;
	overflow: hidden;
}
.footer-top:before{
	background: #fcb026;
	content: "";
	display: block;
	height: 4rem;
	position: absolute;
	left: -19rem;
	top: 0;
	transform: skewX(-55deg);
	transform-origin: top right;
	width: 50%;
}
.footer-top:after{
	background: #fcb026;
	bottom: 0;
	content: "";
	display: block;
	height: 4rem;
	position: absolute;
	right: -20rem;
	transform: skewX(-55deg);
	transform-origin: bottom left;
	width: 50%;
}
.footer-top-row,
.footer-bot-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-top-col,
.footer-bot-col{
	padding: 0 1.5rem;
}
.footer-logo-col{
	max-width: 27rem;
	width: 30%;
}
.footer-nav-col{
	margin-left: auto;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 16.8rem;
}
.footer-contacts ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-contacts li{
	margin-bottom: 1.5em;
}
.footer-contacts li:last-child{
	margin-bottom: 0;
}
.footer-contacts a{
	display: inline-block;
	padding-left: 2em;
	position: relative;
}
.footer-contacts a:before{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25em;
}
.footer-address a:before{
	background-image: url('assets/img/icons/marker-white.svg');
}
.footer-phone a:before{
	background-image: url('assets/img/icons/phone-white.svg');
}
.footer-email a:before{
	background-image: url('assets/img/icons/email-white.svg');
}
.footer-social{
	line-height: 1;
	padding-bottom: 2rem;
	margin-top: -4rem;
}
.footer-social ul{
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social a{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 2rem;
}
.footer-nav{
	border-top: 1px solid #747474;
	color: #cecece;
	padding-top: 3.6rem;
}
.footer-nav a:hover{
	color: #fff;
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-nav li{
	padding: 0 2.1875em;
}
.footer-nav li:first-child{
	padding-left: 0;
}
.footer-nav li:last-child{
	padding-right: 0;
}
.footer-bot{
	background: #000;
	color: #fff;
	padding: 0.8rem 0;
}
.footer-links-col{
	width: 25%;
}
.footer-copyright-col{
	text-align: center;
	width: 50%;
}
.footer-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*----------Default-----------*/
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.def-content h1,
.def-content h2,
.def-content h3,
.def-content h4{
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em 0 0.6em;
}
.def-content h1{
	font-size: 2.4em;
}
.def-content h2{
	font-size: 2em;
}
.def-content h3{
	font-size: 1.6em;
}
.def-content h4{
	font-size: 1.4em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.slider-button-prev,
.slider-button-next{
	background-color: #000;
	background-image: url('assets/img/icons/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 37.5% auto;
	border-radius: 50%;
	cursor: pointer;
	height: 4rem;
	transition: all 0.2s linear;
	width: 4rem;
	z-index: 3;
}
.slider-button-prev{
	transform: rotate(180deg);
}
.slider-button-prev:hover,
.slider-button-next:hover{
	background-color: #3d3d3d;
}
.home-top-section{
	background-color: #333;
	position: relative;
	color: #fff;
}
.home-top-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-top-inner{
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	height: 100%;
	padding: 20rem 0 10rem;
	position: relative;
	z-index: 2;
}
.home-top-content{
	border-left: 1px solid #fff;
	font-size: 2rem;
	font-weight: 600;
	margin: auto;
	max-width: 133rem;
	padding: 3.2rem 0 3.2rem 3.2rem;
}
.home-top-content h1,
.home-top-content h2{
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.4em;
}
.home-top-content .button{
	min-width: 1px;
	margin-top: 0.9em;
	margin-right: 0.5em;
}
.home-top-content .button:last-child{
	margin-right: 0;
}
.top-slider .swiper-slide{
	height: auto;
}
.home-top-slide{
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets.top-slider-pagination{
	bottom: 3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
	z-index: 5;
}
.top-slider-pagination .swiper-pagination-bullet{
	background: #fff;
	height: 10px;
	width: 10px;
}
.top-slider-pagination .swiper-pagination-bullet-active{
	background: #fcb026
}
.ft-cat-section{
	padding: 11.8rem 0 8.8rem;
}
.ft-cat-heading{
	margin-bottom: 6.8rem;
	text-align: center;
	position: relative;
}
.ft-cat-heading:before{
	background-image: url('assets/img/icons/henry-stamp.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 12.7rem;
	left: 50%;
	opacity: 0.15;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 9rem;
}
.ft-cat-heading h2{
	color: #000;
	position: relative;
	z-index: 2;
}
.cats-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.2rem;
}
.cat-item-wrap{
	padding: 1.2rem;
	width: 20%;
}
.cat-item{
	display: block;
	position: relative;
	text-decoration: none;
}
.cat-item-thumb{
	padding-top: 84%;
	position: relative;
	overflow: hidden;
}
.cat-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	object-fit: cover;
	width: 100%;
}
.cat-item:hover .cat-item-thumb img{
	transform: scale(1.08);
}
.cat-item-overlay{
	background: rgba(0,0,0,0.3);
	color: #fff;
	height: 100%;
	display: flex;
	align-items: flex-end;
	left: 0;
	padding: 0 0.5rem 3rem;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
}
.cat-item:hover .cat-item-overlay{
	background: rgba(252,176,38,0.3);
}
.cat-item-overlay h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	transition: all 0.2s linear;
	width: 100%;
}
.cat-item:hover .cat-item-overlay h3{
	padding-bottom: 4.7rem;
}
.cat-item-overlay h3:after{
	background-image: url('assets/img/icons/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	border: 2px solid #fff;
	bottom: -0.8rem;
	border-radius: 50%;
	content: "";
	display: block;
	height: 2em;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.2s linear;
	width: 2em;
}
.cat-item:hover .cat-item-overlay h3:after{
	opacity: 1;
}
.home-about-section{
	padding: 10rem 0;
	position: relative;
}
.home-about-section:before{
	background-image: url('assets/img/icons/lines-bg.svg');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-about-section .container{
	position: relative;
	z-index: 2;
}
.home-about-block{
	background: #262626;
	color: #d7d7d7;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 133rem;
}
.home-about-content-col{
	padding: 6rem 3rem;
	order: 1;
	width: 50%;
}
.home-about-img-col{
	position: relative;
	order: 2;
	width: 50%;
}
.home-about-content{
	margin: auto;
	max-width: 53rem;
	position: relative;
}
.home-about-content h2{
	background-image: url('assets/img/icons/double-line-orange.svg');
	background-repeat: no-repeat;
	background-position: top 0.1625em right;
	background-size: 1.125em auto;
	color: #fff;
	display: inline-block;
	margin-bottom: 0.4em;
	padding-right: 1.375em;
	position: relative;
}
.home-about-content p{
	position: relative;
}
.home-about-content .button{
	margin-top: 3.2rem;
}
.home-about-img{
	padding-top: 90%;
}
.home-about-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.products-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.product-item-wrap{
	padding: 0 2rem 6rem;
	width: 25%;
}
.product-item{
	background: #fff;
	color: #3d3d3d;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	padding-bottom: 5.2rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.product-item:hover{
	color: #3d3d3d;
}
.product-item-thumb-wrap{
	margin-bottom: 1.3rem;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.product-item-thumb{
	background-color: #3d3d3d;
	padding-top: 94.44%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.product-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	object-fit: cover;
	width: 100%;
}
.product-item:hover .product-item-thumb img{
	transform: scale(1.08);
}
.product-item-logo{
	bottom: 1.5rem;
	position: absolute;
	z-index: 2;
	right: 1.5rem;
}
.product-item-logo img{
	height: 4rem;
	object-fit: contain;
	object-position: bottom right;
	width: 16rem;
}
.product-item-cat{
	color: #FCB026;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
	width: 100%;
}
.product-item-title{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 1.2rem;
	width: 100%;
}
.product-item-details{
	border-top: 1px solid #c3c3c3;
	font-size: 1.8rem;
	display: flex;
	justify-content: space-between;
	line-height: 1.2;
	margin-top: auto;
	padding: 1.6rem 0;
	width: 100%;
}
.product-item-details span{
	color: #8e8e8e;
	margin-right: 0.3em;
}
.product-item-price{
	display: flex;
	padding-right: 1em;
}
.product-item-year{
	display: flex;
}
.product-item-more{
	bottom: 0;
	position: absolute;
	width: 100%;
}
.product-item:hover .product-item-more{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.pagination{
	text-align: center;
}
.pagination .page-numbers{
	background-color: transparent;
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background-color: #3d3d3d;
	color: #fff;
}
.ft-products-section{
	padding: 10.9rem 0 11.2rem;
	position: relative;
	overflow: hidden;
}
.ft-products-section:before{
	background-image: url('assets/img/icons/triangle-bg.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 120% 100%;
	content: "";
	display: block;
	max-height: 55rem;
	height: 65%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ft-products-section .container{
	position: relative;
	z-index: 2;
}
.ft-products-section-inner{
	position: relative;
}
.ft-products-heading{
	margin-bottom: 4rem;
	padding-right: 11rem;
}
.ft-products-heading h2{
	color: #000;
}
.ft-products-slider .swiper-slide{
	height: auto;
	margin-right: 2%;
	width: 32%;
}
.ft-products-slider .product-item-title{
	max-height: 3.6em;
	overflow: hidden;
}
.ft-products-pagination{
	display: flex;
	position: absolute;
	right: 0;
	top: 0.4rem;
}
.ft-products-button-next{
	margin-left: 1rem;
}
.ft-products-footer{
	margin-top: 5rem;
	text-align: center;
}
.ft-products-slider .product-item-more{
	background: #000;
	border-color: #000;
	color: #fff;
}
.ft-products-slider .product-item-more:hover{
	background: #FCB026;
	border-color: #FCB026;
	color: #000;
}
.brands-section{
	padding-bottom: 10rem;
}
.brands-heading{
	margin-bottom: 7rem;
	text-align: center;
	position: relative;
}
.brands-heading:before{
	background-image: url('assets/img/icons/henry-stamp.svg');
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 12.7rem;
	left: 50%;
	opacity: 0.15;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 9rem;
}
.brands-heading h2{
	color: #000;
	position: relative;
	z-index: 2;
}
.brands-row{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.brand-col{
	padding: 3rem 1.5rem;
	text-align: center;
	width: 25%;
}
.brand-logo{
	margin: auto;
	width: 80%;
}
.newsletter-cta-section{
}
.newsletter-cta-block{
	background: #000;
	color: #d7d7d7;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.newsletter-cta-form-col{
	order: 1;
	padding: 7.2rem 1rem 7.2rem 6.25%;
	position: relative;
	z-index: 3;
	width: 45%;
}
.newsletter-cta-img-col{
	order: 2;
	position: relative;
	width: 55%;
}
.newsletter-cta-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.newsletter-cta-img:before{
	background: rgba(252,176,38,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
}
.newsletter-cta-img:after{
	background: #000;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 100%;
	transform: skewX(27deg);
	transform-origin: top right;
	top: 0;
	width: 100%;
	z-index: 2;
}
.newsletter-cta-form{
	max-width: 53rem;
}
.newsletter-cta-form h3{
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.3125em;
}
.newsletter-cta-form form{
	margin-top: 1.75em;
	position: relative;
	padding-right: 11.5rem;
}
.newsletter-cta-form input[type="email"]{
	background: #2c2c2c;
	border: 1px solid #ababab;
}
.newsletter-cta-form input[type="submit"]{
	background: #FCB026;
	border: 1px solid #FCB026;
	color: #000;
	font-size: inherit;
	height: auto;
	line-height: 1.5;
	text-transform: none;
	padding: 0.6875em 0.5em;
	position: absolute;
	right: 0;
	top: 0;
	width: 10.5rem;
}
.newsletter-cta-form input[type="submit"]:hover{
	background: #cd8f1f;
	border-color: #cd8f1f;
	color: #000;
}
/*-------Stock-------*/
.top-section{
	background: #FCB026;
	color: #000;
	position: relative;
}
.top-section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 50%;
	width: calc(50% + 42rem);
}
.top-section-bg:before{
	background: #FCB026;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	transform: skewX(33deg);
	transform-origin: right top;
	width: 100%;
}
.top-section-inner{
	display: flex;
	align-items: center;
	min-height: 42rem;
	padding: 5rem 0;
	position: relative;
	z-index: 2;
}
.top-section-content{
	max-width: 40rem;
}
.top-section-content h1{
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.2;
}
.products-section{
	padding: 6rem 0 4rem;
}
.products-heading{
	margin-bottom: 5rem;
}
.products-heading h3{
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
}
.products-heading select{
	background-color: #f1f1f1;
	border-color: #dadada;
	font-weight: 500;
	max-width: 52rem;
}
/*-------Gallery-------*/
.gallery-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.3rem;
}
.gallery-col{
	padding: 1.3rem;
	width: 50%;
}
.gallery-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 90%;
}
/*-------About------*/
.about-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.about-img-col{
	padding: 0 1.5rem;
	width: 48%;
}
.about-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 52%;
}
.about-img{
	max-width: 70rem;
}
.about-img img{
	display: inline-block;
	vertical-align: middle;
}
.attractions-row{
	display: flex;
	flex-wrap: wrap;
}
.attraction-item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	width: 33.33%;
}
.attraction-item-inner{
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30rem;
	padding: 1rem;
}
.attraction-item h3{
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.2;
}
/*----------Contact--------*/
.contact-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.contact-form-col{
	padding: 0 1rem;
	width: 58.3%;
}
.contact-map-col{
	padding: 0 1rem;
	width: 41.7%;
}
.contact-form-block{
	background: #f0f0f0;
	height: 100%;
	padding: 8rem 3rem;
}
.contact-form{
	margin: auto;
	max-width: 76.5rem;
}
.contact-form .cf-col-submit{
	text-align: center;
}
.contact-map-block{
	background: #000;
	color: #fff;
	height: 100%;
	padding: 1.5rem 1.5rem 0.8rem;
}
.contact-map iframe{
	border: none;
	display: block;
	height: 48.4rem;
	width: 100%;
}
.map-contacts{
	margin-top: 2rem;
}
.map-contacts ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -1rem;
	padding: 0;
}
.map-contacts li{
	margin-bottom: 1em;
	padding: 0 1rem;
	width: 50%;
}
.map-contacts li.map-address{
	width: 100%;
}
.map-contacts a{
	color: #fff;
	display: inline-block;
	padding-left: 2em;
	position: relative;
	text-decoration: none;
}
.map-contacts a:hover{
	color: #FCB026;
}
.map-contacts a:before{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25em;
}
.map-address a:before{
	background-image: url('assets/img/icons/marker-orange.svg');
}
.map-email a:before{
	background-image: url('assets/img/icons/phone-orange.svg');
}
.map-phone a:before{
	background-image: url('assets/img/icons/email-orange.svg');
}
/*-------Product Single--------*/
.product-section{
	padding: 9rem 0;
}
.product-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.5rem;
}
.product-img-col{
	max-width: 95.5rem;
	padding: 0 1.5rem;
	width: 60%;
}
.product-content-col{
	padding: 0 1.5rem;
	width: 40%;
}
.product-gallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.6rem;
}
.product-gallery-col{
	padding: 0 0.6rem 1.2rem;
	width: 25%;
}
.product-gallery-col:first-child{
	width: 100%;
}
.product-gallery-img{
	cursor: pointer;
	position: relative;
	padding-top: 67.5%;
	overflow: hidden;
}
.product-gallery-img img{
	height: 100%;
	object-fit: cover;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
}
.product-gallery-img:hover img{
	transform: scale(1.08);
}
.product-gallery-col:first-child .product-gallery-img:after{
	background-image: url('assets/img/icons/enlarge-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 1rem;
	content: "";
	display: block;
	height: 5.5rem;
	position: absolute;
	pointer-events: none;
	right: 1rem;
	width: 5.5rem;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color: #FCB026;
}
.product-heading{
	position: relative;
}
.product-logo{
	margin-bottom: 2rem;
}
.product-logo img{
	height: 5rem;
	object-fit: contain;
	object-position: left center;
	max-width: 100%;
	width: 20rem;
}
.product-cat{
	color: #FCB026;
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}
.product-heading h1{
	color: #000;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 2rem;
}
.product-description{
	color: #000;
	font-size: 1.8rem;
}
.product-description ul{
	font-weight: 600;
	list-style-type: none;
	padding: 0;
}
.product-description li{
	margin-bottom: 0.5em;
	padding-left: 1.8em;
	position: relative;
}
.product-description li:last-child{
	margin-bottom: 0;
}
.product-description li:before{
	background-color: #FCB026;
	background-image: url('assets/img/icons/check-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	height: 1.2em;
	left: 0;
	top: 0.15em;
	width: 1.2em;
}
.product-price{
	border-top: 1px solid #929292;
	color: #FCB026;
	font-size: 2.4rem;
	font-weight: 600;
	margin-top: 2.4rem;
	padding-top: 1.6rem;
}
.product-enquire-link{
	padding-top: 1.6rem;
}
.product-enquire-link .button{
	background: #222;
	border-color: #222;
	color: #fff;
	width: 100%;
}
.product-enquire-link .button:hover{
	background: #FCB026;
	border-color: #FCB026;
	color: #000;
}
.product-back-link{
	margin-top: 1.5rem;
}
.product-back-link .button{
	width: 100%;
}
.product-enquire-block{
	background: #FFF3DC;
	padding: 8rem 5%;
}
.product-enquire-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.product-enquire-content-col{
	padding: 0 1.5rem;
	width: 40%;
}
.product-enquire-form-col{
	padding: 0 1.5rem;
	width: 60%;	
}
.product-enquire-form .cf-col-product{
	display: none;
}
.product-enquire-content{
	max-width: 50rem;
}
.product-enquire-content h2{
	color: #000;
	letter-spacing: -0.02em;
	margin-bottom: 0.3em;
}
.product-enquire-divider-line{
	border-top: 1px solid #cdcdcd;
	margin-bottom: 6rem;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1600px) {
	.fz-20{
		font-size: 1.8rem;
	}
	.product-heading h1{
		font-size: 3.4rem;
	}
	.top-section-bg{
		width: calc(100% - 35rem);
	}
	.top-section-content{
		max-width: 35rem;
	}
	.attraction-item h3{
		font-size: 4rem;
	}
}
@media only screen and (max-width : 1300px) {
	.header-search{
		display: none;
	}
	.product-item-wrap{
		width: 33.33%;
	}
	.contact-form-col,
	.contact-map-col{
		width: 50%;
	}
	.contact-form-block{
		padding: 5rem 3rem;
	}
}
@media only screen and (max-width : 1200px) {
	.footer-logo-col{
		width: 22%;
	}
	.footer-nav li{
		padding: 0 1.5rem;
	}
	.cat-item-wrap{
		width: 25%;
	}
	.newsletter-cta-form-col{
		padding: 5rem 1rem 5rem 3.5rem;
	}
  .top-section-bg{
  	width: calc(100% - 30rem);
  }
  .top-section-content{
  	max-width: 30rem;
  }
	.top-section-content h1{
		font-size: 5rem;
	}
}
@media only screen and (max-width : 991px) {
	.button{
		font-size: 1.6rem;
	}
	h2{
		font-size: 3.6rem;
	}
	.sect-pad{
		padding: 8rem 0;
	}
	
	#touch-menu{
		display: block;
	}
	.home:not(.body-scroll) .header{
		background: #3d3d3d;
		border: none;
	}
	.header:before,
	.header-contacts:before{
		content: none;
		display: none;
	}
	.header-row{
		padding: 4rem 0 0;
	}
	.header-contacts{
		padding: 0.8rem 3rem;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}
	.header-logo{
		padding: 1.5rem 3rem;
		width: 100%;
		z-index: 105;
	}
	.navigation{
		background: #000;
		display: block;
		position: fixed;
		height: 100%;
		height: calc(100vh - 12.4rem);
		left: 0;
		max-width: 420px;
		top: 12.4rem;
		width: 100%;
		z-index: 99;
		-webkit-transition: -webkit-transform .35s ease-out;
		transition: transform .35s ease-out;
		-webkit-transform: translateX(-102%);
		transform: translateX(-102%);
		will-change: transform;
		overflow-y: auto; 
	}
	.menu-bg{
		background: rgba(0,0,0,0.3);
		cursor: pointer;
		display: none;
		position: fixed;
		height: 100%;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 98;
	}
	.navigation.active{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navigation ul li{
		display: block;
	}
	.navigation a{
		border-bottom: 1px solid rgba(255,255,255,.3);
		color: #fff;
		display: block;
		padding: 1.2rem 3rem;
		position: relative;
	}
	.navigation a:hover{
		color: #fff;
	}
	.navigation .menu-item-has-children > a{
		padding-right: 43px;
	}
	.navigation li:hover > a,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: #d4d6d9;
	}
	.navigation li.current-menu-parent > ul{
		display: block;
	}
	.navigation ul ul{
		background: rgba(0,0,0,0.2);
		display: none;
	}
	.toggle-submenu{
		border-left: 1px solid rgba(255,255,255,.3);
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		z-index: 8;
		width: 44px;
	}
	.toggle-submenu.active{
		background: rgba(0,0,0,0.2);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		content: " ";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		width: 12px;
		height: 2px;
		display: inline-block;
		background-color: #fff;
		transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	}
	.toggle-submenu:before {
		transform: translateX(3px) rotate(-50deg);
	}
	.toggle-submenu:after {
		transform: translateX(-4px) rotate(50deg);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		right: 50%;
		margin-right: -5px;
	}
	.toggle-submenu.active:before {
		transform: rotate(-45deg);
	}
	.toggle-submenu.active:after{
		transform: rotate(45deg);
	}
	.footer-top:before{
		left: 0;
		width: 40%;
	}
	.footer-top:after{
		right: 0;
		width: 40%;
	}
	.footer-top-col{
		max-width: 100%;
		padding-bottom: 4rem;
		width: 50%;
	}
	.footer-nav-col{
		padding-bottom: 0;
		width: 100%;
	}
	.footer-social{
		margin-top: 0;
	}
	.home-top-content{
		font-size: 1.8rem;
	}
	.home-top-content h1,
	.home-top-content h2{
		font-size: 5rem;
	}
	.home-about-content-col{
		padding: 4rem 2.5rem;
	}
	.home-about-content .button{
		margin-top: 0;
	}
	.ft-cat-section{
		padding: 10rem 0 8rem;
	}
	.cat-item-wrap{
		width: 33.33%;
	}
	.ft-products-section:before{
		max-height: 38rem;
	}
	.ft-products-slider .swiper-slide{
		margin-right: 2%;
		width: 49%;
	}
	.brands-row{
		margin: 0 -1rem;
	}
	.brand-col{
		padding: 2rem 1rem;
	}
	.newsletter-cta-form-col{
		padding: 5rem 3rem;
		width: 100%;
	}
	.newsletter-cta-img-col{
		width: 100%;
	}
	.newsletter-cta-img:after{
		content: none;
		display: none;
	}
	.newsletter-cta-form{
		max-width: 100%;
	}
	.newsletter-cta-img{
		height: auto;
		padding-top: 50%;
		position: relative;
	}
	.products-row{
		margin: 0 -1rem;
	}
	.product-item-wrap{
		padding: 0 1rem 4rem;
		width: 50%;
	}
	.product-item-details{
		font-size: inherit;
	}
	.attraction-item h3{
		font-size: 3rem;
	}
	.map-contacts li{
		width: 100%;
	}
	.contact-form-col,
	.contact-map-col{
		width: 100%;
	}
	.product-img-col{
		max-width: 100%;
		padding-bottom: 4rem;
		width: 100%;
	}
	.product-content-col{
		width: 100%;
	}
	.product-enquire-block{
		padding: 5rem 3rem;
	}
	.product-enquire-content-col{
		padding-bottom: 3.5rem;
		width: 100%;
	}
	.product-enquire-form-col{
		width: 100%;
	}
	.product-enquire-content{
		max-width: 100%;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-top: 10rem;
	}
	.fz-20{
		font-size: inherit;
		line-height: inherit;
	}
	h2{
		font-size: 3rem;
	}
	.cf-col{
		padding-bottom: 1rem;
		width: 100%;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.container{
		padding: 0 2rem;
	}
	.header-row{
		padding-top: 3.5rem;
	}
	.header-contacts{
		font-size: 1.4rem;
		padding: 0.7rem 1rem;
	}
	.header-contacts ul{
		justify-content: center;
	}
	.header-contacts a{
		background: transparent;
		padding: 0;
	}
	.header-logo{
		padding: 1.2rem 2rem;
	}
	.header-logo img{
		height: 4.2rem;
	}
	.navigation{
		height: calc(100vh - 10.1rem);
		top: 10.1rem;
	}
	.navigation a{
		padding-left: 2rem;
	}
	.footer-top{
		padding: 6rem 0;
	}
	.footer-top:before,
	.footer-top:after{
		height: 3rem;
		width: calc(100% - 2rem);
	}
	.footer-top-col{
		width: 100%;
	}
	.footer-social ul{
		justify-content: flex-start;
	}
	.footer-nav{
		padding-top: 3rem;
	}
	.footer-nav li{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
	}
	.footer-nav li:last-child{
		margin-bottom: 0;
	}
	.footer-bot{
		padding: 2rem 0;
		text-align: center;
	}
	.footer-bot-col{
		width: 100%;
	}
	.footer-links-col{
		padding-bottom: 1rem;
	}
	.home-top-content{
		font-size: inherit;
		padding: 2rem 0 2rem 2rem;
	}
	.home-top-content h1,
	.home-top-content h2{
		font-size: 3.6rem;
	}
	.home-top-content .button{
		min-width: 1px;
		margin-top: 0;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.ft-cat-section{
		padding: 5rem 0 4rem;
	}
	.ft-cat-heading{
		margin-bottom: 5rem;
	}
	.ft-cat-heading:before{
		height: 8rem;
	}
	.cats-row{
		margin: 0 -0.6rem;
	}
	.cat-item-wrap{
		padding: 0.6rem;
		width: 50%;
	}
	.cat-item-overlay h3{
		font-size: 1.6rem;
	}
	.cat-item-overlay{
		align-items: center;
		padding: 0.5rem;
	}
	.cat-item-overlay h3:after{
		content: none;
		display: none;
	}
	.cat-item:hover .cat-item-overlay h3{
		padding: 0;
	}
	.home-about-content-col{
		width: 100%;
	}
	.home-about-img-col{
		width: 100%;
	}
	.ft-products-slider{
		overflow: visible;
	}
	.ft-products-slider .swiper-slide{
		max-width: 46rem;
		margin-right: 2rem;
		width: 100%;
	}
	.ft-products-pagination{
		justify-content: center;
		margin-top: 3rem;
		position: relative;
		top: auto;
	}
	.ft-products-footer{
		margin-top: 4rem;
	}
	.brands-section{
		padding-bottom: 4rem;
	}
	.brands-heading{
		margin-bottom: 3rem;
	}
	.brands-heading:before{
		height: 8rem;
	}
	.brand-col{
		width: 50%;
	}
	.newsletter-cta-form-col{
		padding: 3rem 2.5rem 4rem;
	}
	.newsletter-cta-form h3{
		font-size: 2.4rem;
	}
	.newsletter-cta-form form{
		margin-top: 1.5em;
		padding: 0;
	}
	.newsletter-cta-form input[type="submit"]{
		margin-top: 1.5rem;
		position: relative;
		width: 100%;
	}
	.top-section-bg{
		width: 100%;
	}
	.top-section-bg:before{
		content: none;
		display: none;
	}
	.top-section-inner{
		background: rgba(0,0,0,0.5);
		color: #fff;
		min-height: 28rem;
		text-align: center;
	}
	.top-section-content h1{
		font-size: 4rem;
	}
	.products-section{
		padding: 5rem 0 2rem;
	}
	.products-heading{
		margin-bottom: 3.5rem;
	}
	.products-heading p{
		margin-bottom: 1em;
	}
	.products-heading p:last-child{
		margin-bottom: 0;
	}
	.product-item-wrap{
		width: 100%;
	}
	.gallery-row{
		margin: 0 -0.5rem;
	}
	.gallery-col{
		padding: 0.5rem;
		width: 100%;
	}
	.about-img-col{
		padding-bottom: 3.5rem;
		width: 100%;
	}
	.about-content-col{
		width: 100%;
	}
	.attraction-item{
		width: 100%;
	}
	.attraction-item-inner{
		min-height: 20rem;
	}
	.contact-section{
		padding: 0;
	}
	.contact-section .container{
		padding: 0;
	}
	.contact-row{
		margin: 0;
	}
	.contact-form-col,
	.contact-map-col{
		padding: 0;
	}
	.contact-form-block{
		padding: 4rem 2.5rem;
	}
	.contact-map-block{
		padding: 3rem 2rem 2.4rem;
	}
	.contact-map iframe{
		height: 30rem;
	}
	.product-section{
		padding-top: 2rem;
	}
	.product-gallery{
		margin: 0 -0.5rem;
	}
	.product-gallery-col{
		padding: 0 0.5rem 1rem;
	}
	.product-gallery-col:first-child .product-gallery-img:after{
		height: 3rem;
		width: 3rem;
	}
	.product-heading:before{
		height: 3rem;
		margin-bottom: 1.8rem;
		width: 7.7rem;
	}
	.product-heading h1{
		font-size: 2.6rem;
	}
	.product-description{
		font-size: inherit;
	}
	.product-price{
		font-size: 2rem;
	}
	.product-enquire-block{
		margin: 0 -2rem;
		padding: 5rem 2rem;
	}
	.product-enquire-divider-line{
		display: none;
	}
}
@media only screen and (min-width : 992px) {
	.navigation{
		padding-top: 4rem;
	}
	.navigation > ul > li{
		display: inline-block;
		padding: 0 3rem;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li:hover:after{
		display: block;
	}
	.navigation > ul > li > a{
		color: inherit;
		display: block;
		padding: 0 0 1.5rem;
		position: relative;
	}
	.navigation > ul > li > a:after{
		background: #fcb026;
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		left: 50%;
		max-width: 6rem;
		position: absolute;
		transition: all 0.2s linear;
		transform: translateX(-50%) perspective(10px) rotateX(15deg);
		width: 100%;
	}
	.navigation > ul > li:hover > a:after,
	.navigation > ul > li.current-menu-item > a:after,
	.navigation > ul > li.current-menu-parent > a:after{
		height: 1rem;
	}
	.navigation ul ul{
		background: #000;
		display: block;
		color: #aaa;
		columns: 4;
		column-gap: 20px;
		left: 0;
		opacity: 0;
		padding: 3.5rem 0;
		position: absolute;
		text-align: left;
		top: 100%;
		transition: all 0.2s linear;
		visibility: hidden;
		width: 100%;
		z-index: 55;
	}
	.navigation ul ul:before{
		background: #000;
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 100vw;
	}
	.navigation ul li:hover > ul{
		opacity: 1;
		visibility: visible;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.6rem 3rem;
		z-index: 2;
	}
	.navigation ul ul a{
		display: block;
		color: inherit;
		padding: 0.1rem 0;
		position: relative;
		z-index: 2;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item > a,
	.navigation ul ul .current-menu-parent > a{
		color: #fcb026;
	}
	.navigation ul ul .menu-item-has-children > a:after{
		content: " >";
		opacity: 0;
	}
	.navigation ul ul .menu-item-has-children:hover > a:after,
	.navigation ul ul .menu-item-has-children.current-menu-item > a:after{
		opacity: 1;
	}
	.navigation ul ul ul{
		display: none!important;
		height: 100%;
		left: 100%;
		top: 0;
	}
	.navigation ul ul ul li{
		padding-left: 0;
	}
	.navigation ul ul ul ul{
		display: none;
	}
}