@font-face {
	font-family: 'ElegantIcons';
	src: url('../../../../system/admin/fonts/ElegantIcons.eot');
	src: url('../../../../system/admin/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../../../../system/admin/fonts/ElegantIcons.woff') format('woff'),
		url('../../../../system/admin/fonts/ElegantIcons.ttf') format('truetype'),
		url('../../../../system/admin/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}


.shopButton {
	display: block;
	padding: 14px 40px;
	background: #00853F;
	border: 1px solid #00853F;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.2s ease-in all;
	border-radius: 3px;
}

.shopButton:hover {
	background: #fff;
	color: #00853F;
}

/* ----------------------- */
/* ----- SEARCH PAGE ----- */
/* ----------------------- */
.search_page {}

.search_page.category_page .cat-hidden {
	display: none !important;
}

.search_page.product_page .prod-hidden {
	display: none !important;
}

.search_page>div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

/*Breadcrumbs*/
.breadcrumbs {
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Exo', sans-serif;
}

.breadcrumbs a {
	font-size: 15px;
	color: #00712D;
	text-decoration: underline;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.breadcrumbs a::after {
	content: "";
	height: 6px;
	width: 6px;
	border: solid #AFAFAF;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 5px;
}

.breadcrumbs a:not(:first-child):last-child {
	color: #AFAFAF;
	text-decoration: none;
	pointer-events: none;
}

.breadcrumbs a:last-child::after {
	content: none;
}

.search_page_content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.search_page_content .search_left {
	width: calc(25% - 10px);
	margin-right: 10px;
	box-sizing: border-box;
	border: solid #EEEEEE;
	border-width: 1px 1px 1px 0;
	padding: 20px 0 20px 10px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	position: relative;
	font-family: 'Exo', sans-serif;
}

.search_page_content .search_left::before {
	content: "";
	position: absolute;
	right: 100%;
	top: -1px;
	width: calc(((100vw - 1200px) / 2) + 290px);
	z-index: 10;
	height: calc(100% + 2px);
	background: #fff;
	border: solid #EEEEEE;
	border-width: 1px 0;
	box-sizing: border-box;
}

.search_page_content .search_right {
	width: 75%;
	padding-left: 10px;
	box-sizing: border-box;
}

.search_header_wrap {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.search_header_wrap.withBanner {
	height: 220px;
}

.search_header_wrap.withBanner .search_header_wrap_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.search_header_wrap.withBanner .search_header_text {
	padding: 20px;
	position: relative;
	z-index: 10;
}

.search_header_wrap .search_header_text {
	padding: 20px 20px 20px 10px;
	display: flex;
	flex-direction: column;
	font-family: 'Exo', sans-serif;
}

.search_header_wrap .search_header_text h1 {
	color: #000000;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
}

.search_header_wrap .search_header_text span {
	font-size: 15px;
	color: #201F1F;
	line-height: 24px;
}

.search_header_wrap.withBanner .search_header_text {
	padding: 0 0 0 35px;
}

.category_page .search_controls {
	padding: 0;
}

.search_header_text {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;

}

.search_header_text:after {
	content: "";
	height: 3px;
	width: 30px;
	background: #00712D;
	border-radius: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*Search Product Page Controls*/
.search_controls {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 20px;
	font-family: 'Exo', sans-serif;
}

.search_controls span {
	display: flex;
	align-items: center;
	color: #201F1F;
	font-size: 15px;
}

.search_order {
	display: flex;
	align-items: center;
}

.search_order select {
	font-size: 15px;
	line-height: 24px;
	color: #201F1F;
	border: 0;
	padding: 0 30px 0 10px;
}

/*Search Page Side Menu*/
.search_left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.search_left li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	transition: ease-in-out all .3s;
}

.search_left li.has-child>a {
	padding-right: 40px;
}

.search_left li a {
	color: #201F1F;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	transition: ease-in-out all .3s;
}

.search_left li a:hover {
	color: #00712D;
}

.search_left div>ul>li>a {
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #F3EFEF;
}

.search_left div>ul>li:last-child>a {
	border: 0;
}

.search_left li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.search_left li ul li {}

.search_left li ul li a {
	padding-left: 10px;
	font-size: 14px;
}

.search_left li ul li ul li a {
	padding-left: 20px;
}

.search_left .toggle_sub {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search_left .toggle_sub::after {
	content: "";
	height: 6px;
	width: 6px;
	border: solid #00712D;
	border-width: 0 2px 2px 0;
	transition: ease-in-out all .3s;
	transform: rotate(45deg);
}

.search_left li.has-child.open {
	background: #FBFBFB;
	border: solid #F3EFEF;
	border-width: 0 0 1px 0;
}

.search_left li.has-child.open:first-child {
	border-width: 1px 0;
}

.search_left li.has-child.open>a {
	font-weight: bold;
	color: #00712D;
	border: 0;
}

.search_left li.has-child.open>.toggle_sub::after {
	transform: rotate(225deg);
}

.search_left li.has-child.open::before {
	content: "";
	position: absolute;
	right: 100%;
	top: -1px;
	width: calc(((100vw - 1200px) / 2) + 290px);
	z-index: 10;
	height: calc(100% + 2px);
	background: #FBFBFB;
	border: solid #F3EFEF;
	border-width: 1px 0;
	box-sizing: border-box;
}

.category_tree>h5 {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.category_tree>h5::after {
	content: "";
	height: 3px;
	width: 30px;
	background: #00712D;
	border-radius: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}


/*Filter*/
.filter_active_items {
	flex: 1;
	display: flex;
	gap: 10px;
	padding-right: 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.filter_active_item {
	border: 1px solid #E9E9E9;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
}

.filter_active_item a {
	font-size: 14px;
	color: #201F1F;
	padding: 15px 10px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter_active_item a::after {
	content: "";
	height: 20px;
	width: 20px;
	background: url(../images/filter_remove.svg) center no-repeat;
}

.search_left li>a.filter_group_header {
	color: #201F1F;
	font-size: 18px;
	font-weight: bold;
}

.search_left li.has-child.open>a.filter_group_header {
	color: #201F1F;
	border-bottom: 1px solid #F3EFEF;
}

.search_left .filter_group.open .toggle_sub::after {
	border-color: #8A8787;
}

.product_filter li ul li {
	display: flex;
	margin-bottom: 5px;
}

.product_filter li ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 7px;
	border-radius: 3px;
	transition: ease-in-out all .3s;
	width: 100%;
	margin-right: 10px;
	margin-left: 2px;
}

.product_filter li ul li a.checked {
	background: #fff;
	box-shadow: 0px 0px 6px #00000029;
}

.product_filter li ul li a::after {
	content: "";
	height: 10px;
	width: 12px;
	background: url(../images/check.svg) center no-repeat;
	background-size: contain;
	opacity: 0;
	transition: ease-in-out all .3s;
}

.product_filter li ul li a.checked::after {
	opacity: 1;
}

/*Filter Brand Images*/
.product_filter .brand_filter ul>div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 10px 0;
}

.product_filter .brand_filter ul li a {
	height: 45px;
	width: 85px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.product_filter .brand_filter ul li a img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.product_filter li.brand_filter ul li a::after {
	content: none;
}

.apply_filters {
	height: 50px;
	display: block;
	color: #8cc8a8;
	background: #fff;
	border: 1px solid #8cc8a8;
	transition: ease-in-out all .3s;
	border-radius: 3px;
	margin: 20px 10px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	transition: ease-in-out all .3s;
}

.apply_filters.active {
	background: #00712D;
	color: #fff;
	border-color: #00712D;
}

.clear_filters {
	display: block;
	text-align: center;
	color: #00712D;
	text-decoration: underline;
	margin-right: 10px;
}

.no_filters_wrap {
	text-align: center;
}

.no_filters_wrap span {
	font-size: 18px;
	color: #201F1F;
	text-transform: uppercase;
	line-height: 26px;
	text-align: center;
}

.no_filters_wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 50px;
	border: 1px solid #8ECBD4;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 20px 0;
}

.no_filters_wrap a span {
	font-size: 18px;
	color: #8ECBD4;
	font-weight: bold;
	text-transform: uppercase;
}


/* Search Results */
.search_results {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
}

.catHeader {
	padding: 0;
}

.catFooter {
	width: 100%;
	margin: 20px 0 30px;
}

.catHeader p, .catFooter p {
	color: #000;
	line-height: 24px;
	font-size: 16px;
}

/* -- Product Block -- */
.product_block {
	width: 33.333333%;
	font-family: 'Exo', sans-serif;
}

.pb_box {
	margin: 0 10px 20px 10px;
	border: 1px solid #F1F1F1;
	border-radius: 3px;
	overflow: hidden;
}

.pb_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.pb_image a:not(.block_fav) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pb_image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.pb_image a.block_fav {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 22px;
	width: 22px;
	transition: ease-in-out all .3s;
	background: url(../images/heart_empty.svg) center no-repeat;
	opacity: 0;
}

.pb_image a.block_fav.added {
	background-image: url(../images/heart_fill.svg);
	opacity: 1;
}

.pb_sale_sticker:not(.hidden) {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.pb_sale_sticker span {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	background: #C92A28;
	display: block;
	padding: 15px;
	border-radius: 3px 0 0 0;
	box-sizing: border-box;
}

.pb_info {
	padding: 10px 0 0 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pb_title {
	display: flex;
	height: 70px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	padding: 0 10px;
	box-sizing: border-box;
}

.pb_title a {
	font-size: 16px;
	line-height: 22px;
	color: #231F20;
	height: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pb_price {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
}

.pb_price .mainprice:not(.hidden) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pb_price .mainprice span.pb_ext_vat {
	font-weight: bold;
	color: #1D1D1D;
	font-size: 18px;
}

.pb_price .mainprice span.pb_ext_vat small {
	font-size: 12px;
}

.pb_price .mainprice span.pb_inc_vat {
	font-size: 12px;
	color: #959494;
	font-weight: bold;
}

.pb_price .mainprice span.pb_inc_vat small {
	font-weight: normal;
	font-size: 10px;
}

.pb_price .wasprice {
	color: #231F20;
	font-weight: bold;
	font-size: 14px;
	text-decoration: line-through;
	margin-bottom: 5px;
}

.pb_price .nowprice:not(.hidden) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pb_price .nowprice span.pb_inc_vat {
	font-weight: bold;
	color: #C92A28;
	font-size: 18px;
}

.pb_price .nowprice span.pb_inc_vat small {
	font-size: 12px;
}

.pb_price .nowprice span.pb_ext_vat {
	font-size: 12px;
	color: #959494;
	font-weight: bold;
}

.pb_price .nowprice span.pb_ext_vat small {
	font-weight: normal;
	font-size: 10px;
}

.pb_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 0 0;
}

.pb_buttons a:not(.hidden) {
	width: 100%;
	color: #00853F;
	border: 1px solid #00853F;
	background: #fff;
	border-radius: 3px;
	height: 50px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 10px;
	text-transform: uppercase;
	font-size: 18px;
	transition: ease-in-out all .3s;
	font-family: 'Exo', sans-serif;
}

.pb_buttons a.pb_quick_buy::before {
	content: "";
	height: 17px;
	width: 17px;
	background: url(../images/cart.svg) center no-repeat;
	background-size: contain;
	transition: ease-in-out all .3s;
}

.pb_box:hover .pb_image a.block_fav {
	opacity: 1;
}

.pb_box:hover .pb_title a {
	text-decoration: underline;
}

.pb_box:hover .pb_buttons a {
	background: #00853F;
	color: #fff;
}

.pb_box:hover .pb_buttons a::before {
	filter: brightness(0) invert(1);
}

.pb_buttons span {
	border-radius: 5px;
	height: 50px;
	width: 100%;
	display: flex;
	font-weight: bold;
	color: #fff;
	background: #a7a9a9;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

/*Product Block Quick Buy*/
.small_add_to_cart {}

.satc_header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.satc_header h6 {
	position: relative;
	color: #231F20;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 10px 0;
	font-size: 20px;
}

.satc_header h6::after {
	content: "";
	height: 3px;
	width: 30px;
	background: #00712D;
	position: absolute;
	left: 0;
	bottom: 0;
}

.satc_header a {
	height: 22px;
	width: 22px;
	background: url(../images/close_pop_up.svg) center no-repeat;
}

.satc_info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Exo', sans-serif;
	margin-bottom: 20px;
}

.satc_image {
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.satc_image img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.satc_details {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.satc_title {
	font-size: 14px;
	line-height: 20px;
	color: #231F20;
}

.satc_price {
	font-size: 12px;
	color: #231F20;
	font-weight: bold;
}

.satc_price .nowprice {}

.satc_variations {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 20px 0;
}

.satc_variation {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.satc_variation label {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.satc_variation select {
	width: 100%;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #959494;
	font-size: 16px;
	height: 50px;
}

.satc_options {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}

.satc_options>div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-shrink: 0;
}

.satc_options>div label {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.satc_options>div>div {}

.satc_options>div>div>button {
	width: 40px;
}

.satc_options>div>div>input {
	width: 60px;
}

.satc_options>a.satc_button {
	height: 50px;
	background: #00853F;
	flex: 1;
	color: #fff;
	font-family: 'Exo', sans-serif;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	text-transform: uppercase;
}

.satc_options>a.satc_button::before {
	content: "";
	height: 17px;
	width: 17px;
	background: url(../images/cart_white.svg) center no-repeat;
}

.satc_options>a.satc_button:hover {
	animation: shadow-pulse 1s;
}

/* -- Category Block -- */
.category_block {
	width: 25%;
	cursor: pointer;
	box-sizing: border-box;
}

.category_block .category_box {
	margin: 0 10px 20px 10px;
	background: #fff;
}

.category_block .catImage {
	width: 100%;
	height: 161px;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	transition: 0.3s ease-in all;
}

.category_block .catTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	box-sizing: border-box;
}

.category_block .catTitle a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #1D1D1D;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-in all;
	font-family: 'Exo', sans-serif;
	line-height: 20px;
	padding: 0 0 20px 0;
	position: relative;
}

.category_block .catTitle a::after {
	content: "";
	height: 3px;
	width: 30px;
	background: #00712D;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 15px);
	border-radius: 6px;
}

.category_block .category_box:hover .catImage {
	box-shadow: 0px 0px 6px #00000029;
}

.category_block .category_box:hover .catTitle a {
	color: #00712D;
}

/*Category product association*/
.cat_associations {
	margin-top: 20px;
	background: url(../images/brand_module.svg) center top no-repeat #fff;
	padding: 40px 0;
}

.cat_associations>div {
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}

.cat_associations_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
}

.cat_associations_heading h6 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	padding: 0;
}

.cat_associations_heading h2 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	line-height: 32px;
	display: flex;
	padding: 0;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}

.cat_associations_heading h2::after {
	content: "";
	height: 5px;
	width: 50px;
	border-radius: 5px;
	background: #00712D;
}

.cat_associations_gallery {}

.cat_associations_gallery {
	display: flex;
	width: 100%;
}

.cat_associations_gallery .pb_box {
	margin: 0;
}

.cassoc_nav_prev {
	height: 60px;
	width: 40px;
	position: absolute;
	left: -40px;
	top: calc(50% - 30px);
	z-index: 20;
}

.cassoc_nav_prev::after {
	content: "";
	height: 24px;
	width: 24px;
	border: solid #1D1D1D;
	border-width: 0 0 5px 5px;
	border-radius: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 15px;
	transition: ease-in-out all .3s;
}

.cassoc_nav_next {
	height: 60px;
	width: 40px;
	position: absolute;
	right: -40px;
	top: calc(50% - 30px);
	z-index: 20;
}

.cassoc_nav_next::after {
	content: "";
	height: 24px;
	width: 24px;
	border: solid #1D1D1D;
	border-width: 5px 5px 0 0;
	border-radius: 3px;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 15px;
	transition: ease-in-out all .3s;
}

.cassoc_nav_disabled::after {
	border-color: #959494;
}

.cassoc_pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.cassoc_pagination.swiper-pagination-lock {
	display: none;
}

.cassoc_pagination>.cassoc_bullet {
	height: 14px;
	width: 14px;
	background: #fff;
	border: 1px solid #00712D;
	border-radius: 100%;
	cursor: pointer;
	transition: ease-in-out all .3s;
}

.cassoc_pagination>span.active {
	background: #00712D;
}

/*Favourites Page*/
.favourites_page .product_block {
	width: 25%;
}

/* ------------------- */
/* ----- MODULES ----- */
/* ------------------- */

/*Product Group Module*/
.product_group_module {
	background: #fff;
	padding: 50px 0;
}

.product_group_module.bg_on {
	background: url(../images/product_module.svg) top center no-repeat #fff;
}

.pgm_container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pgm_title {}

.pgm_title span {
	font-size: 38px;
	font-weight: bold;
	color: #231F20;
	text-transform: uppercase;
}

/*Product Groups*/
.pgm_groups_wrap {
	width: 100%;
}

.pgm_group_title_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pgm_group_title_wrap.swiper-slide {
	width: fit-content !important;
}

.pgm_group_title h6 {
	cursor: pointer;
	text-transform: uppercase;
	color: #231F20;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	transition: ease-in-out all .3s;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
}

.pgm_group_title h6::after {
	content: "";
	height: 6px;
	width: 50px;
	background: #00712D;
	opacity: 0;
	transition: ease-in-out all .3s;
}

.pgm_group_title.active h6::after {
	opacity: 1;
}

.pgm_group_title.active h6 {
	color: #00712D;
}

/*Product Slides*/
.pgm_prods_gal_wrap_container {
	position: relative;
	display: none;
}

.pgm_prods_gal_wrap_container.active {
	display: flex;
}

.pgm_prods_gal {
	display: flex;
}

.pgm_prods_gal_wrap {
	width: 100%;
}

.pgm_prods_wrap.carousel .pb_box {
	margin: 0;
}

.pgm_nav_prev, .pgm_nav_next {
	height: 80px;
	width: 40px;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 20;
	cursor: pointer;
}

.pgm_nav_prev::after, .pgm_nav_next::after {
	content: "";
	height: 16px;
	width: 16px;
	border: solid #00712D;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	transition: ease-in-out all .3s;
	border-radius: 2px;
}

.pgm_nav_prev {
	left: -40px;
}

.pgm_nav_prev::after {
	border-width: 0 0 4px 4px;
	left: 15px;
}

.pgm_nav_next {
	right: -40px;
}

.pgm_nav_next::after {
	border-width: 4px 4px 0 0;
	right: 15px;
}

.pgm_nav_disabled::after {
	border-color: #D4D2D2;
}

.product_group_module .product_block {
	width: 25%;
}

/*Product List View*/
.pgm_prods_wrap.list :is(.pgm_nav_prev, .pgm_nav_next) {
	display: none;
}

.pgm_prods_wrap.list .pgm_prods_gal_wrap {
	overflow: none;
}

.pgm_prods_wrap.list .pgm_prods_gal {
	flex-wrap: wrap;
}

.pgm_prods_wrap.list .product_block {
	width: 25%;
	height: initial;
}

/*Category Module*/
.category_module {
	background: #fff;
	padding: 40px 0;
}

.category_module.bg_on {
	background: url(../images/category_module.svg) center bottom no-repeat #fff;
}

.category_module>div {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-sizing: border-box;
	position: relative;
}

.category_module .cm_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}

.category_module .cm_title::after {
	content: "";
	height: 5px;
	width: 40px;
	background: #00712D;
	border-radius: 5px;
}

.category_module.carousel .category_box {
	margin: 5px;
}

.category_module.list :is(.category_block_module, .category_block) {
	width: 25%;
}

.category_module.list .cm_gal {
	display: flex;
	flex-wrap: wrap;
	overflow: initial;
}

.category_module.list .cm_gal>div {
	display: flex;
	flex-wrap: wrap;
}

.category_module.list :is(.cm_nav_prev, .cm_nav_next) {
	display: none;
}

.cm_nav_prev, .cm_nav_next {
	height: 80px;
	width: 40px;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 20;
	cursor: pointer;
}

.cm_nav_prev::after, .cm_nav_next::after {
	content: "";
	height: 16px;
	width: 16px;
	border: solid #00712D;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	transition: ease-in-out all .3s;
	border-radius: 2px;
}

.cm_nav_prev {
	left: -40px;
}

.cm_nav_prev::after {
	border-width: 0 0 4px 4px;
	left: 15px;
}

.cm_nav_next {
	right: -40px;
}

.cm_nav_next::after {
	border-width: 4px 4px 0 0;
	right: 15px;
}

.cm_nav_disabled::after {
	border-color: #D4D2D2;
}

/*Category Module Block*/
.category_block_module .category_box {
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.category_block_module .catImage {
	border: 0;
	height: 200px;
}

.category_block_module .category_box:hover .catImage {
	box-shadow: none;
}

.category_block_module .catTitle {
	justify-content: flex-start;
	padding-bottom: 0;
}

.category_block_module .catTitle a::after {
	left: 0;
}

.category_block_module .catSubs {
	height: 165px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: hidden;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
}

.category_block_module .catSubs a {
	text-transform: uppercase;
	color: #231F20;
	font-size: 15px;
	line-height: 20px;
	transition: ease-in-out all .3s;
}

.category_block_module .catSubs a:hover {
	color: #00853F;
}

.category_block_module .catSubs a.cat_view_all {
	text-decoration: underline;
	color: #00853F;
}

/*Brand Module*/
.brands_module {
	padding: 50px 0;
	background: url(../images/brand_module.svg) top center no-repeat #fff;
}

.brands_module>div {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-sizing: border-box;
	position: relative;
}

.brands_module .bd_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

.brands_module .bd_title::after {
	content: "";
	height: 5px;
	width: 40px;
	background: #00712D;
	border-radius: 5px;
}

.brands_module .bd_wrap {}

.brands_module .bd_items {}

.brands_module .bd_item {
	border: 1px solid #EEECEC;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: 200px;
	height: 115px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	margin: 10px;
	float: left;
	position: relative;
}

.brands_module .bd_item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	transition: ease-in-out all .3s;
}

.brands_module .bd_item img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	padding: 20px;
	box-sizing: border-box;
	z-index: 2;
}

.brands_module .bd_item.first_item {
	width: 500px;
	height: 277px;
	margin: 0 10px 10px 0;
}

.brands_module .bd_item.first_item img {
	max-height: 270px;
	max-width: 270px;
}

.brands_module .bd_item:hover::after {
	background: rgba(255, 255, 255, .6);
}

.brands_module .bd_view_more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.brands_module .bd_view_more::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #F6F6F6;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	z-index: 1;
}

.brands_module .bd_view_more a {
	font-family: 'Exo', sans-serif;
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 20;
	align-items: center;
}

.brands_module .bd_view_more a::before {
	content: "View More";
}

.brands_module .bd_view_more a::after {
	content: "";
	height: 8px;
	width: 8px;
	border: #00712D solid;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	transition: ease-in-out all .3s;
}

.brands_module .bd_view_more a.active::before {
	content: "View Less";
}

.brands_module .bd_view_more a.active::after {
	transform: rotate(225deg);
}

.brands_module .bd_items.limit {
	overflow: hidden;
	max-height: 350px;
	position: relative;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.brands_module .bd_items.limit.active {
	max-height: 1500px;
	transition: max-height .5s ease-in-out;
}

/* ------------------------ */
/* ----- DETAILS PAGE ----- */
/* ------------------------ */
.details_page {}

.details_page>div.container_16 {
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.details_page_left {
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.details_page_right {
	width: 50%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}

/*Product Category*/
.details_header_wrap {
	background: #F9F9F9;
	width: 100%;
	border-bottom: 1px solid #F3F2F2;
}

.product_category {
	display: flex;
	padding: 0 10px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.product_category a {
	font-size: 13px;
	padding: 10px 0;
	line-height: 24px;
	color: #5D5959;
	text-decoration: underline;
	transition: ease-in-out all .3s;
	margin-right: 10px;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
}

.product_category a::after {
	content: "";
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	border: solid #5D5959;
	border-width: 1px 1px 0 0;
}

.product_category a:last-child {
	margin: 0;
}

.product_category a:last-child::after {
	content: none;
}

.product_category a:hover {
	color: #00853F;
}

.pi_overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: 'Exo', sans-serif;
	z-index: 200;
}

.product_sale_sticker:not(.hidden) {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 14px;
	font-size: 18px;
	border-radius: 3px 0 0 0;
	box-sizing: border-box;
	z-index: 10;
	background: #C92A28;
}

.pi_view_video:not(.hidden) {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #231F20;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 10px;
	font-weight: bold;
	border: 1px solid #DBDBDB;
	background: #fff;
	margin: 8px 0 0 8px;
	border-radius: 3px;
}

.pi_view_video::before {
	content: "";
	height: 22px;
	width: 22px;
	background: url(../images/video.svg) center no-repeat;
	background-size: contain;
}

.pi_view_video::after {
	content: "Watch Video";
}

.pi_view_video.view_image::before {
	background-image: url(../images/camera.svg);
}

.pi_view_video.view_image::after {
	content: "View Images";
}

/*Product Video*/
.prodVideo {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: ease-in-out all .3s;
}

.prodVideo.show {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}

.prodVideo iframe {
	height: 100%;
	width: 100%;
}

/*Product Images*/
.product_images {
	border: 1px solid #F2F2F2;
	height: 580px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
}

.pi_items {
	height: 100%;
}

.pi_items .swiper-wrapper {
	align-items: center;
}

.pi_item img {
	max-width: 100%;
	max-height: 100%;
}

.pi_item a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Product Images Pagination*/
.pi_items_pagination {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	gap: 10px;
}

.pi_items_bullet {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background: #9B999A;
	transition: ease-in-out all .3s;
	cursor: pointer;
}

.pi_items_bullet.active {
	background: #231F20;
}

/*Thumbnail Images*/
.product_thumbnails:not(.hidden) {
	display: flex;
	width: 100%;
}

.pt_items {
	width: 100%;
	justify-content: center;
}

.pt_item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 80px !important;
	border: 1px solid transparent;
	transition: ease-in-out all .3s;
}

.pt_item.swiper-slide-thumb-active {
	border-color: #00853F;
}

.pt_item img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.pt_item.swiper-slide {
	height: 100px;
	width: 100px;
}

/* product details */
.product_brand_fav {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.product_brand_fav .product_brand {}

.product_brand_fav .product_brand img {
	max-height: 55px;
	max-width: 70px;
	height: auto;
	width: auto;
}

.details_fav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 55px;
	border: 1px solid #E9E8E8;
	border-radius: 3px;
	box-sizing: border-box;
	margin-left: auto;
}

.details_fav::before {
	content: "";
	height: 25px;
	width: 25px;
	background: url(../images/heart_empty.svg) center no-repeat;
	background-size: 25px;
	transition: ease-in-out all .3s;
}

.details_fav.added::before {
	background-image: url(../images/heart_fill.svg);
}

.product_title {}

.product_title h1 {
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	padding: 0;
	margin-bottom: 15px;
}

.product_code_stock {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}

.product_code_stock .product_code {
	color: #959494;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 14px;
}

.product_code_stock>span {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #00853F;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.product_code_stock>span::before {
	content: "";
	height: 20px;
	width: 20px;
	background: url(../images/check_circle.svg) center no-repeat;
}

/*Short Description*/
.product_short_description:not(.hidden) {
	margin: 0 0 20px 0;
}

.product_short_description>div:not(.read_more_toggle) {
	max-height: 100px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.product_short_description>div>p {
	padding: 0;
}

.product_short_description .product_short_description_overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	transition: ease-in-out all .3s;
	visibility: visible;
	z-index: 1;
}

.product_short_description .read_more_toggle {
	padding: 20px 0 10px;
}

.product_short_description .read_toggle {
	color: #00853F;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 5px;
}

.product_short_description .read_toggle::before {
	content: "";
	margin-right: 4px;
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	border: solid #00853F;
	border-width: 0 1px 1px 0;
	transition: ease-in-out all .3s;
}

.product_short_description .read_toggle::after {
	content: "MORE";
}

.product_short_description.open .read_toggle::before {
	transform: rotate(225deg);
}

.product_short_description.open .read_toggle::after {
	content: "LESS";
}

.product_short_description.open .product_short_description_overlay {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.product_short_description.open>div:not(.read_more_toggle) {
	max-height: 1500px;
	transition: max-height .5s ease-in-out;
}

/*Product Prices*/
.product_price_container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 0;
	margin: 15px 0;
	position: relative;
	border-top: 1px solid #E9E7E7;
}

.product_price_container .product_price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	font-family: 'Exo', sans-serif;
}

.product_sale_info {
	font-size: 28px;
	color: #231F20;
}

.product_price .mainPrice:not(.hidden) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product_price .mainPrice .ex_vat {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.product_price .mainPrice .ex_vat small {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.product_price .mainPrice .inc_vat {
	font-size: 18px;
	color: #959494;
	font-weight: bold;
}

.product_price .mainPrice .inc_vat small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.product_price .sale_price {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product_sale_title {
	font-size: 36px;
	font-weight: bold;
	color: #C92A28;
}

.product_price .wasPrice {
	font-size: 18px;
	color: #231F20;
}

.product_price .wasPrice span {
	text-decoration: line-through;
}

.product_price .nowPrice:not(.hidden) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product_price .nowPrice {
	font-size: 36px;
	color: #C92A28;
}

.product_price .nowPrice .inc_vat {
	font-size: 36px;
	color: #C92A28;
}

.product_price .nowPrice .inc_vat small {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.product_price .nowPrice .ex_vat {
	font-size: 18px;
	color: #959494;
	font-weight: bold;
}

.product_price .nowPrice .ex_vat small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


/*Variations*/
.variation_items {
	width: 100%;
	margin: 0 0 20px 0;
}

.variation_item {
	width: 100%
}

.variation_label, .quantity_label {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: 'Exo', sans-serif;
}

.variation_item select {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #DBDBDB;
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 3px;
}

/*Add to Cart*/
.add_to_cart_row {
	display: flex;
	align-items: flex-start;
	margin: 0 0 30px;
	gap: 20px;
	position: relative;
}

/*Quantity*/
.quantity {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;
	height: 50px;
	display: flex;
}

.quantity input {
	width: 60px;
	border: 0;
	text-align: center;
	height: 100%;
	border: #DBD8D8 solid;
	border-width: 0 1px;
	padding: 0;
	flex-shrink: 0;
}

.quantity button {
	border: 0;
	width: 40px;
	height: 100%;
	background: #F8F8F8;
	cursor: pointer;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	flex-shrink: 0;
	transition: ease-in-out all .3s;
}

.quantity button:hover {
	background: #EEEEEE;
}

.quantity button::before {
	content: "";
	height: 2px;
	width: 10px;
	background: #231F20;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 1px);
}

.quantity button.plus::after {
	content: "";
	height: 10px;
	width: 2px;
	background: #231F20;
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 5px);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.add_to_cart_container {
	flex: 1;
}


.enquiry_container .enquireProduct,
.add_to_cart_container .addToCart {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 18px;
	padding: 14px 10px;
}
.add_to_cart_container .addToCart::before {
	content: "";
	height: 20px;
	width: 20px;
	background: url(../images/cart_white.svg) center no-repeat;
	transition: ease-in-out all .3s;
}

.add_to_cart_container .addToCart:hover::before {
	background-image: url(../images/cart_green.svg);
}

/* Product Enquiry */
.enquiry_container {
	flex: 1;
}

.enquiry_container .enquireProduct:hover {
	background: #00853F;
	color: #fff;
}

.enquiry_container .enquireProduct::after {
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-down-white.svg) center no-repeat;
	transition: ease-in-out all .3s;
}

.enquiry-form {
	position: absolute;
	display: none;
	top: calc(100% + 10px);
	left:0;
	width: 100%;
	background: #fff;
	border: 1px solid #DBDBDB;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 3px;
	z-index: 1;
}

.enquiry-form-heading {
	font-size: 18px;
	line-height: 24px;
}

.enquiry-form input:not([type=submit]),
.enquiry-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #EEEAEA;
	font-family: inherit;
	padding:0 10px;
	height: 46px;
	resize: none;
}

.enquiry-form textarea {
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.enquiry-form input[type=submit]{
	display: block;
	font-weight: bold;
	width: 100%;
}

.free_delivery_calculation {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.free_delivery_calculation h6 {
	padding: 0;
	color: #00853F;
	font-size: 16px;
}

.free_delivery_calculation h6 span {
	font-weight: bold;
}

.delivery_info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.delivery_info>div {
	padding: 14px 12px 14px 55px;
	box-sizing: border-box;
	width: 100%;
	background: #F8F8F8;
	background-repeat: no-repeat;
	line-height: 24px;
}

.delivery_info .di_free {
	background-image: url(../images/delivery.svg);
	color: #231F20;
	font-size: 16px;
	background-position: 10px center;
}

.delivery_info .di_free a {
	color: #231F20;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.delivery_info .di_free span {
	color: #00853F;
	font-size: 12px;
}

.delivery_info .di_next_day {
	background-image: url(../images/clock.svg);
	background-position: 20px center;
}

.delivery_info .di_next_day span {
	color: #231F20;
	font-size: 16px;
}

.delivery_info .di_next_day p {
	padding: 0;
	margin: 0;
	color: #231F20;
	font-size: 12px;
}

/*Bulk Delivery*/
.bulk_delivery {
	display: flex;
	gap: 10px;
}

.bulk_delivery::before {
	content: "";
	flex-shrink: 0;
	height: 33px;
	width: 33px;
	background: url(../images/forklift.svg) center no-repeat;
}

.bulk_delivery>div {
	font-size: 18px;
	color: #231F20;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	line-height: 22px;
}

.bulk_delivery>div>div {
	position: relative;
}

.bulk_delivery .bulk_popup {
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	background: #fff;
	z-index: 1;
	left: 50%;
	top: calc(100% + 20px);
	transform: translateX(-50%);
	width: 280px;
	box-shadow: 0px 0px 6px #00000029;
	text-align: center;
	display: none;
}

.bulk_delivery .bulk_popup::before {
	content: "";
	height: 16px;
	width: 16px;
	background: url(../images/arrow_up.svg) center no-repeat;
	position: absolute;
	top: -12px;
	right: calc(50% - 8px);
	z-index: 10;
}

.bulk_delivery .bulk_popup>div {
	padding: 20px 10px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 10;
}

.bulk_delivery a {
	position: relative;
	color: #00712D;
	font-size: 14px;
	text-decoration: underline;
}

/*Details Tabs*/
.details_tabs {
	background: #fff;
	width: 100%;
	font-family: 'Exo', sans-serif;
	margin-bottom: 40px;
}

.details_tabs .tab_buttons {
	height: 80px;
	border: solid #DBDBDB;
	border-width: 1px 0;
	background: #FBFBFB;
}

.details_tabs .tab_buttons>div {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 40px;
	justify-content: flex-start;
}

.details_tabs .tab_buttons .hidden, .details_tabs .tab_button.hidden {
	display: none;
}

.details_tabs .tab_buttons a {
	display: flex;
	align-items: center;
	color: #231F20;
	font-weight: bold;
	font-size: 20px;
	height: 100%;
	position: relative;
}

.details_tabs .tab_buttons a::after {
	content: "";
	height: 3px;
	width: 50px;
	background: #00853F;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	opacity: 0;
	transition: ease-in-out all .3s;
}

.details_tabs .tab_buttons a.active::after {
	opacity: 1;
}

.details_tabs .tab_content {
	display: none;
	margin-top: 40px;
}

.details_tabs .tab_content.active {
	display: block;
}

.details_tabs .tab_content>div {
	min-height: 200px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

.details_tabs .tab_content>div img {
	max-width: 100%;
	height: auto;
}

.details_tabs .tab_content>h4 {
	color: #000000;
	position: relative;
	font-size: 24px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.details_tabs .tab_content h4::after {
	content: "";
	height: 3px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 5px;
	background: #00853F;
}

.details_tabs .tab_content>h4>span {
	font-weight: 400;
}

.details_tabs .tab_content :is(p, span) {
	font-family: 'Open Sans', sans-serif !important;
}

.details_tabs .tab_content[data-tab=description] h4 {
	margin: 0;
}

.details_tabs .tab_content[data-tab=description] h4::after {
	content: none;
}

/*Specifications List*/
.specItems {
	border: 1px solid #DBDBDB;
}

.specItem {
	display: flex;
	border-bottom: 1px solid #DBDBDB;
}

.specItem:nth-child(even) {
	background: #fff;
}

.specItem:nth-child(odd) {
	background: #FBFBFB;
}

.specItem:last-child {
	border: 0;
}

.specItem>div {
	width: 50%;
	color: #231F20;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 25px;
}

.specItem>div.specTitle {
	font-weight: bold;
}

.specItem>div.specValue {}

/*Download List*/
.downloadItems {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.downloadItem {
	border: 1px solid #DBDBDB;
	padding: 0 15px;
	box-sizing: border-box;
	height: 80px;
	background: #FBFBFB;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.downloadItem h6 {
	color: #231F20;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
}

.downloadItem a {
	background: #00853F;
	padding: 18px;
	box-sizing: border-box;
	border-radius: 5px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.downloadItem a::after {
	content: "";
	height: 20px;
	width: 17px;
	background: url(../images/download.svg) center no-repeat;
}

/* Associations */
.associations_wrap {
	padding: 50px 0;
	background: #F4F4F4;
	border-top: 1px solid #DBDBDB;
}

.associations_wrap h2 {
	color: #231F20;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.associations_wrap h2::after {
	content: "";
	height: 3px;
	width: 50px;
	background: #00853F;
}

.associations_wrap .associations_produtcs {
	display: flex;
	width: 100%;
}

.associations_wrap .associations_products .pb_box {
	margin: 0;
}

.associations_products_container {
	position: relative;
}

.assoc_nav_prev {
	height: 60px;
	width: 40px;
	position: absolute;
	left: -40px;
	top: calc(50% - 30px);
	z-index: 20;
}

.assoc_nav_prev::after {
	content: "";
	height: 24px;
	width: 24px;
	border: solid #1D1D1D;
	border-width: 0 0 5px 5px;
	border-radius: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 15px;
	transition: ease-in-out all .3s;
}

.assoc_nav_next {
	height: 60px;
	width: 40px;
	position: absolute;
	right: -40px;
	top: calc(50% - 30px);
	z-index: 20;
}

.assoc_nav_next::after {
	content: "";
	height: 24px;
	width: 24px;
	border: solid #1D1D1D;
	border-width: 5px 5px 0 0;
	border-radius: 3px;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 15px;
	transition: ease-in-out all .3s;
}

.assoc_nav_disabled::after {
	border-color: #959494;
}

.assoc_pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.assoc_pagination.swiper-pagination-lock {
	display: none;
}

.assoc_pagination>.assoc_bullet {
	height: 14px;
	width: 14px;
	background: #fff;
	border: 1px solid #00712D;
	border-radius: 100%;
	cursor: pointer;
	transition: ease-in-out all .3s;
}

.assoc_pagination>span.active {
	background: #00712D;
}

/* Added to Cart Popup */
.addedtocart {
	position: relative;
	padding: 0;
	margin: -20px -20px -40px -20px;
	background: #fff;
}

.addedtocart .atc_close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/x-circle-grey.svg) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}

.added_product_row {
	display: flex;
	gap: 10px;
	padding: 20px;
}

.added_product_image {
	width: 60px;
	height: 60px;
}

.atc_title {
	display: flex;
	align-items: center;
	gap: 5px;
}

.atc_title span {
	font-size: 24px;
	line-height: 30px;
	color: #231F20;
	font-weight: bold;
	text-transform: uppercase;
}

.atc_title::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/tick-circle-green.svg) no-repeat center;
}

.added_product_image img {
	max-width: 100%;
	max-height: 100%;
}

.added_product_info {
	width: calc(100% - 100px);
}

.added_product_title {
	font-size: 14px;
	line-height: 20px;
	color: #231F20;
	text-transform: uppercase;
}

.addedtocart_buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Exo', sans-serif;
	padding: 0 20px;
}

.addedtocart_buttons a {
	padding: 12px 23px;
	display: flex;
	gap: 6px;
	align-items: center;
	border: 1px solid;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	line-height: 20px;
}

.addedtocart_buttons a.checkout_now {
	border-color: #00853F;
	color: #fff;
	background: #00853F;
}

.addedtocart_buttons a.checkout_now::after {
	content: "";
	height: 7px;
	width: 7px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 3px 3px 0 0;
}

.addedtocart_buttons a.continue_shopping {
	color: #00853F;
	border-color: #CCCCCC;
	background: #fff;
}

.addedtocart_buttons a:hover {
	animation: shadow-pulse 1s;
}

.added_upsell_wrap {
	padding: 0 10px;
	margin-top: 10px;
	background: #F1F3F2;
	max-height: 400px;
	overflow-y: scroll;
}

.added_upsell_wrap .atc_header_row {
	padding: 5px 15px;
}

.added_upsell_wrap .atc_header_row .atc_title {
	font-size: 20px;
	line-height: 30px;
	color: #231F20;
}

.added_upsell_wrap .atc_header_row .atc_title::before {
	content: none;
}

.added_upsell_products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 8px;
	padding: 10px 0;
}

.added_upsell_button_row {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.added_upsell_button_row .addUpsells {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 48px;
	padding: 0 40px;
	background: #E7355F;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.9px;
	border-radius: 3px;
	box-sizing: border-box;
}

.added_upsell_button_row .addUpsells::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../images/bag-white.svg) no-repeat center;
	margin-right: 10px;
}

.added_upsell_errors {
	font-size: 14px;
	color: #f00;
	text-align: center;
}

/* Upsell Products */
.product_upsell {
	width: calc((100% / 4) - 6px);
	position: relative;
}

.product_upsell .pb_image {
	width: 100%;
	height: 145px;
}

.product_upsell .pb_sale_sticker {}

.product_upsell .pb_sale_sticker span {
	font-size: 12px;
	padding: 10px;
}

.product_upsell .pb_title {
	height: 45px;
	text-align: center;
	margin: 0;
}

.product_upsell .pb_title a {
	font-size: 12px;
	line-height: 15px;
}

.product_upsell .pb_price {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.product_upsell .pb_price .mainprice {
	font-size: 15px;
	color: #231F20;
	font-weight: bold;
	font-family: 'Exo';
}

.product_upsell .pb_price .nowprice {
	font-size: 15px;
	color: #C92A28;
	font-weight: bold;
	font-family: 'Exo';
}

.product_upsell .pb_price .wasprice {
	font-size: 10px;
	color: #231F20;
	text-decoration: line-through;
	font-family: 'Exo';
}

.product_upsell .pb_button {}

.product_upsell .pb_button a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 50px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	color: #231F20;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Exo';
	font-size: 14px;
	background: #fff;
	border: 1px solid #00712D;
	border-radius: 3px;
	transition: 0.2s ease-in-out all;
}

.product_upsell .pb_button a.disabled {
	cursor: default;
	opacity: 0.6;
	background-color: #c2bebe;
}

.product_upsell .pb_button a.disabled span {
	color: #585858;
}

.product_upsell .pb_button a::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/plus-circle-green.svg) no-repeat center;
}

.product_upsell .pb_button a.addUpsellProd.select span:not(.select) {
	display: none;
}

.product_upsell .pb_button a.addUpsellProd::before {
	background-image: url(../images/plus-circle-green.svg);
}

.product_upsell .pb_button a.addUpsellProd.confirm {
	border-radius: 0 0 3px 3px;
}

.product_upsell .pb_button a.addUpsellProd.confirm span:not(.confirm) {
	display: none;
}

.product_upsell .pb_button a.addUpsellProd.confirm::before {
	background-image: url(../images/tick-circle-green.svg);
}

.product_upsell .pb_button a.addUpsellProd.added {
	flex-direction: row-reverse;
	background: #00712D;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.product_upsell .pb_button a.addUpsellProd.added span:not(.added) {
	display: none;
}

.product_upsell .pb_button a.addUpsellProd.added::before {
	background-image: none;
}

/* .product_upsell .pb_button a.addUpsellProd.added::before {background-image: url(../images/tick-circle-white.svg);}  */
.product_upsell .upsell_vars {
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	padding: 10px 5px;
	background: #000000B0;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transition: 0.2s ease-in-out all;
}

.product_upsell .upsell_vars .variation:not(.selected) {
	border-color: rgb(179, 15, 15)
}

.product_upsell .upsell_vars .variation {
	height: 40px;
	margin: 5px 0;
	font-size: 12px;
	background-size: 8px;
}

.product_upsell.selected .upsell_vars {
	opacity: 1;
	z-index: 1;
	pointer-events: initial;
	bottom: 50px;
}

.product_upsell .upsell_vars .quantity {
	width: 100%;
	height: 40px;
}

.product_upsell .upsell_vars .quantity button {
	width: 30%;
}

.product_upsell .upsell_vars .quantity input {
	width: 40%;
}


/* ---------------------- */
/* ------ CHECKOUT ------ */
/* ---------------------- */

/*----- LARGE CART -----*/
.cart_title {
	padding: 10px 0;
}

.cart_title span {
	font-size: 18px;
	color: #393A3D;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart_title span::before {
	content: "";
	height: 25px;
	width: 23px;
	background: url(../images/cart.svg) center no-repeat;
}

.cart_products {}

.cart_product {
	display: flex;
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
	margin: 5px 0;
	padding: 10px;
}

.cart_product_left {
	display: flex;
}

.cart_product_image {
	box-sizing: border-box;
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart_product_image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.cart_product_details {
	box-sizing: border-box;
	margin: 0 10px;
}

.cart_product_title {}

.cart_product_title>span {
	font-size: 14px;
	line-height: 18px;
	color: #393A3D;
	font-weight: bold;
}

.cart_product_title>span>span {
	font-size: 12px;
	font-weight: normal;
}

.cart_product_variations {}

.cart_product_variations span {
	font-size: 10px;
	line-height: 16px;
	color: #3B3B3D;
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
}

.cart_product_variations span::after {
	content: "";
	height: 10px;
	width: 1px;
	background: #393A3D;
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
}

.cart_product_variations span:last-child {
	padding: 0;
	margin: 0;
}

.cart_product_variations span:last-child::after {
	content: none;
}

.cart_product_sku {}

.cart_product_sku span {
	font-size: 10px;
	line-height: 14px;
	color: #4476BA;
}

.cart_product_sku span small {}

.cart_product_right {
	display: flex;
}

.cart_product_quantity_wrap {
	box-sizing: border-box;
}

.cart_product_quantity_label {
	font-size: 12px;
	color: #4476BA;
	line-height: 20px;
}

.cart_product_quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 40px;
	background: #F2F2F2;
	margin: 0;
	border-radius: 0;
	border: 0;
}

.cart_product_quantity a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	height: 100%;
	color: #393A3D;
}

.cart_product_quantity button.minus {
	width: 30px;
	background: #F2F2F2;
}

.cart_product_quantity button.plus {
	width: 30px;
	background: #F2F2F2;
}

.cart_product_quantity input {
	width: 30px;
	height: 100%;
	text-align: center;
	background: none;
	border: 0;
	font-size: 12px;
	color: #949597;
}

.cart_product_update {
	padding-top: 5px;
}

.cart_product_update a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.cart_product_update a span {
	font-size: 12px;
	color: #C7C7C8;
	text-decoration: underline;
	transition: ease-in-out all .3s;
}

.cart_product_update a span:hover {
	color: #00712D;
}

.cart_product_price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 100%;
	width: 110px;
}

.cart_product_price span {
	font-size: 14px;
	color: #393A3D;
	font-weight: bold;
}

.cart_product_remove {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.cart_product_remove a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: url(../images/trash.svg) no-repeat center #F2F2F2;
}

.cart_lines {
	padding: 0;
}

.cart_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #E3E3E3;
}

.cart_line:first-child {
	border: 0;
}

.cart_line.total>div {
	font-size: 20px;
}

.cart_line>div {
	font-size: 16px;
	color: #393A3D;
}

.cart_line.discount_line>div {
	color: #C92A28;
}

.cart_line.total>div {
	font-weight: bold;
}

.cart_line.vat_calc {
	border-top: 2px solid #231F20;
}

/*----- CHECKOUT -----*/
body[data-page=checkout] :is(.site_header, .site_footer) {
	display: none !important;
}

.checkout_page {
	display: flex;
	min-height: 1000px;
}

.checkout_left {
	padding: 40px 20px 200px 20px;
	padding-left: calc((100vw - 1200px) / 2);
	width: 50%;
	box-sizing: border-box;
	background: #fff;
}

.checkout_right {
	padding: 130px 20px 200px 20px;
	padding-right: calc((100vw - 1200px) / 2);
	width: 50%;
	box-sizing: border-box;
	background: #F8F7F6;
}

.backtoshopping_wrap {
	margin: 10px 0 30px;
}

.backtoshopping_wrap a {
	font-size: 12px;
	color: #AEAFAF;
	font-weight: bold;
	text-decoration: underline;
}

.checkout_logo {
	margin-bottom: 20px;
}

.checkout_left>h2 {
	font-size: 24px;
	color: #231F20;
	font-weight: bold;
}

.checkout_logger {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.checkout_logger_title {
	font-size: 16px;
	font-weight: bold;
}

.checkout_logger_text {}

.checkout_logger_text a {
	color: #00853F;
	text-decoration: underline;
}

.checkout_card {
	background: #FFFCFC;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #EEEAEA;
}

.checkout_card_header {}

.checkout_card_title {
	display: flex;
	align-items: center;
	line-height: 25px;
	gap: 10px;
}

.checkout_card_title span {
	font-size: 14px;
	color: #393A3D;
}

.checkout_title_shape {}

.checkout_title_shape>span {
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}

.checkout_title_shape>span::after {
	content: "";
	height: 2px;
	width: 30px;
	background: #00853F;
	position: absolute;
	left: 0;
	bottom: 0;
}

.checkout_card_inner {
	padding: 10px 0;
	box-sizing: border-box;
}

.checkout_card_subtitle {}

.checkout_card_subtitle span {
	font-size: 12px;
	color: #393A3D;
}

.checkout_card_field {
	padding: 10px 0;
}

.checkout_card_input {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.checkout_card_input span {
	font-size: 16px;
	line-height: 18px;
	color: #3B3B3D;
}

.checkout_card_input input {
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #DBD8D8;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #575756;
	transition: 0.2s ease-in-out all;
}

.checkout_card_input input:focus {
	border-color: #A2CE5D;
}

.checkout_card_input input[type=checkbox] {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	border-color: #778492;
	accent-color: #00853F;
}

.checkout_free_delivery {
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #000000;
}

.checkout_card[data-card=promo] .applyPromo {
	height: 33px;
	font-size: 12px;
	color: #393A3D;
	border: 1px solid #A2CE5D;
	width: 255px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 3px;
}

.checkout_card[data-card=promo] .applyPromo::before {
	content: "";
	height: 10px;
	width: 14px;
	background: url(../images/tick.svg) center no-repeat;
}

.checkout_card[data-card=checkout_newsletter] .checkout_card_inner {
	padding: 0;
}

.checkout_card[data-card=checkout_newsletter] .checkout_card_input {
	align-items: flex-start;
}

.checkout_card[data-card=checkout_newsletter] .checkout_card_input>div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.checkout_card[data-card=checkout_newsletter] span {
	font-size: 24px;
	color: #C29C44;
	font-weight: bold;
	line-height: 30px;
}

.checkout_card[data-card=checkout_newsletter] p {
	font-size: 16px;
	color: #343434;
	padding: 0;
}

.delivery_radiobox {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #E3E3E3;
	padding: 10px 0;
}

.delivery_radiobox:last-child {
	border: 0;
	padding-bottom: 0;
}

.delivery_radio {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #393A3D;
	position: relative;
	border-radius: 100%;
}

.delivery_radio.active::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #393A3D;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
}

.delivery_radiobox span {
	font-size: 14px;
	color: #393A3D;
}

.checkout_card.expandable .checkout_card_header {
	position: relative;
	cursor: pointer;
}

.checkout_card.expandable .checkout_card_header::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: solid #393A3D;
	border-width: 0 2px 2px 0;
	transform: scale(1, 1) rotate(45deg);
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
	transition: 0.2s ease-in-out all;
}

.checkout_card.expandable .checkout_card_header.active::after {
	transform: scale(-1, -1) rotate(45deg);
}

.checkout_card.expandable .checkout_card_content {
	display: none;
}

.checkout_card[data-card=details] {}

.checkout_card[data-card=details] .checkout_card_title {}

.checkout_card[data-card=details] .checkout_card_title span {
	font-size: 18px;
	color: #393A3D;
	font-weight: bold;
}

.checkout_card[data-card=details] .checkout_card_subtitle {
	padding: 10px 0;
}

.checkout_card[data-card=details] .checkout_card_subtitle span {
	font-size: 14px;
	color: #393A3D;
	font-weight: bold;
}

.checkout_form {}

.checkout_form_field {
	padding: 10px 0;
}

.checkout_form_label {
	font-size: 14px;
	color: #787777;
	padding: 5px 0;
}

.checkout_form_input {}

.checkout_form_input :is(input, textarea, select) {
	width: 100%;
	height: 45px;
	background: #fff;
	border: 1px solid #EEEAEA;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000000;
	transition: 0.2s ease-in-out all;
}

.checkout_form_input :is(input, textarea, select):focus {
	border-color: #A2CE5D;
}

.checkout_form_input textarea {
	height: 95px;
	resize: none;
	padding: 10px;
}

.checkout_card[data-card=tnc] {
	padding: 0 10px;
}

.checkout_card[data-card=tnc] .checkout_card_input span a {
	color: #00853F;
	text-decoration: underline;
}

.checkout_card[data-card=paymethods] {
	padding: 0px 20px 20px;
	border: 0;
	padding: 0;
	background: #fff;
}

.checkout_card[data-card=paymethods] .checkout_card_subtitle {
	padding: 10px 0;
}

.checkout_card[data-card=paymethods] .checkout_card_subtitle span {
	font-size: 20px;
	color: #393A3D;
	font-weight: bold;
}

.checkout_form_field {
	position: relative;
}

.checkout_form_field .checkout_form_label {
	position: absolute;
	top: 25px;
	left: 5px;
	padding: 0 10px;
	transition: ease-in-out all .3s;
}

.checkout_form_field.active .checkout_form_label {
	top: 2px;
	font-size: 10px;
	line-height: 16px;
	background: #fff;
	color: #787777;
}

.checkout_form_field.active :is(input[type=text], textarea) {
	border-color: #A2CE5D;
}

/*Billing Details*/
.billing_check {
	margin: 10px 0;
	color: #393A3D;
	display: flex;
	align-items: center;
	gap: 7px;
}

.billing_check input {
	accent-color: #00853F;
	height: 18px;
	width: 18px;
	flex-shrink: 0;
	margin: 0;
}

.paymentButton_container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.paymentButton {
	height: 100%;
	background: #00712D;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

div.paymentRow {
	line-height: 20px;
	margin: 2px 0;
}

div.paymentCell {
	width: 48%;
	float: left;
	margin: 0 1%;
}

.paymentOptionSelected {
	background: #b3d9b9;
}

.continue_button_wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.continueButton {
	width: 100%;
	height: 50px;
	background: #00712D;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paymentOptions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.payment-logos {
	display: flex;
	align-items: center;
	gap: 15px;
}

.paymentOption {
	border: 1px solid #EEEAEA;
	padding: 10px;
	background: #FFFCFC;
	width: calc(50% - 5px);
	box-sizing: border-box;
	cursor: pointer;
}

.payopt_row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.payopt_row.payopt_image {
	padding: 10px 0 0;
}

.paymentOption[method=on_account] {
	width: 100%;
}

.payopt_row.payopt_onaccount {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	padding-top: 10px;
}

.payopt_row.payopt_onaccount input {
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #EEEAEA;
	padding:0 10px;
	box-sizing: border-box;
	font-family: inherit;
	height: 46px;
}

.payopt_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}

.payopt_radio {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 3px;
	cursor: pointer;
}

.paymentOption.paymentOptionSelected .payopt_radio::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	border-radius: inherit;
}

.paymentOption img {
	max-width: 80%;
	max-height: 35px;
	margin-left: 30px;
}

.continueButton {}

.continueButton span {
	font-weight: bold;
	text-transform: uppercase;
}

.address_block.checkout {
	display: flex;
	background: #fff;
}

.address_block.checkout .select_address_wrap {}

.address_block.checkout .select_address_wrap .selectedAddress {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #778492;
	position: relative;
	border-radius: 100%;
}

.address_block.checkout .select_address_wrap .selectedAddress.checked::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #4476BA;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
}

.address_block.checkout .address_button_wrap {
	display: none;
}

/*Payment Page*/

body.site_body[data-main-page='payment'] :is(.site_header, .site_footer) {
	display: none;
}

.payment_header {
	padding: 0 10px;
	margin: 0 0 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.payment_header>span {
	margin: 20px 0;
}

.payment_header>div {
	display: flex;
	flex-wrap: wrap;
}

.payment_header h1 {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 15px;
	padding: 0;
}

.payment_header>div>div {
	width: 30%;
	font-size: 12px;
	color: #000;
	line-height: 24px;
}

.payment_header>div>div:nth-child(3), .payment_header>div>div:nth-child(6) {
	width: 50%;
}

.payment_header>div>div:first-child, .payment_header>div>div:nth-child(4) {
	width: 20%;
}

.payment_content {
	padding: 0 10px;
	margin: 0 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.payment_content h3 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.payment_content .payment_order_summary {
	width: calc(50% - 5px);
	padding: 10px;
	box-sizing: border-box;
	background: #fcf9f9;
}

.payment_content .payment_delivery {
	width: calc(50% - 5px);
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	background: #fcf9f9;
}

.payment_content .payment_delivery p {
	font-size: 12px;
	color: #000;
	padding: 0 0 15px;
	line-height: 20px;
}

.payment_content .payment_order_summary span {
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
}

.payment_content .payment_order_summary .payment_cart_products>div {
	border-bottom: 1px solid #F2EFEF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payment_content .payment_order_summary .payment_cart_products>div>div {
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;
	color: #000;
}

.payment_content .payment_cart_calculations {
	border-bottom: 1px solid #F2EFEF;
	padding: 5px 0;
}

.payment_content .payment_cart_calculations>div {
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.payment_content .payment_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
}

.payment_content .payment_total>div {
	padding: 5px 0;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}

.payment_pay {
	padding: 0 10px;
	box-sizing: border-box;
}

.payment_pay h1 {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.payment_pay label {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

.payment_pay .paymentButtonContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.payment_pay .paymentButtonContainer p {
	line-height: 24px;
	color: #000000;
	font-size: 16px;
	padding: 0;
}

.payment_pay .paymentButtonContainer img {
	margin: 10px 0 0;
}

.payment_pay .paymentButton {
	cursor: pointer;
	line-height: 40px;
	padding: 0 20px;
}

.payment_pay .paymentFields {
	margin-bottom: 25px;
}

.payment_footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 20px 0 30px;
	box-sizing: border-box;
	background: #fcf9f9;
}

.payment_footer p {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: center;
	padding: 0;
}

.groupArea, .iconGroupArea {
	border: 1px solid #aaa;
	margin: 5px 0;
	padding: 2px;
}


/* ------------------------ */
/* ------ MEMBERSHIP ------ */
/* ------------------------ */

/* ----- SIGNUP PAGE ----- */
.signup_page {
	padding: 50px 0;
}

.signup_tabs_wrap {}

.signup_tab_headers {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.signup_tab_headers {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.signup_tab_header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 55px;
	background: #F3F1F1;
	padding: 0 20px;
	border: solid #efefef;
	border-width: 1px 1px 0;
	position: relative;
	z-index: 0;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}

.signup_tab_header::after {
	content: "";
	height: 2px;
	width: 20px;
	background: #00712D;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	opacity: 0;
	transition: ease-in-out all .3s;
}

.signup_tab_header.active::after {
	opacity: 1;
}

.signup_tab_header.active {
	background: #FDFCFC;
	z-index: 2;
}

.signup_tab_header span {
	font-size: 18px;
	color: #231F20;
	font-weight: bold;
}

.signup_tab_header.active span {
	color: #00712D;
}

.signup_tab_content {
	border: 1px solid #efefef;
	background: #fff;
	margin-top: -1px;
	z-index: 1;
	position: relative;
}

.signup_tab {
	display: none;
	padding: 20px;
}

.signup_tab.active {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.signup_tab_left {
	width: 60%;
	padding-right: 10px;
	box-sizing: border-box;
}

.signup_tab_right {
	width: 40%;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.signup_tab_right>span {
	font-size: 18px;
	color: #231F20;
	font-weight: bold;
	line-height: 24px;
}

.signup_tab_right>div {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #231F20;
}

.signup_tab_right>div::before {
	content: "";
	height: 15px;
	width: 15px;
	background: url(../images/check.svg) center no-repeat;
}

.signup_tab_right>div:last-child {
	font-size: 14px;
	padding-left: 25px;
}

.signup_tab_right>div:last-child::before {
	content: none;
}

.signup_tab_text {
	color: #535353;
	font-size: 15px;
	line-height: 26px;
}

.signup_tab_bottom {
	width: 100%;
	margin-top: 25px;
	display: flex;
	gap: 30px;
	flex-direction: column;
}

.signup_tab_bottom>a {
	font-weight: bold;
}

.signup_tab_bottom a {
	font-size: 14px;
	color: #231F20 !important;
	text-decoration: underline !important;
}

.signup_tab_bottom>div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.signup_tab_bottom span {
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
}

.signup_tab_bottom p {
	color: #231F20;
	font-size: 16px;
	padding: 0;
}

.signup_page .signup_form,
.signup_page .login_form {
	padding: 10px 0;
}

.signup_form_field {
	padding: 10px 0;
}

.signup_form_label {
	font-size: 16px;
	color: #3B3B3D;
	padding: 5px 0;
}

.signup_form_input {
	width: 100%;
}

.signup_form_input input {
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #D8E1EB;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3B3B3D;
	transition: 0.2s ease-in-out all;
}

.signup_form_input input:focus {
	border-color: #00853F;
}

.signup_page_button {
	margin: 10px 0;
}

.signup_page_button span {
	font-weight: bold;
	text-transform: uppercase;
}

.forgotButton {
	color: #255E99;
}

.login_error {
	text-align: center;
	font-size: 16px;
	color: #990000;
	line-height: 40px;
}

.login_form {
	margin-bottom: 20px;
}

/* forgot password popup */
.forgot_password.login_form {
	flex-direction: column;
	align-items: center;
}

.forgot_password.login_form span {
	display: block;
	font-size: 20px;
	color: #1C1B1B;
	margin: 0 0 10px;
	text-align: center;
}

/*Sign up page pop up*/
.sigup_up_popup_overlay:not(.hidden) {
	background: rgba(0, 0, 0, .3);
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
}

.sigup_up_popup {
	background: #fff;
	border: 1px solid #E1E1E1;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
	width: 580px;
	padding: 15px;
	box-sizing: border-box;
	display: none;
	transform: translateY(-40%);
}

.sigup_up_popup .su_close {
	height: 22px;
	width: 22px;
	background: url(../images/close.svg) center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
}

.sigup_up_popup h4 {
	font-size: 24px;
}

.sigup_up_popup div {
	font-size: 14px;
	line-height: 24px;
	color: #393A3D;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
}

.sigup_up_popup div a {
	text-decoration: underline;
	color: #393A3D;
}

.sigup_up_popup div span {
	color: #00853F;
}

.sigup_up_popup .su_button {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00712D;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}


/* ----- DASHBOARD ----- */
.user_dashboard {
	padding: 20px 10px;
	box-sizing: border-box;
}

.dashboard_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	width: 100%;
}

.dashboard_header p {
	font-size: 16px;
	color: #000000;
	display: flex;
	gap: 10px;
	padding: 0;
}

.dashboard_header p::before {
	content: "";
	height: 22px;
	width: 22px;
	background: url(../images/dashboard_account.svg) center no-repeat;
}

.dashboard_header a {
	color: #00712D;
	font-size: 16px;
}

.dash_tab {
	border: 1px solid #E9E5E5;
	margin: 10px 0;
	transition: 0.2s ease-in-out all;
}

.dash_tab_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	cursor: pointer;
	background: #F3F1F1;
}

.dash_tab.active .dash_tab_header {
	background: #fff;
}

.dash_tab_header span {
	font-size: 20px;
	color: #231F20;
	line-height: 26px;
	font-weight: bold;
}

.dash_tab_header::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: scale(1, 1) rotate(45deg);
	transition: 0.2s ease-in-out all;
}

.dash_tab.active .dash_tab_header::after {
	transform: scale(1, -1) rotate(45deg);
	border-color: #00712D;
}

.dash_tab_content {
	display: none;
	border-top: 1px dashed #E0E0E0;
}

.dash_tab_inner {
	padding: 10px;
	box-sizing: border-box;
}

.dash_order_row_wrap {
	margin-bottom: 5px;
}

.dash_order_row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
}

.dash_order_row>div:first-child {
	width: calc(100% - 58px);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.dash_order_row>div:first-child>div {
	width: 230px;
	height: 100%;
	display: flex;
	align-items: center;
}

.dash_order_row>div.view {
	display: flex;
	align-items: center;
	width: 58px;
	padding: 0;
	height: 100%;
	flex-shrink: 0;
}

.dash_order_headings {
	height: 60px;
}

.dash_order_headings>div span {
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
	line-height: 22px;
}

.dash_order_info {
	background: #F3F1F1;
	border: 1px solid #E9E5E5;
}

.dash_order_info>div span {
	color: #231F20;
	font-size: 14px;
}

.dash_order_info .view_invoice {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #E9E5E5;
	width: 58px;
	box-sizing: border-box;
	flex-shrink: 0;
	height: 100%;
}

.dash_order_info .view_invoice::before {
	content: "";
	width: 24px;
	height: 30px;
	background: url(../images/pdf.svg) no-repeat center;
	background-size: contain;
}

.dash_order_toggle {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: ease-in-out all .3s;
}

.dash_order_toggle.active {
	background: #fff;
}

.dash_order_toggle::after {
	content: "";
	height: 10px;
	width: 10px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: ease-in-out all .3s;
	position: absolute;
	right: 20px;
	top: 20px;
}

.dash_order_toggle.active::after {
	transform: rotate(225deg);
	border-color: #00712D;
	top: 28px;
}

.dash_order_products_wrap {
	display: none;
}

.dash_order_products {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 10px;
	border: solid #E9E5E5;
	border-width: 0 1px 1px 1px;
	background: #fff;
}

.dash_order_products .dop_row {
	display: flex;
	align-items: center;
}

.dash_order_products .dop_title {
	font-size: 14px;
	line-height: 20px;
	color: #1C1B1B;
	width: calc((100% - 58px) - 615px);
}

.dash_order_products .dop_amount {
	font-size: 14px;
	line-height: 20px;
	color: #1C1B1B;
	font-weight: bold;
}

.dash_order_products .dop_reorder {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.dash_order_products .dop_reorder a {
	line-height: 40px;
	width: 200px;
	background: #D42D42;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.dash_forms_wrap {
	display: flex;
}

.dash_form {
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.dash_form:nth-child(2n) {
	padding: 0 0 0 10px;
}

.dash_form_field {
	padding: 10px 0;
}

.dash_form_label {
	font-size: 16px;
	color: #3B3B3D;
	padding: 5px 0;
}

.dash_form_input {
	width: 100%;
}

.dash_form_input input,
.dash_form_input select {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border: 1px solid #D8E1EB;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3B3B3D;
	transition: 0.2s ease-in-out all;
}

.dash_form_input input:focus {
	box-shadow: 0px 0px 6px #6FAAE580;
}

.dash_form_button_row {
	padding: 10px 0;
}

.delivery_addresses {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.add_address_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 10px 0;
}

.addAddress {}


.address_block {
	width: 220px;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.address_block .select_address_wrap {
	padding: 0 10px;
}

.address_block.dashboard .select_address_wrap {
	display: none;
}

.address_block .address_button_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.address_block .address_button_wrap>a {
	width: 30px;
	height: 30px;
	background: url(../images/edit-blue.svg) no-repeat center;
}

.address_block .address_button_wrap>a.deleteAddress {
	background: url(../images/trash-blue.svg) no-repeat center;
}

.address_block>a {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	line-height: 30px;
	background: #153965;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	flex: 0 0 auto;
}

.address_block_address {
	height: 220px;
	font-size: 16px;
	color: #515254;
	line-height: 24px;
}

.address_edit_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: #ffffff80;
}

.address_edit {
	display: flex;
	flex-direction: column;
	width: 600px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	position: absolute;
	top: 10%;
	left: calc(50% - 300px);
	z-index: 11;
}

.address_edit_title {
	font-size: 20px;
	color: #3B3B3D;
	font-weight: bold;
	padding: 10px 0;
}

.address_edit_close {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/x-circle-grey.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 15px;
	right: 15px;
}

.address_edit_form input:not([type=submit]),
.address_edit_form select,
.address_edit_form textarea {
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	padding: 0 5px;
	margin: 5px 0;
	box-sizing: border-box;
	font-size: 14px;
}

.address_edit_form select {
	padding: 0;
}

.address_edit_form textarea {
	padding: 5px;
	height: 90px;
	resize: none;
}

.address_edit_form>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.saveAddress {}


@media (min-width: 768px) {
	.payment_order_summary>div, .payment_delivery>div {
		display: block !important;
	}
}

/* --------------------------------------- */
/* -------- LARGE SCREEN >1200px --------- */
/* --------------------------------------- */
@media only screen and (min-width: 1200px) {}

/* -------------------------------------------------------------------------------------------------------- LARGE DESKTOP END  */


/* --------------------------------------- */
/*-------------DESKTOP < 1199px------------*/
/* --------------------------------------- */
@media (min-width: 960px) and (max-width:1199px) {

	/* ----- SEARCH PAGE ----- */

	.search_left>ul>li>a {
		font-size: 16px;
	}

	.search_left li a {
		font-size: 14px;
	}

	.apply_filters {
		font-size: 16px;
	}

	.clear_filters {
		font-size: 14px;
	}

	/* -- Product Block -- */
	.product_block {}

	.pb_image {
		height: 216px;
	}

	.pb_price .mainprice, .pb_price .nowprice {
		font-size: 24px;
	}

	.pb_title a {
		font-size: 15px;
	}

	/* -- Category Block -- */
	.category_block .catImage {
		height: 216px;
	}

	.category_block .catTitle a {
		font-size: 18px;
	}

	/* ----- DETAILS PAGE ---- */

	.product_images {
		height: 460px;
	}

	.assoc_nav_next, .assoc_nav_prev {
		display: none;
	}

	.bulk_delivery>div {
		font-size: 16px;
	}

	/* ----- CHECKOUT ---- */
	.checkout_left {
		padding-right: 10px;
		padding-left: calc((100vw - 950px) / 2);
	}

	.checkout_right {
		padding-left: 10px;
		padding-right: calc((100vw - 950px) / 2);
	}

	.cart_product_quantity {
		width: 100px;
		height: 35px;
	}

	/*Dashboard*/
	.dash_order_products .dop_title {
		width: calc((100% - 58px) - 420px);
	}

	/*----- MODULES -----*/

	/*Brand Module*/
	.brands_module h1.bd_title {
		font-size: 30px;
		line-height: 34px;
	}

	.brands_module .bd_item.first_item {
		margin: 0 5px 5px 0;
		width: 400px;
		height: 200px;
	}

	.brands_module .bd_item {
		margin: 5px;
		height: 88px;
		width: 160px;
	}

	.brands_module .bd_item img {
		padding: 10px;
	}

	.brands_module .bd_item.first_item img {
		max-height: 190px;
		width: 190px;
	}

	.brands_module .bd_items.limit {
		max-height: 265px;
	}

}

/* -------------------------------------------------------------------------------------------------------- DESKTOP END  */

/* ------------------------------------------------- */
/* --------------TABLET & MOBILE ------------------- */
/* ------------------------------------------------- */
@media (max-width: 959px) {

	/* ----- Search Page ----- */
	.search_header_wrap {
		margin-bottom: 0;
	}

	.search_page_content .search_left::before {
		content: none;
	}

	.search_page_content .search_right {
		width: 100%;
		padding: 0 10px;
		position: relative;
		z-index: 1;
	}

	.catHeader {
		margin: 10px 0 0 0;
	}

	.search_controls {
		height: 50px;
	}

	.search_controls span {
		font-size: 12px;
		font-style: italic;
	}

	.search_order select {
		font-size: 12px;
	}

	.category_tree>h5 {
		margin: 10px;
	}

	.side_menu_button {
		display: flex;
		padding: 0 20px 0 10px;
		box-sizing: border-box;
		line-height: 52px;
		font-size: 16px;
		color: #201F1F;
		font-weight: bold;
		position: relative;
		text-transform: uppercase;
		width: 100%;
		border: 1px solid #E5E1E1;
		background: #F9F9F9;
	}

	.side_menu_button::after {
		content: "";
		height: 8px;
		width: 8px;
		border: solid #00712D;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 17px;
		transition: ease-in-out all .3s;
	}

	.side_menu_button.active::after {
		transform: rotate(225deg);
		border-color: #8A8787;
		top: 23px;
	}

	.search_page_content .search_left {
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 3;
		display: none;
		margin: 0;
		padding: 0 0 20px 0;
		border-width: 1px;
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.close_side_filter {
		font-weight: bold;
		color: #201F1F;
		font-size: 16px;
		text-transform: uppercase;
		display: flex;
		gap: 10px;
		align-items: center;
		height: 50px;
	}

	.search_left li.has-child.open::before {
		content: none;
	}

	.side_menu_button.smb_filter {
		padding: 0 10px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.side_menu_button.smb_filter::after {
		content: none;
	}

	.side_menu_button.smb_filter::before {
		content: "";
		height: 15px;
		width: 15px;
		background: url(../images/filter.svg) center no-repeat;
	}

	.search_left li {
		padding: 0 10px;
	}

	.search_left li>a.filter_group_header {
		font-size: 16px;
	}

	/*Product Block*/
	.pb_image a.block_fav {
		opacity: 1;
		height: 18px;
		width: 18px;
		background-size: contain;
	}

	/*Details Page*/
	.details_fav {
		border: 0;
		height: 30px;
		width: 30px;
		margin: 0;
	}

	.bulk_delivery>div {
		font-size: 16px;
	}

	/*tabs*/
	.tabs_container {
		background: #FBFBFB;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		border: solid #DBDBDB;
		border-width: 1px 0 0 0;
	}

	.tab_button {
		font-size: 20px;
		font-weight: bold;
		color: #231F20;
		font-family: 'Exo', sans-serif;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		transition: ease-in-out all .3s;
	}

	.tab_button:not(.active) {
		border-bottom: 1px solid #DBDBDB;
	}

	.tab_button::after {
		content: "";
		height: 10px;
		width: 10px;
		border: solid #00712D;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
		transition: ease-in-out all .3s;
	}

	.tab_button.active::after {
		transform: rotate(225deg);
	}

	.details_tabs .tab_content {
		margin: 0;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #DBDBDB;
	}

	/* associations */
	.associations_wrap {
		background: #FBFBFB;
	}

	.assoc_nav_next, .assoc_nav_prev {
		display: none;
	}


	/* ----- MODULES ----- */

	/*Brand Module*/
	.brands_module h1.bd_title {
		font-size: 30px;
		line-height: 34px;
	}

	.brands_module .bd_item.first_item {
		height: 170px;
		width: 300px;
		margin: 0 5px 5px 0;
	}

	.brands_module .bd_item {
		width: 135px;
		height: 74px;
		margin: 5px;
	}

	.brands_module .bd_item img {
		padding: 10px;
	}

	.brands_module .bd_item.first_item img {
		max-height: 100%;
		max-width: 100%;
	}

	.brands_module .bd_items.limit {
		max-height: 240px;
	}

	/* ----- CHECKOUT ---- */
	.checkout_page {
		flex-wrap: wrap;
	}

	.checkout_left {
		width: 100%;
		padding: 20px 20px 100px;
		order: 2;
	}

	.checkout_right {
		width: 100%;
		padding: 40px 20px 20px;
		order: 1;
	}


}

/* -------------------------------------------------------------------------------------------------------- TABLET & MOBILE END  */


/* --------------------------------------- */
/* --------------TABLET------------------- */
/* --------------------------------------- */
@media (min-width: 768px) and (max-width: 959px) {

	/* ----- Search Page ----- */
	.search_header_wrap.withBanner {
		height: 90px;
	}

	.search_header_wrap .search_header_text h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.search_header_wrap .search_header_text span {
		font-size: 12px;
	}

	.search_left>ul>li>a {
		font-size: 14px;
	}

	.search_left li a {
		font-size: 14px;
	}

	.apply_filters {
		font-size: 16px;
	}

	.clear_filters {
		font-size: 14px;
	}

	/* -- Product Block -- */
	.product_block {
		width: 25%;
	}

	.pb_box {
		margin: 0 5px 20px 5px;
		border: 0;
	}

	.pb_image {
		height: 175px;
	}

	.pb_title {
		height: 57px;
	}

	.pb_title a {
		font-size: 12px;
		line-height: 18px;
	}

	.pb_price .mainprice, .pb_price .nowprice {
		font-size: 16px;
	}

	.pb_price .wasprice span {
		font-size: 12px;
	}

	.pb_buttons a:not(.hidden), .pb_buttons span {
		font-size: 14px;
		height: 40px;
	}

	.pb_sale_sticker span {
		padding: 10px;
		font-size: 12px;
	}

	/* -- Category Block -- */
	.category_block .catImage {
		height: 168px;
	}

	.category_block .catTitle a {
		font-size: 16px;
	}

	/*Details Page*/
	.details_page_left {
		padding: 0 5px 0 0;
	}

	.details_page_right {
		padding: 0 0 0 5px;
	}

	.product_images {
		height: 369px;
	}

	.product_sale_sticker:not(.hidden) {
		font-size: 14px;
		padding: 10px 14px;
	}

	.pi_view_video:not(.hidden) {
		padding: 8px;
		font-size: 12px;
	}

	.product_title h1 {
		font-size: 24px;
	}

	.product_code_stock .product_code {
		font-size: 12px;
	}

	.product_short_description>div>p {
		font-size: 14px;
		line-height: 24px;
	}

	.product_sale_title {
		font-size: 30px;
	}

	.product_sale_info {
		font-size: 24px;
	}

	.product_price .wasPrice {
		font-size: 16px;
	}

	.product_price .nowPrice, .product_price .mainPrice {
		font-size: 32px;
	}

	.free_delivery_calculation h6 {
		line-height: 20px;
	}

	.add_to_cart_row {
		margin-bottom: 20px;
	}
	
	.enquiry_container .enquireProduct {
		font-size: 15px;
	}

	/*tabs*/
	.specItem>div {
		font-size: 16px;
		padding: 20px 10px;
	}

	.specItem>div.specValue {
		font-size: 15px;
	}

	.downloadItem a {
		font-size: 16px;
	}

	/* ---------------------- */
	/* ----- MEMBERSHIP ----- */
	/* ---------------------- */

	/* ----- Dashboard ------ */
	.dash_order_products .dop_title {
		width: calc((100% - 58px) - 320px);
	}

	/*Sign up page*/
	.signup_tab_left, .signup_tab_right {
		width: 50%;
	}

	/*Product Module*/
	.pgm_title span {
		font-size: 30px;
	}

	/*Category Module*/
	.category_module .cm_title {
		font-size: 30px;
	}

	/*Brand Module*/
	.brands_module .bd_title {
		font-size: 30px;
		line-height: 34px;
	}

	.brands_module .bd_item.first_item {
		height: 170px;
		width: 300px;
		margin: 0 5px 5px 0;
	}

	.brands_module .bd_item {
		width: 135px;
		height: 74px;
		margin: 5px;
	}

	.brands_module .bd_item img {
		padding: 10px;
	}

	.brands_module .bd_item.first_item img {
		max-height: 100%;
		max-width: 100%;
	}

	.brands_module .bd_items.limit {
		max-height: 240px;
	}



}

/* -------------------------------------------------------------------------------------------------------- TABLET END  */


/* --------------------------------------- */
/* --------------MOBILE------------------- */
/* --------------------------------------- */

@media (max-width: 767px) {

	.label {
		float: none;
		width: 100%;
	}

	.value {
		float: none;
		width: 100%;
	}

	/*Search Page*/
	.search_header_wrap .search_header_text h1 {
		font-size: 18px;
		line-height: 24px;
	}

	.search_header_wrap .search_header_text span {
		font-size: 12px;
		line-height: 18px;
	}

	.search_header_wrap.withBanner {
		height: 80px;
	}

	.search_header_wrap.withBanner .search_header_text {
		padding: 0 0 0 10px;
	}

	/* -- Product Block -- */
	.product_block {
		width: 50%;
	}

	.pb_box {
		margin: 0 5px 20px 5px;
	}

	.pb_image {
		height: 140px;
	}

	.pb_box {
		border: 0;
	}

	.pb_title {
		height: 60px;
	}

	.pb_title a {
		font-size: 14px;
		line-height: 20px;
	}

	.pb_price .mainprice, .pb_price .nowprice {
		font-size: 16px;
	}

	.pb_buttons a:not(.hidden), .pb_buttons span {
		font-size: 14px;
		height: 40px;
	}

	.pb_price .wasprice span {
		font-size: 12px;
	}

	.pb_sale_sticker span {
		padding: 10px;
		font-size: 12px;
	}

	/* -- Category Block -- */
	.category_block .catImage {
		height: 140px;
	}

	.category_block {
		width: 50%;
	}

	.category_box {
		margin: 0 5px 20px 5px;
	}

	.category_block .catTitle {
		padding: 10px;
	}

	.category_block .catTitle a {
		font-size: 16px;
		line-height: 20px;
	}

	/*Favourite page*/
	.favourites_page .search_header_wrap .search_header_text h1 {
		font-size: 24px;
	}

	/* Add to cart */
	.satc_options {
		flex-wrap: wrap;
	}

	.satc_options>div, .satc_options>a {
		width: 100%;
	}

	.satc_options .quantity button {
		width: 30%;
	}

	.satc_options .quantity input {
		width: 40%;
	}

	.addedtocart_buttons {
		flex-wrap: wrap;
	}

	.addedtocart_buttons a {
		width: 100%;
	}

	.atc_title span {
		font-size: 16px;
	}

	.added_product_row {
		flex-wrap: wrap-reverse;
		padding: 10px;
	}

	.added_product_info {
		width: 100%;
	}

	.product_upsell {
		width: calc(50% - 5px);
	}

	/* ----- DETAILS PAGE ---- */
	.details_page_left {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.details_page_right {
		width: 100%;
		padding: 0;
	}

	.product_category a {
		font-size: 10px;
	}

	.product_images {
		height: 300px;
		border: 0;
	}

	.product_sale_sticker:not(.hidden) {
		font-size: 12px;
		padding: 10px;
	}

	.pi_view_video:not(.hidden) {
		margin: 0;
		font-size: 12px;
		padding: 10px;
	}

	.product_brand_fav {
		justify-content: center;
	}

	.product_title h1 {
		text-align: center;
		font-size: 24px;
	}

	.product_code_stock .product_code {
		font-size: 12px;
	}

	.product_code_stock {
		gap: 0;
		justify-content: space-between;
	}

	.product_sale_title {
		font-size: 30px;
	}

	.product_sale_info {
		font-size: 24px;
	}

	.product_price .wasPrice {
		font-size: 16px;
	}

	.product_price .nowPrice, .product_price .mainPrice {
		font-size: 32px;
	}

	.add_to_cart_row {
		flex-wrap: wrap;
		align-items: center;
		gap: 0;
		row-gap: 20px;
		justify-content: space-between;
	}

	.enquiry_container,
	.add_to_cart_container {
		flex: initial;
		width: 100%;
	}
	
	.enquiry_container .enquireProduct {
		font-size: 15px;
	}

	.free_delivery_calculation h6 {
		font-size: 14px;
	}

	.delivery_info>div {
		padding: 14px 10px 14px 45px;
	}

	.delivery_info .di_next_day {
		background-position: 12px center;
	}

	.delivery_info .di_free {
		background-position: 4px center;
	}

	.delivery_info .di_free, .delivery_info .di_next_day span {
		font-size: 14px;
	}

	.bulk_delivery p {
		left: -30px;
		transform: none;
	}

	.bulk_delivery p::before {
		right: 75%;
	}

	.bulk_delivery .bulk_popup {
		left: calc(100% + 20px);
	}

	/*Tabs*/
	.tab_button {
		padding: 20px 10px;
	}

	.details_tabs .tab_content {
		padding: 0 10px 20px 10px;
	}

	.specItem {
		flex-direction: column;
	}

	.specItem>div {
		width: 100%;
		padding: 5px 10px;
		font-size: 14px;
	}

	.downloadItem {
		height: initial;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 10px;
	}

	.downloadItem h6 {
		padding: 10px 0;
	}

	/* ----- CHECKOUT ----- */
	.checkout_card {
		padding: 10px;
	}

	.checkout_card_title {
		padding: 10px 0;
	}

	.checkout_card[data-card="paymethods"] {
		padding: 10px;
	}

	.paymentOption {
		width: 100%;
	}

	.cart_product {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 10px;
	}

	.cart_product_left {
		width: 100%;
	}

	.cart_product_right {
		width: 100%;
		justify-content: space-between;
	}

	.cart_product_quantity {
		height: 30px;
		width: 90px;
	}

	.cart_product_remove {
		margin: 0;
	}

	.cart_product_remove a {
		width: 35px;
		height: 35px;
		border: 1px solid #BEBEBE;
		box-sizing: border-box;
	}

	.cart_line>div {
		font-size: 14px;
	}

	.cart_line.total>div {
		font-size: 18px;
	}

	/*Payment Page*/
	.payment_header h1, .payment_pay h1 {
		font-size: 28px;
	}

	.payment_header>div>div {
		width: 100% !important;
	}

	.payment_content .payment_order_summary, .payment_content .payment_delivery {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.payment_pay .paymentButtonContainer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.payment_pay .paymentButtonContainer p {
		font-size: 14px;
	}

	.payment_pay .paymentButton {
		margin-bottom: 10px;
	}

	.paymentFields .GooglePayButton-logo {
		position: static !important;
		background-size: contain;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.paymentFields * {
		max-width: 320px;
	}

	.payment_order_summary>div, .payment_delivery>div {
		padding: 5px;
		box-sizing: border-box;
		display: none;
	}

	.payment_order_summary>h3, .payment_delivery>h3 {
		margin: 0;
		padding: 5px;
	}

	.payment_order_summary>h3>span, .payment_delivery>h3>span {
		height: 32px;
		width: 32px;
		background: #BEBABA;
		border-radius: 100%;
		position: absolute;
		right: 10px;
		top: calc(50% - 15px);
		cursor: pointer;
	}

	:is(.payment_order_summary, .payment_delivery)>h3>span:after {
		content: "";
		background: #fff;
		display: block;
		position: absolute;
		width: 10px;
		height: 2px;
		right: calc(50% - 5px);
		top: calc(50% - 1px);
	}

	:is(.payment_order_summary, .payment_delivery)>h3>span:before {
		content: "";
		background: #fff;
		display: block;
		position: absolute;
		width: 10px;
		height: 2px;
		right: calc(50% - 5px);
		top: calc(50% - 1px);
		transform: rotate(90deg);
		transition: opacity 0.3s ease-in-out 0s;
	}

	:is(.payment_order_summary.open, .payment_delivery.open)>h3>span:before {
		opacity: 0;
	}

	/****** MEMBERSHIP ******/

	/*Login Page*/
	.signup_page_header {
		background-image: url(../images/login_banner_mobile.jpg);
		height: 120px;
	}

	.signup_page_header>div>h1 {
		font-size: 20px;
	}

	.account_form .account_tab_select>div {
		background-image: none;
		padding: 20px 15px;
		font-size: 14px;
	}

	.signup_form, .login_form {
		flex-direction: column;
	}

	.signup_benefit span {
		font-size: 16px;
	}

	.signup_form .signup_form_left span, .login_form span {
		font-size: 14px;
	}

	.signup_tab_left, .signup_tab_right {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.signup_tab_right {
		padding: 0;
	}

	.signup_tab_headers {
		gap: 5px;
	}

	.signup_tab_header {
		padding: 0 10px;
	}

	.signup_tab_header span {
		font-size: 14px;
	}

	/* Dashboard */
	.dashboard_header span {
		font-size: 24px;
		line-height: 28px;
	}

	.dash_tab_inner {
		padding: 10px;
	}

	.dash_form {
		width: 100%;
	}

	.dash_order_row>div:first-child>div {
		width: 90px;
	}

	.dash_order_products .dop_row {
		justify-content: space-between;
	}

	.dash_order_products .dop_title {
		width: initial;
	}

	/*Product Module*/
	.product_group_module {
		padding: 20px 0;
	}

	.pgm_title span {
		text-align: center;
		font-size: 30px;
	}

	.pgm_group_title h6 {
		font-size: 14px;
		gap: 5px;
	}

	.pgm_group_title h6::after {
		width: 32px;
		height: 4px;
	}

	.pgm_prods_wrap.list .product_block {
		width: 50%;
	}

	/*Category Module*/
	.category_module {
		padding: 20px 0;
	}

	.category_module .cm_title {
		font-size: 32px;
		align-items: center;
	}

	/*Brand Module*/
	.brands_module .bd_title {
		font-size: 30px;
		line-height: 34px;
	}

	.brands_module .bd_item.first_item {
		width: 100%;
		height: 170px;
		margin: 0 0 5px 0;
	}

	.brands_module .bd_item {
		width: 138px;
		height: 80px;
		margin: 5px;
	}

	.brands_module .bd_item img {
		padding: 10px;
	}

	.brands_module .bd_item.first_item img {
		max-height: 100%;
		max-width: 100%;
	}

	.brands_module .bd_item.first_item::after {
		background: rgba(255, 255, 255, .6);
	}

	.brands_module .bd_items.limit {
		max-height: 510px;
	}

	.brands_module .bd_items.limit.active {
		max-height: 2000px;
	}




}

/* -------------------------------------------------------------------------------------------------------- MOBILE END  */