
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: YES Group UK
Theme URI: https://www.bluewhalemedia.co.uk/
Template: themify-shoppe
Author: Blue Whale Media
Author URI: https://www.bluewhalemedia.co.uk/
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 5.6.3.1653473473
Updated: 2022-05-25 11:11:13

*/
#header, #footer {
	display: none;
}

/* Colour Variation Section */
:root {
	--white: #fff;
	--black: #000;
	--red: #be2a26;
	--blue: #699;
	--yellow: #ffc90d;
	--grey1: #898989;
	--grey2: #898989;
	--grey3: #f4f4f4;
	--primary: "montserrat";
}

.red-bg {
	background-color: var(--red);
}

.blue-bg {
	background-color: var(--blue);
}

.yellow-bg {
	background-color: var(--yellow);
}

.grey1-bg {
	background-color: var(--grey1);
}

.grey2-bg {
	background-color: var(--grey2);
}

.grey3-bg {
	background-color: var(--grey3);
}

/* DONT FORGET TO ADD A PLAIN TEXT MODULE IN YOUR HEADER TO SHOW THE BURGER MENU */

/* plain text module should have the class mobile-menu-burger */

/* then add this html in the plain text module <div id="open-mm"><span></span><span></span><span></span></div> */

/* mobile menu */
.mobile-menu-burger {
	display: none;
}

#full-screen-mobile-main-menu {
	position: fixed;
	left: 0;
	top: 0;
	height: calc(100% - 130px);
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	padding: 80px 0px 50px;
	overflow-y: scroll;
	z-index: 20;
	overflow-x: hidden;
}

#full-screen-mobile-main-menu:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: white;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.opened-mm #full-screen-mobile-main-menu {
	opacity: 1;
	visibility: visible;
}

.opened-mm #full-screen-mobile-main-menu:before {
	width: 100%;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

#full-screen-mobile-main-menu .row_inner {
	position: relative;
	margin: 0 auto;
	width: 85%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
	visibility: hidden;
	z-index: 21;
	height: 100%;
}

.opened-mm #full-screen-mobile-main-menu .row_inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#close-mm {
	position: absolute;
	color: black;
	font-size: 40px;
	cursor: pointer;
	right: 30px;
	top: 30px;
	z-index: 1;
}

#full-screen-mobile-main-menu a {
	color: black;
}

#full-screen-mobile-main-menu ul {
	margin: 0;
	list-style: none;
}

#full-screen-mobile-main-menu .row_inner>div.menu-column {
	width: 100%;
}

#main-navigation a {
	font-size: 18px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main-navigation li {
	position: relative;
}

#open-mm span:nth-child(2) {
	width: 20px;
	margin: 10px auto;
	height: 2px;
}

#open-mm span {
	height: 2px;
	width: 30px;
	background: black;
	display: block;
	margin: 4px;
}

#open-mm {
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

#headerwrap #page-header .mobile-menu-burger {
	display: none;
}

#main-navigation {
	right: auto;
}

#main-navigation li.menu-item-has-children:before {
	display: none;
}

#main-navigation li.menu-item-has-children:hover a {
	padding-left: 0px;
}

#main-navigation li.menu-item-has-children a:hover {
	padding-left: 30px;
}

#main-navigation li.menu-item-has-children>a:hover {
	padding-left: 0px;
}

#main-navigation li.menu-item-has-children>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
}

#main-navigation li.menu-item-has-children ul.sub-menu {
	display: none;
}

#main-navigation li.menu-item-has-children>a em {
	margin-left: 5px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

#main-navigation li.menu-item-has-children.opened-sub-menu ul.sub-menu {
	display: block;
	margin-left: 20px;
}

/* end of mobile menu */

/* Desktop Header */
div#headerwrap {
	background-color: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

#headerwrap.fixed-header:before {
	content: unset;
}

.header-row-1 {
	padding: 5px 5%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.header-row-1 .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-row-1-text p {
	color: white;
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: var(--primary);
}

#pagewrap .header-row-1-menu a {
	padding: 0px 15px;
	color: white;
	font-weight: 700;
	font-family: var(--primary);
	font-size: 15px;
}

ul#menu-header-nav {
	background: none;
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.fixed-header-on .header-row-1 {
	display: none;
}

.header-row-2 {
	padding: 5px 5%;
	background: white;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.header-row-2 .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-logo {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.header-logo img {
	width: 100%;
	max-width: 200px;
}

.header-search {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.header-row-2 .module_subrow {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
}

.header-signin a, .header-wishlist a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-signin img, .header-wishlist img {
	width: 100%;
	max-width: 40px;
	border-radius: 0px;
	height: 40px;
}

.icon-shopping-cart svg {
	width: 40px;
	height: 40px;
}

.header-signin span, .header-wishlist span, h3.basket-title {
	font-size: 15px;
	font-family: var(--primary);
	margin: 0px 9px;
	line-height: 2;
}

.icon-shopping-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon-menu .icon-menu-count {
	top: 0;
	right: 15%;
	background-color: var(--red);
}

.header-row-2 .module_subrow .tb-column-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-signin, .header-wishlist {
	margin-right: 15px;
}

.header-row-3 {
	padding: 5px 5%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.header-row-3 .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-row-3-text p {
	font-size: 15px;
	font-weight: 600;
	color: var(--grey2);
	margin-bottom: 0px;
}

#pagewrap .header-row-3-menu a {
	padding: 0px 25px;
	font-size: 15px;
	color: black;
	font-weight: 700;
	font-family: var(--primary);
}

ul#menu-header-nav-1 {
	background: none;
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

input#woocommerce-product-search-field-0 {
	margin: 0px;
	width: 25rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-color: var(--grey3);
}

.woocommerce-product-search button {
	background: none;
	border: 1px solid var(--grey3);
	border-radius: 0px;
	padding: 5px 0px;
	padding: 9px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left-color: var(--grey2);
}

.woocommerce-product-search button svg {
	width: 20px;
	height: 20px;
}

form.woocommerce-product-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

/* Hide Header */
.hide-header .header-row-2 {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
}

.hide-header .header-row-3 {
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

/* Home 1 */
.home-1-slide {
	padding: 5%;
}

.home-1-text p:first-of-type {
	font-size: 21px;
	color: white;
	font-family: var(--primary);
	font-weight: 600;
	margin-bottom: 0px;
}

.home-1-text h2 {
	font-size: 65px;
	max-width: 40%;
	color: white;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 25px;
}

.home-1-text p:last-of-type {
	font-size: 21px;
	color: white;
	font-family: var(--primary);
	font-weight: 500;
	margin-bottom: 25px;
}

.home-1-slide:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .75)), color-stop(50%, rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 50%);
}

.home-1-slide:after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0px;
	width: 35%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .3;
	mix-blend-mode: plus-lighter;
}

button.slider-prev-button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 2;
	background: none;
	padding: 15px;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: var(--primary);
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border: 0px;
	border-radius: 0px;
}

button.slider-next-button.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 2;
	background: none;
	padding: 15px;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: var(--primary);
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border: 0px;
	border-radius: 0px;
}

/* Main Button */
#pagewrap .main-button a {
	font-size: 18px;
	font-family: var(--primary);
	font-weight: 700;
	background-color: unset;
	border: 0px;
	border-radius: 5px;
}

#pagewrap .dual-white-red-button .module-buttons-item:first-of-type a {
	border: 2px solid white;
}

#pagewrap .dual-white-red-button .module-buttons-item:first-of-type:hover a {
	border: 2px solid var(--red);
	background-color: var(--red);
}

#pagewrap .dual-white-red-button .module-buttons-item:first-of-type a span {
	color: white;
}

#pagewrap .dual-white-red-button .module-buttons-item:last-of-type a {
	border: 2px solid var(--red);
	background-color: var(--red);
}

#pagewrap .dual-white-red-button .module-buttons-item:last-of-type:hover a {
	border: 2px solid white;
	background-color: transparent;
}

#pagewrap .dual-white-red-button .module-buttons-item:last-of-type a span {
	color: white;
}

#pagewrap .main-button.white-button a {
	color: white;
	border: 2px solid white;
}

#pagewrap .main-button.red-button a {
	color: white;
	border: 2px solid var(--red);
	background: var(--red);
}

#pagewrap .main-button.white-red-button a {
	color: var(--red);
	border: 2px solid var(--red);
	background: transparent;
}

/* Home 2 */
.home-2 {
	padding: 50px 5%;
}

.home-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -12.5px;
}

.home-categories a {
	-ms-flex-preferred-size: calc(25% - 25px);
	flex-basis: calc(25% - 25px);
	margin: 0px 12.5px 25px;
}

.home-categories a img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
	border-radius: 15px;
	margin-bottom: 15px;
}

.home-categories a h3 {
	text-align: center;
	font-family: var(--primary);
	color: black;
	font-size: 21px;
}

.home-2-text {
	border-bottom: 2px solid white;
	text-align: center;
	margin-bottom: 25px;
}

#pagewrap .home-2-text h2:before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 4px;
	background-color: var(--blue);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#pagewrap .home-2-text h2 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
	padding-bottom: 25px;
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
}

#pagewrap .home-2-text p {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: var(--blue);
	font-weight: 600;
	font-family: var(--primary);
}

.home-2:before {
	content: "";
	position: absolute;
	top: 0%;
	right: 0px;
	width: 35%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .5;
}

.home-2:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0px;
	width: 35%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .5;
	rotate: 180deg;
}

.home-2 .row_inner {
	z-index: 2;
}

/* Home 5 */
.home-5 {
	padding: 50px 5%;
	margin-top: 50px;
}

.home-5-text {
	border-bottom: 2px solid black;
	text-align: center;
	margin-bottom: 25px;
}

#pagewrap .home-5-text h2:before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 4px;
	background-color: var(--red);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#pagewrap .home-5-text h2 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
	padding-bottom: 25px;
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
}

#pagewrap .home-5-text p {
	font-size: 21px;
	margin-bottom: 0px;
	color: var(--red);
	font-weight: 600;
}

.home-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -12.5px;
}

a.home-product-single {
	-ms-flex-preferred-size: calc(25% - 25px);
	flex-basis: calc(25% - 25px);
	margin: 0px 12.5px 25px;
}

.home-product-single-excerpt {
	position: absolute;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
	background: rgba(255, 255, 255, .75);
}

.home-product-single-ex {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-product-single-image {
	position: relative;
}

.home-product-single-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 25px 15px;
	background: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.home-product-single img {
	height: 350px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.home-product-single {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	border-radius: 15px;
}

.home-product-single-price .product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 32%;
	font-size: 14px;
	color: var(--grey1);
	font-weight: 600;
	font-family: var(--primary);
	margin-bottom: 0px;
	line-height: 1;
}

small.woocommerce-price-suffix {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: var(--grey2);
}

.home-product-single-price button {
	width: 50%;
	background: none;
	border-radius: 0px;
	padding: 0px;
	color: var(--red);
	font-family: var(--primary);
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 600;
	font-size: 15px;
}

.home-product-single-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-product-single-content>p {
	height: 55px;
	font-size: 18px;
	color: black;
	font-weight: 800;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-product-single-price button i {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: 800;
}

#pagewrap .home-product-single-excerpt button {
	padding: 0px;
	background: none;
	color: var(--grey1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	margin-top: 5px;
}

#pagewrap .home-product-single-excerpt button span {
	text-decoration: underline;
	text-transform: capitalize;
	text-underline-offset: 5px;
}

#pagewrap .home-product-single-excerpt button i {
	font-size: 10px;
	margin-left: 5px;
	font-weight: 800;
}

.home-product-single-excerpt {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	z-index: 1;
}

a.home-product-single:hover .home-product-single-excerpt {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.home-product-single-content {
	z-index: 2;
	position: relative;
}

.home-product-single-ex ul {
	list-style: none;
	margin: 0px;
}

#pagewrap .home-5-button .module-buttons-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

/* Home 3  */
.home-3-slide {
	padding: 25px 2.5%;
}

.home-3-slide .subrow_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-3-slide .subrow_inner .first {
	width: 40%;
}

.home-3-slide .subrow_inner .last {
	width: 60%;
	padding: 0px 5%;
}

#pagewrap .home-3-image img {
	width: 100%;
	max-width: 600px;
	margin: auto;
	display: block;
	z-index: 2;
	position: relative;
}

.home-3-text {
	padding-top: 50px;
	margin-bottom: 50px;
	z-index: 2;
}

.home-3-slide.red-slide {
	background: #721818;
	background: -webkit-gradient(linear, left top, right top, from(rgba(114, 24, 24, 1)), color-stop(50%, rgba(233, 63, 86, 1)), to(rgba(114, 24, 24, 1)));
	background: -o-linear-gradient(left, rgba(114, 24, 24, 1) 0%, rgba(233, 63, 86, 1) 50%, rgba(114, 24, 24, 1) 100%);
	background: linear-gradient(90deg, rgba(114, 24, 24, 1) 0%, rgba(233, 63, 86, 1) 50%, rgba(114, 24, 24, 1) 100%);
}

.home-3-slide.blue-slide {
	background: #498c87;
	background: -webkit-gradient(linear, left top, right top, from(rgba(73, 140, 135, 1)), color-stop(50%, rgba(113, 211, 199, 1)), to(rgba(73, 140, 135, 1)));
	background: -o-linear-gradient(left, rgba(73, 140, 135, 1) 0%, rgba(113, 211, 199, 1) 50%, rgba(73, 140, 135, 1) 100%);
	background: linear-gradient(90deg, rgba(73, 140, 135, 1) 0%, rgba(113, 211, 199, 1) 50%, rgba(73, 140, 135, 1) 100%);
}

.home-3-slide.yellow-slide {
	background: #e58b0a;
	background: -webkit-gradient(linear, left top, right top, from(rgba(229, 139, 10, 1)), color-stop(50%, rgba(247, 191, 33, 1)), to(rgba(229, 139, 10, 1)));
	background: -o-linear-gradient(left, rgba(229, 139, 10, 1) 0%, rgba(247, 191, 33, 1) 50%, rgba(229, 139, 10, 1) 100%);
	background: linear-gradient(90deg, rgba(229, 139, 10, 1) 0%, rgba(247, 191, 33, 1) 50%, rgba(229, 139, 10, 1) 100%);
}

#pagewrap .home-3-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.home-3-slide .tb-column-inner {
	position: relative;
}

.home-3-slide:before {
	content: "CUSTOMISED";
	position: absolute;
	top: 18%;
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 12vw;
	line-height: 1;
	font-weight: 700;
	color: rgba(255, 255, 255, .05);
	font-family: var(--primary);
}

.home-3-slide:after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30%;
	background-color: white;
	left: 0px;
}

#pagewrap .home-3 .slider-prev-button, #pagewrap .home-3 .slider-next-button {
	top: 35%;
	z-index: 2;
}

.home-3-text h4 {
	color: white;
	font-size: 18px;
	font-family: var(--primary);
	margin-bottom: 15px;
}

.home-3-text h3 {
	color: white;
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 800;
	margin-bottom: 15px;
}

.home-3-text p {
	color: white;
	font-family: var(--primary);
	font-weight: 500;
	line-height: 1.25;
	font-size: 18px;
}

.home-3-price p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-family: var(--primary);
	font-weight: 800;
}

.home-3-price p strong {
	font-size: 35px;
	font-family: var(--primary);
	font-weight: 800;
}

.home-3-price {
	z-index: 2;
}

.home-3-button {
	z-index: 3;
}

/* Home 4 */
.home-4 {
	width: 50%;
	margin: auto 5% auto auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	border-radius: 25px;
	margin-top: -250px;
	z-index: 2;
	background: white;
}

.home-4 .last .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#pagewrap .home-4-image img {
	width: 100%;
	max-width: 75px;
	height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	display: block;
}

.home-4 .first {
	width: 25%;
}

.home-4 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 50px;
}

.home-4-text p:first-of-type {
	font-size: 18px;
	color: black;
	font-family: var(--primary);
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.home-4-text p:last-of-type {
	font-size: 30px;
	font-weight: 800;
	color: black;
	margin-bottom: 15px;
	line-height: 1;
}

.home-4 .last {
	width: 75%;
}

.home-4-image h3.image-title {
	font-size: 18px;
	max-width: 70%;
	text-align: center;
	margin: auto;
}

#pagewrap .home-4-image .image-content {
	margin: 0px;
}

/* Home 6 */
.home-6 {
	padding: 50px 10%;
}

.home-6>div>.first {
	background: white;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	border-radius: 15px;
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
}

.home-6 .module_subrow .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-6-image {
	-ms-flex-preferred-size: calc(50% - 50px);
	flex-basis: calc(50% - 50px);
	margin: 0px 25px 25px;
}

.home-6 .module_subrow {
	padding: 50px 50px 0px 50px;
}

#pagewrap .home-6-image img {
	width: 100%;
	max-width: 75px;
	height: 75px;
	margin: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
}

#pagewrap .home-6-image {}

#pagewrap .home-6-image h3.image-title {
	text-align: center;
	font-size: 21px;
	font-family: var(--primary);
	font-weight: 600;
}

#pagewrap .home-6-image .image-caption.tb_text_wrap {
	font-size: 18px;
	font-family: var(--primary);
	text-align: center;
	max-width: 80%;
	margin: auto;
	color: black;
}

.home-6-button em {
	font-size: 30px;
}

.home-6-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-6-title {
	text-align: center;
	padding: 25px 50px 0px;
	border-bottom: 2px solid var(--grey1);
}

.home-6-title h2 {
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.home-6-title h2:before {
	content: "";
	width: 100%;
	height: 4px;
	left: 0px;
	bottom: -3px;
	position: absolute;
	background: var(--yellow);
}

.home-6-title p {
	font-size: 18px;
	font-family: var(--primary);
	color: var(--yellow);
	margin-bottom: 5px;
	line-height: 1;
}

.home-6-link {
	text-align: center;
	margin-top: 10px;
}

.home-6-link p {
	font-size: 18px;
	line-height: 1;
	font-family: var(--primary);
	color: var(--grey1);
	font-weight: 500;
}

#pagewrap .home-6-link a {
	color: var(--red);
	font-weight: 800;
}

.home-6 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-6>div>.last {
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
	border-radius: 15px;
}

/* Footer Row 1 */
.footer-row-1 {
	width: 60%;
	z-index: 2;
	display: none;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/mesh-gradient-colour.png");
	margin: 0px auto;
	border-radius: 25px;
	margin-bottom: -50px;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-row-1.nitro-lazy {
	background-image: none !important;
}

.footer-row-1:before {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 15%;
	background-size: cover;
	background-position: right;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .25;
	rotate: 180deg;
}

.single-post #footerwrap .footer-row-1 {
	width: 60%;
	margin: 0px auto -60px;
}

.footer-row-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-row-1 .row_inner>.first {
	width: 40%;
}

.footer-row-1 .row_inner>.last {
	width: 60%;
}

.footer-row-1-image img {
	margin-top: -50px;
	margin-bottom: -25px;
	margin-left: -15%;
}

.footer-row-1-title p {
	color: white;
	opacity: .5;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: var(--primary);
	font-weight: 600;
}

.footer-row-1-title {
	margin-bottom: 25px;
}

.footer-row-1-title h2 {
	color: white;
	font-size: 40px;
	font-family: var(--primary);
}

.footer-row-1 .subrow_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-row-1-link-1 p {
	margin-bottom: 5px;
	color: rgba(255, 255, 255, .25);
	font-family: var(--primary);
	text-transform: uppercase;
	font-size: 25px;
}

#pagewrap .footer-row-1-link-1 a {
	color: white;
	font-size: 21px;
	font-weight: 700;
}

.footer-row-1-link-1 {
	padding-right: 25px;
}

/* Footer row 2 */
.footer-row-2 {
	padding: 0px 5%;
	background-color: white;
	display: block;
}

.footer-row-2:before {
	content: "";
	position: absolute;
	top: 0%;
	right: 10%;
	width: 200px;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/09/Asset-1-1.png");
	opacity: 1;
}

.footer-row-2 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-row-2 .row_inner .first {
	width: 25%;
	height: 100%;
	min-height: 180px;
}

.footer-row-2 .row_inner .module_column:nth-of-type(2) {
	width: 50%;
	padding: 50px;
}

.footer-row-2 .row_inner .module_column:nth-of-type(2) h2 {
	color: black;
	font-family: var(--primary);
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 5px;
}

.footer-row-2 .row_inner .module_column:nth-of-type(2) p {
	color: black;
	font-family: var(--primary);
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
}

.footer-row-2 .row_inner .module_column:nth-of-type(2) em {
	color: var(--red);
	font-weight: 800;
	font-family: var(--primary);
	font-size: 18px;
	margin-bottom: 0px;
}

.footer-row-2 .row_inner .last {
	width: 25%;
}

.footer-row-2 .home-6-button {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#pagewrap .footer-row-2 .home-6-link {
	text-align: right;
}

#pagewrap .footer-row-2 .home-6-link p {
	font-size: 12px;
}

/* Alternative Footer */
.alternative-footer .footer-row-1 {
	display: block;
}

.alternative-footer .footer-row-2 {
	display: none;
}

.alternative-footer .footer-row-3 {
	padding-top: 100px;
}

/* Footer main */
.footer-main {
	padding: 50px 5% 25px;
	background-color: var(--grey3);
}

.footer-main:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0px;
	width: 25%;
	background-size: cover;
	background-position: right;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .5;
}

.footer-main>.row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-main>.row_inner>.first {
	width: calc(25% - 50px);
}

.footer-main>.row_inner>.module_column:nth-of-type(2) {
	width: calc(50% - 50px);
}

.footer-main>.row_inner>.last {
	width: calc(25% - 50px);
}

.footer-newsletter {
	background: white;
	border-radius: 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 25px 15px;
	margin-top: 25px;
}

.footer-newsletter h3 {
	background: white;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	padding: 2.5px 25px 0px;
	margin-bottom: -20px;
	font-size: 40px;
	color: var(--red);
	font-weight: 800;
	font-family: var(--primary);
	border-radius: 5px;
}

.footer-main .frm_submit {
	position: absolute;
	top: 0px;
	right: 0px;
}

.footer-main .frm_fields_container {
	position: relative;
}

#pagewrap .footer-main .frm_submit button {
	margin: 0px;
}

div#frm_field_67_container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}

.footer-newsletter p {
	color: var(--grey1);
	font-family: var(--primary);
	width: 75%;
	margin: auto;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 15px;
}

input#field_ftr8e {
	background: var(--grey3);
	border: 1px solid var(--red);
}

.footer-payment-images .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-payment-image {
	width: calc(25% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-payment-image img {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	max-height: 40px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.footer-payment-images {
	margin: 15px 0px;
}

.footer-payment-image:hover img {
	-webkit-filter: unset;
	filter: unset;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.footer-vat-ltd .tb_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-vat-ltd .tb_text_wrap p {
	width: 45%;
	font-size: 10px;
}

.footer-main>.row_inner>.module_column:nth-of-type(2) .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-menu-1, .footer-menu-2 {
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
}

.footer-menu-1 ul {
	background: none;
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#pagewrap .footer-main .nav {
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pagewrap .footer-main .nav li {
	font-size: 15px;
}

#pagewrap .footer-main .nav li a {
	padding: 0px;
	margin: 0px;
	color: var(--grey2) !important;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--primary);
}

#pagewrap .current-menu-item a {
	color: var(--red) !important;
}

#pagewrap .footer-main .footer-menu-1 .nav li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#pagewrap .footer-main .footer-menu-2 .nav li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-main h3.module-title, .footer-text h2 {
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 15px;
}

.footer-text p {
	font-size: 15px;
	color: var(--grey1);
	font-family: var(--primary);
}

/* Footer Row 4 */
.footer-row-4 .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.footer-row-4 {
	background-color: var(--red);
	padding: 5px 5%;
}

.footer-blwm p {
	margin-bottom: 0px;
	color: white;
}

#pagewrap .footer-blwm p a {
	color: white;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--primary);
	letter-spacing: §px;
}

ul#menu-legals {
	background: none;
}

ul#menu-legals li a {
	color: white;
	font-family: var(--primary);
	font-weight: 700;
	font-size: 15px;
}

#pagewrap .footer-main button.frm_button_submit.frm_final_submit {
	background: transparent;
	padding: 8px 10px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--red);
}

.scroll-select .wapf-field-input {
	overflow: scroll;
}

span.scroll-text {
	display: block;
	font-size: 12px;
	color: var(--red);
	font-family: var(--primary);
}

.scroll-select .wapf-field-input>div {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column dense;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.scroll-select .wapf-field-input>div > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.scroll-select .wapf-field-input>div > *:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.scroll-select .wapf-field-input .wapf-swatch {
	min-width: 100px;
}

/* Product Archive */
.archive-top-banner {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
	background-position: center;
	background-color: rgba(0, 0, 0, .25);
	background-blend-mode: overlay;
}

p.archive-top-banner-text {
	font-size: 25px;
	letter-spacing: 2px;
	color: white;
	font-weight: 500;
	font-family: var(--primary);
}

h1.archive-top-banner-title {
	font-size: 75px;
	color: white;
	font-family: var(--primary);
	margin-bottom: 25px;
}

p.archive-top-banner-parent {
	margin-bottom: 0px;
	font-size: 25px;
	color: white;
	font-family: var(--primary);
}

.archive div#layout {
	width: 100%;
	margin: 0px;
	padding: 50px 5%;
	background-color: var(--grey3);
}

.archive main#content {
	padding: 0px;
}

.archive aside#sidebar {
	padding: 0px;
	padding: 25px;
	background: white;
	border-radius: 10px;
}

ul.children {
	display: none;
}

.cat-parent.active .children {
	display: block;
}

.current-cat .children, .current-cat-parent .children {
	display: block;
}

.archive .product-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.archive small.woocommerce-price-suffix {
	display: block;
	font-size: 10px;
	margin: -5px 0px;
}

#pagewrap .product-content .button {
	padding: 0px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0px;
	color: var(--red);
	text-align: revert;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.product-share-wrap.tf_inline_b.tf_vmiddle {
	display: none;
}

.edit-button {
	display: none;
}

.product-content {
	background: white;
	padding: 15px 15px 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.archive h3.product_title {
	width: 100%;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px !important;
}

.widget_product_categories a {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 700;
}

.current-cat>a:first-of-type {
	color: var(--grey1) !important;
	text-decoration: underline;
}

.children .current-cat>a:first-of-type {
	text-decoration: unset;
}

#pagewrap ul.products li.product .post-image {
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.post-image img {
	border-radius: 0px;
}

.widget_product_categories .children a {
	color: var(--grey2);
}

#sidebar input#wp-block-search__input-1 {
	margin: 0px;
	width: 100%;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid var(--grey2);
}

#sidebar button.wp-block-search__button.wp-element-button {
	background: none;
	border: 1px solid var(--grey2);
	margin: 0px;
	border-radius: 0px 5px 5px 0px;
	padding: 10px;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search label {
	display: none;
}

#pagewrap nav.woocommerce-breadcrumb {
	font-size: 15px;
	color: var(--grey2);
	font-family: var(--primary);
	font-weight: 500;
}

#pagewrap nav.woocommerce-breadcrumb a {
	text-transform: capitalize;
	font-weight: 600;
	color: var(--grey1);
}

#pagewrap .pagenav a {
	background-color: transparent;
	color: var(--red);
	font-family: var(--primary);
	font-weight: 600;
}

#pagewrap .pagenav .current {
	background-color: var(--red);
	color: white;
	font-family: var(--primary);
	font-weight: 800;
}

/* Categories archive */
.archive-parents-inner {
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 75%;
	margin: auto;
	padding: 50px 0px;
	position: relative;
	z-index: 1;
	border-radius: 25px;
}

.archive-parents-inner:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 25px;
}

.archive-parents {
	padding: 5%;
	background-position: center;
	background-size: cover;
}

.archive-parents-title {
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.archive-parent-cat-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 75%;
	margin: 25px auto 0px;
}

.archive-parent-cat-container a {
	border: 1px solid white;
	border-radius: 25px;
	padding: 10px;
	margin: 0px 15px 15px;
	text-transform: capitalize;
	color: white;
	font-family: var(--primary);
	font-weight: 600;
}

.archive-parents-title h2 {
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
	color: white;
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 600;
	padding-bottom: 15px;
}

#pagewrap .archive-parents-title h2:before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 4px;
	background-color: var(--red);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.archive-parent-cat-container a:hover {
	background: var(--red);
}

.blog-archive-1 {
	padding: 50px 5%;
}

.blog-archive-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-archive-1 .row_inner .first {
	-ms-flex-preferred-size: calc(60% - 15px);
	flex-basis: calc(60% - 15px);
}

.blog-archive-1 .row_inner .last {
	-ms-flex-preferred-size: calc(40% - 15px);
	flex-basis: calc(40% - 15px);
}

.blog-archive-1 .custom-blog-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-archive-1 .custom-blog-posts a {
	-ms-flex-preferred-size: calc(33.33% - 15px);
	flex-basis: calc(33.33% - 15px);
	margin: 0px 7.5px 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	border-radius: 15px;
}

.blog-archive-1 .blog-archive-title-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.blog-archive-1 p.date {
	font-size: 15px;
	font-family: var(--primary);
	color: black;
	margin-bottom: 5px;
}

.blog-archive-1 h2.title {
	font-size: 25px;
	font-family: var(--primary);
	font-weight: 700;
	color: black;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-archive-1 .content {
	color: black;
	font-size: 15px;
	font-family: var(--primary);
	line-height: 1.5;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-archive-1 button.button {
	background: none;
	border-radius: 0px;
	padding: 0px;
	color: var(--red);
	text-transform: capitalize;
	font-family: var(--primary);
}

.blog-archive-1 img.blog-archive-image {
	width: 100%;
	max-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.hot-products-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	-webkit-box-shadow: 0px 0 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0 5px 1px rgba(0, 0, 0, .1);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 15px;
}

.hot-products-title {
	font-size: 20px;
	font-family: var(--primary);
	color: black;
	font-weight: 700;
}

.hot-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a.hot-product-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.hot-product-single-image {
	-ms-flex-preferred-size: calc(30% - 15px);
	flex-basis: calc(30% - 15px);
}

.hot-product-single-content {
	-ms-flex-preferred-size: calc(70% - 15px);
	flex-basis: calc(70% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hot-product-single-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.hot-product-single-content>p {
	width: 100%;
	font-size: 20px;
	color: black;
	font-family: var(--primary);
	font-weight: 700;
}

.hot-product-single-image img {
	width: 100%;
}

span.product-price {
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 500;
}

.hot-product-single button {
	padding: 0px;
	background: none;
	color: var(--red);
	font-family: var(--primary);
	text-transform: capitalize;
	font-weight: 600;
}

.hot-product-single button i {
	margin-left: 5px;
}

/* Faq 1 */

/* FAQ ARCHIVE  */
.faq-1 {
	padding: 50px 5%;
}

#pagewrap .faq-single {
	padding: 25px 0px;
	position: relative;
}

.faq-single:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: var(--grey3);
}

.faq-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	cursor: pointer;
}

i.fa-solid.fa-chevron-up {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	padding: 5px;
	color: black;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.faq-answer {
	display: none;
}

.faq-content {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

p.faq-title {
	font-size: 21px;
	color: black;
	font-family: var(--primary);
	font-weight: 700;
	margin-bottom: 0px;
	padding-right: 35px;
}

#pagewrap .faq-content p {
	font-size: 18px;
	color: black;
	font-weight: 400;
	font-family: var(--primary);
}

#pagewrap .faq-question.active i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.faq-question.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 25px;
}

.faq-single.active .faq-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 25px;
}

.faq-question.active p.faq-title {
	color: var(--red);
}

.faq-1-title h2 {
	font-size: 40px;
	font-family: var(--primary);
	font-weight: 700;
}

.faq-1 .first {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 100px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	border-radius: 25px;
	-ms-flex-preferred-size: calc(70% - 25px);
	flex-basis: calc(70% - 25px);
	position: relative;
	overflow: hidden;
}

.faq-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	--gutter: unset;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq-1 .last {
	-ms-flex-preferred-size: calc(30% - 25px);
	flex-basis: calc(30% - 25px);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: sticky;
	top: 15rem;
	border-radius: 25px;
}

.faq-1-contact h3 {
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
}

.faq-1-contact p:first-of-type {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--primary);
	color: var(--grey1);
	margin-bottom: 15px;
}

.faq-1-contact h4 {
	font-size: 21px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

#pagewrap .faq-1-contact a {
	font-size: 25px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

.faq-1-socials img {
	width: 100%;
	max-width: 50px;
}

.faq-1-socials .module-icon-item+.module-icon-item {
	margin-left: 25px;
}

.faq-1 .first:before {
	content: "";
	position: absolute;
	top: 0px;
	right: -25%;
	width: 81%;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/09/Asset-1-1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* About 1 */
.about-1 {
	padding: 7.5%;
	background: white;
}

.about-1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .75)), color-stop(50%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
}

.about-1:after {
	content: "";
	position: absolute;
	top: 0%;
	right: 2.5%;
	width: 20%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .1;
	mix-blend-mode: difference;
}

.about-1-title p {
	text-align: center;
	color: white;
	font-size: 21px;
	font-family: var(--primary);
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 15px;
}

.about-1-title h2 {
	font-size: 75px;
	line-height: 1;
	color: white;
	text-align: center;
	font-family: var(--primary);
	margin-bottom: 0px;
}

/* About 2 */
.about-2 {
	padding: 150px 5%;
}

.about-2-title {
	max-width: 60%;
	margin: auto;
	text-align: center;
}

.about-2-title h3 {
	font-size: 18px;
	font-family: var(--primary);
	color: var(--red);
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.about-2-title h2 {
	font-size: 30px;
	color: black;
	font-family: var(--primary);
	font-weight: 700;
}

.about-2-title p {
	font-size: 18px;
	font-family: var(--primary);
	color: black;
	font-weight: 400;
}

.about-2:before {
	content: "";
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0px;
	left: -5%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/09/Asset-12.png");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.about-2:after {
	content: "";
	position: absolute;
	width: 30%;
	z-index: -1;
	height: 100%;
	top: 0px;
	right: 0%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/09/X0gV2a.png");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

/* About 3 */
.about-3-text p {
	text-align: center;
	font-family: var(--primary);
	color: black;
	font-size: 18px;
	max-width: 90%;
	margin: auto auto 15px;
}

.about-3-text {
	margin: 25px 0px;
}

.alternative-footer .about-3 {
	margin-bottom: 50px;
}

/* Delivery 1 */
.del-1 {
	padding: 100px 5%;
}

.del-1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), color-stop(50%, rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, 0) 100%);
}

.del-1:after {
	content: "";
	position: absolute;
	top: 0%;
	right: 2.5%;
	width: 20%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .3;
	mix-blend-mode: plus-lighter;
}

.del-1-title p {
	font-size: 18px;
	color: white;
	font-weight: 500;
	font-family: var(--primary);
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.del-1-title h2 {
	color: white;
	font-family: var(--primary);
	font-size: 50px;
	font-weight: 800;
}

/* Delivery 2 */
.del-2 {
	padding: 50px 5%;
}

.del-table {
	background-color: var(--grey3);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	margin-bottom: 50px;
}

.del-table table {
	width: 100%;
}

.del-table table tr td:nth-of-type(2) {
	font-size: 21px;
	font-weight: 700;
	font-family: var(--primary);
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.del-table h3 {
	font-size: 21px;
	font-family: var(--primary);
	margin-bottom: 5px;
}

.del-table p {
	font-size: 15px;
	color: black;
	margin-bottom: 15px;
	font-family: var(--primary);
}

.del-table table tr td:nth-of-type(1) {
	width: 80%;
}

.del-2-title p {
	font-size: 18px;
	color: black;
	font-family: var(--primary);
	line-height: 2;
}

.del-2-title h2 {
	font-size: 30px;
	margin-bottom: 5px;
	font-family: var(--primary);
	color: black;
}

.del-2>.row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.del-2 .row_inner .first {
	-ms-flex-preferred-size: calc(60% - 15px);
	flex-basis: calc(60% - 15px);
}

.del-2 .row_inner .last {
	-ms-flex-preferred-size: calc(40% - 15px);
	flex-basis: calc(40% - 15px);
}

.del-2-title p a {
	color: var(--red);
	text-decoration: underline;
	font-weight: 600;
	font-family: var(--primary);
}

/* Blog Single 1 */
.blog-single-1 {
	padding: 50px 5% 25px;
}

h2.blog-single-title {
	font-family: var(--primary);
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 25px;
}

p.blog-single-date {
	font-size: 25px;
	color: var(--grey1);
	font-family: var(--primary);
	margin-bottom: 0px;
}

/* Blog single 2 */
.blog-single-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 5% 50px;
}

.blog-single-2-left {
	-ms-flex-preferred-size: calc(60% - 25px);
	flex-basis: calc(60% - 25px);
}

.blog-single-2-right {
	-ms-flex-preferred-size: calc(40% - 25px);
	flex-basis: calc(40% - 25px);
}

img.blog-single-2-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 25px;
	margin-bottom: 25px;
}

.blog-single-content p {
	font-size: 18px;
	line-height: 2;
	font-family: var(--primary);
	color: black;
	margin-bottom: 25px;
}

.blog-single-content h2 {
	font-size: 21px;
	line-height: 2;
	font-family: var(--primary);
	color: black;
	margin-bottom: 25px;
}

/* Blog single 3 */
.blog_related {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog_related a {
	-ms-flex-preferred-size: calc(33.33% - 15px);
	flex-basis: calc(33.33% - 15px);
	margin: 0px 7.5px 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog_related .blog-archive-title-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background: white;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.blog_related p.date {
	font-size: 15px;
	font-family: var(--primary);
	color: black;
	margin-bottom: 5px;
}

.blog_related h2.title {
	font-size: 25px;
	font-family: var(--primary);
	font-weight: 700;
	color: black;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog_related .content {
	color: black;
	font-size: 15px;
	font-family: var(--primary);
	line-height: 1.5;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog_related button.button {
	background: none;
	border-radius: 0px;
	padding: 0px;
	color: var(--red);
	text-transform: capitalize;
	font-family: var(--primary);
}

.blog_related img.blog-archive-image {
	width: 100%;
	max-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.blog-single-3 {
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/slider-one.png");
	background-size: cover;
	padding: 100px 5%;
}

.blog-single-3.nitro-lazy {
	background-image: none !important;
}

.alternative-footer .blog-single-3 {
	margin-bottom: 100px;
}

.blog-related-container {
	background: rgba(0, 0, 0, .5);
	padding: 50px 0px;
	max-width: 67.5%;
	margin: auto;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.blog-related-title {
	text-align: center;
	padding: 0px;
	border-bottom: 2px solid var(--grey1);
	margin-bottom: 50px;
}

.blog-related-title  h2 {
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0px;
	color: white;
}

.blog-related-title h2:before {
	content: "";
	width: 100%;
	height: 4px;
	left: 0px;
	bottom: -3px;
	position: absolute;
	background: var(--red);
}

.blog-related-container:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: -1;
	border-radius: 25px;
}

/* Custom Archive 1 */
.custom-archive-1 {
	padding: 15px 5%;
}

/* Custom Archive 2 */
.custom-archive-2 {
	padding: 25px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.custom-archive-2-left {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-preferred-size: calc(45% - 50px);
	flex-basis: calc(45% - 50px);
	border-radius: 25px;
}

.custom-archive-2-right {
	-ms-flex-preferred-size: calc(55% - 50px);
	flex-basis: calc(55% - 50px);
	padding: 100px 0px;
}

.custom-archive-2-right-text {
	margin-bottom: 50px;
}

.custom-archive-2-right-text h3 {
	color: var(--blue);
	font-size: 21px;
	font-family: var(--primary);
	font-weight: 400;
	letter-spacing: 2px;
}

.custom-archive-2-right-text h2 {
	color: black;
	line-height: 1;
	margin-bottom: 50px;
	font-size: 35px;
	font-family: var(--primary);
	font-weight: 800;
}

.custom-archive-2-right-text h4 {
	color: black;
	line-height: 1;
	margin-bottom: 25px;
	font-size: 18px;
	font-family: var(--primary);
	font-weight: 500;
	padding-left: 15px;
	text-transform: inherit;
}

.custom-archive-2-right-text p {
	color: black;
	line-height: 2;
	margin-bottom: 25px;
	font-size: 18px;
	font-family: var(--primary);
	font-weight: 400;
	padding-left: 15px;
}

.custom-archive-2-right-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

a.custom-archive-2-right-button {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--primary);
	padding: 10px 25px;
	border-radius: 5px;
}

a.custom-archive-2-right-button:nth-of-type(1) {
	color: var(--red);
	border: 2px solid var(--red);
}

a.custom-archive-2-right-button:nth-of-type(2) {
	margin-left: 15px;
	border: 2px solid var(--red);
	background-color: var(--red);
	color: white;
}

a.custom-archive-2-right-button i {
	font-size: 18px;
	margin-left: 10px;
}

/* Custom Archive 3 */
.custom-archive-3 {
	padding: 50px calc(5% - 12.5px);
}

.custom-archive-3-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-archive-3-icon {
	-ms-flex-preferred-size: calc(33.33% - 25px);
	flex-basis: calc(33.33% - 25px);
	margin: 0px 12.5px 25px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-archive-3-icon img {
	width: 100%;
	max-width: 50px;
}

.custom-archive-3-icon-text {
	margin-left: 25px;
}

.custom-archive-3-icon-text h2 {
	font-size: 21px;
	font-family: var(--primary);
	color: black;
	font-weight: 600;
}

.custom-archive-3-icon-text p {
	font-size: 18px;
	line-height: 1.5;
	color: black;
	font-family: var(--primary);
}

/* Custom Archive 4 */
.custom-archive-4 {
	padding: 25px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.custom-archive-4-left {
	-ms-flex-preferred-size: calc(25% - 25px);
	flex-basis: calc(25% - 25px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .025);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .025);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: sticky;
	top: 15rem;
	border-radius: 15px;
}

#pagewrap  .custom-archive-4-left li input {
	display: none;
}

#pagewrap .custom-archive-4-left li label {
	padding: 0px;
	font-size: 18px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 600;
}

#pagewrap .custom-archive-4-left h4 {
	font-size: 21px;
	color: black;
	font-family: var(--primary);
	text-transform: capitalize;
	font-weight: 600;
}

.custom-archive-4-right {
	-ms-flex-preferred-size: calc(75% - 25px);
	flex-basis: calc(75% - 25px);
}

.custom-archive-4-right .search-filter-results .custom-products-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(auto, .25fr) 25px minmax(auto, .25fr) 25px minmax(auto, .25fr) 25px minmax(auto, .25fr);
	grid-template-columns: repeat(4, minmax(auto, .25fr));
	grid-auto-rows: minmax(auto, 200px);
	gap: 25px;
}

.custom-archive-4-right .search-filter-results .custom-products-container a:nth-of-type(10n+1) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	-ms-grid-row-span: 3;
	grid-row: span 3;
}

.custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+2), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+3), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+5), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+6), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+7), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+8), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+9), .custom-archive-4-right .search-filter-results .custom-products-container  a:nth-of-type(10n+10) {
	-ms-grid-column-span: 1;
	grid-column: span 1;
	-ms-grid-row-span: 2;
	grid-row: span 2;
}

.custom-archive-4-right .search-filter-results .custom-products-container a:nth-of-type(10n+4) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	-ms-grid-row-span: 3;
	grid-row: span 3;
}

.custom-archive-4-right .search-filter-results .custom-products-container a {
	padding: 25px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-position: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	border-radius: 25px;
	z-index: 1;
}

.custom-archive-4-right .search-filter-results .custom-products-container a:before {
	content: "";
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), color-stop(25%, rgba(0, 0, 0, .25)), color-stop(50%, rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 50%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 25px;
	z-index: -1;
}

p.custom-prod-title {
	font-size: 21px;
	color: white;
	font-weight: 800;
	font-family: var(--primary);
	-webkit-transform: translateY(32px);
	-ms-transform: translateY(32px);
	transform: translateY(32px);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin-bottom: 5px;
}

.custom-archive-4-right a button {
	background: none;
	padding: 5px 0px;
	font-family: var(--primary);
	text-transform: capitalize;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.custom-archive-4-right .search-filter-results .custom-products-container a:hover p.custom-prod-title {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.custom-archive-4-right .search-filter-results .custom-products-container a:hover button {
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.custom-archive-4 .pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 25px 0px;
}

.custom-archive-4 .pagination .pages {
	display: none;
}

.custom-archive-4 span.current {
	background: var(--red);
	border: 0px;
	padding: 5px 12.5px;
	font-size: 21px;
	color: white;
	border-radius: 100%;
	font-family: var(--primary);
	font-weight: 700;
}

.custom-archive-4 a.nextpostslink, .custom-archive-4 a.page, .custom-archive-4 .previouspostslink {
	background: white;
	border: 0px;
	padding: 5px 12.5px;
	color: var(--red);
	font-size: 21px;
	font-weight: 700;
	font-family: var(--primary);
}

/* How 1 */
.how-1 {
	padding: 150px 5%;
	position: relative;
	z-index: 2;
	background: white;
}

#pagewrap .how-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 75px 50px;
	background: white;
	width: 70%;
	border-radius: 15px;
}

.how-1 .last .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#pagewrap .how-1-image img {
	width: 100%;
	max-width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	display: block;
}

.how-1 .first {
	width: 30%;
}

.how-1-text p:first-of-type {
	font-size: 21px;
	color: black;
	font-family: var(--primary);
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.how-1-text p:last-of-type {
	font-size: 40px;
	font-weight: 800;
	color: black;
	margin-bottom: 15px;
	line-height: 1;
}

.how-1 .last {
	width: 70%;
}

.how-1-image h3.image-title {
	font-size: 18px;
	max-width: 70%;
	text-align: center;
	margin: auto;
}

#pagewrap .how-1-image .image-content {
	margin: 0px;
}

#pagewrap .how-1-button a {
	font-size: 25px;
}

.how-1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.how-1:after {
	content: "";
	position: absolute;
	top: 0%;
	right: -5%;
	width: 35%;
	background-size: cover;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/source/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/icon-full-opacity.svg");
	opacity: .1;
}

/* Art 1 */
.art-1 {
	padding: 50px 5%;
}

.art-1 .first {
	-ms-flex-preferred-size: calc(70% - 25px);
	flex-basis: calc(70% - 25px);
}

.art-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	--gutter: unset;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.art-1 .last {
	-ms-flex-preferred-size: calc(30% - 25px);
	flex-basis: calc(30% - 25px);
	padding: 50px 50px 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 25px;
	overflow: hidden;
}

.art-1 .last:after {
	content: "";
	position: absolute;
	bottom: -45px;
	right: 0px;
	width: 350px;
	height: 350px;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/08/Asset-4.png");
	background-size: contain;
}

.art-1-contact h3 {
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 700;
}

.art-1-contact p:first-of-type {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--primary);
	color: var(--grey1);
	margin-bottom: 15px;
}

.art-1-contact h4 {
	font-size: 21px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

#pagewrap .art-1-contact a {
	font-size: 25px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

.art-1-socials img {
	width: 100%;
	max-width: 50px;
}

.art-1-socials .module-icon-item+.module-icon-item {
	margin-left: 25px;
}

.art-1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -20%;
	width: 60%;
	height: 100%;
	background-image: url("https://cdn-jgnol.nitrocdn.com/obbeZlwlpFzWtorVxABKAboboyLQSGLR/assets/images/optimized/rev-b4c0c6f/yesgroupuk.com/wp-content/uploads/2023/09/Asset-1-1.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.art-1 .first .tb-column-inner {
	width: 70%;
	margin: auto;
}

.art-1-text-1 h3 {
	color: var(--red);
	font-family: var(--primary);
	font-size: 18px;
	letter-spacing: 2px;
}

.art-1-text-1 h2 {
	color: black;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 50px;
	font-family: var(--primary);
	font-weight: 700;
}

.art-1-text-1 p {
	color: var(--grey1);
	font-size: 21px;
}

.art-1 .with_frm_style input[type=text], .art-1 .with_frm_style input[type=email] {
	height: 40px;
	padding: 15px 0px;
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: transparent;
	border-bottom: 1px solid black;
	border-radius: 0px;
	font-size: 21px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 400;
}

#pagewrap .art-1 .with_frm_style ::-webkit-input-placeholder {
	color: var(--grey1);
}

#pagewrap .art-1 .with_frm_style ::-moz-placeholder {
	color: var(--grey1);
}

#pagewrap .art-1 .with_frm_style :-ms-input-placeholder {
	color: var(--grey1);
}

#pagewrap .art-1 .with_frm_style ::-ms-input-placeholder {
	color: var(--grey1);
}

#pagewrap .art-1 .with_frm_style ::placeholder {
	color: var(--grey1);
}

#pagewrap .art-1  .frm_dropzone.frm_single_upload {
	max-width: 100%;
}

#pagewrap .art-1  span.frm_icon_font.frm_upload_icon {
	display: none;
}

#pagewrap .art-1  .frm_small_text p {
	display: none;
}

#pagewrap .art-1  .dz-message {
	padding: 30px;
}

#pagewrap .art-1 .frm_upload_text button {
	font-size: 21px !important;
	color: black !important;
	font-weight: 600 !important;
	font-family: var(--primary) !important;
	text-transform: unset;
}

#pagewrap .art-1  div#frm_field_73_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#pagewrap .art-1  div#frm_field_73_container label {
	font-size: 18px;
	font-family: var(--primary);
	color: black;
	font-weight: 500;
}

#pagewrap .art-1  button.frm_button_submit.frm_final_submit {
	width: 100%;
	max-width: 100%;
	padding: 15px 10px;
	background: var(--red);
	border: 0px;
	border-radius: 5px;
	font-size: 21px;
	color: white;
	font-family: var(--primary);
	font-weight: 800;
	text-transform: capitalize;
}

/* Single Product */
.single-product div#tab-description {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-product div#tab-reviews {
	display: block !important;
}

.single-product ul.tabs.wc-tabs {
	display: none;
}

div#reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-product div#layout {
	width: 100%;
	max-width: 100%;
}

.single-product #content {
	padding: 0px;
}

.woocommerce div.product {
	padding: 25px 5% 50px;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding: 50px 5%;
	background-color: var(--grey3);
}

.woocommerce-product-details__short-description {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	background: white;
	border-radius: 25px;
	-ms-flex-preferred-size: calc(65% - 15px);
	flex-basis: calc(65% - 15px);
}

.description.container {
	-ms-flex-preferred-size: calc(30% - 15px);
	flex-basis: calc(30% - 15px);
	background: white;
	border-radius: 25px;
	padding: 25px;
}

.single-product div#tab-reviews {
	background: white;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	margin-top: 50px;
}

div#comments {
	-ms-flex-preferred-size: calc(50% - 75px);
	flex-basis: calc(50% - 75px);
}

div#review_form_wrapper {
	-ms-flex-preferred-size: calc(50% - 75px);
	flex-basis: calc(50% - 75px);
}

.review {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
}

.comment_container {
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img.avatar.avatar-60.photo {}

.comment_container img {
	display: none;
}

.comment-text {
	margin: 0px !important;
}

span.woocommerce-review__dash {
	display: none;
}

.single-product nav.woocommerce-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 5% 0px;
	margin-bottom: 0px;
}

div#tab-additional_information {
	display: block !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-Tabs-panel--additional_information>h2:first-child, .woocommerce-Tabs-panel--description>h2:first-child {
	display: block;
}

.single-product table td {
	font-weight: 500;
	font-family: var(--primary);
	color: var(--grey1);
	font-size: 18px;
}

th.woocommerce-product-attributes-item__label {
	color: black;
	font-weight: 600;
	font-family: var(--primary);
	border: 0px !important;
	text-align: left;
	font-size: 18px;
}

.woocommerce table.shop_attributes {
	border: 0px;
}

.woocommerce table.shop_attributes td {
	border-bottom: 0px;
}

.description.container p {
	font-size: 18px;
	font-family: var(--primary);
}

.description.container table {
	margin-bottom: 25px;
}

.description.container a {
	color: var(--red);
	font-size: 21px;
	font-family: var(--primary);
	font-weight: 700;
}

.comment-reply-title, .comment-title {
	font-family: var(--primary);
	font-size: 21px;
	font-weight: 700;
	text-transform: initial;
}

.comment-reply-title:after, .comment-title:after {
	content: unset;
}

.comment-form-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce #commentform .comment-form-rating label {
	font-size: 18px;
	color: black;
	text-transform: capitalize;
	font-family: var(--primary);
	font-weight: 700;
	margin-bottom: 15px;
}

.woocommerce p.stars a::before {
	font-size: 25px;
}

.woocommerce p.stars a {
	height: 2em;
	width: 2em;
}

#commentform p label {
	font-family: var(--primary);
	text-transform: capitalize;
	color: black;
	font-weight: 700;
	font-size: 18px;
}

#pagewrap strong.woocommerce-review__author {
	font-size: 21px !important;
	color: black;
	font-weight: 700 !important;
	font-family: var(--primary) !important;
}

time.woocommerce-review__published-date {
	font-size: 15px;
	color: black !important;
}

#pagewrap .comment-text .description p {
	font-size: 18px;
	color: black;
	line-height: 2;
}

.single-product div#tab-reviews ::before {
	color: var(--yellow);
}

.woocommerce div.product .product_title {
	font-size: 30px;
	color: black;
	font-family: var(--primary);
	font-weight: 800;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin-top: 50px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: var(--yellow);
}

a.woocommerce-review-link {
	text-transform: capitalize;
	font-size: 15px;
	color: black;
	font-family: var(--primary);
	font-weight: 600;
}

#pagewrap p.price span.woocommerce-Price-amount.amount {
	font-size: 30px;
	color: var(--black);
	font-weight: 700;
	line-height: 1;
}

table.variations .label {}

.woocommerce div.product form.cart .variations label {
	font-size: 15px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

span.woo-selected-variation-item-name {
	font-size: 15px;
	color: var(--grey1);
}

#pagewrap li.variable-item.button-variable-item {
	padding: 20px 40px;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 3px .5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 3px .5px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

li.variable-item.button-variable-item.selected {
	background-color: var(--red) !important;
	color: white !important;
	font-weight: 700;
}

.woocommerce-variation-price span {
	font-size: 30px;
	font-weight: 700;
	color: var(--red);
}

#pagewrap .woocommerce-variation-price small.woocommerce-price-suffix {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
}

.woocommerce div.product form.cart .button {
	padding: 20px 50px;
	border-radius: 5px;
	border-radius: 10px;
	background: var(--red);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--primary);
}

.woocommerce .quantity .qty {
	height: 58px;
}

.product-meta-cat-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product_meta {
	width: 50%;
	padding-right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.quote-form {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	padding-left: 25px;
}

#pagewrap .wdm_enquiry {
	margin: 0px !important;
	padding: 15px 50px;
	border-radius: 5px;
	background: white;
	border: 1px solid var(--red);
	color: var(--red);
	text-transform: capitalize;
	position: relative;
	width: 100%;
}

.quote-form p {
	font-size: 15px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

.quote-form p {
	margin-bottom: 0px;
}

span.posted_in {
	color: black;
	font-weight: 600;
	font-family: var(--primary);
	text-transform: capitalize;
}

span.posted_in a {
	color: var(--red);
}

span.sku_wrapper {
	font-size: 15px;
	font-family: var(--primary);
	font-weight: 700;
	color: black;
}

span.sku_wrapper span {
	font-weight: 500;
	color: var(--grey1);
}

.single-product .del-table {
	width: 39%;
	margin: 50px 5% 0px auto;
}

#pagewrap section.related.products {
	background-color: var(--grey3);
	margin: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 5%;
}

#pagewrap h2.fancy-heading {
	border-bottom: 1px solid black;
	position: relative;
	padding-bottom: 25px;
	font-size: 30px;
	color: black;
}

#pagewrap h2.fancy-heading:after {
	width: 235px;
	background: var(--red);
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 0px;
}

p.small-heading {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: var(--red);
	font-weight: 600;
	font-family: var(--primary);
}

.product-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce .related.products ul.products li.product h3 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 18px;
	color: black;
	font-weight: 700;
	font-family: var(--primary);
	min-height: 80px;
	margin-bottom: 15px;
}

.woocommerce .related.products ul.products li.product .price {
	/* flex-basis: 50%; */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.woocommerce .related.products ul.products li.product .woocommerce-price-suffix {
	display: block;
}

a.button.product_type_variable.add_to_cart_button {}

.woocommerce .related.products ul.products li.product a.button {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 15px;
	text-transform: capitalize;
}

span.onsale {
	display: none;
}

.related img {
	width: 100%;
	max-height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.up-sells {
	display: none;
}

.price-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wapf-product-totals .wapf--inner>div:nth-of-type(1) {
	display: none;
}

.wapf-product-totals .wapf--inner>div:nth-of-type(2) {
	display: none;
}

.wapf-product-totals .wapf--inner>div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wapf-product-totals {
	width: 50%;
}

.product_cat-customised-packaging button.single_add_to_cart_button.button.alt {
	width: 50%;
	margin: 0px !important;
	padding: 16px !important;
}

.wapf-product-totals .wapf--inner>div:last-child span:first-of-type {
	display: none;
}

.wapf-field-calc .wapf-field-label {
	display: none;
}

.wapf-field-calc .wapf-field-input {
	padding: 0px !important;
}

.product_cat-customised-packaging .quantity {
	display: none !important;
}

.product_cat-customised-packaging button.single_add_to_cart_button.button.alt {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.product_cat-customised-packaging p.price {
	display: none;
}

#pagewrap .product_cat-customised-packaging form.cart {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	margin: 50px 0px !important;
}

.wapf-field-container {
	padding: 0px !important;
}

.label-above .wapf-field-container {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wapf-field-label {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--primary);
	color: black;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wapf-field-input {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

.wapf-swatch--text {
	padding: 5px 15px;
	border-color: white;
	font-size: 18px;
	font-weight: 800;
	font-family: var(--primary);
}

.wapf-swatch--text.wapf-checked {
	border-color: var(--blue);
	background-color: var(--blue);
	color: white;
}

span.wapf-total.wapf-grand-total.price.amount {
	font-size: 30px;
	margin-bottom: 5px;
	font-family: var(--primary);
	color: var(--red);
	font-weight: 800;
}

.wapf-product-totals .wapf--inner p {
	font-size: 18px;
	font-family: var(--primary);
	color: var(--grey1);
	margin-bottom: 0px;
}

.wapf-product-totals .wapf--inner {
	margin-bottom: 0px;
}

.product_cat-customised-packaging .summary.entry-summary {
	margin-top: 0px !important;
}

.custom-product-table {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	background: white;
	border-radius: 25px;
	margin-top: 50px;
}

table.product-specification-table {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.custom-product-table thead tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: left;
}

.custom-product-table tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	width: 85%;
}

.custom-product-table tbody tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
}

.custom-product-table th {
	width: 100%;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid var(--grey2);
	font-size: 18px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

#pagewrap .custom-product-table td {
	border-bottom: 1px solid var(--grey2);
	padding: 10px;
	font-size: 18px;
	font-family: var(--primary);
	font-weight: 500;
}

.custom-product-table thead {
	width: 15%;
}

#pagewrap .custom-product-table th:first-of-type, #pagewrap .custom-product-table td:first-of-type {
	border-color: var(--grey1);
	color: black;
	font-weight: 700;
}

.custom-product-table h2 {
	font-size: 30px;
	font-family: var(--primary);
	font-weight: 600;
	margin-bottom: 25px;
}

.woocommerce #review_form #respond .form-submit input {
	background: var(--red);
	border-radius: 5px;
	text-transform: capitalize;
	font-family: var(--primary);
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 18px;
}

p.form-submit.focused {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wapf-field-file .wapf-field-label {
	display: none;
}

.wapf-field-container.wapf-field-file {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wapf-field-container.wapf-field-file input {
	width: 100%;
	max-width: unset;
	padding: 50px;
	text-align: center;
}

#pagewrap .wapf-field-description {
	font-size: 14px;
	font-family: var(--primary);
	line-height: 1.5;
	font-weight: 500;
	color: var(--grey1);
}

.single-product .how-1 {
	display: none;
}

.product_cat_customised-packaging.single-product .how-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
}

.single-product .custom-product-table {
	display: none;
}

.product_cat_customised-packaging.single-product .custom-product-table {
	display: block;
}

.product_cat_customised-packaging .product-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
}

.product_cat_customised-packaging  li {
	position: relative;
}

.product_cat_customised-packaging  #pagewrap  h3.product_title {
	min-height: unset !important;
	font-size: 30px;
	color: white;
}

.product_cat_customised-packaging #pagewrap .product-content .button, .product_cat_customised-packaging #pagewrap .product-content span.price {
	display: none;
}

.product_cat_customised-packaging .related img {
	min-height: 500px;
	border-radius: 25px;
}

.custom-icons-1 .row_inner .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.custom-icons-1 {
	padding: 50px calc(5% - 25px);
}

.custom-icon img {
	width: 100%;
	max-width: 75px;
	height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
}

.custom-icon {
	-ms-flex-preferred-size: calc(20% - 50px);
	flex-basis: calc(20% - 50px);
	margin: 0px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#pagewrap .custom-icon .image-content {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#pagewrap .custom-icon .image-wrap {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin: 0px;
}

.custom-icon h3.image-title {
	font-size: 21px;
	padding-left: 10px;
	font-family: var(--primary);
	font-weight: 600;
	margin-bottom: 0px;
}

.woocommerce #content div.product div.images {
	z-index: 2;
}

.single-product .header-row-3 .themify_builder.themify_builder_content>.module_row, .single-post .header-row-3 .themify_builder.themify_builder_content>.module_row {
	margin: unset;
	width: 100%;
}

.custom-icons-1 {
	display: none;
}

.product_cat_customised-packaging .custom-icons-1 {
	display: block;
}

/* Custom Single End  */

/* Contact 1 & 2 */
.contact-1 {
	padding: 100px 12.5%;
}

.contact-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-1 .row_inner .first {
	-ms-flex-preferred-size: calc(55% - 25px);
	flex-basis: calc(55% - 25px);
}

.contact-1 .last {
	-ms-flex-preferred-size: calc(35% - 25px);
	flex-basis: calc(35% - 25px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
	border-radius: 25px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: white;
}

.contact-1-title h3 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: var(--red);
	font-weight: 500;
	font-family: var(--primary);
}

.contact-1-title h2 {
	font-size: 40px;
	font-family: var(--primary);
	font-weight: 700;
}

.contact-1 .with_frm_style input[type=text], .contact-1 .with_frm_style input[type=email] {
	height: 40px;
	padding: 20px 0px;
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: transparent;
	border-bottom: 1px solid black;
	border-radius: 0px;
	font-size: 21px;
	color: var(--grey1);
	font-family: var(--primary);
	font-weight: 400;
}

#pagewrap .contact-1 .with_frm_style ::-webkit-input-placeholder {
	color: var(--grey1);
}

#pagewrap .contact-1 .with_frm_style ::-moz-placeholder {
	color: var(--grey1);
}

#pagewrap .contact-1 .with_frm_style :-ms-input-placeholder {
	color: var(--grey1);
}

#pagewrap .contact-1 .with_frm_style ::-ms-input-placeholder {
	color: var(--grey1);
}

#pagewrap .contact-1 .with_frm_style ::placeholder {
	color: var(--grey1);
}

#pagewrap .contact-1 .frm_dropzone.frm_single_upload {
	max-width: 100%;
}

#pagewrap .contact-1 span.frm_icon_font.frm_upload_icon {
	display: none;
}

#pagewrap .contact-1 .frm_small_text p {
	display: none;
}

#pagewrap .contact-1 .dz-message {
	padding: 30px;
}

#pagewrap .contact-1 .frm_upload_text button {
	font-size: 21px !important;
	color: black !important;
	font-weight: 600 !important;
	font-family: var(--primary) !important;
	text-transform: unset;
}

#pagewrap .contact-1 div#frm_field_22_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#pagewrap .contact-1 div#frm_field_22_container label {
	font-size: 18px;
	font-family: var(--primary);
	color: black;
	font-weight: 500;
}

#pagewrap .contact-1 button.frm_button_submit.frm_final_submit {
	width: 100%;
	max-width: 100%;
	padding: 15px 10px;
	background: var(--red);
	border: 0px;
	border-radius: 5px;
	font-size: 21px;
	color: white;
	font-family: var(--primary);
	font-weight: 800;
	text-transform: capitalize;
}

.contact-1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -25%;
	width: 37.5%;
	background-repeat: no-repeat;
	height: 100%;
	background-image: url("https://yesgroupukdev.wpengine.com/wp-content/uploads/2023/10/Asset-5.png");
	background-size: cover;
	background-position: right;
}

.contact-1:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -2%;
	width: 37.5%;
	background-repeat: no-repeat;
	height: 110%;
	background-image: url("https://yesgroupukdev.wpengine.com/wp-content/uploads/2023/10/Asset-5.png");
	background-size: cover;
	z-index: -1;
}

.contact-2 {
	margin: -50px auto 0px;
	background: white;
	width: 75%;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
	border-radius: 25px;
}

iframe {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	width: 100%;
}

.contact-2 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-2 .row_inner .first {
	width: 60%;
}

.contact-2 .row_inner .last {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
}

.contact-2-text h2 {
	font-family: var(--primary);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-2-text p {
	font-size: 18px;
	color: black;
	font-family: var(--primary);
	font-weight: 500;
	margin-bottom: 15px;
}

/* Header Mega  */
#pagewrap .has-mega>ul.sub-menu {
	min-width: 1250px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	--gutter: unset;
	grid-column-gap: unset;
	padding: 0px;
}

#pagewrap ul.sub-menu>li:nth-of-type(1) {
	width: 55%;
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#pagewrap .has-mega>ul.sub-menu>li:nth-of-type(2) {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	width: 45%;
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--grey3);
}

#pagewrap .sub-menu li>ul.sub-menu {
	width: 100%;
	min-width: unset !important;
}

#pagewrap .sub-menu li>ul.sub-menu li {
	width: 100%;
	min-width: unset !important;
	padding: 0px;
}

span.yspl_win_title {
	display: none;
}

.hot-products-menu p.hot-products-title {
	display: none;
}

.hot-products-menu .hot-products-container {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 0px;
}

#pagewrap .hot-products-menu a.hot-product-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

#pagewrap .hot-products-menu .hot-product-single-content>p {
	font-size: 15px;
}

#pagewrap .hot-products-menu .hot-product-single-image img {
	max-width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.yspl_win_wrap {
	width: 100%;
}

.hot-products-menu .tb-column-inner.tf_box.tf_w {
	width: 100%;
}

.hot-products-menu .module-text {
	width: 100%;
}

.hot-products-menu .hot-product-single-image {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}

.hot-products-menu .hot-product-single-content {
	-ms-flex-preferred-size: calc(100% - 140px);
	flex-basis: calc(100% - 140px);
}

.hot-products-menu  span.product-price {
	font-size: 12px;
}

.hot-products-menu  button span {
	font-size: 12px;
}

.hot-products-menu  .hot-product-single button i {
	font-size: 12px;
}

#pagewrap .mega-link .sub-menu {
	display: none;
}

#pagewrap ul.sub-menu>li:nth-of-type(1) .sub-menu span.child-arrow {
	opacity: 1;
	pointer-events: auto;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	font-size: 15px;
	color: black;
	height: 20px;
}

#pagewrap .menu-custom-12890-parent-12716>ul.sub-menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#pagewrap .menu-custom-12890-parent-12716>ul.sub-menu li {
	padding: 5px 0px !important;
}

.header-menu-custom ul li {
	width: 100%;
}

#pagewrap .header-menu-custom li:nth-of-type(1) {
	width: 100% !important;
	padding: 0px !important;
}

#pagewrap .header-menu-custom ul.sub-menu {
	min-width: 1000px;
}

.home-customised .tb-column-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-customised-title {
	padding: 25px;
	padding-bottom: 0px;
}

.home-customised-title .tb_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#pagewrap .home-customised-title .tb_text_wrap p:first-of-type {
	font-size: 15px;
	margin-bottom: 15px;
	font-family: var(--primary);
	color: black;
	font-weight: 800;
}

#pagewrap .home-customised-title .tb_text_wrap p:last-of-type {
	margin-bottom: 15px;
}

#pagewrap .home-customised-title .tb_text_wrap p:last-of-type a {
	font-size: 15px;
	font-family: var(--primary);
	color: var(--red);
	font-weight: 800;
}

.home-customised-products {
	padding: 25px;
}

.home-customised-products .tb_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pagewrap .home-customised-products .tb_text_wrap a {
	-ms-flex-preferred-size: calc(25% - 25px);
	flex-basis: calc(25% - 25px);
	margin: 0px 12.5px 25px;
	padding: 0px;
}

#pagewrap .home-customised-products .tb_text_wrap a img {
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 15px;
	border-radius: 15px;
}

#pagewrap .home-customised-products .tb_text_wrap a h2.product-title {
	font-size: 15px;
}

.home-customised-button .module-buttons-item {
	width: 100%;
}

#pagewrap .home-customised-button .module-buttons-item a {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px !important;
	text-align: center;
	background-color: var(--grey3) !important;
	font-size: 18px;
	color: var(--red);
	font-weight: 800;
	font-family: var(--primary);
}

#pagewrap .header-menu-useful ul.sub-menu.tf_scrollbar {
	min-width: 750px;
}

#pagewrap .header-menu-useful ul.sub-menu>li:nth-of-type(1) {
	width: 40%;
}

#pagewrap .header-menu-useful ul.sub-menu>li:nth-of-type(2) {
	width: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

#pagewrap .header-menu-useful .menu-item-has-children>a {
	display: none;
}

#pagewrap .header-menu-useful ul.sub-menu>li:nth-of-type(1) li {
	padding: 10px 0px;
	width: 100%;
}

#pagewrap .header-menu-useful ul.sub-menu>li:nth-of-type(1) li a {
	padding: 0px;
	font-size: 18px;
	margin-bottom: 25px;
}

.header-useful .tb-column-inner {
	display: fk;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#pagewrap li.menu-item-custom-12945.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.columns-sub-item.has-sub-menu.menu-item-12945.menu-custom-12945-parent-12942 li {
	width: 100%;
}

.header-useful-contact h4 {
	font-size: 15px;
	color: var(--grey1);
	font-family: var(--primary);
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.header-useful-contact p {
	margin-bottom: 15px;
}

#pagewrap .header-useful-contact p a {
	padding: 0px;
	font-size: 15px;
	color: black;
	font-family: var(--primary);
	font-weight: 600;
}

#pagewrap .header-useful-contact {
	margin-bottom: 25px;
}

.header-useful-opening .opening {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.header-useful-opening .opening p {
	font-size: 15px;
	color: black;
	font-weight: 600;
	font-family: var(--primary);
}

.header-useful-opening h3 {
	font-size: 15px;
	color: var(--grey1);
	font-family: var(--primary);
	letter-spacing: 2px;
	margin-bottom: 5px;
}

#pagewrap .has-mega>ul.sub-menu {
	border: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-radius: 0px;
}

ul#menu-header-main-nav {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border: 0px;
}

#pagewrap ul#menu-header-main-nav>li>a {
	font-size: 18px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#pagewrap ul#menu-header-main-nav>li>a em {
	margin-left: 15px;
}

.header-row-3-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Wishlist  */
.wishlist-page  aside#sidebar {
	display: none;
}

.wishlist-page.sidebar-left #content {
	width: 100%;
	padding: 0px;
}

.wishlist-page  .pagewidth {
	width: 100%;
	padding: 50px 5%;
}

.top-bar-widget-inner {
	display: none;
}

/* Responsive */
@media (max-width: 1700px) {
	.home-product-single-price .product-price {
		width: 50%;
	}
	
	small.woocommerce-price-suffix {
		text-align: left;
	}
}

@media (max-width: 1600px) {
	.home-1-text h2 {
		max-width: 60%;
	}
	
	.contact-1 .row_inner .first {
		-ms-flex-preferred-size: calc(60% - 25px);
		flex-basis: calc(60% - 25px);
	}
	
	.home-1-slide {
		padding: 4%;
	}
	
	.home-4-text p:last-of-type {
		font-size: 25px;
	}
	
	.home-4-text p:first-of-type {
		font-size: 15px;
	}
	
	.home-4-image h3.image-title {
		max-width: 100%;
	}
	
	#pagewrap .home-6-image .image-caption.tb_text_wrap {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
	}
	
	.home-4 {
		margin-top: -215px;
	}
	
	.contact-1 {
		padding: 100px 10%;
	}
	
	.contact-2 {
		width: 80%;
	}
	
	#pagewrap .faq-1-contact a {
		font-size: 21px;
	}
	
	#pagewrap .contact-1 div#frm_field_22_container label {
		font-size: 15px;
	}
	
	small.woocommerce-price-suffix {
		display: block;
	}
	
	.hot-product-single button {
		font-size: 15px;
	}
	
	.hot-products-container {
		padding: 25px;
	}
	
	.del-table {
		padding: 25px;
	}
	
	.blog-related-container {
		max-width: 75%;
	}
	
	.hot-product-single-price span.product-price {
		font-size: 13px;
	}
	
	h1.archive-top-banner-title {
		font-size: 50px;
	}
	
	.custom-archive-2-left {
		-ms-flex-preferred-size: calc(40% - 25px);
		flex-basis: calc(40% - 25px);
	}
	
	.custom-archive-2-right {
		-ms-flex-preferred-size: calc(60% - 25px);
		flex-basis: calc(60% - 25px);
	}
	
	.custom-archive-3-icon-text p {
		font-size: 15px;
	}
	
	.custom-archive-3-icon-text h2 {
		font-size: 18px;
	}
	
	#pagewrap .art-1-contact a {
		font-size: 21px;
	}
	
	.art-1 .last {
		padding-bottom: 300px;
	}
	
	#pagewrap .how-1 .row_inner {
		padding: 50px;
	}
	
	#pagewrap .how-1-image img {
		max-width: 75px;
		height: 75px;
	}
	
	.how-1-text p:last-of-type {
		font-size: 30px;
	}
	
	#pagewrap .how-1-button a {
		font-size: 18px;
	}
	
	.custom-icon h3.image-title {
		font-size: 15px;
	}
}

/* Mobile Header */
.mobile-header-row-1, .mobile-header-row-2 {
	display: none;
}

@media (max-width: 1280px) {
	.header-row-1, .header-row-2, .header-row-3 {
		display: none;
	}
	
	.mobile-header-row-1, .mobile-header-row-2 {
		display: block;
	}
	
	#headerwrap #page-header .mobile-menu-burger {
		display: block;
	}
	
	#pagewrap .mobile-menu-burger {
		display: block;
	}
	
	div#cart-link-mobile {
		top: 0px;
		position: relative;
		right: 0px;
	}
}

.mobile-header-row-1 {
	background: white;
}

.mobile-header-row-1 .last .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.mobile-header-row-1 .row_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-header-row-1 {
	padding: 15px 2.5%;
}

.mobile-header-row-1 .first {
	width: 200px;
}

.mobile-header-row-1 .last {
	-ms-flex-preferred-size: calc(100% - 200px);
	flex-basis: calc(100% - 200px);
}

.mobile-header-row-1 .header-basket {
	margin-right: 25px;
}

h3.basket-title {
	margin-top: 2px;
}

.mobile-header-row-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: var(--grey3);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.mobile-header-row-2 input#woocommerce-product-search-field-1 {
	width: 100%;
	margin: 0px;
	background-color: unset;
	border: 0px;
}

.hide-header .mobile-header-row-2 {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#pagewrap #full-screen-mobile-main-menu li, #pagewrap #full-screen-mobile-main-menu a {
	width: 100%;
	font-family: var(--primary);
	text-transform: capitalize !important;
	padding: 5px;
}

#pagewrap #full-screen-mobile-main-menu .sub-menu {
	margin: 0px;
}

#headerwrap #main-nav .has-sub-menu>a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 500px) {
	.header-basket, .header-signin {
		display: none;
	}
}

#pagewrap .mobile-menu-burger .tb_text_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#wfspb-top-bar #wfspb-main-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 300px) {
	.header-logo img {
		max-width: 150px;
	}
	
	#open-mm span {
		width: 30px;
	}
	
	#open-mm span:nth-child(2) {
		width: 15px;
	}
}

@media (max-width: 1400px) {
	.home-4 {
		width: 55%;
		margin-top: -200px;
	}
	
	.home-4 .row_inner {
		padding: 25px;
	}
	
	.home-4-image h3.image-title {
		font-size: 15px;
		padding: 0px 5px;
	}
	
	#pagewrap .home-4-image img {
		width: 60px;
	}
	
	.home-6 {
		padding: 50px 7.5%;
	}
	
	.home-6 .module_subrow {
		padding: 25px 25px 0px 25px;
	}
}

@media (max-width: 1300px) {
	.home-4 {
		margin-top: -175px;
	}
}

@media (max-width: 1280px) {
	.about-1-title h2 {
		font-size: 50px;
	}
	
	.pagewidth {
		max-width: 100%;
	}
	
	.single-post #footerwrap .footer-row-1 {
		width: 90%;
	}
	
	.del-2>.row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.del-2 .row_inner .first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
	}
	
	.del-2 .row_inner .last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.del-table {
		margin-bottom: 25px;
	}
	
	.faq-1 .first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
		padding: 50px;
	}
	
	.faq-1 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.faq-1 .last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		position: relative;
		top: 0px;
	}
	
	.contact-1 .row_inner .first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.contact-1 .last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 25px;
	}
	
	.contact-1 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.contact-2-text h2 {
		font-size: 30px;
	}
	
	.contact-2-text p {
		font-size: 15px;
	}
	
	.contact-2 .row_inner .last {
		padding: 25px;
	}
	
	.about-2 {
		padding: 50px 5%;
	}
	
	.about-2-title {
		max-width: 80%;
	}
	
	.about-1-title p {
		font-size: 18px;
	}
	
	#pagewrap .home-4 {
		margin-top: -25px;
		width: 90%;
	}
	
	.home-3-slide:after {
		content: unset;
	}
	
	.home-3-slide:before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.home-3-slide .subrow_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#pagewrap .home-3 .slider-prev-button, #pagewrap .home-3 .slider-next-button {
		top: 50%;
	}
	
	.home-3-text {
		margin-bottom: 0px;
		padding-top: 0px;
	}
	
	#pagewrap .home-3-button {
		position: relative;
		margin-top: 5px;
	}
	
	#pagewrap .home-5 {
		margin-top: 0px;
	}
	
	.home-categories a {
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
	
	a.home-product-single {
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
	
	.home-product-single img {
		height: 250px;
	}
	
	.home-6>div>.first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.home-6 {
		padding: 50px 5%;
	}
	
	.home-6>div>.last {
		display: none;
	}
	
	#pagewrap .home-5-button .module-buttons-item {
		margin-bottom: 0px;
	}
	
	.footer-row-1 {
		width: 80%;
	}
	
	.home-1-text h2 {
		font-size: 50px;
		max-width: 100%;
	}
	
	.home-1-slide:after {
		opacity: .1;
	}
	
	button.slider-next-button.slick-next.slick-arrow {
		right: 15px;
		padding: 5px;
	}
	
	button.slider-prev-button.slick-prev.slick-arrow {
		left: 15px;
		padding: 5px;
	}
	
	.footer-main>.row_inner>.first {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
	
	.footer-main>.row_inner>.module_column:nth-of-type(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.footer-main>.row_inner>.last {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
	
	.footer-main>.row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-row-4 .tb-column-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.footer-row-2 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-row-2 .row_inner .first {
		display: none;
	}
	
	.footer-row-2 .row_inner .module_column:nth-of-type(2) {
		width: 75%;
		padding: 25px;
	}
	
	.blog-archive-1 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.blog-archive-1 .row_inner .first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
	}
	
	.blog-archive-1 .row_inner .last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.blog-single-2-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
	}
	
	.blog-single-2-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.blog-related-container {
		max-width: 100%;
	}
	
	.blog_related {
		padding: 0px 50px;
	}
}

@media (max-width: 1000px) {
	#pagewrap .home-4 {
		margin-top: 25px;
		width: 90%;
	}
	
	.pagewidth {
		max-width: 100% !important;
	}
	
	.blog-related-container {
		max-width: 100%;
	}
	
	.blog_related {
		padding: 0px 50px;
	}
	
	#pagewrap .home-5 {
		margin-top: 0px;
	}
}

@media (max-width: 800px) {
	.footer-row-1 {
		width: 90%;
	}
	
	.blog_related a {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 25px;
	}
	
	.blog-archive-1 .custom-blog-posts a {
		-ms-flex-preferred-size: calc(50% - 15px);
		flex-basis: calc(50% - 15px);
	}
	
	.footer-row-2 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-row-2 .row_inner .module_column:nth-of-type(2) {
		width: 100%;
		padding: 0px;
		margin-bottom: 25px;
	}
	
	.footer-row-2 .row_inner .last {
		width: 100%;
	}
	
	.footer-row-2 .home-6-button {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	#pagewrap .footer-row-2 .home-6-link {
		text-align: left;
	}
	
	.footer-row-2 {
		padding: 25px 5%;
	}
	
	.footer-row-2:before {
		right: 0px;
	}
	
	.contact-1 {
		padding: 50px 5% 0px;
	}
	
	.contact-2 {
		width: 90%;
		margin-top: 25px;
	}
	
	div#frm_field_22_container {
		-ms-grid-column-span: 12;
		grid-column: span 12/span 12;
	}
	
	.contact-2 .row_inner .first {
		width: 100%;
	}
	
	.contact-2 .row_inner .last {
		width: 100%;
	}
	
	.contact-2 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	iframe {
		border-radius: 25px 25px 0px 0px;
	}
	
	.footer-row-1 .row_inner>.first {
		display: none;
	}
	
	.footer-row-1 .row_inner>.last {
		width: 100%;
		padding: 25px;
	}
	
	.home-4 .row_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.home-4 .row_inner .first {
		width: 100%;
	}
	
	.home-4 .row_inner .first .tb-column-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.home-4 .last {
		width: 100%;
	}
	
	.home-3-slide .subrow_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#pagewrap .home-3-image img {
		max-width: 250px;
	}
	
	.home-3-slide .subrow_inner .first, .home-3-slide .subrow_inner .last {
		width: 100%;
	}
	
	.home-categories a {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 600px) {
	.footer-main>.row_inner>.first {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.about-2-title {
		max-width: 100%;
	}
	
	.about-2:before, .about-2:after {
		content: unset;
	}
	
	.footer-main>.row_inner>.last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.footer-menu-1, .footer-menu-2 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	
	.footer-main>.row_inner>.module_column:nth-of-type(2) .tb-column-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-row-1 .subrow_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.footer-row-1 .subrow_inner .first {
		margin-bottom: 15px;
	}
	
	.footer-row-1-title h2 {
		font-size: 30px;
	}
	
	#pagewrap .footer-row-1-link-1 a {
		font-size: 18px;
	}
	
	.footer-row-1-link-1 p {
		font-size: 18px;
	}
	
	a.home-product-single {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 15px;
	}
	
	.home-1-text h2 {
		font-size: 40px;
	}
	
	.main-button.dual-white-red-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.module-buttons-item+.module-buttons-item {
		margin: 10px 0px 0px 0px;
	}
}

@media (max-width: 500px) {
	.blog-archive-1 .custom-blog-posts a {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 15px 0px;
	}
	
	.header-logo img {
		max-width: 125px;
	}
	
	.hot-product-single-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.hot-product-single-content>p {
		margin-bottom: 5px;
	}
	
	.hot-product-single-image {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	
	.hot-product-single-image img {
		max-height: 150px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	button.slider-prev-button.slick-prev.slick-arrow {
		font-size: 21px;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		top: unset;
		left: 40%;
		bottom: 0px;
	}
	
	button.slider-next-button.slick-next.slick-arrow {
		font-size: 21px;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		top: unset;
		bottom: 0px;
		right: 40%;
	}
	
	.home-1-slide {
		padding-bottom: 50px;
	}
	
	.home-4 .last .tb-column-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.home-4 .row_inner .first .tb-column-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#pagewrap .footer-main .footer-menu-2 .nav li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.home-6-image {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.home-products {
		margin: 0px;
	}
	
	.home-1-text h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	.home-1-text p:last-of-type {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	#pagewrap .home-3 .slider-prev-button, #pagewrap .home-3 .slider-next-button {
		top: unset;
	}
	
	.home-3-slide {
		padding-bottom: 50px;
	}
	
	.home-categories a h3 {
		font-size: 18px;
	}
	
	.home-6-link {
		padding: 0px 5px;
	}
}

#pagewrap .payment-image-1 {
	width: 100%;
	margin: 25px 5% 0px auto;
}

.payment-image-1 .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.payment-image-1 .tb-column-inner .module-image {
	-ms-flex-preferred-size: calc(25% - 15px);
	flex-basis: calc(25% - 15px);
}

.payment-image-1 .tb-column-inner .module-image img {
	width: 100%;
	height: 40px;
	-o-object-fit: contain;
	object-fit: contain;
}

div#layout.collapsed-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

main#content.collapsed-filter {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

div#layout.collapsed-filter nav.woocommerce-breadcrumb {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

aside#sidebar.collapse {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

button.filter-button {
	background: white;
	width: 100%;
	font-family: var(--primary);
	font-size: 15px;
	border-radius: 10px;
	text-transform: capitalize;
	font-weight: 700;
	color: var(--red);
	border: 1px solid var(--red);
	margin-bottom: 15px;
}

button.filter-button.active {
	background: var(--red);
	color: white;
	margin-bottom: 0px;
}

aside#sidebar.collapse div {
	display: none;
}

.archive aside#sidebar {
	position: relative;
	top: 0px;
}

@media (max-width: 1280px) {
	.loops-wrapper.grid4>.post, .loops-wrapper.products.grid4>.product {
		width: calc(50% - 15px);
		margin: 0px 7.5px 15px !important;
	}
}

@media (max-width: 1000px) {
	#pagewrap #sidebar {
		width: 100% !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 15px;
		left: 0px !important;
		position: relative !important;
		max-width: 100% !important;
	}
	
	main#content {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	nav.woocommerce-breadcrumb {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.loops-wrapper.grid4>.post, .loops-wrapper.products.grid4>.product {
		width: 100%;
		margin: 0px 0px 15px !important;
	}
}

.product-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#layout {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1600px) {
	.archive-parents-inner {
		width: 80%;
	}
}

@media (max-width: 1300px) {
	.archive-parents-inner {
		width: 90%;
	}
	
	.archive-parent-cat-container {
		max-width: 100%;
	}
}

@media (max-width: 1280px) {
	.woocommerce #content div.product div.images {
		width: 100%;
		margin-bottom: 25px;
	}
	
	#pagewrap nav.woocommerce-breadcrumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.single-product .del-table {
		width: 100%;
		margin: 25px 0px 0px;
	}
	
	.del-table-section {
		width: 100% !important;
		margin: 0px !important;
	}
	
	.woocommerce-product-details__short-description {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	
	.description.container {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.single-product div#tab-description {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	div#reviews {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	div#comments {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 25px;
	}
	
	div#review_form_wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.related.products .loops-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.related.products .loops-wrapper li {
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
}

@media (max-width: 800px) {
	.related.products .loops-wrapper li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.product-meta-cat-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.product_meta {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.quote-form {
		width: 100%;
		padding: 0px;
	}
}

@media (max-width: 1400px) {
	#pagewrap .how-1 .row_inner {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.custom-icons-1 .row_inner .tb-column-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.custom-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	
	.custom-icon h3.image-title {
		text-align: center;
	}
}

.custom-product-table thead {
	width: 250px;
}

.custom-product-table tbody {
	width: calc(100% - 250px);
}

@media (max-width:1000px) {
	.custom-product-table tbody tr {
		min-width: 200px;
	}
	
	.custom-product-table tbody {
		overflow: scroll;
	}
	
	#pagewrap .how-1 .row_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.how-1 .last {
		width: 100%;
	}
	
	.how-1 .first {
		width: 100%;
	}
	
	.how-1 .first .tb-column-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 800px) {
	.custom-icon {
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
		margin: 0px 12.5px 15px;
	}
	
	.label-above .wapf-field-container {
		display: block;
	}
}

@media (max-width: 600px) {
	.custom-product-table tbody {
		overflow: unset;
	}
	
	.custom-product-table {
		padding: 25px;
	}
	
	table.product-specification-table {
		overflow-x: scroll;
	}
	
	.price-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.wapf-product-totals {
		width: 100%;
	}
	
	.price-button .button {
		width: 100% !important;
	}
	
	#pagewrap .product_cat-customised-packaging form.cart {
		padding: 25px;
	}
}

@media (max-width: 500px) {
	.custom-icon {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 15px;
	}
	
	.how-1 .last .tb-column-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 15px;
	}
	
	.custom-product-table {
		padding: 15px;
	}
	
	#pagewrap .how-1 .row_inner {
		padding: 15px;
	}
}

@media (max-width: 1280px) {
	.custom-archive-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.custom-archive-2-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
		min-height: 500px;
	}
	
	.custom-archive-2-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0px;
	}
	
	.custom-archive-3-icon {
		-ms-flex-preferred-size: calc(50% - 25px);
		flex-basis: calc(50% - 25px);
	}
	
	.custom-archive-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.custom-archive-4-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		position: relative;
		top: unset;
		margin-bottom: 25px;
	}
	
	.searchandfilter ul>li>ul:not(.children) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#pagewrap .custom-archive-4-left li label {
		padding: 0px 5px;
	}
	
	.custom-archive-4-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.art-1 .row_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.art-1 .first {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 25px;
	}
	
	.art-1 .last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-bottom: 50px;
	}
	
	.art-1 .last:after {
		content: unset;
	}
	
	.art-1 .first .tb-column-inner {
		width: 100%;
	}
	
	div#frm_field_72_container {
		-ms-grid-column-span: 12;
		grid-column: span 12/span 12;
	}
	
	.custom-archive-2-right-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	a.custom-archive-2-right-button:nth-of-type(2) {
		margin-left: 0px;
		margin-top: 15px;
	}
	
	.woocommerce #content div.product div.images {
		position: relative !important;
		top: 0px !important;
	}
}

@media (max-width: 1000px) {
	#pagewrap .custom-archive-4-right .search-filter-results .custom-products-container a {
		-ms-grid-column-span: 4;
		grid-column: span 4;
		-ms-grid-row-span: 1;
		grid-row: span 1;
	}
}

@media (max-width: 800px) {
	.custom-archive-3-icon {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.custom-archive-3-icon-text {
		margin: 15px 0px 0px;
		text-align: center;
	}
	
	.custom-archive-3 {
		padding: 25px 5%;
	}
}

.woocommerce-product-gallery__image.flex-active-slide, .woocommerce-product-gallery__image.flex-active-slide img {
	max-height: 500px;
	-o-object-fit: contain;
	object-fit: contain;
}

a#wfc-open-cart-button {
	display: none;
}

@media (max-width: 500px) {
	a#wfc-open-cart-button {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-transform: unset !important;
		-ms-transform: unset !important;
		transform: unset !important;
		background-color: var(--red) !important;
	}
	
	.wfc-open-cart-button svg {
		fill: white;
		background-color: var(--red);
	}
}

body.woocommerce-cart #cookie-law-info-bar, body.woocommerce-cart div#wfspb-top-bar, body.woocommerce-cart div#tidio-chat, body.woocommerce-checkout #cookie-law-info-bar, body.woocommerce-checkout div#wfspb-top-bar, body.woocommerce-checkout div#tidio-chat {
	display: none !important;
}

.woocommerce-account .themify_builder.themify_builder_content>.module_row {
	width: 100% !important;
	margin: 0px !important;
}

.module-menu:not(.mobile-menu-module) .tb_mega_menu li.toggle-on>.sub-menu {
	padding-left: 25px;
}

.woocommerce #content div.product div.images {
	position: sticky;
	top: 15.5rem;
}

div#full-screen-mobile-main-menu {
	background: white;
}

.sticky_sidebar_enabled #pagewrap #sidebar {
	z-index: 1;
}

button.button.lwss_selectable.wr-cart-max.lws_wr_pointsoncart_use_max_amount, button.button.lwss_selectable.wr-cart-apply.lws_wr_pointsoncart_amount_apply, .woocommerce-checkout #payment #place_order {
	background: var(--red) !important;
}

@media (max-width: 500px) {
	.lwss_selectable.wr-cart-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.lwss_selectable.lws-wr-cart {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.extra-shipping-info-2 a, .woocommerce-info a, .woocommerce-privacy-policy-text a {
	color: var(--red) !important;
}

/* Points  */
.cart-points-value, .cart-points-redeem {
	display: none;
}

.logged-in .cart-points-value, .logged-in .cart-points-redeem {
	display: block;
}

.cart-points-value {
	margin-bottom: 15px;
}

.cart-points-value h2, .cart-points-redeem h2 {
	font-size: 21px;
	font-family: var(--header);
	margin-bottom: 15px;
}

.lwss_selectable.lws-wr-pointsoncart h2 {
	display: none;
}

.wr-earn-points .item.tile:nth-of-type(2), .wr-earn-points .item.tile:nth-of-type(5) {
	display: none;
}

.wr-earn-points .tile .points-earned {
	font-family: var(--body);
	font-size: 18px;
	font-weight: bold;
}

.method-name {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--body);
}

.wr-earn-points .item.tile {
	border: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
}

.wr-earn-points .tile .system-name {
	display: none;
}

.wr-points-balance .item.tile {
	border: 0px;
	font-weight: bold;
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: var(--red);
	margin-bottom: 50px;
}

.wr-earn-points.wr-shortcode-grid {
	margin-bottom: 50px;
}

#pagewrap .copy-button.wr_refl_button_copy {
	font-size: 21px;
	color: var(--red);
	font-weight: bold;
	font-family: var(--header);
}

@media (max-width: 768px) {
	.woocommerce-account #body {
		padding: 0px 5%;
	}
}

.woocommerce-checkout div#headerwrap, .woocommerce-checkout div#footerwrap {
	display: none;
}
