<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&amp;display=swap');

#gfg-mobile-nav {
	display: none;
}

.filter-container label {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 400;
	margin-left: 0px;
	cursor: pointer;
	overflow-wrap: anywhere;
}

.out-of-stock-product {
	margin: 10px 0px 16px;
	color: #C00000;
	font-weight: bold;
}

.filter-title-name {
	margin: 12px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	background-color: #368b36;
	padding: 9px 12px;
	margin: 0;
}

.filter-group {
	border-bottom: 1px solid #e2efda;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 600;
}

.filter[type="checkbox"]{
	margin: 5px 0 10px 12px;
	width: 1.3em;
	height: 1.3em;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.filter[type="checkbox"]:hover {
	border: 1px solid #73be48;
}

.filter:checked {
	background-color: #368B36;
}

.filter-group-name {
	width: 125px; 
	display: inline-block; 
	float: left; 
	color: #368b36;
}

.filter-group-container {
	width: calc(100% - 125px); 
	display: inline-block; 
	float: left; 
	border-left: 1px solid #e2efda;
}

.shopwired-info-message {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 25px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 9999;
	opacity: 0;
}

@media only screen and (max-width: 600px) {
	.filter-group {
		border-bottom: none;
		justify-content: unset;
		align-items: unset;
		display: block;
	}
	.filter-group-name {
		width: calc(100% - 10px); 
		display: block; 
		float: none; 
		background-color: #f2faec;
		padding: 2px 0px 2px 12px;
	}
	.filter-group-container {
		width: 100%; 
		border-left: none;
		clear: both;
		background-color: #fff;
		float: none;
	}
}

.shopwired-info-message a {
	color: inherit;
}
/*.shopwired-image-container {
position: relative;
display: block;
overflow: hidden;
height: 0;
padding-bottom: 100%;
}
.shopwired-image-container img {
position: absolute;
top: 0;
width: auto;
}*/
.shopwired-previous-orders-table {
	font-size: 13px;
	margin: 30px 0 0;
	width: 100%;
}
.shopwired-previous-orders-table th {
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding: 0 20px 10px;
}
.shopwired-previous-orders-table td {
	padding: 5px 20px;
}
.shopwired-previous-orders-table th:first-child,
.shopwired-previous-orders-table td:first-child {
	padding-left: 0;
}
.shopwired-previous-orders-table th:last-child,
.shopwired-previous-orders-table td:last-child {
	padding-left: 0;
}
.shopwired-previous-orders-table .empty {
	text-align: center;
}
.shopwired-order-details {
	font-size: 13px;
}
.shopwired-order-details .section {
	margin-top: 30px;
}
.shopwired-order-details .label {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	text-transform: uppercase;
}
.shopwired-order-details .value {
	display: inline-block;
	vertical-align: top;
	max-width: 770px;
	font-weight: 700;
}
.shopwired-order-products {
	font-size: 13px;
	margin: 30px 0 0;
	width: 100%;
}
.shopwired-order-products th {
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding: 0 20px 2px;
}
.shopwired-order-products td {
	padding: 8px 20px;
}
.shopwired-order-products th:first-child,
.shopwired-order-products td:first-child {
	padding-left: 0;
}
.shopwired-order-products th:last-child,
.shopwired-order-products td:last-child {
	padding-left: 0;
}
.shopwired-order-products .empty {
	text-align: center;
}
.shopwired-order-products .separator:last-child {
	display: none;
}
.shopwired-share-buttons {
	margin-bottom: 10px;
}
.shopwired-share-buttons a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 26px;
	height: 26px;
	text-decoration: none;
	background-repeat: no-repeat;
	-webkit-background-size: 26px;
	background-size: 26px;
	margin-left: 5px;
	border-radius: 25px;
}
.shopwired-share-buttons .facebook {
	background-image: url('//static.kodajo.com/sharing/facebook.jpg');
}
.shopwired-share-buttons .twitter {
	background-image: url('//static.kodajo.com/sharing/twitter.jpg');
}
.shopwired-share-buttons .pinterest {
	background-image: url('//static.kodajo.com/sharing/pinterest.jpg');
}
.shopwired-share-buttons .google {
	background-image: url('//static.kodajo.com/sharing/google.jpg');
}
.shopwired-share-buttons .tumblr {
	background-image: url('//static.kodajo.com/sharing/tumblr.jpg');
}
.shopwired-form-field {
	display: none !important;
}
.shopwired-basket-modal {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
	color: #000;
	line-height: 1.2;
	font-size: 13px;
	font-weight: normal;
}
.shopwired-basket-modal .inner {
	width: 700px;
	border: 5px solid #73be48;
	border-radius: 25px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 22px;
	position: relative;
	box-sizing: border-box;
}
.shopwired-basket-modal h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.shopwired-basket-modal .items {
	margin-top: 30px;
}
.shopwired-basket-modal .item {
	overflow: hidden;
}
.shopwired-basket-modal .item .shopwired-image-container {
	width: 150px;
	height: 150px;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
.shopwired-basket-modal .item .info {
	margin-top: 15px;
	background-color: #f8f8f8;
	margin-left: 150px;
	display: table;
	width: 496px;
}
.shopwired-basket-modal .item .info .title {
	font-size: 16px;
}
.shopwired-basket-modal .item .info .options {
	font-size: 0;
	margin-top: 5px;
}
.shopwired-basket-modal .item .info .options span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}
.shopwired-basket-modal .item .info .options span::after {
	display: inline-block;
	vertical-align: top;
	content: ',';
	margin: 0 4px 0 -3px;
}
.shopwired-basket-modal .item .info .options span:last-child::after {
	display: none;
}
.shopwired-basket-modal .item .info .basket-remove-button {
	color: #ca0134;
	font-size: 13px;
}
.shopwired-basket-modal .item .info .column {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:first-child .content {
	padding: 20px 0 20px 25px;
	width: 333px;
	box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:last-child .content {
	width: 140px;
	text-align: center;
	box-sizing: border-box;
}
.shopwired-basket-modal .item .info .price {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.shopwired-basket-modal .item + .item {
	margin-top: 15px;
}
.shopwired-basket-modal .buttons {
	text-align: right;
	margin-top: 35px;
}
.shopwired-basket-modal .shopwired-basket-modal-button {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 38px;
	padding: 0 40px 2px;
	text-align: center;
	border: none;
	background: #000;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
}
.shopwired-basket-modal .main-color {
	color: #2272a4;
}
.shopwired-basket-modal .main-background-color {
	background-color: #2272a4;
}
.shopwired-basket-modal .alternative-color {
	color: #ca0134;
}
.shopwired-basket-modal .alternative-background-color {
	background-color: #ca0134;
}
.shopwired-basket-modal .close {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 36px;
	height: 36px;
	background: #368b36 url('../images/default/basket-modal-close-button.png') center no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	transition: .3s;
}
.shopwired-basket-modal .close:hover {
	background-color: #73be48;
}
@media screen and (max-width: 767px) {
	.shopwired-basket-modal .inner {
		width: auto;
		margin-left: 24px;
		margin-right: 24px;
		padding: 15px;
	}
	.shopwired-basket-modal h2 {
		text-align: center;
	}
	.shopwired-basket-modal .item .shopwired-image-container {
		margin: 0 auto;
		float: none;
	}
	.shopwired-basket-modal .item .info {
		margin: 15px 0 0;
		display: block;
		width: auto;
		padding: 15px;
	}
	.shopwired-basket-modal .item .info .column {
		display: block;
		height: auto;
		vertical-align: top;
	}
	.shopwired-basket-modal .item .info .column .content {
		min-height: 1px !important;
		padding: 0 !important;
		width: auto !important;
		text-align: left !important;
	}
	.shopwired-basket-modal .item .info .price {
		margin: 5px 0;
	}
	.shopwired-basket-modal .item + .item {
		margin-top: 20px;
	}
	.shopwired-basket-modal .shopwired-basket-modal-button {
		display: block;
		width: 100%;
		margin: 15px 0 0;
		padding-left: 0;
		padding-right: 0;
	}
}
.collection-container .page-link.hidden {
	display: none;
}
*::-webkit-input-placeholder {
	color: #939393;
	opacity: 1;
}
*:-moz-placeholder {
	color: #939393;
	opacity: 1;
}
*::-moz-placeholder {
	color: #939393;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #939393;
	opacity: 1;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #368B36;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
select {
	z-index: 100;
}
i {
	z-index: 20;
}
.container {
	margin: 0 auto;
	padding: 0 5px;
}
.container:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.row {
	padding-left: 10px;
	padding-right: 10px;
}
/* ---------------------- HEADER ---------------------- */
header.top {

	margin-bottom: 10px;
	box-shadow: 0px 1px 5px #595959;
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: #ffffff;
	
	/*background: linear-gradient(-45deg, #73be48, #368b36);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;*/
	
	/*background: linear-gradient(-45deg, #73be48, #368b36);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;*/
	
	background: linear-gradient(-180deg, #ffffff, #e2efda);
	border-radius: 0px 0px 25px 25px;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

header.bottom_ztop {
	position: relative;
}
.ztop {
	position: relative;
	z-index: 99;
}
.logo {
	height: 75px;
	float: left;
	margin: 5px 0 5px 0;
}
.logo img {
	width: auto;
	height: 85px;
	display: inline-block;
	vertical-align: top;
}
.logo-text {
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	max-width: 100%;
	width: 350px;
	text-overflow: ellipsis;
	display: inline-block;
	max-height: 75px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 75px;
}
.search {
	float: left;
	margin-left: 5px;
	width: 250px;
	margin-top: 10px;
}
.search p.text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #368b36;
	font-weight: 600;
	margin: 0 0 5px 0;
	text-align: center;
}
.search_container {
	position: relative;
}
.search_container .icon-search {
	font-size: 21px;
	color: #368B36;
	cursor: pointer;
	transition: .3s;
}
.search input.searchfield {
	background-color: #ffffff;
	border: 2px solid #73be48;
	width: 200px;
	padding: 10px 35px 10px 12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border-radius: 25px;
	outline: none;
	transition: .3s;
}

.search input.searchfield::placeholder {
	color: #368b36;
}
.search_container:hover {	
	.searchfield{
		background-color: #73be48;
		color: #ffffff;
		cursor: pointer !important;
	}
	
	.icon-search {
		background-color: #73be48;
		color: #ffffff;
	}
	input.searchfield::placeholder {
		color: #ffffff;
	}
}

input.m_searchfield {
	background-color: #fff;
	border: none;
	outline: none;
	width: 70%;
	padding: 16px 30px 17px 17px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #595959;
	height: 16px;
}
button.m_search-btn {
	background-color: #73be48;
	border: none;
	outline: none;
	padding: 0;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 25px;
	top: 13px;
}
.topleft {
	float: left;
}
.topright {
	float: right;
}
.topright .icon-shopping-basket {
	font-size: 30px;
	color: #ffffff;
}
.topright .icon-star {
	font-size: 30px;
	color: #ffffff;
}
.reglog {
	float: right;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #595959;
	font-weight: 400;
	min-height: 64px;
	text-align: center;
}
.reglog a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #368B36;
	font-weight: 400;
	text-decoration: none;
}
.reglog a:hover {
	text-decoration: underline;
}
.reglog p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	margin: 5px auto 0 auto;
}
.reglog p a {
	color: #595959;
	font-size: 13px;
}
.wishlist {
	float: right;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	background-color: #368b36;
	border: 2px solid #73be48;
	border-top: none;
	margin-left: 5px;
	border-radius: 0 0 20px 20px;
	transition: .3s;
}
.topright .items {
	float: right;
	padding: 5px 10px;
	text-align: center;
	border: 2px solid #73be48;
    border-top: none;
	cursor: pointer;
	background-color: #368b36;
	border-radius: 0 0 20px 20px;
	margin-left: 5px;
	transition: .3s;
}
.wishlist:hover,
.topright .items:hover {
	background-color: #73be48;
	color: #ffffff;
	
	i, p {color: #ffffff !important;}
}

.items {
	float: right;
	padding: 11px 11px 17px 11px;
	text-align: center;
	border-right: 1px solid #d3dcde;
	cursor: pointer;
}
button.search-btn {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 9px;
	right: 12px;
	background: #f7f9fb;
	border: none;
	outline: none;
	padding: 0;
}
.icon-search {
	fill: #368B36;
	font-size: 21px;
}
p.itemstext {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	margin: 2px auto 0 auto;
	line-height: 1.3;
}
/* AMENDED BOTTOM MENU BY JON - 20211104 (original below) */
/* border-bottom: 1px solid #d3dcde; */
ul.m_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: none;
	width: 100%;
	background-color: #fff;
}
ul.m_menu &gt; li {
	display: block;
	float: left;
	width: 9.0909%;
	position: relative;
}

ul.m_menu &gt; li:first-child &gt; a {
	border-radius: 50px 0px 0px 50px;
	/*border-left: 2px solid #ffffff;*/
}
ul.m_menu &gt; li:last-child &gt; a {
	border-radius: 0px 50px 50px 0px;
	/*border-right: 2px solid #ffffff;*/
}
ul.m_menu &gt; li &gt; a {
	font-size: clamp(11px, 0.88vw, 16px);
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 65px;
	width: 10%;
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 2px 2px;
	background-color: #368b36;
	transition: .3s;
	/*border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;*/
	line-height: 1.2;
}
ul.m_menu &gt; li.exp &gt; a &gt; i {
	display: none;
	position: absolute;
	right: 2%;
	top: 15px;
	font-size: 17px;
}
ul.m_menu &gt; li:hover &gt; a {
	background-color: #73be48;
	color: #fff;
}
ul.m_menu &gt; li:nth-child(6) &gt; a {
	background-color: #368B36;
	/*color: #368b36;*/
	/*font-weight: 600;*/
	/*font-size: clamp(14px, 1vw, 18px);*/
}
ul.m_menu &gt; li:nth-child(6):hover &gt; a {
	background-color: #73be48;
	color: #ffffff;
}
ul.m_menu_add {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	display: none;
}
ul.m_menu_add &gt; li {
	display: block;
	float: left;
}
ul.m_menu_add &gt; li &gt; a {
	width: 60px;
	height: 48px;
	line-height: 46px;
	float: left;
	background-color: #368B36;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 2px;
}
ul.m_menu_add &gt; li &gt; a:hover {
	background-color: #73be48;
}
ul.sub_menu {
	display: none;
	position: absolute;
	list-style: none;
	white-space: nowrap;
	min-width: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;
}
ul.sub_menu &gt; li {
	display: list-item;
}
ul.sub_menu &gt; li &gt; a {
	display: block;
	background-color: #f2faec;
	color: #368b36;
	font-size: clamp(11px, .88vw, 16px);
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #73be48;
	transition: .3s;
}
ul.sub_menu &gt; li:first-child &gt; a {
	border-top: 1px solid #d3dcde;
	border-radius: 15px 15px 0px 0px;
}
ul.sub_menu &gt; li:last-child &gt; a {
	border-radius: 0px 0px 15px 15px;
}
ul.m_menu &gt; li:last-child &gt; ul {
	right: 0 !important;
}
.mobile_mnu_btn {
	display: none;
	/*border: 3px solid #73be48;*/
	background: #368b36;
	padding: 11px 0 9px 12px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 25px;
}
.mobile_mnu_btn p {
	position: absolute;
	top: 0;
	margin: 14px 0 0 35px;
}
.icon-menu {
	font-size: 27px;
	color: #ffffff;
	margin-right: 10px;
}
.m_icon-search {
	display: none;
}
ul.m_menu_add &gt; li &gt; .icon-search {
	position: static;
	padding: 13px 15px;
	border-left: 1px solid #d3dcde;
	/*border-right: 1px solid #d3dcde;*/
	font-size: 23px;
	color: #ffffff;
	cursor: pointer;
}
#navigation {
	position: relative;
}
.m_search_container {
	display: none;
	position: absolute;
	top: 1px;
	right: 58px;
	left: 1px;
	width: auto;
}
#carousel {
	position: relative;
	/*   top: -26px;
	margin-bottom: -30px; */
	z-index: 1;
}
#carousel .item {
	text-align: center;
}
#carousel .item .slide {
	display: inline-block;
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	font-size: 0;
}
#carousel .item h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 51px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 90px 0 15px;
	position: absolute;
	right: 0;
	bottom: 30px;
	margin: 0;
	line-height: 1.3;
}
.home-snippets {
	display: table;
	border-left: 1px solid #d3dcde;
	border-right: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	border-top: none;
	float: left;
	margin-bottom: 25px;
}
.home-snippets .table-row {
	display: table-row;
}
.home-snippets .table-row .snippet {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #595959;
	width: 316px;
	text-align: center;
	padding: 7px 8px 9px;
	border-right: 1px solid #d3dcde;
}
.home-snippets .table-row .snippet:last-child {
	border-right: none;
}
/* ---------------------- HEADER ---------------------- */
/* ---------------------- CATEGORIES OF INDEX PAGE ---------------------- */
.categories {
	width: auto;
	font-size: 0;
	/*delete margins*/
	display: block;
	position: static;
	text-align: left;
	margin-top: 10px;
}
.categories .items {
	display: block;
	float: left;
	padding: 0;
	border: none;
	cursor: auto;
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
}
.categories .items .item {
	display: block;
	float: left;
	margin: 0;
	border: none;
	text-align: left;
	width: 16.666666%;
	padding: 0 10px 30px;
	box-sizing: border-box;
}
.home-categories .items .item {
	width: 100%;        
}

.categories .items .item:hover .cat_title {
	background-color: #73be48;
	color: #ffffff;
}
.categories .items .item a,
.categories .items .item a:hover {
	text-decoration: none;
	transition: .3s;
}
.categories .items .item .cat_title {
	display: inline-grid;
	font-size: clamp(12px, 1vw, 15px);
	font-family: 'Open Sans', Arial, sans-serif;
	color: #000000;
	position: relative;
	text-align: center;
	background-color: #e2efda;
	padding: 5px 0px;
	line-height: 1.0;
	text-decoration: none;
	/*  white-space: nowrap; */
	text-wrap: wrap;
	border-radius: 0px 0px 25px 25px;
	height: 40px;
	align-items: center;
	width: 100%
}
.categories .items .item a.cat_title i {
	font-size: 18px;
	color: #368B36;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 18px;
}
/* ---------------------- CATEGORIES OF INDEX PAGE ---------------------- */
/* ---------------------- PRODUCTS CAROUSEL OF INDEX PAGE ---------------------- */
section.products {
	margin-bottom: 30px;
	/*border: 1px solid #d3dcde;*/
	overflow: hidden;
}
section.products .tabs {
	border-bottom: 1px solid #d3dcde;
}
section.products .tabs &gt; div {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #595959;
	font-weight: 500;
	padding: 0 20px;
	line-height: 42px;
	/*cursor: pointer;*/
	position: relative;
	width: calc(100% - 40px);
}
section.products .tabs &gt; div &gt; i.arrow-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent white transparent;
	position: absolute;
	bottom: 0;
	left: 48%;
}
section.products .tabs .current {
	background-color: #368B36;
	color: #fff;
}
section.products .inner {
	padding: 20px 10px;
}
section.products .inner &gt; div {
	display: none;
	padding: 0 15px;
}
section.products .inner .visible {
	display: block;
}
/* CAROUSEL #products_best */
#products_best {
	position: relative;
}
.inner .owl-controls .owl-buttons .owl-prev .icon-arrow-left {
	color: #bcbcbc;
	font-size: 28px;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -14px;
	transition: .3s;
}
.inner .owl-controls .owl-buttons .owl-next .icon-arrow-right {
	color: #bcbcbc;
	font-size: 28px;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -14px;
	transition: .3s;
}
.inner .owl-controls .owl-buttons .owl-prev .icon-arrow-left:hover,
.inner .owl-controls .owl-buttons .owl-next .icon-arrow-right:hover {
	color: #73be48 !important;
}
.inner .item {
	margin: 0 5px;
}
.inner .item .shopwired-image-container span.newin {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background-color: #F11322;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
}
.inner .item .shopwired-image-container span.twoforone {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #FFFFFF;
	background-color: #368B36;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 2px 5px;
	border-radius: 25px;
}
.inner .item .shopwired-image-container span.twoforone + .twoforone {
	top: 27px;
}
.inner .item p.title {
	font-size: 14px;
	font-weight: 500;
	color: #595959;
	margin: 6px 0 0 0;
	overflow: hidden;
	height: 35px;
	display: block;
}
/*.inner .item p.title:after {
content: "...";
display: inline-block;
position: absolute;
}*/
.inner .item p.price {
	font-size: 16px;
	color: #368B36;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-align: center;
}
.inner .item p.price span {
	color: #595959;
	text-decoration: line-through;
	margin-left: 6px;
}
.inner .item a {
	text-decoration: none;
}
.inner .item a:hover {
	text-decoration: none;
}
.inner .item a.add_to_basket {
	display: inline-block;
	text-align: center;
	margin-top: 8px;
	background-color: #73BE48;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding: 0 12px 2px;
	border: none;
	line-height: 28px;
	font-weight: 400;
}
/* ---------------------- PRODUCTS CAROUSEL OF INDEX PAGE ---------------------- */
/* ---------------------- SECTION OF ACCOUNT_CREATE PAGE ---------------------- */
#page .breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}
#page .breadcrumbs a {
	font-weight: 500;
}
#page .breadcrumbs a:first-child {
	margin-left: 5px;
}
#page .breadcrumbs span {
	font-weight: 500;
}
#page .breadcrumbs span.separator {
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}
#page .breadcrumbs span.separator:after {
	content: "\00bb";
}
.sidebar {
	/*position: sticky;
	top: 100px;
	width: clamp(150px, 20%, 300px) !important;*/
}
.page_area {
	/*margin-left: clamp(150px, 20%, 300px);*/
	/*padding: 0px 20px;*/
}
/*.page_area details {display: none;}*/
#page aside.sidebar {
	float: left;
	width: clamp(150px, 20%, 300px);
}
#page.page_category aside.sidebar {
	float: left;
	width: clamp(150px,20%,300px);
}
#page aside.sidebar h2 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #368B36;
	padding: 9px 12px;
	margin: 0;
	border-radius: 25px 25px 0px 0px;
}
#page aside.sidebar h2.lightgrey {
	color: #ffffff;
	background-color: #368b36;
	border: 1px solid #d3dcde;
	font-weight: 500;
	font-size: 15px;
	border-radius: 25px 25px 0px 0px;
}
#page aside.sidebar ul.sl_menu_category {
	list-style: none;
	white-space: nowrap;
	z-index: 100;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-right: 1px solid #d3dcde;
	border-left: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	background-color: #f2faec;
	border-radius: 0px 0px 25px 25px;
}
#page aside.sidebar ul.sl_menu_category &gt; li {
	display: list-item;
	padding: 10px 0;
}
#page aside.sidebar ul.sl_menu_category &gt; li:first-child {
	padding-top: 12px;
}
#page aside.sidebar ul.sl_menu_category &gt; li &gt; a {
	display: block;
	background-color: #f2faec;
	color: #368b36;
	font-size: 13px;
	font-weight: 600;
	padding: 0 25px;
	text-decoration: none;
}

#page aside.sidebar ul.sl_menu_category &gt; li &gt; a:hover{
	color: #368b36;
}

#page aside.sidebar ul.sl_menu_category &gt; li &gt; a.active {
	color: #368B36;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; a {
	padding: 0 10px 0 16px;
	margin-left: 10px;
	position: relative;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; a &gt; i {
	color: #368B36;
	position: absolute;
	left: 0;
	top: 2px;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; ul.drop-down {
	display: none;
	list-style: none;
	margin-top: 10px;
	padding-right: 10px;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; ul.drop-down &gt; li {
	display: list-item;
	border-bottom: 1px solid #fff;
	padding: 2px;
	transition: .3s;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; ul.drop-down &gt; li:hover {
	background-color: #e2efda;
}
#page aside.sidebar ul.sl_menu_category &gt; li.exp &gt; ul.drop-down &gt; li &gt; a {
	font-size: 12px;
	font-weight: 600;
	color: #368b36;
	line-height: 21px;
}
.m_menu .details-content,
#page aside.sidebar ul.sl_menu_category .details-content {
	background-color: #ffffff;
}
.m_menu .details-content .gfg-menu-subitem {
	padding: 5px 2px;
}
#page aside.sidebar ul.sidebar_menu {
	list-style: none;
	white-space: nowrap;
	min-width: 100%;
	z-index: 100;
	margin: 0 0 30px 0;
	padding: 0;
}
#page aside.sidebar ul.sidebar_menu &gt; li {
	display: list-item;
}
#page aside.sidebar ul.sidebar_menu &gt; li &gt; a {
	display: block;
	background-color: #f2faec;
	color: #368b36;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #d3dcde;
	border-right: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	transition: .3s;
}
#page aside.sidebar a {
	white-space: normal;
}
#page aside.sidebar ul.sidebar_menu &gt; li &gt; a:hover {
	text-decoration: underline;
}
#page aside.sidebar ul.sidebar_menu &gt; li:first-child &gt; a {
	border-top: 1px solid #d3dcde;
}
#page article.page_area {
	margin-left: calc(clamp(150px, 20%, 300px) + 20px);
	min-height: 600px;
	position: relative;
}
#page.page_category article.page_area {
	margin-left: calc(clamp(150px, 20%, 300px) + 20px);
	/*margin-left: clamp(150px, 20%, 300px);*/
}
#page article h1 {
	color: #368B36;
	background-color: #FFFFFF;
	/* padding: 9px 12px;*/
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 100;
	/*margin: 0 0 25px 0;*/
	border-bottom: 1px !important;
	border-color: #368b36;
	margin: 0 0 20px 0;
}
.page_category h1 {
    margin: 0px !important;
}
#page article p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#page article a:hover {
	text-decoration: underline;
}
#page article.page_area div.floattable {
	font-size: 14px;
	color: #1d1d1d;
}
#page article.page_area div.floattable p.title {
	float: left;
	width: 100px;
	margin: 0 0 13px 0;
}
#page article.page_area div.floattable p.info {
	float: left;
	margin: 0 0 13px 0;
	color: #368B36;
}

#page article.page_area form {
	float: left;
	width: calc(100% - 10px);
}
#page article.page_area form label {
	color: #565656;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
#page article.page_area form div.label {
	display: inline;
	color: #565656;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
#page article form .radio,
#page article form .check {
	float: left;
	color: #1d1d1d;
	margin: 15px 50px 15px 0;
	cursor: pointer;
}
#page article form .radio span,
#page article form .check span {
	font-size: 11px;
	/*float: left;
	margin-top: 3px;*/
}
#page article form .radio &gt; i,
#page article form .check &gt; i {
	float: left;
	font-size: 18px;
	color: #368B36;
	margin-right: 5px;
}
#page article form label p,
#page article form div.label p {
	float: left;
	width: 145px;
	font-size: 14px;
	padding: 0px 5px 10px 0;
	margin: 0px;
}
#page article form label div.cont {
	float: left;
	width: 400px;
	margin: 0 0 13px 0;
	position: relative;
}
#page article form label div.cont.medium {
	width: 230px !important;
}
#page article form label div.cont.small {
	width: 130px !important;
}
#page article form input,
#page article form textarea,
#page article select {
	border: 2px solid #73be48;
	/*background-color: #f2faec;*/
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 25px;
}
#page article form input:focus,
#page article form textarea:focus,
#page article select:focus {
	outline: none;
}
#page article.page_area form div.search_container {
	width: 325px;
	position: relative;
}
#page article.page_area form input.search_input {
	width: 100%;
	margin: 0;
	padding: 9px 76px 9px 12px;
	vertical-align: top;
}
#page article.page_area form input[type="radio"],
#page article.page_area form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
#page article form label div.cont .icon-arrow2-down {
	font-size: 18px;
	color: #368B36;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
}
#page article form .submit_container {
	margin: 0 0 100px 150px;
}
#page article form button,
.button {
/*
	background-color: #73BE48;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	border: none;
	outline: none;
	padding: 9px 12px 9px 12px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	border-radius: 25px;
	transition: ease 0.5s;
*/
	font-weight: 600;
    border: 2px solid #73be48;
    border-radius: 25px;
    padding: 9px 12px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    background-color: #f2faec;
	transition: 0.3s;
	font-size: 14px;
	color: #368b36;
}
#page article form button:hover,
.button:hover {
/*
	background-color: #368b36;
*/
	background-color: #73be48;
	color: #fff !important;
}
#page article form .basket-buttons {
	text-align: right;
}
#page article form .basket-buttons .image-button {
	padding: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	margin: 5px 0 0 0;
}
#page article form .basket-buttons .image-button:hover {
	opacity: .9;
}
#page article form .basket-buttons .or-separator {
	padding: 10px 0 5px;
	clear: right;
}
@media screen and (max-width: 1199px) {
	#page article form .basket-buttons {
		text-align: center;
	}
}
#page article.page_area form button.search_btn {
	padding: 11px 12px;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
#page article.page_area form .submit_container button .icon-button-arrows {
	/*position: absolute;
	top: 50%;
	right: 50%;
	font-size: 13px;
	margin-top: -7px;
	margin-right: -70px;*/
	vertical-align: middle;
	margin-left: 3px;
}
#page article form .submit_container a.forgot {
	display: block;
	margin-top: 20px;
	font-size: 13px;
	font-style: italic;
	color: #368B36;
	text-decoration: none;
}
#page article form .submit_container a.forgot:hover {
	text-decoration: underline;
}
#page article.page_area a {
	text-decoration: none;
}
#page article.page_area a:hover {
	text-decoration: underline;
}
/*#page article.page_area div.container_left {
float: left;
}
#page article.page_area div.block_info {
float: left;
margin-right: 135px;
margin-bottom: 30px;
}
#page article.page_area div.block_info.last {
float: none;
clear: right;
margin-right: 0;
}
*/
#page article.page_area div.block_info {
	float: left;
	width: 50%;
	margin-right: 0;
	margin-bottom: 12px;
}
#page article table.block th {
	font-weight: bold;
	font-size: 15px;
	text-transform: capitalize;
	padding: 0 0 10px 0;
}
#page article table.block tr {
	border: none;
}
#page article table.block tr td {
	padding: 1px 0;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
}
#page article table.block tr td:nth-child(2) {
	font-weight: bold;
	padding: 0 0 0 27px;
}
#page article.page_area div.leftside {
	float: left;
	margin-bottom: 20px;
}
#page article.page_area div.rightside {
	float: left;
	margin-left: 55px;
}
#page article.page_area div.rightside p.title {
	margin: 0 0 14px 0;
}
#page article.page_area div.rightside .result {
	width: 385px;
	border-top: 1px solid #d3dcde;
	padding: 15px 0 15px 15px;
}
#page article.page_area div.rightside .result .block_info_p {
	float: left;
}
#page article.page_area div.rightside .result .block_info_p p {
	margin: 0 0 2px 0;
}
#page article.page_area div.rightside .result .block_info_p p a {
	display: block;
	margin: 18px 0 0 0;
}
#page article.page_area div.rightside .result .block_info_p.first p:first-child {
	font-weight: bold;
}
#page article.page_area div.rightside .result .block_info_p.first p {
	width: 230px;
}
#page article.page_area div.rightside .result .block_info_p.last p:first-child {
	font-weight: 500;
}
#page article.page_area div.rightside .result .block_info_p.last {
	margin-left: 40px;
}
/* ---------------------------------- CATEGORY &amp; SUBCATEGORY PAGES ---------------------------------- */
#page article.page_area .items {
	display: block;
	float: left;
	padding: 0;
	border: none;
	cursor: auto;
	position: relative;
	left: -10px;
	width: 100%;
}
#page article.page_area .items .item {
	display: block;
	float: left;
	margin: 0;
	border: none;
	text-align: left;
	width: 16.6%;
	padding: 0 10px 40px;
	box-sizing: border-box;
	height: auto;
}
#page article.page_area .items .item a,
#page article.page_area .items .item a:hover {
	text-decoration: none;
}

.collection-container #page article  .items .item .category-title p.title{
	height: 80px;	
}

.collection-container #page article.page_area  .items .item .category-title p.price{
	text-align: center;
}

.product-box .category-box {
	height: 150px;
}

.product-box:hover .light-button,
.product-box:hover .twoforone {
	background-color: #73be48 !important;
	color: #ffffff !important;
}
.twoforone {transition: .3s;}




.hoverImage { 
	display: none; 
}

.product-box:hover .mainImage {
    display: none !important;
    animation: {};
	
	
}

.product-box:hover .hoverImage {
		display: block;
	}






/* ---------------------------------- CATEGORY &amp; SUBCATEGORY PAGES ---------------------------------- */
/* ---------------------------------- SUBCATEGORY PAGE (only) ---------------------------------- */

.collection-container .sorting {
	float: left;
	position: relative;
	border-radius: 25px;
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	border: 2px solid #73be48;
}
.collection-container .sorting .customSelect {
	padding: 5px 10px;
	background-color: #f2faec;
	color: #368b36;
	font-size: 14px;
	width: 157px;
	font-style: normal;
	box-sizing: content-box;
	z-index: 150;
}
.collection-container .sorting .customSelectHover {
	background-color: #73be48 !important;
}
.collection-container .sorting .customSelectHover span {
	color: #fff !important;
}
.collection-container .sorting .customSelectInner {
	color: #368b36;
	font-size: 14px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-style: normal;	
}
.collection-container .sorting i {
	color: #368b36;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}
.collection-container #page article.page_area .items {
	margin-top: 30px;
}
.collection-container #page article.page_area  .items .item {
	width: 16.6%;
}
.collection-container #page article.page_area  .items .item .shopwired-image-container span.newin {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	background-color: #F11322;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
}
.collection-container #page article.page_area  .items .item .shopwired-image-container span.twoforone {
	position: absolute;
	top: 7px;
	left: 7px;
	color: #FFFFFF;
	background-color: #368B36;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 2px 5px;
	border-radius: 25px;
}
.collection-container #page article.page_area  .items .item .shopwired-image-container span.twoforone + .twoforone {
	top: 27px;
}
.collection-container #page article  .items .item .category-title p.title {
	font-size: 13px;
	font-weight: 500;
	color: #595959;
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
	height: 75px;
	display: block;
	border-top: 1px solid #036c02;
}
.category-title p.title {
	text-align: center;
}
.collection-container #page article.page_area  .items .item .category-title p.price {
	font-size: 16px;
	color: #368B36;
	margin: 5px 0 0 0;
	font-weight: bold;
}
.collection-container #page article.page_area  .items .item .category-title p.price span {
	color: #595959;
	text-decoration: line-through;
	margin-left: 6px;
}
.collection-container #page article.page_area .items .item .category-title .add_to_basket {
	display: block;
	text-align: center;
	margin-top: 8px;
	background-color: #73BE48;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	padding: 0 12px 2px;
	border: none;
	line-height: 28px;
	cursor: pointer;
	font-weight: 400;
}
/* ---------------------------------- SUBCATEGORY PAGE (only) ---------------------------------- */
.customSelect {
	/*border: 1px solid #d3dcde;*/
	font-size: 14px;
	padding: 13px;
	width: 100%;
	box-sizing: border-box;
	color: #868686;
	font-style: italic;
	z-index: 150;
}

.customSelectInner {
	color: #868686;
	font-style: italic;
	display: block !important;
	width: auto !important;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ---------------------- SECTION OF ACCOUNT_CREATE PAGE ---------------------- */
/* ----------------------------- TABLE RESPONSIVE ----------------------------- */
table th {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
table td,
table th {
	padding: 9px;
	text-align: left;
	font-size: 12px;
}
table tr {
	border: 1px solid #e4e4e4;
}
/* ----------------------------- TABLE RESPONSIVE ----------------------------- */
/* ------------------------------- VIDEOS PAGE -------------------------------- */
#page.nosidebars article {
	margin-left: 0;
}
#page.nosidebars article .categories .items .item {
	width: 50%;
}
#page.nosidebars article .categories .items .item .video-container iframe {
	width: 100%;
	height: 315px;
	border: none;
	margin: 0;
	padding: 0;
}
#page.nosidebars article .categories .items .item .video-name {
	font-size: 16px;
	font-weight: normal;
	color: #1d1d1d;
	text-align: center;
	margin: 20px 0 0 0;
	overflow: hidden;
	height: 45px;
	display: block;
}
/* ------------------------------- VIDEOS PAGE -------------------------------- */
/* ------------------------------- GALERIES PAGE -------------------------------- */
#page.nosidebars article.page_area .categories.galleries .items .item {
	width: 33.33333333%;
	padding-bottom: 20px;
}
#page.nosidebars article.page_area .categories.galleries .items .item p.title {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	padding: 14px;
	margin: 0;
	overflow: hidden;
	height: 23px;
	display: block;
}
#page.nosidebars article.page_area .categories.galleries .items .item .shopwired-image-container {
	border: 1px solid #d3dcde;
}
#page.nosidebars article.page_area .categories.galleries .items .item .shadow {
	background-image: url(../images/gallery-shadow-img.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 90%;
	height: 7px;
	margin: 0 5%;
}
/* ------------------------------- GALERIES PAGE -------------------------------- */
/* ------------------------------- GALERY PAGE -------------------------------- */
#page.nosidebars article.page_area .categories.gallery .items .item {
	width: 25%;
}
#page.nosidebars article.page_area .categories.gallery .items .item p.title {
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 14px;
	margin: 0;
	overflow: hidden;
	height: 15px;
	display: block;
}
#page.nosidebars article.page_area .categories.gallery .items .item .shopwired-shopwired {
	border: 1px solid #d3dcde;
}
/* ------------------------------- GALERY PAGE -------------------------------- */
/* ------------------------------- WISHLIST PAGE -------------------------------- */
#page.nosidebars article.page_area .items {
	width: 100%;
	margin-top: 32px;
	clear: both;
}
#page.nosidebars article.page_area .items .item {
	width: 16.6666666%;
}
.payment-list {
	list-style: none;
	margin:  0;
	padding: 0;
}
.payment-list li {
	display: inline;
}
.payment-list li img {
	height: 30px;
	width: auto;
}
.payments_container .payment-list {
	margin: 15px 0;
}
footer .payment-list li img {
	height: 25px;
}
/* ------------------------------- WISHLIST PAGE -------------------------------- */
/* ------------------------------- CHECKUOT PAGES -------------------------------- */
#page.nosidebars article p.loading {
	display: none;
}
#page.nosidebars article .lr {
	float: left;
	width: 470px;
}
#page.nosidebars article .first {
	margin-right: 60px;
}
#page.nosidebars article form label p,
#page.nosidebars article form div.label p {
	width: 100%;
}
#page.nosidebars article form label div.cont {
	/*width: 330px;*/
	width: 100%;
}
#page.nosidebars article form .checkbox-container {
	border-top: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	padding: 12px;
	margin: 15px 0 20px 0;
}
#page.nosidebars article form .radio,
#page article form .check {
	float: none;
	margin: 0;
}
#page.nosidebars article form button {
	margin: 5px 0px 10px;
}
#page.nosidebars article .payment {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 9px 20px;
	background-color: #73BE48;
	color: #FFFFFF;
}
#page.nosidebars article .button_blue {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #73BE48;
	padding: 9px 60px;
	text-decoration: none;
}
#page.nosidebars article .button_grey {
	background-color: #545454;
	color: #FFFFFF;
	margin-top: 15px;
}
#page.nosidebars article div.center {
	text-align: center;
	margin-bottom: 120px;
	margin-top: 65px;
}
#page.nosidebars article form .submit_container {
	margin: 0 0 0 140px;
}
#page.nosidebars article p.medium {
	font-weight: 500;
}
#page.nosidebars article p.medium.withcheck {
	float: left;
	margin-right: 12px;
}
#page.nosidebars article .payments_container {
	text-align: left;
}
#page.nosidebars article .basket-container form .product-list {
	/*float: left;*/
	width: 100%;
	border: 1px solid #d3dcde;
	margin-bottom: 20px;
	border-radius: 25px;
}
#page.nosidebars article .basket-container form .product-list .fixed {
	width: 170px;
	font-size: 0;
	float: left;
	padding: 20px;
}
#page.nosidebars article .basket-container form .product-list .product-info-container {
	float: left;
	width: calc(100% - 210px);
}
#page.nosidebars article .basket-container form .product-list .product-info {
	float: left;
	width: 40%;
	padding: 30px 10px 20px 0;
}
#page.nosidebars article .basket-container form .product-list .product-info .title {
	font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	margin-bottom: 20px;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation span,
#page.nosidebars article .basket-container form .product-list .product-info .variation-extra span {
	font-size: 12px;
	color: #1d1d1d;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation span.name {
	font-weight: 100;
	margin-right: 10px;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation span.value {
	font-weight: 500;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation-extra {
	margin-top: 20px;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation-extra span.name {
	font-weight: 100;
	margin-right: 2px;
}
#page.nosidebars article .basket-container form .product-list .product-info .variation-extra span.value {
	font-weight: 100;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container {
	float: right;
	padding: 30px 10px 0 0;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .price {
	width: 80px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	margin-left: 20px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .price.price-all {
	color: #368B36;
	margin-left: 40px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity {
	float: left;
	text-align: center;
	margin-left: 20px;
	width: 82px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .update {
	font-size: 11px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .quantity-box {
	border: 2px solid #d3dcde;
	background-color: #fff;
	padding: 4px 5px;
	line-height: 18px;
	border-radius: 25px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .quantity-box span {
	font-size: 12px;
	color: #1d1d1d;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .quantity-box input.qty {
	display: inline;
	width: 40px;
	padding: 0px 5px;
	border: none;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .remove {
	float: left;
	margin-left: 40px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .remove a.basket-remove-button i {
	color: #1d1d1d;
	font-size: 18px;
}
#page.nosidebars article .basket-container form .product-list .product-price-qty-container .remove a.basket-remove-button:hover {
	text-decoration: none;
}
#page.nosidebars article .basket-container .boxes {
	padding-top: 20px;
}
#page.nosidebars article .basket-container .boxes .box {
	width: 33.33333333%;
	float: left;
	border-right: 1px solid #d3dcde;
	padding: 0 20px;
	box-sizing: border-box;
	min-height: 235px;
}
#page.nosidebars article .basket-container .boxes .box.voucher {
	padding-left: 0;
}
#page.nosidebars article .basket-container .boxes .box.summary {
	padding-right: 0;
	border-right: 0;
}
#page.nosidebars article .basket-container .boxes .box p {
	font-size: 12px;
	color: #1d1d1d;
}
#page.nosidebars article .basket-container .boxes .box p.title {
	font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	margin-bottom: 20px;
}
#page.nosidebars article .basket-container .boxes .box p &gt; span.medium {
	font-weight: 500;
}
#page.nosidebars article .basket-container .boxes .box .input-voucher-container {
	position: relative;
	margin: 0 0 30px 0;
}
#page.nosidebars article .basket-container .boxes .box .input-voucher-container input.input_voucher {
	width: 100%;
	margin: 0;
	padding: 9px 102px 9px 12px;
	vertical-align: top;
	border-radius: 25px;
}
#page.nosidebars article .basket-container .boxes .box .input-voucher-container button.btn_voucher {
	padding: 9px 12px;
	margin: 0;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 25px;
}
#page.nosidebars article .basket-container .boxes .box button.points {
	margin-bottom: 20px;
}
#page.nosidebars article .basket-container .boxes .box .dropdown-delivery-container {
	position: relative;
}
#page.nosidebars article .basket-container .boxes .box .dropdown-delivery-container i {
	font-size: 18px;
	color: #368B36;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
}
#page.nosidebars article .basket-container .boxes .box .rates {
	margin-top: 15px;
}
#page.nosidebars article .basket-container .boxes .box table.block {
	width: 100%;
	font-size: 12px;
	color: #1d1d1d;
}
#page.nosidebars article .basket-container .boxes .box table.block tr td {
	font-size: 12px;
	color: #1d1d1d;
}
#page.nosidebars article .basket-container .boxes .box table.block tr td:nth-child(2) {
	font-weight: normal;
	padding: 0 0 0 20px;
	text-align: right;
}
#page.nosidebars article .basket-container .boxes .box table.block tr.grand-total {
	border-top: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
}
#page.nosidebars article .basket-container .boxes .box table.block tr.grand-total td {
	padding-top: 8px;
	padding-bottom: 9px;
	font-weight: 500;
}
#page.nosidebars article .basket-container .boxes .box table.block tr:nth-last-child(2) td {
	padding-bottom: 10px;
}
#page.nosidebars article .basket-container .boxes .box button.btn_checkout {
	font-size: 18px;
	float: right;
	margin: 5px 0 0 0;
	padding: 15px;
	/*background-color: #F11322;*/
	color: #FFFFFF;
}
/* ------------------------------- CHECKUOT PAGES -------------------------------- */
#page article form .paypal-button {
	margin: 14px 0 0;
	width: 205px;
	vertical-align: bottom;
}
#page article form .paypal-button img {
	width: 100%;
}
#page article form .image-button {
	padding: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	vertical-align: top;
}
#page article form .image-button:hover {
	opacity: .9;
}
#page.nosidebars article .payment.paypal-button {
	width: auto;
}
/* --------------------------------- BLOG PAGE ---------------------------------- */
#gfg-tag-filter {
	display: none;
}
#page article #blog-category-menu {
	position: relative;
	display: block;
	padding: 10px 0px 0px;
	/*margin-bottom: 10px;*/
}
/*#blog-category-menu h2 {
	background-color: #368B36;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	padding: 5px;
	margin: 0;
}
#blog-category-menu h2 &gt; i {
	margin: 0 7px 0 5px;
}
#blog-category-menu ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 150;
}
#blog-category-menu ul li a {
	display: block;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #368B36;
	color: #fff;
	border-top: 1px solid #fff;
}*/
#page aside.sidebar.right {
	float: right;
}
#page aside.sidebar.right ul &gt; li &gt; a {
	padding: 0 15px;
}
#page article.page_area.sidebar-right {
	margin-left: 0;
	margin-right: calc(20% + 20px);
	max-width: 1200px;
}
#page article #blog {
	float: left;
	width: 100%;
}
#blog .post {
	border-bottom: 1px dotted #cdcdcd;
	margin-bottom: 30px;
}
#blog .post .shopwired-image-container.image {
	width: 225px;
	float: left;
	margin: 0 30px 0 0;
}
#blog .post h2.title {
	font-size: 18px;
	font-weight: 400;
	color: #368b36;
	margin-bottom: 2px;
}

.post h2.title a:hover {
    text-decoration: none !important;
}
#blog .post p.details {
	font-size: 12px;
	font-weight: 100;
	color: #a5a5a5;
	margin-bottom: 0px;
}
#blog .post .post-body {
	margin-bottom: 20px;
}
#blog .post .post-body .readmore {
	font-size: 14px;
	font-weight: 600;
	background-color: #f2faec;
	border: 2px solid #73be48;
	border-radius: 25px;
	color: #368b36;
	margin-top: 10px;
	padding: 5px 15px;
	transition: .3s;
}
#blog .post .post-body .readmore:hover {
	background-color: #73be48;
	color: #fff;
	text-decoration: none;
}

.gfg-preview-post {
	border-radius: 25px;
	border: 2px solid #73be48 !important;
	padding-right: 20px;
}

/* --------------------------------- BLOG PAGE ---------------------------------- */
/* ------------------------------- PRODUCT PAGE -------------------------------- */
#product-container .form-errors {
	display: none;
}
#page.nosidebars article #product-container .image {
	float: left;
	width: 600px;
	position: sticky;
    top: 100px;
	border: 1px solid #d3dcde;
    border-radius: 25px;
	padding: 10px 5px 0px;
}
#product-container .image .video-container iframe,
#product-container .image .video-container object,
#product-container .image .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*width: 100%;
	height: 398px;
	border: none;
	margin: 0;
	padding: 0;*/
}
#page.nosidebars article #product-container .image .shopwired-image-container.fixed {
	border: 1px solid #d3dcde;
	font-size: 0;
	border-radius: 25px;
}
/* hide img when video is showned */
#product-container.playing-video .image .shopwired-image-container.fixed span.newin,
#product-container.playing-video .image .shopwired-image-container.fixed span.twoforone,
#page.nosidebars article #product-container.playing-video .image &gt; .shopwired-image-container.fixed &gt; a &gt; img {
	display: none;
}
#page.nosidebars article #product-container .image .shopwired-image-container span.newin {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background-color: #F11322;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
}
#page.nosidebars article #product-container .image .shopwired-image-container span.twoforone {
	position: absolute;
	top: 7px;
	left: 7px;
	color: #FFFFFF;
	background-color: #368B36;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
}
#product-container .image .twoforone + .twoforone {
	left: auto !important;
	right: 7px;
}
#page.nosidebars article #product-container .image .gallery {
	padding: 10px 28px 0 28px;
}
#product_img {
	text-align: center;
}
#product_img .item {
	margin: 0 5px;
}
#product_img .owl-controls .owl-buttons .owl-prev .icon-arrow-left {
	color: #bcbcbc;
	font-size: 28px;
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -14px;
}
#product_img .owl-controls .owl-buttons .owl-next .icon-arrow-right {
	color: #bcbcbc;
	font-size: 28px;
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -14px;
}
#product_img .shopwired-image-container.fixed {
	border: none !important;
	height: auto !important;
	font-size: 0;
}
#page.nosidebars article #product-container .info {
	float: left;
	padding: 0 20px;
	width: calc(100% - 955px);
	color: #1d1d1d;
}
#product-container .info p.raiting {
	font-size: 0;
	margin: 0 0 10px 0;
}
#product-container .info p.raiting a.title {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #368B36;
	margin-left: 5px;
}
#product-container .info p.raiting i {
	font-size: 11px;
	color: #ffcdc4;
}
#product-container .info p.raiting i.mark {
	color: #368B36;
}
#page #product-container #reviews {
	font-size: 11px;
	color: #368B36;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
}
#page #product-container #reviews:hover {
	text-decoration: none;
	border-bottom: 1px dashed #368B36;
}
#product-container .info .reviews {
	display: none;
}
#product-container .info .reviews .row2 {
	border-top: 1px solid #d3dcde;
	padding: 10px 0 5px 0;
}
#product-container .info .reviews .row2 p {
	font-size: 12px;
	margin-bottom: 10px;
}
#product-container .info .reviews .row2 p.title {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 7px;
}
#product-container .info .reviews .row2 p.title.form {
	margin-bottom: 20px;
}
#product-container .info .reviews .row2 p.raiting {
	font-size: 0;
}
#product-container .info .reviews .row2 p.raiting i {
	font-size: 13px;
}
#page.nosidebars article #product-container .reviews label div.cont,
#page.nosidebars article #product-container .reviews div.label {
	width: 245px;
}
#page.nosidebars article #product-container .reviews label p {
	width: 90px;
	padding: 9px 0 10px 0;
	margin: 0;
}
#page.nosidebars article #product-container .reviews label div.cont input,
#page.nosidebars article #product-container .reviews label div.cont textarea {
	padding: 7px 10px;
	font-size: 11px;
}
#page.nosidebars article #product-container .reviews select {
	width: 100% !important;
}
#page.nosidebars article #product-container .reviews label div.cont .customSelect {
	padding: 7px 10px;
	font-size: 11px;
}
#page.nosidebars article #product-container .reviews label div.cont i {
	font-size: 16px;
	right: 8px;
	margin-top: -8px;
	z-index: 5;
}
#page.nosidebars article #product-container .reviews label div.cont textarea {
	resize: none;
	height: 80px;
}
#product-container .info .reviews .row2 button.btn_review {
	margin: 0 0 0 90px;
}
#product-container .info .code {
	margin: 0 0 10px 0;
}
#product-container .info .code span.title {
	/*width: 60px;*/
	margin-right: 2px;
	display: inline-block;
	font-weight: bold;
	color: #368b36;
}
#product-container .info .code span {
	font-weight: bold;
	color: #368b36;
}
#product-container .info .descritpion {
	/*font-size: 12px;*/
}
#product-container .info .descritpion p.title {
	font-weight: bold;
	margin-bottom: 10px;
}
#product-container .info .descritpion p {
	margin-bottom: 15px;
}
#product-container .info .rrp {
	font-weight: 500;
	margin-bottom: 10px;
}
#product-container .info .rrp span.title {
	width: 60px;
	margin-right: 2px;
	display: inline-block;
	color: #1d1d1d;
}
#product-container .info .rrp span {
	color: #368B36;
}
#product-container .info .reward-points {
	display: none;
}
#product-container.has-reward-points .info .reward-points {
	display: block;
	font-weight: 500;
	border-top: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	padding: 15px 0;
	margin-bottom: 15px;
}
#product-container .info .reward-points .product-reward-points-value {
	color: #fff;
	background-color: #368B36;
	padding: 2px 4px 3px 4px;
	margin: 0 3px;
}
#product-container .info .add2wishlist {
	background-color: #73BE48;
	color: #FFFFFF;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	border: none;
	font-size: 13px;
	outline: none;
	padding: 9px 12px;
	position: relative;
	text-decoration: none;
	border-radius: 25px;
}
#product-container .info .add2wishlist i {
	margin-right: 5px;
}
#product-container .buynow {
	float: right;
	width: 302px;
}
#product-container .buynow .title {
	padding: 9px 15px;
	font-weight: 500;
	font-size: 16px;
	background-color: #368B36;
	color: #fff;
	border-radius: 25px 25px 0px 0px;
}
#product-container .buynow .variations {
	border: 1px solid #d3dcde;
	padding: 0 15px;
	border-radius: 0px 0px 25px 25px;
}
#product-container .buynow .variations .price {
	font-size: 0;
	margin: 10px 0px;
}
#product-container .buynow .variations .price .product-sale-price-value {
	display: none;
}
#product-container.has-sale-price .buynow .variations .price .product-sale-price-value {
	display: inline;
	color: #368B36;
	font-weight: bold;
	font-size: 18px;
	margin-right: 7px;
}
#product-container .product-price-value,
#product-container .product-sale-price-value {
	font-size: 18px;
}
#product-container .buynow .variations .price .product-price-value {
	color: #368B36;
	font-weight: bold;
	font-size: 18px;
}
#product-container.has-sale-price .product-price-value {
	color: #595959 !important;
	text-decoration: line-through;
	display: none;
}
#product-container .buynow .variations .variation {
	font-size: 11px;
	margin-bottom: 10px;
}
#product-container .buynow .variations .variation p.label {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 5px;
}
#product-container .buynow .variations .variation .dropdown-variation-container {
	position: relative;
}
#product-container .buynow .variations .variation .dropdown-variation-container select,
#product-container .buynow .variations .variation .dropdown-variation-container .customSelect {
	font-size: 11px;
	padding: 7px 10px;
	z-index: 150;
}
#product-container .buynow .variations .variation .dropdown-variation-container i {
	font-size: 16px;
	color: #368B36;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -8px;
}
#product-container .buynow .variations .variation-check {
	padding-top: 5px;
	padding-bottom: 10px;
}
#product-container .buynow .variations .variation-check .check {
	margin-bottom: 10px;
}
/*
#product-container .buynow .variations .variation-qty-btn {
	margin-bottom: 20px;
}
*/
#product-container .buynow .variations .quantity-box {
	border: 2px solid #73be48;
	background-color: #fff;
	padding: 4px 10px 5px 10px;
	line-height: 18px;
	width: auto;
	height: 21px;
	border-radius: 25px;
}
#product-container .form-group {
	margin-bottom: 5px;
}

#product-container .form-group label {
	color: #000000;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 5px;
	display: block;
}
#product-container .form-group input[type="file"] {
	border: none;
	padding: 10px 0 20px;
}
#product-container .buynow .variations .quantity-box span {
	font-size: 14px;
	font-weight: 600;
	color: #73be48;
}
#product-container .buynow .variations .quantity-box input.qty {
	display: inline;
	width: 80%;
	padding: 0 0 0 2px;
	border: none;
	color: #368b36;
    font-weight: 600;
}
#product-container .buynow .variations button.add2basket {
	margin: 0 0 0 0px;
	padding: 7px 0px;
	/*background-color: #73BE48;*/
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
}

.gfg-contrast-button {
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold !important;
	font-size: clamp(16px, 1.7vw, 18px) !important;
	background: linear-gradient(180deg, rgba(254,255,85,1) 0%, rgba(255,119,0,1) 100%);
	border-radius: 30px;
	border: none !important;
}

.gfg-contrast-button:hover {
	background: #73be48;
	background: linear-gradient(180deg, rgba(54,139,54,1) 0%, rgba(115,190,72,1) 100%);
}

#product-container.in-stock .stock-requests-container {
	display:none;
}


#page.nosidebars article section.products {
	margin-top: 40px;
}
#page article section.products a,
section.products a:hover {
	text-decoration: none;
}
#page article section.products .inner .item p.title {
	font-size: 13px;
	font-weight: 400;
	color: #595959;
	margin: 5px;
	text-align: center;
}
#page article section.products .inner .item p.price {
	font-size: 16px;
	color: #368B36;
	margin: 5px 0 0 0;
	font-weight: bold;
}
#page article section.products .tabs &gt; div {
	cursor: auto;
	border-radius: 25px 25px 0px 0px;
}
/* ------------------------------- PRODUCT PAGE -------------------------------- */
/* ---------------------- FOOTER ---------------------- */
footer.top {
	/*background-color: #e2efda;*/
	background: linear-gradient(-180deg, #e2efda, #ffffff);
	font-size: 11px;
	font-weight: 300;
	/*margin-top: 50px;*/
}
footer.top .snippet {
	background-color: #368b36;
	text-align: center;
	color: white;
	padding: 10px 0 16px;
}
footer.top .snippet h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
footer.top .snippet p {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 0 0;
}
footer.top .columns {
	overflow: hidden;
	margin-top: 18px;
	padding-bottom: 20px;
}
footer.top .column {
	float: left;
	width: calc(20% - 15px);
	padding-right: 15px;
}
footer.top .column h2 {
	font-size: 15px;
	font-weight: 500;
	color: black;
	margin: 0;
}
footer.top .column h2 &gt; i {
	font-size: 13px;
	margin: 0 10px;
	display: none;
}
footer.top .column .sub_container {
	display: block;
}
footer.top ul {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}
footer.top li {
	margin-top: 6px;
}
footer.top li a {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}
footer.top li a:hover {
	text-decoration: underline;
}

/*footer.top .connect {
width: 20%;
}*/

footer.top .social {
	font-size: 0;
	margin-top: 5px;
}
footer.top .social a {
	margin: 5px 2px 0 0;
}
footer.top .social a,
footer.top .social img {
	display: inline-block;
	vertical-align: top;
	width: 34px;
}
footer.top .newsletter {
	font-size: 12px;
	color: #939393;
	font-weight: 400;
}
footer.top .newsletter .field {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
footer.top .newsletter input {
	border: 2px solid #73be48;
	background: #fff;
	line-height: 32px;
	height: 32px;
	padding: 0 40px 0 12px;
	color: #000;
	font-size: 12px;
	width: 140px;
	border-radius: 25px;
	outline: none;
}
footer.top .newsletter button {
	background: transparent;
	border: none;
	outline: none;
}
footer.top .newsletter button {
	color: #368B36;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 1px;
}
footer.top .contact {
	color: #ddd;
	font-size: 12px;
}
footer.top .newsletter p,
footer.top .contact p {
	margin: 12px 0 0;
	color: #000;
	font-size: 13px;
	font-weight: 400;
}
footer.top .newsletter form {margin-top: 10px;}
footer.top .contact .alt {
	line-height: 1.8;
}
footer.top .contact .alt a,
footer.top .contact .alt span {
	font-weight: bold;
	margin-left: 5px;
	font-size: 14px;
	color: #368b36;
}
footer.top .contact .alt span {
	color: black;
}
footer.bottom {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: 15px;
}
footer.bottom p {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0;
}
footer.bottom p span.separator {
	display: inline;
}
footer.bottom p span.separator_br {
	display: none;
}
footer.bottom a {
	text-decoration: none;
	color: #368B36;
	font-size: 11px;
}
footer.bottom a:hover {
	text-decoration: underline;
}
.payments {
	margin: 20px 0;
	font-size: 0;
}
.payments img {
	height: 26px;
	margin-right: 2px;
}
.mobile-buy-now {
	display: none;
}
@media only screen and (max-width: 2100px) {
	#page.nosidebars article #product-container .image {
		width: 400px;
	}
	#page.nosidebars article #product-container .info {
		width: calc(100% - 755px);
	}
}
/* ---------------------- FOOTER ---------------------- */
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	header.top {
		/*background-size: 250%;*/
	}
	.mobile_mnu_btn {
		display: block;
		transition: .3s;
	}
	.mobile_mnu_btn:hover {
		background-color: #73be48;
	}
	.m_menu {
		display: none;
	}
	ul.m_menu {
		float: none;
		border-top: none;
		border-bottom: none;
		width: auto;
	}
	ul.m_menu &gt; li {
		float: none;
		display: block;
		width: 100%;
	}
	ul.m_menu &gt; li &gt; a {
		display: block;
		width: auto;
		height: auto;
		text-align: left;
		font-size: 14px;
		font-weight: 600;
		/*text-transform: uppercase;*/
		background-color: #f2faec;
		padding: 15px 12px 15px 12px;
		border: none;
		color: #368b36;
	}
	ul.m_menu &gt; li:first-child &gt; a {
		border: none;
		border-radius: 25px 25px 0px 0px;
	}
	ul.m_menu &gt; li:last-child &gt; a {
		border: none;
		border-radius: 0px 0px 25px 25px;
	}
	ul.m_menu &gt; li:nth-child(6) &gt; a{
		background-color: #368b36;
		color: #ffffff;
	}
	ul.m_menu &gt; li.exp &gt; a {
		position: relative;
		border-top: 1px solid #ffffff;
	}
	ul.m_menu &gt; li.exp &gt; a &gt; i {
		display: block;
	}
	ul.m_menu &gt; li:hover &gt; a {
		background-color: #73be48;
		color: #ffffff;
	}
	ul.sub_menu {
		position: static;
	}
	ul.sub_menu &gt; li &gt; a {
		border-bottom: 1px solid #73be48;
		background-color: #f2faec;
		border-right: 0;
		border-left: 0;
		font-size: 14px;
		color: #368b36;
		transition: .3s;
		padding: 10px;
	}
	ul.sub_menu &gt; li &gt; a:hover {
		background-color: #73be48;
		color: #ffffff;
	}
	ul.sub_menu &gt; li &gt; a:first-child {
		border-top: none;
	}
	#carousel .item h2 {
		font-size: 51px;
	}
	.home-snippets .snippet {
		width: 306px;
	}
	.categories .items {
		width: 990px;
	}
	footer.top .snippet {
		display: none;
	}
	footer.top .columns {
		margin: 0;
		padding: 0;
	}
	footer.top .column {
		float: left;
		width: 45%;
		/*border-bottom: 1px solid #616264;*/
	}
	footer.top .column:last-child {
		border-bottom: none;
	}
	footer.top .column.newsletter .field {
		width: 100%;
		margin-top: 0;
	}
	footer.top .column.newsletter .field input {
		width: 100%;
	}
	footer.top .column h2 &gt; i {
		display: none;
	}
	footer.top .column h2 {
		padding: 10px 0;
		cursor: pointer;
	}
	footer.top .column ul {
		margin: 5px 0 0 0;
	}
	footer.top .column .sub_container {
		/*display: none;
		margin-left: 35px;*/
		margin-bottom: 10px;
	}
	#page article.page_area div.rightside {
		margin-left: 0;
		float: none;
		clear: both;
	}
	#page article.page_area .items {
		width: 765px;
	}
	#page.page_category article.page_area .categories .items .item {
		width: 50%;
	}
	.collection-container #page article.page_area  .items .item {
		width: 33.33333333%;
	}
	#page.nosidebars article.page_area .items {
		width: 990px;
	}
	#page.nosidebars article.page_area .items .item {
		width: 25%;
	}
	#page.nosidebars article.page_area .categories.gallery .items .item {
		width: 33.33333333%;
	}
	#page.nosidebars article .lr {
		float: none;
		width: 100%;
	}
	#page.nosidebars article .first {
		margin: 0 0 40px 0;
	}
	#page.nosidebars article div.center {
		text-align: left;
		margin-top: 40px;
	}
	#page.nosidebars article form label div.cont {
		/*width: 380px;*/
		width: 100%;
	}
	#page.nosidebars article p.medium.withcheck {
		float: none;
		margin: 0 0 10px 0;
		border-top: 1px solid #d3dcde;
		padding-top: 20px;
	}
	#page.nosidebars article .chek_billing {
		margin-bottom: 20px;
		float: left;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container {
		float: right;
		text-align: center;
		margin-right: 15px;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .price,
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity,
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .remove {
		float: none;
		margin: 0 auto 15px auto;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .price.price-all {
		display: none;
	}
	#page.nosidebars article .basket-container .boxes .box {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
		min-height: 0;
	}
	#page.nosidebars article .basket-container .boxes .box button.points,
	#page.nosidebars article .basket-container .boxes .box button.btn_checkout {
		width: 100%;
		float: none;
	}
	#page.nosidebars article .payments_container {
		text-align: center;
	}
	/*
	#page.nosidebars article #product-container .buynow {
		float: none;
		clear: both;
		width: 100%;
		padding-top: 30px;
	}
	*/		
	.repeat-buynow {display: none;}	
	#page.nosidebars article #product-container .buynow .variations button.add2basket {
		margin-left: 15px;
	}
	#page.nosidebars article #product-container .info {
		box-sizing: border-box;
		padding-top: 15px;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	footer.top .contact,
	footer.top .newsletter {
		width: 100% !important;
	}
	footer.top .contact {
		text-align: center;
	}
	
	#gfg-mobile-nav {
		display: block;
	}
	
	/*.page_area details {display: block;}*/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
	/*.reglog {
	display: none;
}*/
	.wishlist {
		/*border-left: 1px solid #d3dcde;*/
	}
	#carousel .item h2 {
		font-size: 40px;
		background: #000000;
		position: static;
		text-align: center;
		padding: 0;
	}
	.home-snippets {
		display: none;
	}
	.categories .items {
		width: calc(100% + 20px);
		margin-top: 10px;
	}
	#page.nosidebars article.page_area .items {
		width: 100%;
	}
	#page aside.sidebar {
		display: none;
	}
	#page article.page_area,
	#page.page_category article.page_area {
		margin-left: 0;
		margin-right: 0;
	}
	#page article form label p,
	#page article form div.label p {
		float: none;
		margin-bottom: 0;
		width: auto;
	}
	#page article.page_area div.floattable p.title {
		float: none;
		margin-bottom: 0;
	}
	#page article.page_area form .submit_container {
		margin-left: 0;
	}
	#page article.page_area form .submit_container a.forgot {
		display: inline-block;
		margin-left: 15px;
	}
	#page article.page_area div.block_info.middle {
		float: none;
		clear: right;
		margin-right: 0;
	}
	#page article.page_area .items {
		width: 100%;
	}
	#page.nosidebars article.page_area .items .item {
		width: 33.33333333%;
	}
	#page.nosidebars article.page_area .categories.gallery .items .item,
	#page.nosidebars article.page_area .categories.galleries .items .item {
		width: 50%;
	}
	#page.nosidebars article.page_area .categories.galleries .items .item .shadow {
		height: 6px;
	}
	#page.nosidebars article form .submit_container {
		margin: 0;
	}
	#page.nosidebars article .basket-container form .product-list .product-info-container {
		width: 100%;
		padding: 0 20px 20px 10px;
		box-sizing: border-box;
	}
	#page.nosidebars article .basket-container form .product-list .product-info {
		padding-top: 20px;
		padding-bottom: 10px;
		width: 100%;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container {
		float: none;
		text-align: left;
		margin-right: 0;
		padding-top: 0;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .price {
		margin: 0 0 12px 0;
		line-height: 1;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity {
		float: left;
		margin: 0;
		text-align: left;
		width: 125px;
		height: auto;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .quantity-box {
		width: 70px;
		float: left;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .quantity .update {
		margin: 6px 0 0;
		float: left;
	}
	#page.nosidebars article .basket-container form .product-list .product-price-qty-container .remove {
		float: right;
		margin-bottom: 0;
		padding-right: 5px;
	}
	
	#page.nosidebars article #product-container .image {
		position: relative;
		top: 0;
	}
	#product-container button {
		/*width: 100%;*/
	}
	#page.nosidebars article #product-container .buynow .variations button.add2basket {
		margin: 15px 0 0 0;
		float: none;
		clear: both;
	}
	/*#page article #blog-category-menu {
		display: block;
	}*/
	#gfg-tag-filter {
		display: block;
	}
	#product-container .info .reviews .row2 button.btn_review {
		margin-left: 0;
	}
	.mobile-buy-now {
		display: block;
	}
	ul.sub_menu &gt; li:first-child &gt; a,
	ul.sub_menu &gt; li:last-child &gt; a {
		border-radius: 0px;
	}
	.m_icon-search {
		float: right;
		background-color: #73be48;
		padding: 10px 15px 10px 10px;
		border-radius: 0px 25px 25px 0px;
		margin: -11px 0px 0px 0px;
		font-size: 29px;
		display: block;
		transition: .3s;
	}
	.m_icon-search:hover {
		background-color: #368b36;
	}
}

@media only screen and (max-width: 840px) {
	#page.nosidebars article #product-container .image {
		clear: both;
        float: none;
        margin: 0 auto;
	}
	#page.nosidebars article #product-container .buynow {
		clear: both;
		float: none;
		padding-top: 30px;
		width: 100%;
	}
	#product-container .info .code {
		text-align: center;
	}	
	.repeat-buynow { display: block; }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	#carousel .item h2 {
		font-size: 22px;
		background: #000000;
		position: static;
		text-align: center;
		padding: 0;
	}
	.categories .items,
	#page.nosidebars article.page_area .items {
		width: 102.8%;
	}
	#page article.page_area form label div.cont,
	#page article.page_area form label div.cont.medium,
	#page article.page_area form label div.cont.small,
	#page article.page_area form .submit_container button {
		width: 100%;
	}
	#page article.page_area form label div.cont.medium,
	#page article.page_area form label div.cont.small {
		width: 100% !important;
	}
	#page article.page_area form .submit_container a.forgot {
		display: block;
		margin-left: 0;
	}
	/* ----------------------------- TABLE RESPONSIVE ----------------------------- */
	table.responsive {
		margin-bottom: 0;
	}
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #e4e4e4;
		border-left: 1px solid #e4e4e4;
	}
	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%;
	}
	.pinned table th,
	.pinned table td {
		white-space: nowrap;
	}
	.pinned td:last-child {
		border-bottom: 0;
	}
	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #e4e4e4;
	}
	div.table-wrapper div.scrollable table {
		margin-left: 35%;
	}
	div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}
	table.responsive td,
	table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}
	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none;
	}
	/* ----------------------------- TABLE RESPONSIVE ----------------------------- */
	#page article.page_area form label.radio {
		display: block;
	}
	#page article.page_area div.leftside,
	#page article.page_area div.rightside {
		float: none;
		clear: both;
		width: 100%;
	}
	#page article.page_area form div.search_container {
		width: 100%;
	}
	#page article.page_area div.rightside .result {
		width: 100%;
		box-sizing: border-box;
	}
	#page article.page_area .items {
		width: 102.8%;
	}
	#page.page_category article.page_area .categories .items .item {
		width: 50%;
	}
	.collection-container #page article.page_area  .items .item {
		width: 50%;
	}
	#page.nosidebars article .categories .items .item {
		width: 100%;
	}
	#page.nosidebars article form label div.cont,
	#page.nosidebars article form label div.cont.small,
	#page.nosidebars article form label div.cont.medium,
	#page.nosidebars article form button {
		width: 100% !important;
	}
	#page.nosidebars article .button_blue {
		width: 100%;
		display: block;
		text-align: center;
		padding: 9px 20px;
		box-sizing: border-box;
	}
	#page.nosidebars article div.center {
		margin-top: 20px;
	}
	#page.nosidebars article form button {
		margin-bottom: 10px;
	}
	#page.nosidebars article form .button_grey {
		margin: 0;
	}
	#page.nosidebars article .payments_container {
		text-align: center;
	}
	#page.nosidebars article .basket-container .boxes .box .input-voucher-container button.btn_voucher {
		width: auto !important;
	}
	#page.nosidebars article .basket-container form .product-list .shopwired-image-container.fixed {
		float: none;
		margin: 0 auto;
	}
	#page.nosidebars article .basket-container form .product-list .product-info-container {
		width: 100%;
		margin: 0;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
	}
	#page.nosidebars article .basket-container form .product-list .product-info {
		width: 100%;
		padding: 0 0 10px 0;
	}
	#page article #blog .post .shopwired-image-container.image {
		/*display: none;*/
		width: 100%;
	}
	#blog .post {
		text-align: center;
	}
	#blog .post h2.title {
		text-wrap: balance;
	}
	#blog .post .details {
		margin-bottom: 10px !important;
	}
	#blog .post .post-body .fr-view {
		text-align: justify;
	}
	#blog .post .shopwired-image-container.image {
		margin: 0 0px 10px 0;
	}
	.gfg-footer-trees {
		margin-left: 15px !important;
    	width: calc(100% - 30px) !important;
	}
	.slideshow-container,
	.slideshow-dots-container {
		width: calc(100% - 30px) !important;
	}
	
	.gfg-preview-post {
		padding-right: 0;
	}
	#blog .post .post-body {
		padding: 0 10px;
	}
}
/* Custom for nicely remove .wishlist */
@media only screen and (max-width: 820px) {
	.wishlist {
		display: none;
	}
	.items {
		border-left: 1px solid #d3dcde;
	}
	.categories .items,
	#page.nosidebars article.page_area .items {
		width: 103.2%;
	}
	#page article.page_area .pagination .page-link.m_hide {
		display: none;
	}
	#page article.page_area .items {
		width: 103.3%;
	}
}
@media only screen and (max-width: 855px) {
	.search {
		display: none;
	}
	/*.m_icon-search {
        display: block;
    }*/
	ul.m_menu_add {
		display: block;
	}
	ul.m_menu_add &gt; li &gt; a {
		display: none;
	}
	/*.topright {
		width: calc(100% - 75px);
	}
	.reglog {
		float: none;
	}*/
}
/* Custom for nicely remove .search */
@media only screen and (max-width: 820px) {
	/*.m_icon-search {
		display: block;
	}*/
	ul.m_menu_add {
		display: block;
	}
	ul.m_menu_add &gt; li &gt; a {
		display: none;
	}
	/*.m_search_container {
	display: block;
}*/
	footer.bottom p span.separator {
		display: none;
	}
	footer.bottom p span.separator_br {
		display: inline;
	}
	.categories .items,
	#page.nosidebars article.page_area .items {
		width: calc(100% + 20px);
	}
	#page article.page_area .items {
		width: 103.6%;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.items {
		border: none;
	}
	#carousel .item h2 {
		font-size: 18px;
		background: #000000;
		position: static;
		text-align: center;
		padding: 0;
	}
	input.m_searchfield {
		width: 55%;
	}
	.categories .items {
		width: calc(100% + 10px);
        float: none;
        left: -6px;
	}
	.categories .items .item {
		padding: 0 5px 10px;
	}
	#page.nosidebars article.page_area .items {
		width: 104.6%;
	}
	.categories .items .item a.cat_title,
	#page.page_category article.page_area .categories .items .item a.cat_title {
		/*padding: 5px;*/
		line-height: 1.1;
		/*white-space: normal;*/
	}
	.categories .cat_title .icon-arrow2-right {
		display: none;
	}
	section.products {
		margin-bottom: 5px;
	}
	#page article.page_area div.block_info.first {
		float: none;
		clear: right;
		margin-right: 0;
	}
	#page article.page_area div.floattable p.info {
		width: auto;
		float: none;
	}
	#page article.page_area div.rightside .result .block_info_p {
		float: none;
		clear: both;
	}
	#page article.page_area div.rightside .result .block_info_p.last {
		margin-left: 0;
	}
	#page article.page_area div.rightside .result .block_info_p p a {
		display: inline;
		margin: 0;
	}
	#page article.page_area .collection-container .sorting .customSelect {
		width: 145px;
	}
	#page article.page_area .items {
		width: 103.4%;
	}
	#page article.page_area .collection-container .items .item .category-title p.price {
		font-size: 13px;
	}
	#page.nosidebars article .categories .items .item .video-container iframe {
		height: 200px;
	}
	#page.nosidebars article.page_area .categories.galleries .items .item .shadow {
		height: 5px;
	}
	#page.nosidebars article #product-container .image {
		width: calc(100% - 10px);
	}
	.gfg-footer-trees {
		margin-left: 5px !important;
    	width: calc(100% - 10px) !important;
	}
	.slideshow-container,
	.slideshow-dots-container {
		width: calc(100% - 10px) !important;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	.categories .items,
	#page article.page_area .items {
		width: 107%;
	}
	#page article.page_area .collection-container .items .item .category-title p.price span {
		display: none;
	}
	#page article.page_area .collection-container .items .item .shopwired-image-container span.newin,
	#page article.page_area .collection-container .items .item .shopwired-image-container span.twoforone {
		font-size: 9px;
	}
	.logo img {
		height: 72px;
	}
	
	
	
	
}
@media only screen and (max-width: 293px) {
	.items {
		display: none;
	}
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
	.container {
		width: auto;
		padding: 0 5px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
	.container {
		width: auto;
		padding: 0 15px;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	.container {
		width: calc(100% - 100px);;
		padding: 0;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1200px) {
	.container {
		width: calc(100% - 100px);;
		padding: 0;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	.container {
		width: calc(100% - 100px);
		padding: 0;
	}
	ul.m_menu &gt; li:hover &gt; ul.sub_menu {
		display: block;
	}
	ul.sub_menu &gt; li &gt; a:hover {
		background-color: #73be48;
		color: #ffffff;
	}
	ul.m_menu {
		display: block;
	}
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_normal.svg#aktivgrotesk300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_normal.svg#aktivgrotesk400') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_normal.svg#aktivgrotesk500') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_normal.svg#aktivgrotesk700') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_300_italic.svg#aktivgrotesk300') format('svg');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_400_italic.svg#aktivgrotesk400') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_500_italic.svg#aktivgrotesk500') format('svg');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'aktiv-grotesk';
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.eot');
	src: url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/aktiv_grotesk/aktiv_grotesk_700_italic.svg#aktivgrotesk700') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.eot?#iefi100') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_normal.svg#proximanova100') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova300_normal.svg#proximanova300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_normal.svg#proximanova400') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_normal.svg#proximanova600') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_700_normal.svg#proximanova700') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.eot?#iefi800') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_normal.svg#proximanova800') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.eot?#iefi100') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_100_italic.svg#proximanova100') format('svg');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_300_italic.svg#proximanova300') format('svg');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_400_italic.svg#proximanova400') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_600_italic.svg#proximanova600') format('svg');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova700_italic.svg#proximanova700') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'proxima-nova';
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.eot');
	src: url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.eot?#iefi800') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/proxima_nova/proxima_nova_800_italic.svg#proximanova800') format('svg');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?yxq13h');
	src: url('../fonts/icomoon.eot?#iefixyxq13h') format('embedded-opentype'), url('../fonts/icomoon.woff?yxq13h') format('woff'), url('../fonts/icomoon.ttf?yxq13h') format('truetype'), url('../fonts/icomoon.svg?yxq13h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow2-down:before {
	content: "\e600";
}
.icon-arrow2-left:before {
	content: "\e601";
}
.icon-arrow2-right:before {
	content: "\e602";
}
.icon-arrow2-up:before {
	content: "\e603";
}
.icon-arrow-down:before {
	content: "\e604";
}
.icon-arrow-left:before {
	content: "\e605";
}
.icon-arrow-right:before {
	content: "\e606";
}
.icon-arrow-up:before {
	content: "\e607";
}
.icon-button-arrows:before {
	content: "\e608";
}
.icon-check-box:before {
	content: "\e609";
}
.icon-check-box-unchecked:before {
	content: "\e60a";
}
.icon-close-menu:before {
	content: "\e60b";
}
.icon-menu:before {
	content: "\e60c";
}
.icon-open-menu:before {
	content: "\e60d";
}
.icon-remove-from-basket:before {
	content: "\e60e";
}
.icon-search:before {
	content: "\e60f";
}
.icon-shopping-basket:before {
	content: "\e610";
}
.icon-triangle:before {
	content: "\e611";
}
.icon-star:before {
	content: "\e612";
}
.form-errors {
	color: red;
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
.form-errors:first-child {
	margin-top: 0;
}
.form-with-validation div.error {
	display: block;
	margin-top: 5px;
	color: #f00;
}
.collection-container.loading .items {
	position: relative;
}
.collection-container.loading .items::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	z-index: 100;
}
#product-container .product-sale-price-value,
#product-container .reward-points,
#product-container .add-button,
/*#product-container .in-stock,*/
#product-container .video-container {
	display: none !important;
}
#product-container.in-stock .in-stock {
	display: inline !important;
}
#product-container.in-stock .out-of-stock {
	display: none !important;
}
#product-container.has-sale-price .product-sale-price-value {
	display: inline !important;
}
#product-container.has-reward-points .reward-points {
	display: block !important;
}
#product-container.can-be-added .add-button {
	display: inline-block !important;
}
#product-container.can-be-added .out-of-stock-button {
	display: none !important;
}
#product-container.playing-video .main-photo {
	display: none !important;
}
#product-container.playing-video .video-container {
	display: block !important;
}
#product-container .video-container {
	padding-bottom: 100%;
	height: 0;
	background-color: #000;
	z-index: 20;
	position: relative;
	border: 1px solid #d3dcde;
}
#product-container .video-container iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
#product-container .pts {
	font-size: 13px;
	margin-left: 5px;
}
.shopwired-basket-modal .close-button {
	opacity: 1;
}
.shopwired-basket-modal .main-background-color {
	background-color: #73BE48;
	color: #FFFFFF;
}
.shopwired-basket-modal .buttons .close-button {
	background-color: #F11322;
	color: #FFFFFF;
}
.shopwired-basket-modal .items {
	border: none;
	float: none;
	padding: 0;
	text-align: left;
}
.shopwired-basket-modal .item {
	margin: 0;
}
.currencies {
	background-color: #141414;
	padding: 8px 0 10px;
}
.currencies .current {
	color: #fff;
}
.currencies a + a {
	margin-left: 4px;
}
@media screen and (max-width: 790px) {
	.pagination .page-link {
		display: none;
	}
	.pagination .page-link[data-page='prev'],
	.pagination .page-link[data-page='next'],
	.pagination .page-link.current {
		display: block;
	}
}
.page-content-blog img {
	max-width: 100%;
}
.product-box .shopwired-image-container span {
	z-index: 10;
}
.category-description {
	margin: 20px 0px 20px;
    /* clear: both; */
    display: inline-block;
}
.account-form .check {
	margin-top: 15px !important;
}
@media screen and (max-width: 1200px) {
	.account-form .check {
		margin-top: 0 !important;
	}
}
.order-info {
	overflow: hidden;
}
table.responsive {
	width: 100%;
}
table.responsive th,
table.responsive td {
	vertical-align: top;
}
.post .shopwired-image-container {
	padding-bottom: 0;
	height: 225px;
}
.post .post-body p {
	margin: 15px 0 0 !important;
}
#page .basket-container .shopwired-image-container {
	width: 170px !important;
	height: 170px;
	padding: 0 !important;
}
#page .basket-container form .product-list button {
	width: 100%;
	display: block;
	margin: 5px 0;
	padding: 5px 0;
}
.responsive-table-container {
	overflow: auto;
}
.post-body img,
.auto-page-content img {
	max-width: 100%;
}
@media screen and (max-width: 479px) {
	#page.nosidebars article.page_area .items {
		width: 100%;
		float: none;
		left: 0;
	}
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
table.block.order-totals {
	width: 50%;
	float: right;
	margin: 10px 0;
	text-transform: uppercase;
}
table.block.order-totals td:last-child {
	text-align: right !important;
}
table.block.order-totals tr:last-child td {
	font-weight: bold;
	border-top: 1px solid #e4e4e4;
}

.navigation-breadcrumb .breadcrumb {
	padding-left: 0;
	padding-top: 0;
	margin-top: -20px;
	padding-bottom: 20px;
}
.navigation-breadcrumb .breadcrumb a {
	font-size: 12px;
	padding: 0;
	text-transform: capitalize;
}
.navigation-breadcrumb .breadcrumb a.active {
	color: #000;
}
.navigation-breadcrumb .breadcrumb a:hover {
	color: #000;
}
.breadcrumb li {
	list-style: none;
	display: inline-block;
}
.navigation-breadcrumb .breadcrumb &gt; li + li:before {
	padding: 0 5px;
	content: " &gt; ";
	color: #000;
}


/* Shopwired: Item Stock */
.item-stock{
	border-top: 1px solid #016d01;
	/*padding-top: 5px;*/
	margin-top: 10px;
	text-align: center;
	/*padding-bottom: 4px;*/
	height: 30px;
	display: grid;
	align-items: center;
}

.item-stock img{
	width: 15px;
	vertical-align: bottom;
}


/* SHOPWIRED: Stock requests container */
.stock-requests-container{
	margin-top: 1rem;
	border: 1px solid #d3dcde;
	border-radius: 25px;
	padding: 15px;
}

.stock-requests-container input{
	border: 1px solid #d3dcde;
	font-size: 14px;
	padding: 13px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
}

.stock-requests-container button{
	padding: 7px 12px;
	background-color: #006E00;
	color: #FFFFFF;
	width: 100%;
	border: 0px;
}


/* Shopwired: Coronavirus banner */
.navigation-banner{
	/*background-color: #368b36;*/
	border: none;
	/*padding: 0.5rem;*/
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	color: #006e00;
}

.navigation-banner &gt; a {
	color: #ffffff;
	font-size: 13px;
}

/*
.navigation-banner span{
text-decoration: underline;
}
*/

#products_new .add_to_basket{
	display: block;
	text-align: center;
	margin-top: 8px;
	background-color: #73be48;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding: 0 12px 2px;
	border: none;
	line-height: 28px;
	cursor: pointer;
	font-weight: 400;
}

.products-sku{
	display: block;
	margin: 5px 5px 0px 5px;
	min-height: 50px;
	text-align: center;
}

/* Category list on product page */
.category-list-dropdown{
	margin-top: 0px;
	margin-bottom: 10px;
}

.category-list-dropdown.hide{
	display:none;
}

.red-box {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #c00000;
	font-size: 14px;
	color: #ffffff !important;
}

.red-box-padded {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #c00000;
	font-size: 14px;
	color: #ffffff !important;
}

.dark-box {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #368b36;
	font-size: 14px;
	color: #ffffff;
	
	a {
		color: #ffffff;
	}
}

.dark-box-padded {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #368b36;
	font-size: 14px;
	color: #ffffff !important;
	
	a {
		color: #ffffff;
	}
}

.light-box {
	font-weight: 600 !important;
    border: 2px solid #73be48;
    border-radius: 25px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #f2faec;
	font-size: 14px;
	color: #368b36;
}

.bright-box {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #73be48;
	font-size: 14px;
	color: #ffffff !important;
}

.bright-box-padded {
	font-weight: 600 !important;
    border: none;
    border-radius: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #73be48;
	font-size: 14px;
	color: #ffffff !important;
}

.bright-box-img {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 25px;
	height: 25px;
	text-decoration: none;
	background-repeat: no-repeat;
	-webkit-background-size: 25px;
	background-size: 25px;
	border-radius: 25px;
	margin-top: -3px;
}

.light-button,
.category-list-dropdown a{
	font-weight: 600 !important;
    border: 2px solid #73be48;
    border-radius: 25px;
    padding: 2px 10px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #f2faec;
	transition: 0.3s;
	font-size: 14px;
	color: #368b36;
	text-align: center;
	text-wrap: pretty;
}

.light-button-padded {
	font-weight: 600 !important;
    border: 2px solid #73be48;
    border-radius: 25px;
    padding: 5px 10px !important;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #f2faec;
	transition: 0.3s;
	font-size: 14px;
	color: #368b36;
}

.pmp-button {
	margin: -3px 0px 0px 0px;
    float: right;
	text-decoration: none;
}

.red-button-padded {
	font-weight: 600 !important;
	border: 2px solid #C00000;
    border-radius: 15px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    background-color: #c00000 !important;
	transition: 0.3s;
	font-size: 14px;
	color: #ffffff;
}

.red-button-padded:hover {
	background-color: #ffffff !important;
	color: #c00000 !important;
	text-decoration: none !important;
	cursor: pointer;
	
	a {
		color: #ffffff;
	}
}

.pmp-button:hover,
.light-button-padded:hover,
.light-button:hover,
.category-list-dropdown a:hover {
    background-color: #73be48;
	color: #fff !important;
	text-decoration: none !important;
}

/* Homepage Counter */
.counter-bar{
	display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;   
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.counter-bar .count{
	font-weight: bold;
	font-size: 2.5rem;
	color: #176e00;
}

.counter-bar .count-text{
	text-align: center;
	font-weight: normal;
	font-size: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

@media(max-width: 800px){
	.counter-bar{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;	
		flex-direction: column;
		text-align: center;
	}

	.counter-bar .counter{
		margin-bottom: 1rem;
	}
}


/* Product Enquire Form */
.enquire-form{
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}

@media(max-width: 1200px){
	.enquire-form{
		float: unset;
		padding: 0;
	}
}

/* Donation Box */
#page article  .donation-section{
	display: -webkit-box;   
	display: -moz-box;      
	display: -ms-flexbox;   
	display: -webkit-flex;  
	display: flex;   
	align-items: center;
	border-bottom: 1px solid #d3dcde;
	padding-bottom: 1.2rem;
	margin-bottom: 0.2rem;
	margin-top: 15px;
}

#page article .donation-section .donation-title{
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 500;
}

#page article .donation-section .donation-input{
	display: -webkit-box;   
	display: -moz-box;      
	display: -ms-flexbox;   
	display: -webkit-flex;  
	display: flex; 
	margin-left: 1rem;
	align-items: center;
}

#page article .donation-section .donation-currency{
	font-size: 22px;
	line-height: 1;
	margin-right: 0.5rem;
}

#page article .donation-section .donation-input input{
	border: 1px solid #d3dcde;
	box-sizing: border-box;
	font-size: 14px;
	padding: 9px 9px 9px 12px;
	margin-right: 0.5rem;
	min-width: 140px;
	border-radius: 25px;
}

#page article .donation-section .donation-input button{
	background-color: #006e00;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 11px 12px;
	line-height: 1;
	height: auto;
	margin-bottom: 0;
	margin-right: 0;
}

@media(max-width: 500px){
	#page article .donation-section{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;	
		flex-direction: column;
	}

	#page article .donation-section .donation-title{
		margin-bottom: 0.5rem;
	}
}

.gj-picker-md [role=header] {
	background-color: #016E0E!important;
}

.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
	background-color: #016E0E!important;
}

.gj-picker-md .arrow-end {
	border: 16px solid #016E0E!important;
}

.gj-picker-md [role=footer] button.gj-button-md {
	color: #016E0E!important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
	color: #016E0E!important;
}

.e-input-group .e-control-wrapper .e-date-wrapper .e-valid-input .e-input-focus, .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after  {
	border-color:#016E0E!important;
	background: #016E0E!important;
}

.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
	color:#016E0E!important;

}

.margin-bottom {
	margin-bottom: 10px;
}

.green {
	color:#368b36;
	font-weight: bold;
}

.italic {
	font-style: italic;
	text-align: center;
}

.margin-top {
	margin-top: 10px;
}

footer .counter{
	text-align: center;
}

footer .counter .count-text{
	margin-top: 0.5rem;
	color: black;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

footer .counter .count{
	font-size: 1.5rem;
	color: black;
}

@media (max-width: 1200px){
	footer .counter img{
		width: 200px !important;
		margin-top: 1rem;
	}
}

.counter p {
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.counter p &gt; a {font-weight: bold; color: #000000;}


/* CODE ADDED BY JON FOR HOME BANNER - 20211012 */
.home-banner {
	max-width: 100%;
}

/* CODE ADDED BY JON FOR OUT OF STOCK PRE-ORDER BUTTON - 20211012 */
/*
.button-out-of-stock {
	background-color: #C00000 !important;
	width: 100%;
	margin-top: 10px;
	border: none !important;
    color: #fff !important;
}

.button-out-of-stock:hover {
	background-color: #73be48 !important;
}

.out-of-stock {
	color: #C00000 !important;
}
*/

/* CODE ADDED BY JON FOR PRODUCT DESCRIPTIONS - 20220215 */
/*.product_specs {
font-family: Open Sans, Arial, Helvetica, sans-serif;
font-size: 10pt !important;
}*/

.gfg_useful_docs tr {border:none; font-weight: bold; text-transform: uppercase;}
.gfg_useful_docs a {font-size: 14px;}


.gfg_product_specs tr {border: none; width: 100%;}
.gfg_product_specs tr:nth-child(even) {/*background-color: #E2EFDA;*/ border-bottom: 1px solid #e2efda;}
.gfg_product_specs tr:nth-child(odd) {/*background-color: #F2FAEC;*/ border-bottom: 1px solid #e2efda;}
.gfg_product_specs td {padding:5px; font-size:13px; overflow-wrap: anywhere;}
.gfg_product_specs {margin-bottom: 20px;}
.gfg_product_specs td a {color:#000 !important;}

#terms {font-weight: bold !important;}

.gfg_navbar_button {
	background-color: #ffffff;
	border: 2px solid #73be48;
	border-top: none;
	padding: 5px 3px;
	border-radius: 0px 0px 15px 15px;
	margin-left: 3px;
	transition: .3s;
	font-weight: 600 !important;
	display: inline-block;
}
.gfg_navbar_contactus {
	background-color: #ffffff;
	border: 2px solid #73be48;
	border-radius: 20px;
	color: #368b36;
	margin-top: 10px;
	display: inline-block;
	padding: 5px 15px;
	transition: .3s;
	font-weight: 600 !important;
}
.gfg_navbar_button,
.gfg_navbar_contactus {
	color: #368b36;
}

.gfg_navbar_button:hover,
.gfg_navbar_contactus:hover {
	background-color: #73be48;
	text-decoration: none !important;
	color: #ffffff !important;
	
	a {
		color: #ffffff;
		text-decoration: none !important;
	}
}




#page aside.sidebar ul.sidebar_menu&gt;li&gt;a:hover {
	background-color: #73be48;
	color: #ffffff;
	text-decoration: none;
}



/* Menu Banner Styling */
.banner-container {
	color: #ffffff;
	font-family: Open Sans;
	width: 100%;
}

/*.banner-title {
background-color: #73be48;
float: left;
padding: 10px;
text-align: right;
width: calc(27.2727% - 20px);
}*/

.banner-links-container {
	background-color: #368b36;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	width: calc(72.7273% - 20px);
}

.banner-links {
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
}

.banner-links:hover {
	background-color: #73be48;
}

/* Blog Icons - 5 wide */
.five-image-wide {
	width: 20%;
	float: left;
	display: block;
	text-align:center;
	font-family: Open Sans;
	min-height: 180px;
}

@media only screen and (max-width: 797px) {
	.five-image-wide {
		width: 33%;
	}
}

/* Item Styling (categories, sub-categories, products) */
@media only screen and (max-width: 1800px) {
	/* Homepage */
	/*.categories .items .item {
		width: 20%;
	}*/
	/* Category Page */
	#page.page_category article.page_area .categories .items .item {
		width: 20%;
	}
	/* Product List */
	.collection-container #page article.page_area  .items .item {
		width: 20%;
	}
}
@media only screen and (max-width: 1500px) {
	/* Homepage */
	.categories .items .item {
		width: 25%;
	}
	/* Category Page */
	#page.page_category article.page_area .categories .items .item {
		width: 25%;
	}
	/* Product List */
	.collection-container #page article.page_area  .items .item {
		width: 25%;
	}
}

@media only screen and (max-width: 1200px) {
	.categories .items .item {
		width: 33.333%;
	}
	#page.page_category article.page_area .categories .items .item {
		width: 33.333%;
	}
	.collection-container #page article.page_area  .items .item {
		width: 33.333%;
	}
}

@media only screen and (max-width: 768px) {
	.categories .items .item {
		width: 50%;
	}
	#page.page_category article.page_area .categories .items .item {
		width: 50%;
	}
	.collection-container #page article.page_area  .items .item {
		width: 50%;
	}
}

/* Brands That Trust Us */
.slider-header {
	background-color: #73be48;
	/* 99c599 */
	color: #ffffff;
	font-family: Open Sans;
	font-size: 2em;
	font-weight: 400;
	padding: 10px 0px;
	text-align: center;
}

.marquee {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #73be48;
	display: flex;
	border-radius: 0px 0px 20px 20px;
}

.track {
	margin: 0px;
	padding: 0px;
	display: flex;
	position: relative;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 60s linear infinite;
}

.content img {
	height: 70px;
	width: auto;
	margin: 0 3vw;
	padding-top: 10px;
}

@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media only screen and (max-width: 768px) {
	.content img {
		height: 30px;
	}
	.slider-header {
		font-size: 1.5em;
		padding: 5px 0px;
	}
	.marquee {
		height: 50px;
	}
	.track {
		animation: marquee 30s linear infinite;
	}
}

/* Fix main Blog page layout on mobile */
@media only screen and (max-width: 480px) {
	#blog .post h2.title {
		clear: both;
	}
}

.categories .subcats-container {
	min-height: 60px !important;
	background-color: #ffffff;
	margin-top: 5px;
}

.categories .subcats-container .subcat_title {
	display: block;
	font-size: 12px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #368b36;
	position: relative;
	text-align: left;
	padding: 5px 0px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cat_title_prod_dir {
	background-color: #73be48;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}

#cat_items_prod_dir {
	left: 0px !important;
	margin-top: 10px !important;
}

@media only screen and (max-width: 620px) {
	.gfg_prod_video {
		width: calc(100%);
	}
}


/* Banner start */
.full-width-banner {
	width: 50%;
	position: relative;
	display: inline-block;
	float: left;
}

.banner-footer {  
	background-image: url('https://files.ecommercedns.uk/228484/68856f7c27d43567ee9be71d87f46b9c.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0.8%;
}

.banner-footer-christmas {
	background-image: url('https://files.ecommercedns.uk/228484/fe490becea459300e3b8ceb45f7e4774.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
}

.banner-footer,
.banner-footer-christmas {
	float: left;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 1.8vw;
	font-family: Open Sans;
	font-weight: 600;
	color: white;
	border-radius: 25px;
	height: 7.19vw;
	width: 99.2%;
}

.banner-footer-text {
	text-shadow: 3px 3px 3px #000000;
	margin-top: 1.3vw;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0px 10px; 
}

@media only screen and (max-width: 800px) {
	.full-width-banner {
		width: 100%;
		margin: 0px;
	}
	.banner-footer{
		margin: 5px 0px 0px 0px;
	}
	.banner-footer-christmas{
		margin: 0px;
	}
	.banner-footer-christmas,
	.banner-footer {
		width: 100%;
		font-size: 2.8vw;
		height: 8vw;
	}
	.banner-footer-text {
		margin-top: 2vw;
	}
	.banner-footer-text &gt; br {
		display: none;
	}
}


/* Banner end */


/* Filter Accordion */
.accordion {
	background-color: #f2faec;
	color: #595959;
	cursor: pointer;
	padding: 8px 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
}

.accordion.active, .accordion:hover {
	background-color: #73be48;
	color: #ffffff;
}

.panel {
	background-color: #f2faec;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion:after {
	content: "\25BC"; /* Unicode character for "plus" sign (+) */
	font-size: 16px;
	color: #368b36;
	float: right;
	margin-right: -1px;
}

.accordion.active:after {
	content: "\25B2"; /* Unicode character for "minus" sign (-) */
}

.filter-container {
	float: left;
	width: 180px;
	display: flex;
	/*align-items: center;*/
}

#filter-panel {
	height: fit-content !important;
}

.gfg-filter-container {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	float: left;
}

#accordion,
#accordion.accordion:after  {
	background-color: #73be48;
	color: #ffffff;
}

#accordion {
	width: 177px;
	border-radius: 25px;
}

.pay-in-3 {
	font-size:12px;
	padding-top: 10px;
	clear: both;
}

/* Blog Pagination */
.blog-pagination {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 639px) {
	.blog-pagination {
		justify-content: center;
	}
}

.blog-pagination li {
	font-size: 13px;
	margin-right: 5px;
	vertical-align: top;
	text-align: center;
}

.blog-pagination li.pagination-previous.disabled,
.blog-pagination li.pagination-next.disabled {
	background-color: #f7f7f7;
	cursor: not-allowed;
}

.blog-pagination svg {
	width: 8px;
	height: auto;
}

.blog-pagination li.current {
	background-color: #368b36;
	border: 2px solid #368b36;
	color: #ffffff;
}

.blog-pagination li {
	background-color: #f2faec;
	border: 2px solid #73be48;
	border-radius: 20px;
	font-weight: 600;
	color: #368b36;
	padding: 7px 0px;
	font-size: 12px;
	width: 30px;
	display: inline-block;
	transition: .3s;
}

.blog-pagination li:hover {
	background-color: #73be48;
	cursor: pointer;
	

}
.blog-pagination a:hover li,
.blog-pagination a:hover i {
	text-decoration: none !important;
	color: #ffffff !important;
}

.blog-pagination a {
    float: left;
    margin-bottom: 5px;
}

/* Blog Pagination End */

/* Product Paginsation */

#page article.page_area .pagination {
	float: right;
	font-size: 0;
	/*margin-top: 25px;
	position: absolute;*/
	position: relative;
	width: 100%;
	/*clear: both;*/
	padding-top: 5px;
}
#page article.page_area .pagination .page-link {
	background-color: #f2faec;
	color: #368b36;
	font-size: 12px;
	border: 2px solid #73be48;
	padding: 7px 0px 7px 0px;
	margin-right: 4px;
	display: inline-block;
	cursor: pointer;
	float: left;
	text-align: center;
	width: 30px;
	margin-top: 5px;
	border-radius: 20px;
	transition: .3s;
}
#page article.page_area .pagination .page-link:last-child {
	margin-right: 0;
}
#page article.page_area .pagination .page-link.current {
	border: 1px solid #368B36;
	background-color: #368B36;
	color: #fff;
	display: inline-block !important;
}
#page article.page_area .pagination .page-link:hover {
	background-color: #73be48;
	color: #ffffff;
}

/* Product Paginsation End */

.sharethis_widget_container {
	margin-top: 10px;
}

.sharethis_widget_title {
	margin: 15px 10px 0px 0px;
}

.sharethis_widget {
	display: inline-block !important;
	vertical-align: middle !important;
	font-weight: bold !important;
	color: #368b36 !important;
}

/* Blog SEO Amendments */

#page aside.sidebar h6 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #368B36;
	padding: 9px 12px;
	margin: 0;
}
#page aside.sidebar h6.lightgrey {
	color: #ffffff;
	background-color: #368b36;
	border: 1px solid #d3dcde;
	font-weight: 500;
	font-size: 15px;
	border-radius: 25px 25px 0px 0px;
}

/*#blog-category-menu h6 {
	background-color: #368B36;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	padding: 5px;
	margin: 0;
}
#blog-category-menu h6 &gt; i {
	margin: 0 7px 0 5px;
}*/

#blog-category-menu .category-list-dropdown {
	margin-bottom: 0px;
}

.blog-h2 {
	color: #368B36;
	font-size: 16px;
	font-weight: bold;
}

#page article.page_area h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Blog SEO Amendments End */

/* RRP strikethrough */

s, strike{
	text-decoration: none;
	position:relative;
	color: #595959;
}
s::before, strike::before {
	top: 50%;
	background: #73be48;
	opacity: 0.7;
	content: '';
	width: 110%;
	position: absolute;
	height: 0.1em;
	border-radius: 0.1em;
	left: -5%;
	white-space: nowrap;
	display: block;
	transform: rotate(-15deg);
	margin: 0px !important;
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

/* RRP strikethrough end */

/* T7805 Start */

#sw-theme-preview-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: .5;
	z-index: 999;
	padding: 0px !important
}

header .logo img {
	width: 75px;
	height: 75px;
}

footer.top .social img {
	width: 34px;
	height: 34px;
}

footer.bottom .payment-list img[alt="Paypal"],
footer.bottom .payment-list img[alt="Mastercard"],
footer.bottom .payment-list img[alt="Visa"],
footer.bottom .payment-list img[alt="Discover"],
footer.bottom .payment-list img[alt="JCB"],
footer.bottom .payment-list img[alt="Maestro"] {
	width: 39px;
	height: 25px;
}

footer.bottom .payment-list img[alt="Americal Express"] {
	width: 25px;
	height: 25px;
}

footer.bottom .payment-list img[alt="Payment gateway"]:first-child {
	width: 49px;
	height: 25px;
}

/* T7805 End */

.compatible_products {
	margin: 10px 0px;
	color: #368b36;
	font-weight: bold;
}

.alt_prod_outer {
	padding: 5px; 
	/*border: 1px solid #d3dcde;*/
	border-radius: 0px 0px 25px 25px;
	max-height: 500px;
	overflow-y: auto;
}

.alt_prod_container {
	border-top: 1px solid #d3dcde;
	padding: 5px 0px;
	color: #000000;
}

.alt_prod_image {
	float: left;
	width: 75px;
}

.alt_prod_image img {
	object-fit: cover;
	width: 70px;
	height: 70px;
}

.alt_prod_sku {
	color: #368b36;
	font-weight: bold;
	font-size: 12px;
}

.alt_prod_info {
	float: left;
	width: calc(100% - 80px);
	font-size: 14px;
}

.alt_prod_price {
	font-size: 12px;
	font-weight: 600;
	color: #368b36;
	margin: auto;
}
.shopwired-image-container {
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}
.shopwired-image-container:not([data-fit="1"]) img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.shopwired-image-container[data-fit="1"] img {
	position: absolute;
	top: 0;
	left: -2px;
	right: 0;
	bottom: 0;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	object-fit: cover;
	border-radius: 25px 25px 0px 0px;
}

.categories a.shopwired-image-container {
    border: 2px solid #f2faec;
    border-bottom: none;
    border-radius: 25px 25px 0px 0px;
}

.categories a.shopwired-image-container:hover {
    border: 2px solid #73be48;
    border-bottom: none;
}

.min-basket-warning {
	background: rgb(192,0,0,0.5);
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.2vw;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5vw;
}

@media only screen and (max-width: 1130px) {
	.min-basket-warning {
		font-size: 1.6vw;
		height: 4.5vw;
	}
}

@media only screen and (max-width: 800px) {
	.min-basket-warning {
		font-size: 3vw;
		height: 7.5vw;
		margin-bottom: 10px;
	}
}

.blog-list-image {
	padding-top: 0px;
	max-height: 200px;
	border-radius: 25px;
}

/* YOU MAY ALSO LIKE */
.product-box {
	background-color: #ffffff;
	border-radius: 25px;
}

section.products .inner {
	background-color: #f2faec;
	border-radius: 0px 0px 25px 25px;
}

/* BNPL list on product page */
.bnpl-list .bnpl-list-toggle{
	background-color: #FC594F;
	color: white;
	display: inline-block;
	padding: 5px 15px 8px;
	cursor: pointer;
	width:100%;
	margin: 0px -15px;
	transition: .3s;
	/*-webkit-animation: glow linear 3s infinite; 
    animation: glow linear 3s infinite;*/
}

@-webkit-keyframes glow { 
    0% { background-color:#000000; }
    50% { background-color:#73be48; }
    100% { background-color:#000000; } 

} 
@keyframes glow { 
    0% { background-color:#000000; }
    50% { background-color:#73be48; }
    100% { background-color:#000000; } 
}

.bnpl-list-toggle:hover {
	background-color: #73be48;
}

.bnpl-list .bnpl-list-toggle span{
	line-height: 1;
	font-size: 1rem;
	vertical-align: top; 
	display: inline-block; 
}

.bnpl-list .bnpl-list-dropdown{
	margin-top: 0.5rem;
}

.bnpl-list .bnpl-list-dropdown.hide{
	display:none;
}

.bnpl-list .bnpl-list-dropdown a{
	font-weight: bold;
}

.arrow {
	border: solid white;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 5px;
}

.arrow-green {
	border: solid #368b36;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 5px;
}

.arrow-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.arrow-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.topcenter {
	align-items: center;
	color: #368b36;
	display: flex;
	flex-wrap: wrap;
	font-family: "Caveat Brush", "Open Sans Extrabold", "Open Sans";
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 100 !important;
	height: 75px;
	justify-content: center;
	left: 385px;
	padding-top: 5px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: calc(100% - 820px);
}

.topcenter span {
	padding: 0px 5px;
	margin-top: -5px;
	font-weight: 100;
}

.gfg-add-code {
    color: #7F7F7F !important;
	font-weight: 400 !important;
	display: inline-block;
}

.gfg-replace-prod {
	background-color: #f2faec;
    color: #C00000 !important;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 20px;
    font-weight: bold;
    border: 2px #C00000 solid !important;
	text-align: center;
}

.gfg-replace-prod:hover {
	background-color: #C00000 !important;
    color: #fff !important;
	transition: 0.3s;
	text-decoration: none !important;
}

.free-delivery {
    background-color: #C00000;
    color: white;
    /*text-align: center;*/
    font-weight: bold;
    margin: 0px -15px;
    padding: 2px 15px;
}


.banner-image-half {
  float: left;
  text-align: center;
  width: 50%;
  transition: .3s;
}

.banner-image-half:hover {
	opacity: 0.8
}

.banner-left {
	width: 99%;
	margin-right: 1%;
	border-radius: 15px;
}

.banner-right {
	width: 99%;
	margin-left: 1%;
	border-radius: 15px;
}

@media only screen and (max-width: 768px) {
	.banner-image-half {
		width: 100%;
	}
	.banner-left,
	.banner-right {
		width: 100%;
		margin: 0px;
	}

}

/* Price Match Promise */
html {
  scroll-behavior: smooth;
}

.gfg-pmp-small-field {
	float: left;
	margin-bottom: 20px;
	width: 25%;
}

.gfg-pmp-small-field input,
.gfg-pmp-comment-field textarea {
	width: 100% !important;
}

.gfg-pmp-comment-field {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

@media only screen and (max-width: 1460px) {
	.gfg-pmp-small-field {
		width: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	.gfg-pmp-small-field {
		width: 25%;
	}
}

@media only screen and (max-width: 840px) {
	.gfg-pmp-small-field {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.gfg-pmp-small-field {
		width: 100%;
	}
}



.product-title {
	font-size: 14px !important;
	color: #368b36;
	display: inline;
}

.footer-title {
	font-size: 1.5em !important;
	color: #368b36;
}

summary {
	color: #368b36;
	background-color: #f2faec;
	padding: .5rem;
	cursor: pointer;
	font-weight: 600;
	border-top: 1px solid #fff;
	display: list-item;
	transition: .3s;
	text-wrap: auto;
	text-align: left;
}

summary:hover {
  	background-color: #73be48;
	color: #ffffff !important;
	
	h2,
	small {
		color: #ffffff !important;
		transition: .3s;
	}
}

.details-content {
	padding: 10px;
	word-wrap: break-word;
	display: block;
}

.gfg-full-width {
	width: 100%;
}

.gfg-full-padded {
	width: calc(100% - 60px) !important;
}

.gfg-no-margin {
	margin: 0px !important;
}

.g-recaptcha {
	margin-left: -16px;
}

@media only screen and (max-width: 840px) {
	.g-recaptcha {
		margin-left: 0px;
	}
}

.product-sku-value {
	padding: 0 5px 0 0;
	display: inline-block;
}

.gfg-ifp-container {
	display: flex;
}

.gfg-ifp-left {
	width: 100%;
	float: left;
}

.gfg-ifp-left p {
	line-height: 1.2; 
	font-size: 12px !important; 
	margin: 2px 0px 5px 0px !important;
}

.gfg-ifp-right {
	width: 110px;
	float: left;
	margin: auto;
	text-align: right;
}

.gfg-ifp-right a {
	margin: 0px;
}

.gfg-spares-container {
	display: table;
}

.gfg-spares-item {
	border-bottom: 1px solid #f2faec;
	width: 25%;
	float: left;
	display: flex;
	justify-content: center;
  	align-items: center; 
	transition: .3s;
	background-color: #f2faec;
}
.gfg-spares-item:hover {
	background-color: #e2efda !important;
	/*
	.gfg-spare-name,
	.alt_prod_price {	
		color: #ffffff;
	}*/
}
.gfg-spare-img img {
    border-radius: 10px;
}

.force-full-width {
	width: 100% !important;
	max-width: 300px;
}

@media only screen and (max-width: 1940px) {
	.gfg-spares-item {
		width: 33.3%;
	}
}

@media only screen and (max-width: 1600px) {
	.gfg-spares-item {
		width: 50%;
	}
}

@media only screen and (max-width: 1380px) {
	.gfg-spares-item {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.gfg-spares-item {
		width: 33.3%;
	}
}

@media only screen and (max-width: 930px) {
	.gfg-spares-item {
		width: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.gfg-spares-item {
		width: 100%;
	}
}

.gfg-spare-img {
	padding: 5px 0px 0px 5px;
	width: 25%;
	float: left;
}

.gfg-spare-name {
	color: #000;
	/*font-size: 13px;*/
	font-weight: 500;
	width: calc(75% - 15px);
	padding: 5px 5px 5px 10px;
	float: left;
}

.gfg-video-container {
	display: flex;								
}

.gfg-video-container iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 600px;
	border: 2px solid #73be48;
    border-radius: 15px;
}

#gfg-sort-dropdown {
	border: 2px solid #73be48 !important; 
	border-radius: 25px; 
	padding: 5px 10px !important; 
	background-color: #f2faec; 
	font-family: 'Open Sans'; 
	font-weight: 700; 
	color: #368b36; 
	font-size: 14px; 
	transition: .3s; 
	width: 190px !important;
	float: left;
	margin: 5px 5px 0px 0px;
}
					
#gfg-sort-dropdown:hover {
	background-color: #73be48; 
	color: #fff; 
	cursor: pointer;
}
					
#gfg-sort-dropdown:hover option {
	background-color: #f2faec; 
	color: #368b36;
}
					
#gfg-sort-dropdown:focus {
	outline: none;
}
					
#gfg-sort-dropdown.minimal {
	background-image: linear-gradient(45deg, transparent 50%, #368b36 50%), linear-gradient(135deg, #368b36 50%, transparent 50%);
	background-position: calc(100% - 20px) 0.9em, calc(100% - 15px) 0.9em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}

#gfg-sort-dropdown.minimal:hover {
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
}
.gfg-menu-subitem-container {

}
.gfg-menu-subitem {
	padding: 2px;
	/*background-color: #f2faec !important;*/
	transition: .3s;
	border-bottom: 1px solid #e2efda;
	width: 100%;
	display: block;
	transition: .3s;
	font-weight: 500;
	text-align: left;
}

.gfg-browse-all {
	color: #368b36;
    background-color: #e2efda;
    padding: .5rem;
    cursor: pointer;
    font-weight: 600;
    border-top: 1px solid #fff;
    display: list-item;
    transition: .3s;
    text-wrap: auto;
    text-align: center;
	list-style: none;
	text-decoration: none;
}

.gfg-menu-subitem:hover,
.gfg-browse-all:hover {
	background-color: #73be48 !important;
	color: #ffffff;	
	text-decoration: none !important;
	
	small {
		color: #ffffff !important;
	}
}

.repeat-buynow {
	position: sticky;
	top: 100px;
}

.product-gallery-main-photo {
	cursor: pointer;
}

.gfg-footer-trees {
	background-image: url('https://files.ecommercedns.uk/228484/343a827be3e3281ababdeae288962fb5.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	/*background-size: cover;*/
	z-index: 100;
	background-color: #ffffff;
	height: clamp(50px, 3vw, 80px);
	margin-top: 20px;
	width: calc(100% - 100px);
    margin-left: 50px;
}
/*
.fa {
	padding: 10px;
	font-size: 20px !important;
	width: 20px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	transition: .3s;
	width: 20px !important;
    height: 20px;
	border: 2px solid #73be48;
}

.fa:hover {
    background: #73be48;
}

.fa-facebook {
  background: #368b36;
  color: white;
}

.fa-twitter {
  background: #368b36;
  color: white;
}

.fa-linkedin {
  background: #368b36;
  color: white;
}

.fa-instagram {
  background: #368b36;
  color: white;
}
*/
.fotorama__stage__frame img {
	border-radius: 25px !important;
}

.fotorama__thumb {
	border-radius: 15px !important;
}

.fotorama__fullscreen-icon {
	background: no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 10 !important;
}

.fotorama__arr {
	background-color: #f2faec !important;
	border-radius: 25px;
	right: 2px;
	opacity: 0.6;
	transition: .3s;
	border: 2px solid #73be48;
}

.fotorama__arr:hover {
	background-color: #73be48 !important;
	opacity: 1;
}

.fotorama__nav-wrap {
	padding: 10px;
}


.fotorama__nav {
	border-radius: 0px 0px 10px 10px;
	padding: 10px 0px 0px;
	border-top: 1px solid #d3dcde;
}

.fotorama--fullscreen .fotorama__nav, 
.fotorama--fullscreen .fotorama__nav-wrap {
	padding: 0px;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
	-webkit-transform: translate3d(0px, 0px, 0);
	transform: translate3d(0px, 0px, 0);
}

.fotorama__nav:before {display: none !important;}
.fotorama__nav:after {display: none !important;}

.fotorama__thumb-border {
	border-color: #73be48 !important;
	border-radius: 15px;
}

/* New Header Banner */
/* Slideshow container */
.slideshow-container {
  width: calc(100% - 100px);
  position: relative;
  margin: 10px auto 0px;
  height: 140px;
  background: linear-gradient(-180deg, #FB534A, #b87df9);
  border-radius: 25px;
}

/* Slide */
.mySlides {
  display: none;
  height: 140px; !important;
  border-radius: 25px;
}

.mySlides:hover .bannerButton {
	background-color: #73be48;
}

.bright-green {background-color: #73be48;}
.dark-green {background-color: #30471E;}
.orange {/*background-color: #E97132;*/ background: linear-gradient(-180deg, #E97132, #ffd300);}
.yellow {/*background-color: #D6AD00*/ background: linear-gradient(-180deg, #368b36, #FFF017);}
.bright-blue {background-color: #3399FF;}
.red {/*background-color: #FB534A*/ background: linear-gradient(-180deg, #FB534A, #b87df9);}

.bannerHeader {
  font-family: "Caveat Brush", "Open Sans Extrabold", "Open Sans";
  font-size: clamp(24px, 5vw, 48px);
  line-height: 1;
  margin: 0;
}

.bannerText {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(13px, 1.9vw, 18px);
  /*width: calc(100% - 180px);*/
  z-index: 3;
  margin: 0px;
  text-wrap: balance;
  /*max-width: 900px;*/
}

.bannerTrees {
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
  border-radius: 0px 0px 25px 25px;
  background-image: url('https://files.ecommercedns.uk/228484/495d32a59479943f575305bbfcc6e8d1.png');
  height: 50px;
  background-position: center;
}

.bannerProduct {
  right: 40px;
  bottom: 0px;
  position: relative;
  float: right;
  /*height: clamp(110px, 20vw, 165px);*/
  height: 130px;
  z-index: 0;
}

.bannerButton {
  background-color: #368b36;
  padding: 0.1vw 1vw;
  font-family: Open Sans, sans-serif;
  font-size: clamp(14px,2vw,16px);
  font-weight: bold;
  border-radius: 50px;
  border: clamp(2px, 0.15vw, 3px) solid #ffffff;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  color: #ffffff;
  margin-left: clamp(10px, 1vw, 20px);
  margin-bottom: 15px;
  transition: .3s;
}

/* Caption text */
.slideshow-text {
  color: #ffffff;
  padding-left: clamp(10px, 1vw, 20px);
  position: absolute;
  top: 5px;
  width: 88%;
  text-align: left;
  z-index: 2;
  box-sizing: border-box;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slideshow-dots-container{
	background-color: #368b36;
	border-radius: 0px 0px 25px 25px;
	width: calc(100% - 100px);
  	position: relative;
  	margin: 0px auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 5px 10px;
  background-color: #f2faec;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid #73be48;
}

.active, .dot:hover {
  background-color: #73be48;
}

@media only screen and (max-width: 1560px) {
	.bannerText {
		width: 70%;
	}
	.mySlides {
		height: clamp(135px, 20vw, 180px);
	}
	.slideshow-container {
		height: clamp(135px, 20vw, 180px);
	}
	.bannerProduct {
		height: clamp(135px, 20vw, 165px);
		right: clamp(10px, 0.5vw, 20px);
	}
}
@media only screen and (max-width: 1200px) {
	.bannerText {
		width: 75%;
		padding: 1px 0px 0px 1px;
		font-weight: 600;
		line-height: 1.2;
    }
	.mySlides {
		border-radius: 15px 15px 15px 15px !important;
	}
	.bannerProduct {
		height: clamp(120px, 20vw, 170px);
	}
	.bannerTrees {
		border-radius: 0px 0px 15px 15px;
	}
	.bannerButton {
		margin-bottom: 10px;
	}
	.slideshow-container {
		margin: 5px auto 0px;
	}
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.dir-img-container {
	width: 100px; 
	height: 100px; 
	float: left; 
	display: inline-block;
}
.dir-img-container img {
	border-radius: 15px;
	width: 100%;
}
.dir-subcats-container {
	width: calc(100% - 110px); 
	min-height: 100px; 
	display: inline-block; 
	padding-left: 10px;
}

/* ANIMATED GOPHER */

.gfg-header-gopher {
	position: absolute;
    bottom: 0;
    right: 0;
}

.gopher {
  height: 85px;
  width: 85px;
  /*border: 2px solid #368b36;
  border-radius: 50px;
  background-color: #ffffff;
  margin: 5px 0px 0px 5px;*/
}

.gopher-animation,
.left-arm,
.right-arm,
.right-foot,
.left-foot,
.belly,
.shadow,
.left-eye,
.right-eye,
.mouth,
.tongue {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.left-eye,
.right-eye {
  animation-name: blink;
}

@keyframes blink {
  0%,
  18%,
  100% {
    visibility: hidden;
  }
  15% {
    visibility: visible;
  }
}

.mouth,
.tongue {
  animation-name: shout;
}

@keyframes shout {
  0%,
  18%,
  100% {
    visibility: hidden;
  }
  10% {
    visibility: visible;
  }
}

.gopher-animation {
  animation-name: jump;
}

@keyframes jump {
  0%,
  15%,
  100% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(5%);
  }
  12% {
    transform: translateY(-30%);
  }
}

.right-arm {
  animation-name: rotateRightArm;
  transform-box: fill-box;
}

@keyframes rotateRightArm {
  0%,
  6%,
  18%,
  100% {
    transform: rotate(0deg); 
  }
  13% {
    transform: rotate(-120deg) translateX(-50%);
  }
}

.left-arm {
  animation-name: rotateLeftArm;
  transform-box: fill-box;
  transform-origin: top right;
}

@keyframes rotateLeftArm {
  0%,
  6%,
  18%,
  100% {
    transform: rotate(0deg); 
  }
  13% {
    transform: rotate(120deg) translateX(50%);
  }
}

.right-foot {
  animation-name: bendRightFoot;
  transform-origin: top left;
}

@keyframes bendRightFoot {
  0%,
  15%,
  100% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(-3%);
  }
  12% {
    transform: translateY(5%) rotate(-5deg);
  }
}


.left-foot {
  animation-name: bendLeftFoot;
  transform-origin: top right;
}

@keyframes bendLeftFoot {
  0%,
  15%,
  100% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(-3%);
  }
  12% {
    transform: translateY(5%) rotate(5deg);
  }
}

.belly {
  animation-name: bounce;
}

@keyframes bounce {
  0%,
  10%,
  15%,
  18%,
  100% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(1%);
  }
  12% {
    transform: translateY(-2%);
  }
  16% {
    transform: translateY(1%);
  }
}

.shadow {
  animation-name: scaleShadow;
  transform-origin: center center;
  transform: scaleX(1);
}

@keyframes scaleShadow {
  0%,
  8%,
  15%,
  100% {
    transform: scaleX(1)
  }
  12% {
    transform: scaleX(0.65)
  }
}
@media only screen and (max-width: 1150px) {
	.topcenter {
		display: none;
	}
}
@media only screen and (max-width: 855px) {
	.topcenter {
		display: flex; 
		width: calc(100% - 540px);
		left: 126px;
	}
}
@media only screen and (max-width: 820px) {
	.topcenter {
		width: calc(100% - 460px);
	}
}
@media only screen and (max-width: 768px) {
	.topcenter {
		width: calc(100% - 390px);
		left: 90px;
	}
}
@media only screen and (max-width: 660px) {
	.topcenter {
		display: none;
	}
}
/* JE - Extra Extra Small Screens */

@media only screen and (max-width: 480px) {
	.inner .item p.title,
	.inner .item p.price {
		font-size: 13px;
	}
	
	.dir-img-container {
		width: 100%; 
		height: 100px; 
		float: none; 
	}
	.dir-img-container img {
		height: 100%;
		width: auto;
	}
	.dir-subcats-container {
		width: 100%; 
		min-height: 0px; 
		display: inline-block; 
		padding: 10px 0px 0px 0px;
	}
	
}

@media only screen and (max-width: 390px) {
	/*.reglog {
		display: inline-grid;
	}*/
	.reglog {
    	float: none;
	}
	.reglog a {
		font-size: 12px;
	}
	.topright {
		width: calc(100% - 80px);
	}
	.gfg_navbar_button, 
	.gfg_navbar_contactus {
		border-top: 2px solid #73be48;
		border-radius: 15px;
		padding: 0px 10px;
		margin: 2px;
	}
	/*.gfg_navbar_blog {
		display: none;
	}*/
	.bannerProduct {
		height: clamp(80px, 20vw, 170px);
		position: absolute;
        bottom: 20px;
	}
	.bannerHeader {
		font-size: clamp(20px, 5vw, 48px);
	}
	.bannerText {
        width: 80%;
        line-height: 1.1;
    }
	.bannerButton {
		font-size: 13px;
		padding: 0.1vw 2vw;
	}
	.gopher {
		height: 55px;
		width: 55px;
	}
	footer.top .newsletter input {
		width: 100px;
	}
	.item-stock {
		font-size: 12px;
	}
	.collection-container #page article.page_area .items .item .category-title p.price {
		font-size: 14px;
	}
	.category-title .light-button {
		line-height: 1.1;
		font-size: 13px;
	}
	.categories .items, #page article.page_area .items {
        width: 104%;
    }
	
	
	footer.top .column {
		width: 100%;
		padding: 0px 10px;
        text-align: center;
	}
}
.gfg-sidebar {
    display: block;
    width: 100%;
    float: none;
}
.gfg-sidebar-filter {
	margin: 2px 0px !important;
}
.gfg-sidebar .details-content {
	width: calc(100% - 10px);
}
.gfg-sidebar .filter-container label {
	margin: 0px 2px 1px 0px;
}

.gfg-green-open {
	border-radius: 25px;
	padding: 0.4rem .5rem .6rem .5rem;
	margin-top: 10px;
}

details[open] .gfg-green-open,
details[open] .gfg-green-open h2,
details[open] .gfg-green-open small {
    background-color: #73be48;
    color: #ffffff;
	border-radius: 15px 15px 0px 0px;
}

details[open] .gfg-details-open {
	width: calc(100% - 24px);
	border: 2px solid #72be48;
	border-top: none;
	border-radius: 0px 0px 15px 15px;
	display: inline-block;
}

details .gfg-details-open {
	margin-bottom: 10px;
}

/*
summary { 
	list-style: none; 
	display: flex;
  	gap: 0.5em;
  	margin-bottom: 0.5em;
  	align-items: start;
  	cursor: pointer;
}

summary::before {
  content: 'â–¶ï¸Ž';
  width: 1em;
  flex-shrink: 0;
  transition: 0.3s;
}
details[open] &gt; summary::before {
  transform: rotate(90deg);
  transform-origin: 40% 45% 0;
}
*/

.mm-2-col {
	width: 16.666%;
	display: inline-block;
	vertical-align: top;
}
.mm-4-col {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}
.mm-8-col {
	width: 66.666%;
	display: inline-block;
	vertical-align: top;
}
.mm-cat-list {
	width: calc(100% - 195px);
    float: left;
}
.mm-cat-img {
	width: 175px;
    float: right;
    border-radius: 25px;
	border: 3px solid #c00000;
}
.mm-cat-img:hover {
	border: 3px solid #73be48;
}

/* NAVIGATION MEGA-MENU */

.stander, .exo-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.exo-menu a:hover, .exo-menu a.active, .exo-menu a:active, {
	color: #ffffff;
	text-decoration: none;
}
.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	height: 65px;
}
.exo-menu &gt; li {
	display: inline-block;
	float:left;
}
.exo-menu &gt; li &gt; a {
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #e2efda;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	background-color: #368b36;
}
.exo-menu &gt; li &gt; a.active,
.exo-menu &gt; li &gt; a:hover,
.exo-menu &gt; li li.drop-down ul &gt; li &gt; a:hover{
	background: #73be48;
	color: #fff;
}
.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important;
}

/*mega menu*/
.mega-menu {
	left: 0;
	right: 0;
	/*padding: 15px;*/
	display: none;
	min-height: 100%;

}

.img-responsive {
	border-radius:25px; 
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
}

.mm-blog a.view-more{
	border-radius: 15px;
	margin-top:15px;
	background-color: #f2faec;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
	color: #368b36;
	transition: .3s;
	border: 2px solid #73be48;
	font-weight: 600;
}
.mm-blog a.view-more:hover{
	color:#fff;
	background:#73be48;
}

/*Blog DropDown*/
.mm-blog {
	left: 0;
	display: none;
	color: #333;
	padding-top: 15px;
	background: #f2faec;
	padding-bottom: 15px;
	width: 100%;
}
.mm-blog a.view-more{
	margin-top:0px;
}

.mega-drop-down {
	width: 9.09%;
}

/*common*/
.flyout-mega-wrap,
.mega-menu{
	background-color: #e2efda;
	border-radius: 25px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

/*hover*/
.mm-blog:hover,
.mega-menu:hover,
.flyout-mega-wrap:hover,
.blog-drop-down &gt; a:hover + .mm-blog,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega &gt; a:hover + .flyout-mega-wrap {display:block;}

a.toggle-menu{
	position: absolute;
	right: 0px;
	padding: 20px;
	font-size: inherit;
	background-color: #ccc;
	color: #23364B;
	top: 0px;
}
.mm-cat-title {
	font-size: 20px;
	font-weight: 100;
	color: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px solid #73be48;
	background-color: #73be48;
	border-radius: 25px 25px 0px 0px;
	padding: 10px 15px;
}
.mm-subcat-title {
	margin: 0px 0px 10px 0px; 
	color: #368b36; 
	font-size: 20px; 
	font-weight: 100; 
	border-bottom: 1px solid #73be48; 
	padding-bottom: 2px;
}
a.mm-cat-link {
	display: flex;
	margin-bottom: 3px;
	padding: 2px 5px;
	transition: .3s;
	border-bottom: 1px dotted #73be48;
	/*font-size: 13px;*/
}
a.mm-cat-link:hover {
	background-color: #73be48;
	color: #ffffff !important;
}
a.clearance {
	color: #c00000;
	display: none;
}
/* Style the tab */
.mm-tab {
	float: left;
	background-color: #e2efda;
	width: calc(100% - 20px);
	min-height: 200px;
	border-radius: 25px;
	margin-left: 10px;				  
}

/* Style the buttons that are used to open the tab content */
.mm-tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 5px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: #368b36;
	font-weight: 500;
	border-bottom: 1px solid #73be48;
	transition: .3s;
}


.mm-top-cat {cursor: pointer;}
li.mega-drop-down:first-child .mm-top-cat {border-radius: 50px 0px 0px 50px;}
li.mega-drop-down:last-child .mm-top-cat {border-radius: 0px 50px 50px 0px;}

/*.mm-tab button:first-child {border-radius: 25px 25px 0px 0px;}*/
.mm-tab button:last-child {/*border-radius: 0px 0px 25px 25px;*/ border-bottom: none;}

/* Change background color of buttons on hover */
.mm-tab button:hover,
.mm-tab button.active {
	background-color: #73be48;

	a {color: #ffffff; transition: .3s;}

}

/* Create an active/current "tab button" class */
.mm-tab button.active {
	background-color: #73be48;
	color: #ffffff;
}

/* Style the tab content */
.mm-tabcontent {
	float: left;
	padding: 0px 12px;
	border-left: none;
	display: none;
	width: calc(100% - 15px);
}

.mm-3col {
	column-count: 3;
	column-gap: normal;
}

.mm-cat-img a .mm-save-more,
.mm-cat-img a span {
	transition: .3s;
}

.mm-cat-img:hover a .mm-save-more,
.mm-cat-img:hover a span {
	background-color: #73be48 !important;
	color: #ffffff !important;
}

.mm-cat-body {
	padding: 5px 15px 15px;
}
.mm-save-more {
	background-color: #c00000;
	text-align: center;
	padding: 0px 5px 5px;
	border-radius: 20px 20px 0px 0px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
}
.mm-price {
	text-align: center;
	font-size: 13px;
	color: #368b36;
	font-weight: 600;
	margin-bottom: 5px;
}
.mm-product-box {
	width: 8vw; 
	display: inline-block; 
	float: left; 
	margin: 0px 5px; 
	background-color: #f2faec; 
	border-radius: 15px; 
	padding: 4px;
	transition: .3s;
}
.mm-products-container {
	padding-top: 10px;
}
.mm-product-box:hover {
	background-color: #73be48;

	div {
		color: #ffffff;
	};
}
.mm-product-img {
	height: 8vw; 
	background-size: 101%; 
	border-radius: 15px;
}
.mm-product-name {
	border-bottom: 2px solid #e2efda;
	color: #368b36;
	display: -webkit-box;
	font-size: clamp(11px, 0.94vw, 13px);
	font-weight: 500;
	height: 5vw;
	margin: 5px 0px;
	overflow: hidden;
	padding-bottom: 5px;
	text-align: center;
	width: 8vw;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (min-width:1200px) {
	.exo-menu &gt; li &gt; a{
		display: table-cell;
		padding: 2px 2px 5px 2px;
		text-align: center;
		vertical-align: middle;
		height: 60px;
		width: 9.09%;
		font-size: clamp(11.5px, 0.9vw, 14px);
	}
	.mega-menu, .flyout-mega-wrap,  
	.mm-blog {
		position:absolute;
	}
	li.mega-drop-down.exp {
		position: unset;
	}
	.mm-cat-shortcuts {
		margin: 5px 1px 0px 5px;
	}
}
@media (max-width:1200px){
	.mega-drop-down {
		width: 100%;
	}
	.exo-menu &gt; li &gt; a {
    	display: block;
		padding: 5px;
	}
	li.mega-drop-down:first-child .mm-top-cat,
	li.mega-drop-down:last-child .mm-top-cat {
		border-radius: 0px;
	}
	.flyout-mega-wrap, .mega-menu {
		border-radius: 0px;
    	box-shadow: none;
	}
	.mm-cat-title,
	.mm-main-cat-img,
	.mm-cat-img {
		display: none;
	}
	.mm-subcat-title {
		display: none;
	}
	.mm-cat-body {
		padding: 5px;
	}
	.mm-8-col,
	.mm-2-col {
    	width: 50%;
	}
	.mm-tab {
		margin-left: 0;
		width: calc(100% - 10px);
		min-height: 0px;
	}
	.mm-tab button,
	a.mm-cat-link,
	.mm-cat-list a.light-button {
		font-size: 12px !important;
	}
	a.clearance {
		display: block;
	}
	.mm-tabcontent {
    	padding: 0px 5px;
		width: calc(100% - 10px);
	}
	.mm-cat-list {
    	width: 100%;
	}
	.mm-3col {
    	column-count: 1;
	}
	.mm-product-box {
		width: 18vw;
		margin: 5px 5px 0px 0px;
	}
	.mm-product-img {
		height: 18vw;
	}
	.mm-product-name {
		height: 70px;
		width: 100%;
		font-size: 11px;
		-webkit-line-clamp: 5;
	}
	.mm-blog:hover, 
	.mega-menu:hover, 
	.flyout-mega-wrap:hover, 
	.blog-drop-down &gt; a:hover + .mm-blog, 
	.mega-drop-down a:hover + .mega-menu,
	li.flyout-mega &gt; a:hover + .flyout-mega-wrap {
		display:none;
	}
	.mm-cat-body a.light-button {
		display: block;
	}
	.mm-cat-shortcuts {
		padding: 5px 0px 0px 0px;
		border-bottom: 2px solid #ffffff;
		margin-bottom: 10px;
	}
}

/* NAVIGATION MEGA-MENU - END */

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

.link-underline {
	text-decoration: underline;
}

.pmp-title {
	font-size: 14px !important;
    color: #368b36;
    background-color: #e2efda;
    padding: .5rem;
    font-weight: bold;
    transition: .3s;
    text-wrap: auto;
    text-align: left;
    margin-top: 0px;
}

.pmp-details {
	background-color: #f2faec;
	border-radius: 0px 0px 25px 25px;
}</pre></body></html>