/* GENERAL STYLES */
a {
	transition: all 100ms;
}

/* NEW HEADER */
.site-header-new {
	background: #333333;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.responsive .site-header-new .container {
	display: flex;
	max-width: 1440px;
	padding: 10px 25px 18px 27px;
	justify-content: center;
	align-items: center;
}
.site-header-new .container > div {
	flex: 1;
}

.header-icon img {
	height: auto;
	width: 87px;
}

.header-logo {
	text-align: center;
}
.header-logo img {
	height: auto;
	width: 361px;
}

.site-contact-inner {
	margin-left: auto;
	margin-right: auto;
/* 	max-width: 200px; */
	max-width: 230px;
	padding-top: 5px;
}
.site-contact-inner p {
	color: #e7e7e7;
	font-family: "Teko", sans-serif;
/* 	font-size: 20px;
	line-height: 18px; */
	font-size: 24px;
	line-height: 20px;
	margin: 0;
}
.site-contact-inner a {
	color: #e7e7e7;
}
.site-contact-inner .title {
	color: #c7c7c7;
	margin-left: 49px;
	margin-bottom: 2px;
}
.site-contact-inner .contact-phone, .site-contact-inner .contact-email {
	align-items: center;
	display: flex;
}
.site-contact-inner .contact-phone {
	margin-bottom: 7px;
}
.site-contact-inner .contact-icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 31px;
	margin-right: 13px;
	width: 36px;
}
.site-contact-inner .contact-phone .contact-icon {
	background-image: url(../img/hex-phone.png);
}
.site-contact-inner .contact-email .contact-icon {
	background-image: url(../img/hex-email.png);
}

/* NAVIGATION */
.navigation-new {
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.25));
	height: 60px;
	margin: -1px auto 0;
	max-width: 1155px;
	position: sticky;
    top: 0;
	z-index: 3;
}
.navigation-wrapper {
	align-items: center;
	display: flex;
	height: 60px;
	/* padding-left: 4%; */
	padding-left: 50px;
	padding-right: 4%;
	position: relative;
}
.navigation-wrapper:before {
	background: #333333;
	content: '';
	clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.navigation-new .menu-menu-1-container {
    margin-top: 0;
	width: calc(100% - 235px);
}
.navigation-new ul {
	list-style: none;
}
.navigation-new .menu {
	display: flex;
	font-family: "Teko", sans-serif;
/* 	font-size: 20px; */
	font-size: 24px;
	justify-content: space-between;
	line-height: 32px;
	margin: 0;
}
.navigation-new .menu > li {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	position: relative;
}
.navigation-new .menu a {
	align-items: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	padding: 0 12px;
	text-align: center;
}
.navigation-new .menu a:hover {
	color: #067d7f;
}
.navigation-new .menu .current-menu-item {
	border-bottom: 4px solid #026B6E;
}
.navigation-new .menu .current-menu-item > a {
	color: #c7c7c7;
	font-weight: 500;
	margin-top: 4px;
}
.navigation-new .menu .nav-button a {
	background: #026B6E;
	border-radius: 2px;
	padding: 0 17px;
}
.navigation-new .menu .nav-button a:hover {
	background: #ffffff;
	color: #026B6E;
}

.navigation-new .sub-menu {
	background: #333333;
	display: none;
	margin: 0;
	padding: 0 20px 20px;
	position: absolute;
	top: 60px;
	width: 190px;
}
.navigation-new .menu-item-has-children:hover .sub-menu {
	display: block;
}
.navigation-new .menu .sub-menu a {
	justify-content: left;
	margin-top: 10px;
	margin-bottom: -4px;
	padding: 0;
	text-align: left;
}
.navigation-new .menu .sub-menu a:hover {
	color: #026B6E;
}

.navigation-new form {
	height: 30px;
	margin-left: 30px;
	margin-right: 25px;
	position: relative;
	width: 190px;
}
.navigation-new input {
	border-radius: 20px;
	font-weight: 400 !important;
	font-size: 18px;
	height: 28px;
	line-height: 38px;
	padding: 0 10px 0 35px;
	width: calc(100% - 35px);
}
.navigation-new button {
	border: none;
	box-shadow: none;
	color: #727273;
	font-size: 20px;
	line-height: 1em;
	opacity: 0.4;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 0;
}

/* BODY */
.site-content {
	max-width: 1200px;
	padding: 0 20px 35px;
}

/**** PAGES ****/
.page-title, .entry-title, .main-title {
	font-family: "Teko", sans-serif;
	font-size: 2.6em;
	text-transform: uppercase;
}

.blog-feed .entry-title {
	font-size: 22px;
}

/**** FRONT PAGE ****/

/* HERO */
.hero {
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -60px;
	padding-top: 175px;
	padding-bottom: 285px;
}
.hero p {
	margin: 0;
}
.hero .h3 {
	color: #FFFFFF;
	font-family: "Teko", sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.045em;
	line-height: 28px;
	text-transform: uppercase;
}
.hero .h3.subtitle {
	letter-spacing: 0.13em;
}

.hero-content-wrapper {
	margin: 0 auto;
	max-width: 1155px;
}
.hero-content {
	background: rgba(51, 51, 51, 0.8);
	border-left: 4px solid #026B6E;
	margin-left: 45px;
	padding: 32px 50px 20px 39px;
	width: 404px;
}
.hero-text {
	margin-top: 30px;
	max-width: 285px;
}
.hero-text p {
	color: #FFFFFF;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

/* BRANDS */
.brands {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 907px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 75px 35px 70px;
}

.brand-content {
	margin: 0 auto;
	max-width: 350px;
}
.brand-content h2 {
	color: #18191F;
	font-family: "Teko", sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
}
.brand-content h3 {
	color: #18191F;
	font-family: "Teko", sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	margin-top: 8px;
	margin-bottom: 0;
	margin-right: 20px;
	text-transform: none;
}

.brand-logos ul {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 30px;
	list-style: none;
	margin: 0;
}
.brand-logos li {
	height: 75px;
	transition: background 100ms;
}
.brand-logos li:hover {
	background: #E5E5E5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.brand-logos a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.brand-logos img {
	max-width: 130px;
}

/* FEATURED CONTENT */
.featured-content {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 35px 60px;
}
.featured-content-wrapper {
	margin: 0 auto;
	max-width: 1440px;
}
.featured-title .h2 {
	color: #FFFFFF;
	font-family: "Teko", sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	margin: 0;
	max-width: 399px;
}
.featured-text {
	background: rgba(51, 51, 51, 0.8);
	border-left: 4px solid #026B6E;
	padding: 10px 47px 17px 62px;
	width: 581px;
}
.featured-text p {
	color: #FFFFFF;
	font-family: "Teko", sans-serif;
	font-size: 22px;
	line-height: 32px;
}
.featured-text .last-p {
	margin-bottom: 20px;
}
.featured-text .front-button {
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #026B6E;
	display: inline-block;
	font-family: "Teko", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 13px;
	padding: 12px 23px;
	text-align: center;
}
.featured-text .front-button:hover {
	background: #026B6E;
	color: #FFFFFF;
}

/* CATEGORIES */
.product-categories-top {
	text-align: center;
}
h2.product-title {
	color: #18191F;
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	text-transform: none;
}
.product-title:before, .product-title:after {
	background-color: #026B6E;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.product-title:before {
    right: 65px;
    margin-left: -50%;
}
.product-title:after {
    left: 65px;
    margin-right: -50%;
}

.product-categories-top .front-button {
	background: #026B6E;
	border-radius: 8px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 45px;
	padding: 7px 14px 5px;
	text-align: center;
}
.product-categories-top .front-button:hover {
	background: #E1E1E1;
	color: #026B6E;
}

.product-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 45px;
	column-gap: 45px;
	margin-bottom: 35px;
}
.product-item-wrapper {
	flex-grow: 1;
	padding-bottom: calc((100% / 3) - 30px);
	position: relative;
	width: calc((100% / 3) - 30px);
}
.product-item-wrapper img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-item {
	background: rgba(51, 51, 51, 0.8);
	padding: 20px 35px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 300ms;
}
.product-item .h3 {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.045em;
	line-height: 28px;
	margin: 0;
	transition: all 300ms;
}
.product-item .add-info {
	display: none;
	height: 0;
	max-height: 300px;
	opacity: 0;
	transition: all 100ms;
}
.product-item .add-info ul {
	color: #FFF;
	font-size: 32px;
	line-height: 0;
	list-style: square;
	margin-bottom: 20px;
}
.product-item .add-info ul a {
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.045em;
	line-height: 26px;
	vertical-align: middle;
}
.product-item .add-info ul a:hover {
	color: #777;
}
.product-item .add-info .more-info {
	border-bottom: 4px solid #026B6E;
	color: #FFF;
	display: inline-block;
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
}
.product-item .add-info .more-info:hover {
	color: #777;
}

.product-item-wrapper:hover img {
	filter: grayscale(1);
}
.product-item-wrapper:hover .product-item {
	padding: 23px 35px 17px;
}
.product-item-wrapper:hover .h3 {
	border-bottom: 4px solid #026B6E;
	margin-bottom: 10px;
}
.product-item-wrapper:hover .add-info {
	display: block;
	height: auto;
	opacity: 1;
}

/* NEWS */
.latest-news {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.news-item-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.news-item-wrapper a {
	display: block;
	height: 100%;
}
.news-item-wrapper a:hover {
	background: rgba(2, 107, 110, 0.3);
}
.news-item {
	max-width: 300px;
	padding: 50px;
}
.news-item-wrapper p {
	color: #FFFFFF;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 8px 0px;
}
.news-item-wrapper .h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}

.news-title-card {
	background: #026B6E;
	text-align: center;
}
.news-title-card .news-item {
	max-width: 100%;
	padding: 110px 25px 195px;
}
.news-title-card h2 {
	color: #FFFFFF;
	font-family: "Teko", sans-serif;
	font-weight: bold;
	font-size: 72px;
	line-height: 68px;
	margin: 0 auto 35px;
	max-width: 310px;
	text-transform: none;
}
.news-title-card p {
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 45px;
	max-width: 310px;
}
.news-title-card .news-button {
	background: #FFFFFF;
	border-radius: 8px;
	color: #000000;
	display: inline;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-family: "Teko", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 13px;
	padding: 5px 47px;
	text-align: center;
}
.news-title-card .news-button:hover {
	background: #000000;
	color: #FFFFFF;
}

/* SUBSCRIPTION */
.subscribe {
	padding: 52px 25px;
	text-align: center;
}
.subscribe h2 {
	color: #18191F;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 54px;
	margin: 0;
	text-transform: none;
}
.subscribe h3 {
	color: #18191F;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-top: 27px;
	margin-bottom: 25px;
	text-transform: none;
}
.subscribe-button {
	background: #026B6E;
	border-radius: 8px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	display: inline-block;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-top: 35px;
	padding: 10px 50px 9px;
}
.subscribe-button:hover {
	background: #E1E1E1;
	color: #026B6E;
}

/* UPDATED SINGLE PRODUCT PAGE */
.woocommerce.single #content div.product .breadcrumbs {
	display: none;
	font-size: 26px;
}
.woocommerce.single .breadcrumbs {
	margin-top: 60px;
	margin-bottom: 60px;
}

.woocommerce-product-gallery .slick-list {
	min-height: 600px;
	max-height: 600px;
	padding: 0 !important;
}
.woocommerce-product-gallery__image > * {
	display: flex;
	align-items: center;
	height: 600px;
}
.single-product div.product {
	padding-top: 40px;
}

.woocommerce.equalize-rows #main ul.products li {
	justify-content: center;
}
.woocommerce.equalize-rows #main ul.products li > * {
	width: 100%;
}

.woocommerce.single #content div.product div.entry-summary {
	margin-top: 60px;
}

.woocommerce.single #content div.product .product_title {
	font-size: 36px;
	margin-top: 10px;
}
.product .summary p, .product .summary li, .woocommerce.single .summary .page p, .woocommerce.single .summary .page li {
	font-size: 16px;
	margin-top: 20px;
}
.product .summary li, .woocommerce.single .summary .page li {
	line-height: 1.25;
}

.wpgs-for {
	width: calc(100% - 200px);
	float: left;
}
.wpgs-nav {
	width: 150px;
	float: right;
}
.wpgs-nav .slick-slide {
	height: 150px !important;
	width: 150px !important;
	align-items: center;
	display: flex !important;
}
.wpgs-nav .slick-prev {
	top: -43px;
	bottom: auto;
}
.wpgs-nav .slick-next {
	bottom: -43px;
	top: auto;
}
.wpgs-nav .slick-next, .wpgs-nav .slick-prev {
	transform: rotate(90deg);
	z-index: 0;
	box-shadow: none;
	left: calc(50% - 20px);
	right: 0;
	text-align: center;
	width: 38px;
	height: 38px;
}
.wpgs-nav .slick-next:before, .wpgs-nav .slick-prev:before {
	color: #bbb;
	font-size: 36px !important;
}

.woo-table.woo-variations {
	margin: 50px 0 0;
	padding: 0;
}

.woo-downloads {
	clear: both;
	background: #EBEBEB;
	padding: 25px;
}
.woo-downloads h3 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: inherit;
	letter-spacing: 3px;
}
.woo-downloads h5 {
	margin-top: 0;
	margin-bottom: 0;
}
.woo-downloads span {
	margin-right: 10px;
}

.dealer-button {
	margin: 50px 0 100px;
}
.dealer-button .woo-button {
	padding: 8px 30px 7px;
	border-radius: 0;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: 900 !important;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 18px;
	font-weight: bold;
	color: #067d7f;
	margin-bottom: 50px;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #067d7f;
}

.woocommerce div.product div.woocommerce-product-gallery__image a img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce ul.products li.product a img {
	height: 200px;
	object-fit: contain;
}

.woo-table.woo-variations img {
	max-height: 50px;
	max-width: 50px;
}

.woo-tax-page .site-main {
	margin: 0;
}
.woo-tax-page.wc-columns-3.woocommerce #main ul.products li.product {
	margin: 0 1.8% 2.992em 0;
}

/* WOO SLIDER */
.vertical-img-right.nickx-slider-for {
	width: calc(100% - 210px);
}

.nickx-slider-nav li.product_thumbnail_item {
	border: 1px solid #f0f0f0;
	margin-bottom: 10px !important;
	display: block !important;
}
.nickx-slider-nav li.product_thumbnail_item img {
	max-height: 155px;
	object-fit: cover;
	height: 155px !important;
	object-fit: contain;
}
.nickx-slider-for .slick-slide img {
	max-height: 650px;
	object-fit: contain;
}

.product_thumbnail_item.slick-current.slick-active img {
	border: 5px solid #000;
}

#nickx-gallery.slick-initialized.slick-vertical {
	width: 180px;
	overflow: visible;
	float: right;
}
#nickx-gallery.slick-initialized.slick-vertical .slick-list {
	max-height: 650px;
}
.slick-vertical i.thumb_arrow {
	font-size: 38px;
	height: 38px;
	width: 38px;
}
.slick-vertical i.btn-prev.thumb_arrow {
	margin-top: -38px;
}
.slick-vertical i.btn-next.thumb_arrow {
	margin-bottom: -38px;
}

/* FOOTER */
.site-footer-new {
	background-color: #026B6E;
	background-image: url(../img/footer-watermark.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 40px 0 70px;
}

.site-footer-new .column-left img {
	max-width: 261px;
}
.site-footer-new .column-left p {
	color: #D9DBE1;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	max-width: 255px;
}
.site-footer-new .column-left a {
	color: #D9DBE1;
}
.site-footer-new .column-left a:hover {
	color: #000000;
}

.site-footer-new .social {
	list-style: none;
	margin: 10px 0 14px;
}
.site-footer-new .social li {
	display: inline-block;
	margin-right: 10px;
}
.site-footer-new .social a {
	background: rgba(255,255,255,.1);
	border-radius: 50px;
	display: block;
	height: 24px;
	width: 24px;
}
.site-footer-new .social img {
	max-width: 100%;
	padding: 5.5px;
}
.site-footer-new .social a:hover {
	background: #FFFFFF;
}
.site-footer-new .social a:hover img {
	filter: brightness(0);
}

.site-footer-new p.footer-info {
	margin-bottom: 25px;
	padding-left: 25px;
}
.site-footer-new p.footer-info.footer-location-2 {
	margin-bottom: 0;
}
.footer-info img {
	display: inline-block;
	height: 20px;
	object-fit: contain;
	margin-left: -25px;
	margin-right: 5px;
	vertical-align: top;
	width: 20px;
}
.footer-info span {
	display: inline-block;
	margin-top: -3px;
	vertical-align: top;
}

.site-footer-new .title {
	color: #ffffff;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

.column-center .title, .column-center .menu-footer-container {
	margin-left: 75px;
}
.column-center .menu {
	list-style: none;
	margin: 0;
}
.column-center li {
	color: #D9DBE1;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 12px 0px;
}
.column-center li a {
	color: #D9DBE1;
}
.column-center li a:hover {
	color: #000000;
}

.column-right .title, .column-right .catalogues {
	margin-left: 60px;
}
footer .column-right-mobile {
	display: none;
}
.catalogues a {
	display: block;
	margin-right: 10px;
	max-width: 275px;
	position: relative;
}
.catalogues img {
	max-width: 275px;
	width: 100%;
}
.catalogues .text-on-hover {
	background: rgba(51, 51, 51, 0.8);
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	height: 0;
	line-height: 43px;
	margin: 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.catalogues a:hover .text-on-hover {
	height: 40px;
	opacity: 1;
}

.request-button-wrapper {
	margin-left: 60px;
	text-align: center;
	max-width: 585px;
}
.request-button {
	background: #FFFFFF;
	border-radius: 8px;
	color: #000000;
	display: inline-block;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-family: "Teko", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 13px;
	margin: 15px auto 0;
	padding: 15px 47px;
	text-align: center;
}
.request-button:hover {
	background: #000000;
	color: #FFFFFF;
}

body.responsive .container.copyright {
	align-items: center;
	background-color: #026B6E;
	color: #D9DBE1;
	display: flex;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 20px;
	justify-content: center;
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright p {
	color: #D9DBE1;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0px 8px;
}
.copyright a {
	color: #D9DBE1;
}

.copyright .menu {
	display: flex;
	list-style: none;
	margin: 0 8px;
}
.copyright .menu li {
	position: relative;
}
.copyright .menu li:after {
	content: ' | ';
	margin: 0 8px;
}
.copyright .menu li:last-child:after {
	display: none;
}

/* CHATBOT */
.grecaptcha-badge {
	display: none !important;
}
.bot-wrapper {
    display: flex;
    justify-content: end;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 9;
}
.bot-wrapper .main-icon {
	align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
    background: #026B6E;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 3;
}
.bot-wrapper .main-icon img {
	filter: invert(1);
	margin-left: -5px;
	width: 30px;
}
.bot-wrapper .link-list {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
    opacity: 0;
    padding: 18px 13px 0px;
    position: absolute;
    top: -110px;
    transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
	height: 115px;
    width: 205px;
    z-index: 2;
}
.bot-wrapper .link-list img {
	margin-right: 5px;
	vertical-align: text-bottom;
	width: 20px;
}
.bot-wrapper .link-list a {
    color: #344955;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
    opacity: 0.8;
}
.bot-wrapper .link-list a:hover {
    color: #30444f;
    opacity: 1;
    transition: 0.2s;
}
.bot-wrapper input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.bot-wrapper input:checked ~ .main-icon {
    animation: fab-animation 0.4s ease-out forwards;
}
.bot-wrapper input:checked ~ .link-list {
    animation: fac-animation 0.4s ease-out forwards 0.1s;
    opacity: 1;
    top: -135px;
}
@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
    }
    20% {
        transform: rotate(60deg) scale(0.93);
    }
    55% {
        transform: rotate(35deg) scale(0.97);
    }
    80% {
        transform: rotate(48deg) scale(0.94);
    }
    100% {
        transform: rotate(45deg) scale(0.95);
    }
}
@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
    }
    20% {
        transform: rotate(-15deg);
    }
    55% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0) scale(1);
    }
}
@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
    }
    33% {
        transform: scale(0.95, 1.05);
    }
    66% {
        transform: scale(1.05, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 1185px) {
	.brands {
		grid-template-columns: 1fr 2fr;
	}
}

@media screen and (max-width: 1024px) {
	.nav-icon {
		text-align: right;
	}
	.navigation-new {
		position: relative;
	}
}

@media screen and (max-width: 1040px) {
	.navigation-new .menu-menu-1-container {
		max-width: 745px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.navigation-new form {
		display: none;
	}

	.brands {
		display: block;
		padding: 10px 35px 55px;
	}
	.brand-content {
		display: flex;
		margin-bottom: 10px;
		max-width: 515px;
	}
	.brand-logos ul {
		grid-template-columns: repeat(2, 1fr);
		margin: 0 auto;
		max-width: 400px;
	}

	.product-list {
		column-gap: 25px;
		row-gap: 25px;
	}
	.product-item-wrapper {
		overflow: hidden;
		width: calc((100% / 2) - 30px);
	}
	.product-item {
		padding: 10px 25px 4px;
	}
	.product-item .h3 {
		font-size: 24px;
	}

	.latest-news {
		display: block;
	}

	.news-title-card .news-item {
		padding: 35px 25px 70px;
	}
	.news-title-card h2 {
		margin-bottom: 5px;
	}
	.news-title-card p {
		margin-bottom: 30px;
	}

	.news-item {
		padding: 25px;
	}

	.subscribe {
		padding: 49px 25px;
	}
	.subscribe h3 {
		margin-top: 3px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 270px;
	}
	.subscribe-button {
		margin-top: 20px;
	}

	.site-footer-new {
		background-image: url(../img/footer-watermark-mobile.png);
	}

	body.responsive .container.footer-wrapper {
		max-width: 260px;
	}
	.footer-wrapper .column-left, .footer-wrapper .column-center, .footer-wrapper .column-right {
		width: 100%;
	}

	.footer-wrapper .column-right-desktop {
		display: none;
	}
	.footer-wrapper .column-right-mobile {
		display: block;
		margin-top: 40px;
		margin-bottom: 45px;
	}

	.column-right .title, .column-right .catalogues, .request-button {
		margin-left: 0;
	}
	.site-footer-new .column-right p {
		font-size: 16px;
		line-height: 16px;
	}

	.site-footer-new p.footer-info {
		margin-bottom: 10px;
	}
	.footer-info span {
		font-size: 16px;
		line-height: 20px;
		margin-top: 1px;
	}
	.site-footer-new p.footer-info.footer-location-2 {
		margin-top: 20px;
	}

	.column-center {
		margin-top: 35px;
		margin-left: 30px;
	}
	.column-center .title, .column-center .menu-footer-container {
		margin-left: 0;
		margin-bottom: 0;
	}
	.column-center li {
		margin: 0;
	}

	body.responsive .container.copyright {
		display: block;
		font-size: 14px;
		line-height: 24px;
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.copyright p {
		font-size: 14px;
	}
	.copyright .sep {
		display: none;
	}
	.copyright .menu {
		justify-content: center;
	}
}

/* @media screen and (max-width: 992px) {

} */

@media screen and (max-width: 780px) {
	#pg-3358-0 > .panel-grid-cell, #pg-3358-0 > .panel-row-style > .panel-grid-cell {
    	width: 90%!important;
    	margin-right: auto!important;
	}

	.contact-form .pure-g .pure-u-1-6, .contact-form .pure-g .pure-u-1-3 {
		width: 100%;
	}
	.contact-form .pure-g .pure-u-1-6 {
		padding-bottom: 0;
	}
	.contact-form .pure-g .pure-u-1-3 {
		padding-top: 0;
	}
	.wpcf7 form.wpcf7-form .dark-label .contact-form h3 {
		margin-bottom: 0;
		text-align: left;
	}
	.wpcf7 .contact-form input.wpcf7-form-control.wpcf7-text, .wpcf7 .contact-form input.wpcf7-form-control.wpcf7-number, .wpcf7 .contact-form input.wpcf7-form-control.wpcf7-date, .wpcf7 .contact-form textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 .contact-form select.wpcf7-form-control.wpcf7-select, .wpcf7 .contact-form input.wpcf7-form-control.wpcf7-quiz {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	/* header logo positions */
	body.responsive .site-header-new .container {
		padding: 20px 17px 12px 22px;
	}

	.nav-icon {
		cursor: pointer;
		flex: 1;
	}
	.site-header-new .container > div.header-logo {
		flex: 2;
	}

	.header-icon img {
		width: 38px;
	}
	.header-logo img {
		height: auto;
		width: 168px;
	}

	.navigation-new {
		display: none;
		height: auto;
	}
	.navigation-wrapper {
		background: #333333;
		border-top: 4px solid #026B6E;
		flex-direction: column;
		height: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 18px;
		padding-bottom: 25px;
	}
	.navigation-wrapper::before {
		display: none;
	}
	.navigation-new .menu {
		font-size: 24px;
	}
	.navigation-new .menu-menu-1-container {
		max-width: 280px;
		order: 2;
		width: 90%;
	}
	.navigation-new form {
		display: block;
		margin-bottom: 12px;
		order: 1;
	}
	.navigation-new .menu, .navigation-new .menu > li {
		display: block;
		height: auto;
		margin-bottom: 12px;
	}
	.navigation-new .menu .current-menu-item {
		border: none;
	}
	.navigation-new .menu a {
		display: inline-block;
		padding: 0;
		text-align: left;
	}
	.navigation-new .menu .nav-button a {
		padding: 3px 9px 0;
	}

	.navigation-new .sub-menu {
		display: block;
		position: relative;
		left: 25px !important;
		top: 0;
		width: auto;
	}
	.navigation-new .sub-menu li {
		margin-top: 10px;
	}

	.hero {
		margin-top: 0;
		padding-top: 70px;
		padding-bottom: 120px;
	}
	.hero-content {
		max-width: 329px;
		padding: 17px 30px 25px 36px;
		width: 80%;
	}
	.hero .h3 {
		font-size: 16px;
		letter-spacing: 0.155em;
	}
	.hero img {
		max-width: 212px;
	}
	.hero .h3.subtitle {
		letter-spacing: 0.255em;
		margin-top: -5px;
	}
	.hero-text {
		margin-top: 6px;
	}

	.brand-content {
		justify-content: center;
	}
	.brand-content h2 {
		font-size: 24px;
		line-height: 40px;
	}
	.brand-content h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.featured-content {
		margin-bottom: 5px;
		padding: 17px 35px 300px;
	}
	.featured-title .h2 {
		font-size: 24px;
	}
	.featured-text {
		max-width: 300px;
		padding: 5px 10px 19px 32px;
		width: 90%;
	}
	.featured-text p {
		font-size: 14px;
		line-height: 20px;
	}

	h2.product-title {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 2px;
	}
	.product-title::before {
		right: 37px;
	}
	.product-title::after {
		left: 37px;
	}
	.product-categories-top .front-button {
		margin-bottom: 32px;
	}

	.product-list {
		column-gap: 8px;
		row-gap: 8px;
		margin-bottom: 16px;
	}
	.product-item-wrapper {
		padding-bottom: 197px;
		width: 100%;
	}

	.product-item-wrapper:hover .product-item {
		padding: 10px 25px 4px;
	}
	.product-item-wrapper:hover .h3 {
		border: none;
		margin-bottom: 0;
	}
	.product-item-wrapper:hover .add-info {
		display: none;
	}
	.product-item-wrapper:hover img {
		filter: none;
	}

	.news-item-wrapper .h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.news-item-wrapper p {
		margin: 9px 0;
	}

	.news-title-card .news-item {
		padding: 31px 25px 65px;
	}
	.news-title-card h2 {
		font-size: 38px;
		line-height: 40px;
	}
	.news-title-card p {
		font-size: 16px;
		margin: 9px auto 30px;
		max-width: 295px;
	}

	.subscribe {
		padding: 46px 25px;
	}
	.subscribe h2 {
		font-size: 38px;
	}
	.subscribe h3 {
		margin-top: 0px;
		margin-bottom: 2px;
	}

	/* footer */
	.footer-wrapper .pure-g {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 600px) {
	body.responsive #content.site-content .widget-area {
		padding: 40px 0 40px !important;
	}
	body.responsive.woocommerce #content.site-content .widget-area {
		padding: 0 15px 40px !important;
	}

	.woocommerce .site-content > .container {
		display: flex;
		flex-direction: column;
	}
	.woocommerce .site-content > .container .content-area {
		order: 1;
	}
}

@media screen and (max-width: 415px) {
	.brand-logos ul {
		grid-template-columns: 1fr;
	}

	.featured-title .h2 {
		line-height: 34px;
	}

	.subscribe h2 {
		line-height: 38px;
		margin-bottom: 15px;
	}

	.site-footer-new .column-left img {
		max-width: 100%;
	}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  a.woo-primary-button {
		padding: 7px 15px 0 15px!important;
	}
}