/* Generic Global Styling */
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

/* -------------------------------- 

General Styling

-------------------------------- */

* { 
	margin: 0; 
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
#product-temp {
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0; 
}
#product-temp p {
	margin-bottom: 10px;
}
#product-temp a:link, #product-temp a:visited, #product-temp a:active {
	text-decoration: none;
}
#product-temp a:hover {
	text-decoration: underline;
}
.container { 
	margin: 0 auto; 
	max-width: 1400px;
	/* padding: 0 10px; */
	/* width: 100%; */
}
.container-main { 
	margin: 0 auto; 
	max-width: 1400px;
	/* padding: 0 10px; */
	width: 100%; 
}
.product-container-inner {
	float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/* -------------------------------- 

Header 

-------------------------------- */

#header-area { 
	display: table; 
	width: 100%;
}
.header-links { 
	background: #333333 none repeat scroll 0 0;
	border-bottom: 5px solid #72c827;
	display: table; 
	width: 100%; 
}
.hl-right { 
	float: right;
	width: 50%;
}
.hl-right.one {
	width: 50%;
	float: left;
}
.hl-right.two {
	width: 50%;
}
.shop-links {
	float: right;
	margin: 12px 0;
	padding-right: 0px;
}
.delivery-links {
	float: left;
	margin: 12px 0;
	padding-left: 0px;
}
.delivery-links p {
	color: #FFFFFF;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 !important;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: center;
}
.delivery-links p b {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0px;
}
.delivery-links p span {
	color: #72c827;
}
.shop-links p {
    color: #FFFFFF;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: center;
}
.shop-links ul { 
	list-style: outside none none; 
	padding: 0; 
}
.shop-links li { 
	float: left;
	display: inline-block;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	color: #FFFFFF;
	font-size: 16px; 
	font-weight: 600; 
	margin: 0;
	padding: 0 15px;
	letter-spacing: 0px;
	line-height: 20px;
	text-transform: none;
}
/*
.shop-links li:after {
	content: "|";
	text-indent: -999999px;
	display: block;
	float: right;
	width: 1px;
	height: 12px;
	background: white;
	margin: 2px 15px 0px 15px;
}
*/
.shop-links li:first-child {
	padding-left: 0;
}
.shop-links li:last-child { 
	padding-right: 0;
	border: none;
}
.shop-links li:last-child:after {
	width: 0px;
	margin: 0;
	display: none;
}
.shop-links a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.shop-links a:hover {
	text-decoration: underline;
}
.shop-links.email {
	float: left;
	/* margin: 0; */
}
.shop-links.email li {
	margin: 0;
}
.shop-links.email li a {
	display: block;
}
/*
.shop-links.email li {
	color: #FFFFFF !important;
	font-size: 11px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
}
.shop-links.email li span {
	font-size: 12px;
	font-weight: 700;
}
*/
.header-main { 
	background: #FFFFFF none repeat scroll 0 0; 
	display: table; 
	width: 100%;
}
.hm-left { 
    float: left;
	position: relative;
    width: 45%;
}
.logo {
    position: relative;
    width: 100%;
    height: 100%;
}
.logo a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-height: 100px;
    width: 100%;
    font-size: 0;
	margin: 15px 0;
}
.logo a img {
    width: auto;
    height: auto;
	margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
}
.hm-right { 
	float: right;
	width: 40%;
	position: relative;
	margin: 39px 0;
	text-align: center;
}
.header-menu { 
	background: #FFFFFF none repeat scroll 0 0;
	display: table; 
	width: 100%;
}
/* Main Menu */
.toggle,
[id^=drop] {
	display: none;
}
#eBaymenu {
    float: left;
    margin: 0;
    /* max-width: 1600px; */
    width: 100%;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#eBaymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav { 
	margin:0;
	padding: 0;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
nav:after {
	content:"";
	display:table;
	clear:both;
}
nav ul {
	float: left;
	padding:0;
	margin:0;
	z-index: 100;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
nav a {
	display:block;
	padding: 0 20px;
	line-height: 20px;
	color: #0f0f0f;
	font-size: 14px;
	text-decoration:none;
}
nav ul ul {
	display: none;
	position: absolute; 
	/* top: 60px; */ 
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}
#eBaymenu li > a:only-child:after { 
	content: ''; 
}
/* Promo Section */
.header-shipping { 
	background: #0180b5 none repeat scroll 0 0;
	display: table; 
	width: 100%;
}
.header-ship-cont {
	float: left;
	width: 100%;
	position: relative;
}
.header-ship-cont h1 {
	font-size: 19px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .9px;
	line-height: 1;
	margin: 9px 0;
}
.header-bottom { 
	background: #f2f2f2 none repeat scroll 0 0;
	display: table; 
	width: 100%;
}
.header-promo {
	float: left;
	width: 100%;
	position: relative;
}
.header-promo ul { 
	list-style: none; 
	padding: 0; 
}
.header-promo ul li { 
	float: left;
	position: relative;
	/* width: 100%; */
	text-align: center;
	margin: 13px 0;
	padding: 0;
	background-color: #e9e9e9;
}
/*
.header-promo ul li.box-two {
	background: #181818;
}
.header-promo ul li.box-one {
	background: #f2f2f2;
}
.header-promo ul li.box-three {
	background: #f2f2f2;
}
.header-promo ul li.box-last {
    margin-right: 0;
	background: #f2f2f2;
}
*/
.header-promo ul li h1, .header-promo ul li h1 a {
    color: #1e1e1e !important;
    padding: 0;
	margin-bottom: 6px;
    text-decoration: none !important;
    font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
.header-promo ul li p, .header-promo ul li p a {
    color: #1e1e1e !important;
    padding: 0 !important;
	margin: 0 !important;
    text-decoration: none !important;
    font-size: 14px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}

/* -------------------------------- 

Product Area

-------------------------------- */

#product-area {
	display: table;
	width: 100%;
}
.product-name h1, .product-name h1 span { 
	color: #54595f !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
	font-size: 36px !important;
	line-height: 1.2 !important; 
	font-weight: 700 !important; 
	margin-bottom: 15px !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
	text-align: left !important;
}
#product-area h2 { 
	font-size: 16px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	color: #444645;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
#product-area h3 { 
	font-size: 14px; 
	font-weight: 700;
	margin-bottom: 10px;
}
.product-info {
	display: table;
	width: 100%;
}
.product {
	margin-top: 30px;
}
.pi-left {
	float: left;
	width: 54%;
	position: relative;
    clear: both;
    margin: 0px 0px 0px 0px;
}
.pi-right {
	float: right;
	width: 44%;
	position: relative;
}
.pi-right.single {
	width: 100%;
}

/* -------------------------------- 

Product Images

-------------------------------- */

div#swipeGallery {
	width: 100%;
	float: left;
    position: relative;
	height: auto;
	clear: both;
    margin: 0;
	text-indent: -9999px;
    white-space: nowrap;
	color:#fff;
    font-size:0.0001em;
}
div#fullHolder {
	width: 100%;
    height: 0px;
    padding-bottom: 400px;
    position: relative;
	margin-bottom: 20px;
}
div#fullHolder ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
div#fullHolder ul li {
	position: absolute;
    /* left: 0;
    top: 0; */
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
div#fullHolder ul li input {
	display: none;
}
div#fullHolder ul li div {
	display: block;
    opacity: 0;
    transition: 0.5s;
    height: 400px;
	width: 100%;
}
div#fullHolder ul li div img {
	display: block;
    padding-bottom: 0px;
    max-height: 100%;
	max-width: 100%;
	position: relative;
}
div#fullHolder ul li input:checked + div {
	opacity: 1;
}
div#thumbHolder {
	height: auto; 
	width: 100%; 
	background: #fff; 
	text-align: center; 
	overflow: hidden; 
	position: relative; 
	float: left;
}
div#thumbHolder ul {
	height: auto; 
	width: 100%; 
	position: relative; 
	float: left; 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	white-space: nowrap; 
	overflow-y: hidden; 
	overflow-x: auto; 
	text-align: center; 
	-webkit-overflow-scrolling: touch; 
	scroll-behavior: smooth;
}
div#thumbHolder ul li {
	display: inline-block; 
	vertical-align: top; 
	padding: 0; 
	top: 0; 
	float: left; 
	margin: 8px 8px 0 0; 
	cursor: pointer; 
	position: relative; 
	width: 102px; 
	height: 102px;
	border: 1px solid #DDDDDD; 
}
div#thumbHolder ul li:first-child {
	padding-left: 0;
}
div#thumbHolder ul li:last-child {
	margin-right: 0;
}
div#thumbHolder ul li img {
	display: block; 
	cursor: pointer; 
	max-width: 88px; 
	max-height: 88px; 
	border: 0; 
	padding: 7px; 
	margin: 0; 
}

/*
#item-images {
	float: left;
	width: 100%;
}
#gallery {
	position:relative;
	float: left;
	width: 100%;
	margin: 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#gallery #item-mainimage {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	height: 500px;
	width: 500px;
	overflow: hidden;
	margin-bottom: 20px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#gallery #item-mainimage div {
	width: 500px;
	height: 500px; 
	position: relative; 
	float: left;
}
#gallery #item-mainimage div img {
	display:block; 
	margin:0 auto; 
	border:0; 
	max-width: 500px;
	max-height: 500px; 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
#gallery ul#item-image-thumbs {
	position: relative;
	display: inline;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style:none;
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
#gallery ul#item-image-thumbs li {
	top: 0;
	float: left;
	margin: 5px 5px 0 0;
	border: none;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	position: relative;
	width: 100px;
	height: 100px;
}
#gallery ul#item-image-thumbs li a {
	height: 100px;
	width: 100px;
	padding: 0px;
	display: block;
	text-decoration: none;
	background: #fff;
}
#gallery ul#item-image-thumbs li a img {
	max-width: 86px;
	max-height: 86px; 
	border:0; 
	padding: 7px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#gallery ul#item-image-thumbs li:last-child {
	margin-right: 0px;
}
*/

/* -------------------------------- 

Product Description

-------------------------------- */

.product-name, .product-code, .product-text, .product-text-desc, .product-price {
	display: block;
	text-align: left;
}
.product-text-desc {
	background: #f2f2f2;
}
.product-text-desc .desc-area {
	padding: 25px;
}
.product-text-desc .desc-area p {
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.1px;
}
.pi-right.single .product-name, .pi-right.single .product-name h1, .pi-right.single .product-text {
	text-align: center !important;
}
.product-price {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #54595f;
}
.product-code p {
	color: #54595f !important;
	font-size: 18px !important;
	margin-bottom: 30px !important;
}
.product-text {
    padding: 15px 0;
}
.product-text b {
	font-weight: 500;
	font-size: 26px
}
.product-text h2 {
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #54595F !important;
    margin-bottom: 15px !important;
}
.product-text p {
	margin: 10px 0 0 0 !important;
}
.product-text, .product-text p, .product-text p span {
	color: #54595f !important;
	font-size: 16px !important;
	line-height: 24px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
}
.product-text p strong {
	font-size: 16px !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	color: #54595f !important;
	text-transform: none;
}
.product-text p strong span {
	color: #54595f !important;
	font-size: 16px !important;
}
.product-text ul {
	margin-bottom: 20px;
}
.product-text ul li {
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-position: inside;
}
.product-text img {
	max-width: 100%;
	border: none;
}
.right-box {
	display: block;
    border: none;
    padding: 15px 0;
}
.right-box .button {
	margin: 0 0 10px 0;
}
.right-box .button a:hover {
	text-decoration: underline;
}
.right-box .btn1, .right-box .btn2, .right-box .btn3 {
	display: block;
	text-align: center;
	color: #FFFFFF;
    font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	padding: 12px 10px;
    margin: 0;
    text-transform: uppercase;
	text-decoration: none;
}
.right-box .btn1 {
	background: #72c827;
}
.right-box .btn2 {
	background: #4F4F4F;
}
.right-box .btn3 {
	background: #f97200;
}
.product-stock {
	padding: 15px 0;
	font-size: 13px;
	color: #000000;
}
.product-stock span {
	color: #72c827;
	font-weight: 500;
	font-size: 18px;
}
.product-delivery {
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
	font-size: 13px;
	color: #000000;
}
.del-text {
	float: left;
	width: 65%;
}
.del-text.top {
	width: 80%;
}
.del-image.top {
	width: 20%;
}
.del-text h2 {
	font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: 900 !important;
    margin: 0 !important;
    color: #444645 !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
	margin-bottom: 5px !important;
}
.del-text p {
	font-size: 16px;
	color: #54595f;
	margin-bottom: 0 !important;
}
.del-image {
	float: right;
	width: 35%;
	text-align: right;
}
.del-image img {
	border: 0;
	max-width: 100%;
}

/* -------------------------------- 

Product Tabs

-------------------------------- */

#product-tabs {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 0px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	background-color: #FFFFFF; 
}
#product-tabs .content {
	float: left;
	width: 100%;
	background: #FFFFFF; 
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.1px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
#product-tabs .content > div {
	display: none; 
	border-top: 2px solid #e4e4e4;
	padding: 20px 30px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
#product-tabs .content > div h1 {
	font-size: 60px !important;
	line-height: 1.2 !important;
	color: #444645 !important;
	font-weight: 400 !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
}
#product-tabs .content > div h1.buyers {
	font-size: 28px !important;
	line-height: 1.2 !important;
	color: #444645 !important;
	font-weight: 900 !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
}
#product-tabs .content > div h2 {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}
#product-tabs .content > div h4 {
	font-size: 22px !important;
	font-weight: 600 !important;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}
#product-tabs .content > div ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
#product-tabs .content > div ul, #product-tabs .content > div ul li {
	color: #54595f !important;
	font-size: 16px !important;
}
#product-tabs .content > div p {
	color: #54595f;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 25px !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
#product-tabs .content > div p a {
	color: #73C827;
	text-decoration: underline !important;
	font-weight: 700;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
#product-tabs .content p.sub-heading {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
}
#product-tabs .content p.sub-heading b {
	font-weight: 400;
}
#product-tabs .content b {
	color: #54595f;
	font-weight: 700;
}
#product-tabs input {
	display: none;
}
#product-tabs label {
	display: inline-block;
	float: left; 
	padding: 15px 30px; 
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0px;
	color: #54595f;
	text-align: center;
	background-color: #FFFFFF;
	border: 0px solid #EBEBEB;
	border-bottom-color: transparent;
	margin-right: 0;
	transition: all .2s;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
	text-transform: capitalize;
}
#product-tabs label:hover {
	color: #f25400; 
	background: #FFFFFF; 
	cursor: pointer;
}
#product-tabs input:checked + label {
	background: #FFFFFF; 
	color: #f25400;
	font-weight: 700;
}
#tab1:checked ~ .content #content1, #tab2:checked ~ .content #content2, #tab3:checked ~ .content #content3, #tab4:checked ~ .content #content4, #tab5:checked ~ .content #content5, #tab6:checked ~ .content #content6 {
	display: block;
}
#product-tabs #map-area {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#product-tabs .map {
	position: relative;
	float: left;
	width: 50%;
}
#product-tabs .map-table {
	position: relative;
	float: right;
	width: 50%;
}
#product-tabs .del-map {
	max-width: 500px;
	border: none;
}
#product-tabs .del-areas {
	max-width: 550px;
	border: none;
	margin-top: 40px;
	margin-bottom: 20px;
}
#product-tabs .phone-listing {
	margin: 4px 0;
}
.faq-area {
	margin-top: 25px;
	background-color: #F9F9F9;
	border-radius: 5px;
	border: 1px solid #F3F3F3;
	padding: 25px 25px 0 25px;
}
.faq-area .question {
	margin-bottom: 25px;
}
.faq-area .question h2.quest {
	color: #f25400 !important;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important; 
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	margin-bottom: 16px !important;
	text-transform: uppercase !important;
}
.faq-area a {
	color: #91c61c !important;
	text-decoration: none;
}
.faq-area a:hover {
	color: #b56317;
	text-decoration: none;
}
.customer-gallery {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}
.customer-gallery ul {
	list-style: none !important;
	padding: 0px !important;
	width: auto !important;
	display: flex !important;
	flex-wrap: wrap !important;
}
.customer-gallery ul li {
	flex: 32%;
	max-width: 32%;
	text-align: center;
	margin-bottom: 2%;
	margin-right: 2%;
}
.customer-gallery ul li img {
	max-width: 100%;
	border: none;
}
@media (max-width: 580px) {
.customer-gallery ul li {
	flex: 100%;
	max-width: 100%;
	margin-right: 0;
}
}
@media only screen and (min-width: 581px) and (max-width: 900px) {
.customer-gallery ul li {
	flex: 49%;
	max-width: 49%;
}
.customer-gallery ul li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (min-width: 901px) {
.customer-gallery ul li:nth-child(3n) {
	margin-right: 0;
}
}
#home-further-text {
    float: left;
    width: 100%;
    margin: 0;
	margin-bottom: 15px;
}
.faq-section{
	margin: 25px 0;
	position: relative;
    background-color: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    padding: 0;
}
.faq-section p, .faq-section ol {
    display: none;
	font-size: 19px;
	line-height: 24px;
	color: #54595f;
}
.faq-section ol {
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 20px;
    padding-inline-start: 70px;
}
.faq-section p.faq-heading {
	font-size: 28px !important;
    line-height: 1.2 !important;
    color: #444645 !important;
    font-weight: 900 !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
}
.faq-section input{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: 0;         
    display: none\9; /* IE8 and below */
    margin: 0;          
    width: 100%;
    height: 36px;
}
.faq-section input[type=checkbox]:checked~p {
	margin-bottom: 15px !important;
}
.faq-section input[type=checkbox]:checked~p, .faq-section input[type=checkbox]:checked~ol{
    display: block;
    color: #54595f;
    font-size: 16px;
	line-height: 24px;
    /* restore clipping defaults */
    text-overflow: clip; 
    white-space: normal;
    overflow: visible;
	margin: 0 20px;
}
.faq-section label{
    font-size: 26px;
	color: #FFFFFF;
    background: #73C827;
    display: block;
    position: relative;
    height: 100%;
	line-height: 1.2;
    padding: 10px 15px;
    font-weight: 800;
    border: 0px solid #73C827;
    border-left: 6px solid #253F1C;
    transition: all .15s ease-out;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;         
}
.faq-section label::selection{
    background: none;
}
.faq-section label:hover{
    background: #F97200;
}
.faq-section input[type=checkbox]:checked~label{
    border-color: #AD470C;          
    background: #F97200;
	color: #FFFFFF;
}
.faq-section label::before{
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    border: 8px solid transparent;
    border-left-color: inherit;
}
.faq-section input[type=checkbox]:checked~label::before{
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}
.home-cats {
    float: left;
    width: 100%;
    margin: 0;
	text-align: center;
}
.home-cats.clearance {
	margin-top: 5px;
}
.home-cats h1 {
	color: #444645 !important;
    font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
    font-size: 56px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
	margin-top: 10px !important;
    margin-bottom: 15px !important;
    text-transform: inherit !important;
    letter-spacing: 0px !important;
    text-align: center !important;
	white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
.home-cats p {
	color: #54595f !important;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px !important;
}
.home-cats ul {
	list-style: none;
    padding: 0px;
	/* float: left; */
	width: auto;
	display: inline-block;
}
.home-cats ul li {
	float: left;
    position: relative;
	margin-bottom: 1.7%;
	text-align: center;
}
.home-cats ul li.last {
    margin-right: 0;
    float: right;
}
.home-cats ul li a {
	display: block;
}
/*
.home-cats ul li a.cat-img {
	border: 1px solid #EEEEEE;
}
*/
.home-cats ul li img {
	max-width: 100%;
	border: none;
	/* transform: scale(1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease; */
}
/*
.home-cats ul li img:hover {
	transform: scale(1.15);
}
*/
.home-cats ul li.three {
	float: left;
    position: relative;
}
.home-cats ul li.three.last, .home-cats ul li.two.last  {
    margin-right: 0;
    float: right;
}
.home-cats ul li.three a {
	display: block;
}
.home-cats ul li h2.cat-title, .home-cats ul li h2.cat-title a {
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	font-size: 26px !important;
	color: #000000;
	letter-spacing: 0px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
    padding: 19px 0 15px 0;
    margin: 0;
	text-align: center;
}


/* -------------------------------- 

Footer Area

-------------------------------- */

#footer {
	display: table;
	width: 100%;
	margin-top: 20px;
}
#footer-newsletter-section {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
	background: #91C73E none repeat scroll 0 0;
	border-bottom: 0px solid #91C73E;
	margin-top: 0;
}
#footer-newsletter-area {
	max-width: 1400px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 0px;
    margin-bottom: 0px;
    overflow: visible;
	text-align: center;
}
#footer-newsletter-area .box-content {
    display: inline-block;
    background: none;
    padding: 16px 0;
	text-align: center;
}
#footer-newsletter-area .box-content .newsletter-description {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 20px;
    line-height: 48px;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
#footer-newsletter-area .nws-btn {
	margin-left: 100px;
	display: inline-block;
}
#footer-newsletter-area .dropdown-btn {
    background: #EC7500;
    text-transform: uppercase;
    border: none;
    padding: 14px 16px;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: 800;
    color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;;
}
#footer-newsletter-area .dropdown-btn:hover {
	text-decoration: none;
	background: #EC7500;
}
#footer-section-top, #footer-section-mid, #footer-section-bot {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
}
#footer-section-top {
	background: #E1E1E1 none repeat scroll 0 0;
	margin-top: 20px;
}
#footer-section-mid {
	background: #7DBE21 none repeat scroll 0 0;
	border-bottom: 0px solid #7DBE21;
}
#footer-section-bot {
	background: #333333 none repeat scroll 0 0;
}
#footer-section-top img {
	text-align: center;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#footer-area {
	max-width: 1400px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 35px;
    margin-bottom: 35px;
    overflow: visible;
}
#footer-area .column {
	width: 25%;
	padding: 0;
	margin: 0;
    position: relative;
	min-height: 1px;
    float: left;
	text-align: center !important;
}
#footer-area .column .logo a {
	text-align: center !important;
}
#footer-area .column .logo a img {
    max-height: 70px;
    margin: 0;
}
#footer-area .column h3 {
	text-align: center !important;
    font-weight: 800;
    font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif !important;
    font-style: normal;
    font-size: 28px;
	line-height: 28px;
    letter-spacing: 0px;
	color: #FFFFFF;
	padding-bottom: 2px;
    margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	text-transform: uppercase;
}
#footer-area .column hr {
	display: block;
    margin-top: 0;
    margin-bottom: 25px;
	border: 1px solid #80b5e1;
	width: 70px;
}
#footer-area .column p {
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: 400;
	white-space: normal;
	line-height: 24px;
}
#footer-area .column > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0px;
}
#footer-area .column > ul li {
	color: #FFFFFF;
	padding: 5px 0;
	letter-spacing: 0px;
	font-weight: 400;
	white-space: normal;
	font-size: 18px;
}
#footer-area .column > ul a {
    display: block;
    color: inherit;
    transition: color .2s;
}
#footer-area .column a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-area .column.social li {
	display: inline-block;
	padding: 0 8px;
}
#footer-area .column.social li:first-child {
	padding-left: 0;
}
#footer-area .column.last h3 {
	/* text-align: right; */
	margin-right: 0;
}
/*
#footer-area .column:last-child > ul li {
	line-height: 24px;
	text-transform: uppercase;
}
*/
#footer-area .column:last-child img {
	max-width: 100%;
}
#footer-bottom {
	max-width: 1400px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 6px;
    margin-bottom: 6px;
    overflow: visible;
	padding: 10px 0;
}
#footer-bottom .column {
	width: 33.333333%;
	padding: 0;
	margin: 0;
    position: relative;
	min-height: 1px;
    float: left;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	letter-spacing: 0px;
}
#footer-bottom .column.copy {
	text-align: left;
}
#footer-bottom .column.card {
	text-align: center;
}
#footer-bottom .column.card img {
	max-width: 100%;
	max-height: 34px;
}
#footer-bottom .column.fws {
	text-align: right;
}
#footer-bottom .column.fws a {
	text-align: right;
	color: inherit;
}
#footer-bottom .column.fws a:hover {
	text-decoration: underline;
}

@media all and (max-width : 330px) {
nav ul li {
	display:block;
	width: 94%;
}
}

@media (max-width: 480px){
.shop-links {
    padding: 0 5px !important;
}
.shop-links li {
	margin: 0 !important;
}
.shop-links a {
	font-size: 12px !important;
}
.shop-links li:first-child {
	display: none;
}
.search-text {
    width: 84% !important;
}
div#fullHolder ul li div {
    height: auto;
}
div#fullHolder ul li div img {
	max-width: 100%;
	height: auto;
	max-height: 400px;
}
div#fullHolder ul li {
    left: 0;
    top: 0;
	margin-right: 0;
	transform: none;
}
div#thumbHolder ul li {
	width: 80px;
	height: 80px;
}
div#thumbHolder ul li img {
    max-width: 66px;
    max-height: 66px;
}
/*
#gallery #item-mainimage {
    width: 100% !important;
}
#gallery #item-mainimage div {
	width: 100% !important;
}
ul#item-image-thumbs li {
	width: 62px !important;
	height: 62px !important;
}
ul#item-image-thumbs li a img {
    max-width: 48px !important;
    max-height: 48px !important;
}
*/
#product-tabs .del-map {
	max-width: 280px !important;
}
#product-tabs .del-areas {
	max-width: 280px !important;
}
#footer-area .column {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 4%;
}
}

@media (max-width: 600px){
.home-cats ul li, .home-cats ul li.three, .home-text ul li {
	width: 100% !important;
	margin: 0 auto 20px !important;
    text-align: center;
}
.home-cats ul, .home-text ul li {
    padding: 0;
}
}

@media (max-width: 580px) {
.logo a, .logo a img {
	max-height: 76px !important;
}
.search-text {
    width: 84% !important;
}
}

@media (max-width: 760px) {
.home-cats ul li.two {
	width: 100% !important;
	margin: 0 auto 20px !important;
    text-align: center;
}
}

@media only screen and (min-width: 761px) {
.home-cats ul li.two {
    margin-bottom: 2%;
    width: 49%;
    margin-right: 2%;
	text-align: center;
}
}

@media only screen and (min-width: 601px) and (max-width: 980px) {
.home-cats ul li.three {
	width: 50%;
}
}

@media (max-width: 800px) {
.header-promo ul li {
	width: 50%;
}
.header-promo ul li:nth-child(2), .header-promo ul li:nth-child(4), .header-promo ul li:nth-child(5) {
	display: none;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
.header-promo ul li {
	width: 33.333333%;
}
.header-promo ul li:nth-child(2), .header-promo ul li:nth-child(5) {
	display: none;
}
}

@media (max-width: 1400px) {
/*
.header-bottom {
    background: #FFFFFF none repeat scroll 0 0;
}
*/
.header-promo ul {
	margin: 0 20px;
}
.header-promo ul li {
	/* padding-bottom: 20px; */
	margin: 13px 0;
}
.header-promo ul li p {
	line-height: 1.2;
}
/*
.header-promo ul li:first-child {
	margin-top: 20px;
}
*/
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
#footer-area .column {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
}
#footer-area .column.social img {
	max-height: 22px;
}
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
div#swipeGallery {
	float: none;
	margin: 0 auto;
}
}

@media only screen and (min-width: 561px) and (max-width: 700px) {
.home-cats ul li h2.cat-title {
	font-size: 18px !important;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
.hl-right.one {
	width: 100% !important;
}
.hl-right.two {
	display: none;
}
.delivery-links {
	text-align: center !important;
    float: none !important;
    padding: 12px !important;
    margin: 0 !important;
}
.shop-links {
	padding-right: 15px !important;
}
.logo {
	padding-left: 15px;
}
.logo a, .logo a img {
	max-height: 80px !important;
}
.header-menu {
	width: 50% !important;
	margin: 36px 0 !important;
}
#eBaymenu nav > ul > li > a {
	padding: 0 15px !important;
	/* font-size: 13px !important; */
}
#eBaymenu > nav > ul > li:last-child {
	padding-right: 10px !important;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
#eBaymenu nav > ul > li > a {
	padding: 0 25px !important;
	/* font-size: 14px !important; */
}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
#eBaymenu nav > ul > li > a {
	/* padding: 0 15px !important; */
}
}

@media (max-width: 699px){
.hm-right, .hm-first, .hm-right-mobile {
	display: none;
}
.logo a {
    text-align: center;
}
}

@media only screen and (max-width: 700px) {
.home-cats.clearance li.mob {
	width: 100% !important;
}
.home-cats.clearance li.desktop {
	display: none;
}
}

@media (max-width: 767px){
.pi-left {
    width: 100%;
}
.pi-right {
    width: 100%;
	margin-top: 30px;
}
#product-tabs label {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#product-tabs .content > div h1 {
	font-size: 40px !important;
}
.faq-section label {
	font-size: 26px !important;
}
.faq-section p.faq-heading {
	font-size: 34px !important;
}
.home-cats h1 {
	font-size: 46px !important;
}
/*
#footer-newsletter-section {
	display: none;
}
#footer-section {
	border-top: 3px solid #1e1e1e;
}
*/
#footer-area .column h3 {
    /* font-size: 14px; */
	/* line-height: 13px; */
    margin-top: 8px;
	margin-right: 10px;
}
}

@media (max-width: 800px){
.search-area {
    float: right;
    width: 100%;
    margin: 0;
}
.search-text {
	width: 90%;
}
#product-tabs .map, .product-tabs .map-table {
    width: 100%;
}
#product-tabs .del-areas {
	max-width: 500px;
}
}

@media (max-width: 1024px){
.hm-first {
	float: left;
	width: 48%;
	margin: 1% 0 0 2%;
	text-align: left;
}
.hm-right-mobile {
	float: right;
	width: 48%;
	margin: 1% 2% 0 0;
	text-align: right;
}
.hl-right.desktop {
	display: none;
}
.header-links {
	display: none;
}
.hl-right, .hl-right.one, .hl-right.two {
    float: right;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.shop-links, .shop-links.email, .delivery-links {
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    float: none !important;
    margin: 5px 0;
}
.shop-links li {
	float: none;
	font-size: 14px;
	font-weight: 400;
    margin: 0;
	padding: 0;
}
.shop-links li.last {
    margin: 0 8px;
}
.hm-right {
	display: none;
}
.hm-left {
	width: 100%;
	margin: 0;
}
.logo a {
	margin: 20px 0;
}
/* Main Menu */
.header-menu { 
	background: #FFFFFF none repeat scroll 0 0;
	margin-bottom: 0px;
	/* border-top: 1px solid #4067A4; */
}
#eBaymenu {
    width: 100%;
    background: #FFFFFF;
}
nav {
	margin: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: #FFFFFF;
	padding: 14px 20px;	
	color: #0f0f0f;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
#eBaymenu nav > ul > li > .toggle {
	font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
.toggle.menu {
	background-color: #73C827;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
/*
.toggle:hover {
	background-color: #000000;
}
*/
.toggle.menu:after {
    position: absolute;
    top: 21px;
    right: 20px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    content: '';
}
.toggle.menu:before {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #FFFFFF;
    content: '';
}
[id^=drop]:checked + ul {
	display: block;
	width: 100%;
}
nav ul li {
	display: block;
	width: 100%;
}
nav > ul > li > .toggle.cats:after { 
	content:  ' +';
	float: right;
	color: #f25400;
	font-size: 18px;
	font-weight: 700;
}
nav ul ul .toggle,
	nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
/*
nav a:hover,
 	nav ul ul ul a {
	background-color: #000000;
}
*/
nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
	padding: 14px 20px;	
	color: #FFF;
	font-size: 17px; 
}
#eBaymenu nav ul li.no-cats a {
	font-size: 18px;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
	letter-spacing: 0px;
	color: #0f0f0f;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    padding: 14px 20px;	
    text-decoration: none;
	text-transform: capitalize;
}
#eBaymenu nav ul li ul li .toggle,
	#eBaymenu nav ul ul a {
	color: #777777;
	font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    background: #F9F9F9;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 30px;
	letter-spacing: 0;
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
}
nav ul ul {
	float: none;
	position:static;
	color: #ffffff;
}
nav ul ul li:hover > ul,
	nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;
}
/* Promo Section */
/*
.header-promo ul li a {
    padding: 10px 15px;
	color: #1e1e1e !important;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
*/
.home-cats ul, .home-text ul {
    margin: 0;
	padding: 0;
    float: left;
}
.home-cats ul li {
	margin: 0 auto 5px;
    width: 33.333333%;
    text-align: center;
}
.home-cats ul li.three {
	margin: 0 auto 5px;
    text-align: center;
}
.home-cats ul li.three.text {
	width: 100% !important;
	margin: 0 auto 5px !important;
    text-align: center;
}
.home-cats ul li.three.text h3 {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}
.home-cats ul li a {
	margin: 2px;
}
.home-cats ul li, .home-cats ul li.three, .home-text ul li {
	margin: 0 auto 20px !important;
    text-align: center;
}
#footer-bottom .column {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#footer-bottom .column.copy {
	text-align: center;
	margin-bottom: 5px;
}
#footer-bottom .column.fws {
	text-align: center;
	margin-top: 5px;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
#product-tabs .del-map {
	max-width: 400px;
}
#product-tabs .del-areas {
	max-width: 450px;
}
}

@media (max-width: 1024px){
.logo a img {
	margin: 0 15px;
}
.header-menu li a {
    padding: 0 20px;
}
div#thumbHolder ul li {
	width: 84px;
	height: 84px;
	margin: 5px 5px 0 0;
}
div#thumbHolder ul li img {
    max-width: 70px;
    max-height: 70px;
}
/*
.product {
	padding: 0 10px;
}
#gallery #item-mainimage {
    max-width: 100%;
}
#gallery #item-mainimage div {
	max-width: 100%;
}
#gallery #item-mainimage div img {
	max-width: 100%;
}
*/
}

@media (max-width: 1100px){
/*
#footer-newsletter-area .box-content .newsletter-description {
	line-height: 20px;
	padding: 10px 20px;
	float: none;
}
#footer-newsletter-area .nws-btn {
	margin-left: 0;
	margin-bottom: 10px;
}
*/
#footer-newsletter-area .nws-btn {
	margin-left: 0;
	margin-bottom: 0;
}
#footer-newsletter-area .box-content {
	padding: 10px;
}
#footer-newsletter-area .box-content .newsletter-description {
	width: 100%;
	padding: 5px 0;
	line-height: 1.4;
}
#footer-newsletter-area .nws-btn, #footer-newsletter-area .dropdown-btn {
	width: 100%;
}
#footer-newsletter-area .nws-btn {
	margin-top: 5px;
}
#footer-newsletter-area .dropdown-btn {
	padding: 14px 0;
}
}

@media (max-width: 1140px){
.product {
    padding: 0 10px
}
}

@media only screen and (min-width: 701px) {
.home-cats.clearance li.mob {
	display: none;
}
.home-cats.clearance li.desktop {
	margin-bottom: 2.5%;
	width: 100%;
	margin-right: 2.5%;
	text-align: center;
}
}

@media only screen and (min-width: 1025px) {
.logo a {
	text-align: left;
}
.header-menu {
	width: 40%;
	float: right;
	margin: 44px 0;
}
#eBaymenu {
	text-align: right;
}
#eBaymenu > nav {
	width: auto;
	display: inline-block;
}
/*
#eBaymenu nav > ul > li {
	border-left: 1px solid #69D3E2;
}
#eBaymenu nav > ul > li > a {
	border-left: 1px solid #50B4C2;
}
#eBaymenu nav > ul > li:last-child {
	border-right: 1px solid #69D3E2;
}
#eBaymenu nav > ul > li:last-child > a {
	border-right: 1px solid #50B4C2;
}
*/
#eBaymenu > nav > ul > li {
	text-align: center;
	display: inline;
	margin: 0;
}
#eBaymenu > nav > ul > li:last-child {
	border-right: none;
}
#eBaymenu > nav > ul > li:last-child ul {
	right: 0 !important;
}
#eBaymenu nav > ul > li > a {
	font-family: 'Poppins', Arial, 'Open Sans', 'Lato', sans-serif;
    line-height: 31px;
	padding: 0 20px;
	color: #0f0f0f;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-decoration: none !important;
	padding-bottom: 5px;
}
#eBaymenu nav > ul > li > a span {
	position: relative;
	display: block;
	line-height: 31px;
	padding: 0 0 5px;
}
#eBaymenu nav > ul > li > a span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
    height: 3px;
    background: #72c827;
    z-index: 9;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#eBaymenu nav > ul > li:hover a span:before {
    width: auto;
    left: 20px;
    right: 20px;
}
#eBaymenu nav > ul > li:first-child:hover a span:before {
    left: 10px;
    right: 10px;
}
#eBaymenu nav > ul > li:nth-child(2):hover a span:before {
    left: 12px;
    right: 12px;
}
/*
#eBaymenu li.cats > a:after { 
	content: url('https://www.ebaystoredesigns.co.uk/ebay/fylde-grass/2026/images/arrow-down.png');
    margin-left: 6px;
    cursor: pointer;
	width: 8px;
	height: 5px;
	position: relative;
	top: -2px;
}
#eBaymenu nav > ul > li:hover {
    background-color: #f1f5f8;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
*/
#eBaymenu nav > ul > li:hover > a {
	color: #72c827;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#eBaymenu li:hover > ul {
	padding: 15px 0;
	background-color: #f1f5f8;
	/* border-right-width: 1px;
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0px;
    border-style: solid;
	border-color: rgb(225, 225, 225);
	border-color: rgb(64, 103, 164);
	background-color: rgb(255, 255, 255);
	box-shadow: 3px 0 0 0 rgba(76,88,103,.2), -3px 0 0 0 rgba(76,88,103,.2);
    -moz-box-shadow: 3px 0 0 0 rgba(76,88,103,.2),-3px 0 0 0 rgba(76,88,103,.2);
    -webkit-box-shadow: 3px 0 0 0 rgba(76,88,103,.2), -3px 0 0 0 rgba(76,88,103,.2);
	border-bottom: 2px solid #E4E4E4; */
}
nav ul ul li {
	min-width: 180px;
}
/*
#eBaymenu nav > ul > li:nth-child(2) ul {
	min-width: 187px;
}
#eBaymenu nav > ul > li:nth-child(3) ul {
	min-width: 195px;
}
*/
#eBaymenu ul ul li a {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 20px !important;
	white-space: nowrap;
	border: none;
	transition: color .2s;
	color: #222222;
}
#eBaymenu ul ul li:hover {
    background-color: #72c827;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#eBaymenu ul ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.header-promo ul li.box-one { 
	width: 17%;
}
.header-promo ul li.box-two {
	width: 22%;
}
.header-promo ul li.box-three {
	width: 21%;
}
.header-promo ul li.box-four {
	width: 23.5%;
}
.header-promo ul li.box-last {
	width: 16.5%;
}
.home-cats ul li.three {
    margin-bottom: 2%;
    width: 32%;
    margin-right: 2%;
	text-align: center;
}
.home-cats ul li {
	margin-bottom: 2.5%;
    width: 100%;
    margin-right: 2.5%;
	text-align: center;
}
div#fullHolder {
	padding-bottom: 700px;
}
div#fullHolder ul li div {
    height: 700px;
}
div#fullHolder ul li div img {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div#thumbHolder ul li img {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}
#footer-area .column:first-child {
	margin-left: 0;
}
#footer-area .column:last-child {
	margin-right: 0;
}
}

.inkfrog_banner {
	display: none;
}
@media only screen and (min-width: 1400px) {
.product {
	margin-top: 0;
	background: #fff;
	max-width: 1400px;
	padding: 20px;
	display: table;
}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.container::after {
	content: "";
	display: table;
	clear: both;
}
.product-container-inner::after {
	content: "";
	display: table;
	clear: both;
}
.pi-left .image-section {
    position: relative;
}
.pi-left .image-section .main-image {
    width: 100%;
}
.pi-left .image-section img {
    vertical-align: middle;
	border-style: none;
}
.pi-left .image-section .image[data-image=""] {
    display: none;
}
.pi-left .image-section .image {
    width: 20%;
    float: left;
    position: static;
    padding-right: 15px;
}
.pi-left .image .thumbnails-image, .pi-left .image .main-area {
    display: none;
}
.pi-left .image .thumbnail-area {
    width: 100%;
    position: relative;
	display: inline-block;
    cursor: pointer;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
	touch-action: manipulation;
}
.pi-left .image .thumbnail-area .image-align {
	padding: 5px;
}
.pi-left .placeholder {
    width: 100%;
}
.pi-left .image-align {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.pi-left .main-content .image-align {
	padding: 10px;
}
.pi-left .image .main {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    cursor: pointer;
    padding-right: 15px;
}
.pi-left .transition {
    transition: all .15s linear;
    -o-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.pi-left .image .main .main-content {
    position: relative;
    border: 1px solid #cccccc;
}
.pi-left label {
    display: inline-block;
    margin-bottom: 10px;
}
.pi-left .image .main .back, .pi-left .image .main .forward {
    background-size: cover;
    position: absolute;
    width: 39px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background-color: #72c827;
    border-radius: 500px;
    background-position: center;
    background-repeat: no-repeat;
}
.pi-left .image .main .back {
    left: 5px;
    background-image: url(https://www.ebaystoredesigns.co.uk/ebay/fylde-grass/2026/images/back-arrow.png);
}
.pi-left .image .main .forward {
    right: 5px;
    background-image: url(https://www.ebaystoredesigns.co.uk/ebay/fylde-grass/2026/images/forward-arrow.png);
}
.pi-left .image .thumbnails-image:checked + .thumbnail-area {
	border: 1px solid #f97200 !important;
}
.image #thumbnail-image-1:checked ~ #image-1, .image #thumbnail-image-2:checked ~ #image-2, .image #thumbnail-image-3:checked ~ #image-3, .image #thumbnail-image-4:checked ~ #image-4, .image #thumbnail-image-5:checked ~ #image-5, .image #thumbnail-image-6:checked ~ #image-6, .image #thumbnail-image-7:checked ~ #image-7, .image #thumbnail-image-8:checked ~ #image-8, .image #thumbnail-image-9:checked ~ #image-9, .image #thumbnail-image-10:checked ~ #image-10 {
    display: block;
}
.pi-left .image .main .back[data-back=""], .pi-left .image .main .forward[data-forward=""] {
    display: none;
}

@media (max-width: 1023px) {
.pi-left .image-section .image {
    width: 25%;
}
}

@media (max-width: 767px) {
.pi-left .image-section .image {
    width: 33.33%;
}
}

@media (max-width: 575px) {
.pi-left .image .thumbnail-area img {
    display: none;
}
.pi-left .image-section .image {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
}
.pi-left .image .thumbnails-image:checked + label {
    background-color: #f25400;
}
.pi-left .image .thumbnail-area {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 5px 10px;
    border: 2px solid #f25400;
}
.pi-left .image-section {
    text-align: center;
}
}

@media (min-width: 768px) {
.pi-left .image .main-area:checked + .main {
    animation-name: fadeInImage;
    animation-duration: 0.5s;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
}
.pi-left .image .main-area:checked + .main .main-content {
    position: relative;
    border: 1px solid #000000;
    width: 600px;
    background-color: #ffffff;
    margin: 50px auto 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.85);
}
.pi-left .image .main-area:checked + .main .main-content img {
    max-width: 100%;
}
.pi-left .image .main-area:checked + .main .main-content .back, .pi-left .image .main-area:checked + .main .main-content .forward {
    display: none;
}
.pi-left .image .main-area:checked + .main .main-content:after {
    display: block;
    bottom: auto;
    top: 10px;
	right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    content: "";
    background-image: url(https://www.ebaystoredesigns.co.uk/ebay/fylde-grass/2026/images/close-button.png);
}
.pi-left .image .main .main-content:after {
    content: "";
    background-image: url(https://www.ebaystoredesigns.co.uk/ebay/fylde-grass/2026/images/glass-box.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
}
}

@media (min-width: 1024px) {
.pi-left .image .main-area:checked + .main .main-content {
    width: 800px;
}
}