/* Generic Global Styling */

@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

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

General Styling

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

* { 
	margin: 0; 
	padding: 0;
}
#product-temp {
	font-family: "Plus Jakarta Sans", 'Lato';
	color: #455560;
	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: 1500px;
	/* padding: 0 10px; */
	/* width: 100%; */
}
.container-main { 
	margin: 0 auto; 
	max-width: 1500px;
	/* padding: 0 10px; */
	width: 100%; 
}
.product-container-inner {
	float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

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

Header 

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

#eBaymenu nav > ul > li:hover {
    background-color: #8E69AD !important; 

}
#header-area { 
	display: table; 
	width: 100%;
}
.top-promo { 
	background: #5B377E none repeat scroll 0 0;
	display: table; 
	width: 100%; 
}
.top-links {
	float: left;
	width: 100%;
	margin: 11px 0;
}
.top-links ul { 
	list-style: outside none none; 
	padding: 0; 
}
.top-links li { 
	float: left;
	display: inline-block;
	width: 33.333333%;
	font-family: "Plus Jakarta Sans", 'Lato';
	color: #FFFFFF;
	font-size: 14px; 
	font-weight: 700; 
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.top-links li span {
	position: relative;
}
.top-links li:first-child span:before {
    content: url(https://www.ebaystoredesigns.co.uk/ebay/brownsource/new/mobile/2019/images/del-icon-sm.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -43px;
}
.top-links li:nth-child(2) span:before {
    content: url(https://www.ebaystoredesigns.co.uk/ebay/brownsource/new/mobile/2019/images/nd-icon-sm.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
}
.top-links li:last-child span:before {
    content: url(https://www.ebaystoredesigns.co.uk/ebay/brownsource/new/mobile/2019/images/ret-icon-sm.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -39px;
}
.header-links { 
	background: #FFFFFF none repeat scroll 0 0;
	display: table; 
	width: 100%; 
}
.hl-right { 
	float: right;
	width: 65%;
}
.shop-links {
	float: right;
	margin: 50px 20px 50px 0;
}
.shop-links p {
    color: #FFFFFF;
	font-family: "Plus Jakarta Sans", 'Lato';
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
    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: "Plus Jakarta Sans", 'Lato';
	color: #455560;
	font-size: 18px; 
	font-weight: 500; 
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	line-height: 26px;
	text-transform: none;
}
.shop-links li:after {
	content: "|";
	text-indent: -999999px;
	display: block;
	float: right;
	width: 1px;
	height: 18px;
	background: #455560;
	margin: 4px 12px 0px 12px;
}
.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: #5B377E !important;
    text-decoration: none;
}
.shop-links a:hover {
	color: #72449B !important;
	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: 35%;
}
.logo {
    position: relative;
    width: 100%;
    height: 100%;
}
.logo a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-height: 87px;
    width: 100%;
    font-size: 0;
	margin: 20px 0;
}
.logo a img {
    width: auto;
    height: auto;
	margin: 0 auto;
    max-width: 100%;
    max-height: 87px;
}
.hm-right { 
	float: right;
	width: 25%;
	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: "Plus Jakarta Sans", 'Lato';
}
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: "Plus Jakarta Sans", 'Lato';
}
nav a {
	display:block;
	padding: 0 20px;
	line-height: 20px;
	color: #455560;
	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: #f3f4f5 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: #f3f4f5;
}
.header-promo ul li.box-three {
	background: #f3f4f5;
}
.header-promo ul li.box-last {
    margin-right: 0;
	background: #f3f4f5;
}
*/
.header-promo ul li h1, .header-promo ul li h1 a {
    color: #455560 !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: "Plus Jakarta Sans", 'Lato';
}
.header-promo ul li p, .header-promo ul li p a {
    color: #455560 !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: "Plus Jakarta Sans", 'Lato';
}

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

Product Area

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

#product-area {
	display: table;
	width: 100%;
}
#product-area .product-name h1 { 
	color: #455560;
	font-family: "Plus Jakarta Sans", 'Lato';
	font-size: 25px;
	line-height: 1.2; 
	font-weight: 700; 
	margin-bottom: 25px;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
}
#product-area .product-text h2 { 
	font-size: 16px;
	color: #737f88;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
#product-area .product-text 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: 57%;
	position: relative;
    clear: both;
    margin: 0px 0px 0px 0px;
}
.pi-right {
	float: right;
	width: 40%;
}
.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: 20px 20px 0 0; 
	cursor: pointer; 
	position: relative; 
	width: 151px; 
	height: 151px;
	/* 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: 151px; 
	max-height: 151px; 
	border: 0; 
	padding: 0; 
	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 {
	float: left;
	width: 100%;
	text-align: left;
}
.product-text-desc {
	background: #F1ECF5;
}
.product-text-desc .desc-area {
	padding: 25px;
}
.product-text-desc .desc-area 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: 25px;
}
.product-text-desc .desc-area ol>li, .product-text-desc .desc-area ul>li {
	margin-top: 0;
	margin-bottom: 0.4rem;
}
.product-text-desc .desc-area, .product-text-desc .desc-area p {
	color: #737f88;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
}
.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: #455560;
}
.product-code p {
	color: #455560 !important;
	font-size: 18px !important;
	margin-bottom: 30px !important;
}
.product-text, .product-text p, .product-text p span {
	color: #455560 !important;
	font-size: 16px !important;
	line-height: 25px;
	font-family: "Plus Jakarta Sans", 'Lato' !important;
}
.product-text p strong {
	font-size: 16px !important;
	font-family: "Plus Jakarta Sans", 'Lato';
	font-weight: 700;
	letter-spacing: 0px;
	color: #455560 !important;
	text-transform: none;
}
.product-text p strong span {
	color: #455560 !important;
	font-size: 16px !important;
}
.product-text ul {
	margin-bottom: 20px;
}
.product-text ul li {
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: inside;
}

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

Product Tabs

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

.product-tabs {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 35px;
	font-family: "Plus Jakarta Sans", 'Lato';
	background-color: #F1ECF5; 
}
.product-tabs .content {
	float: left;
	width: 100%;
	background: #FFFFFF; 
	color: #455560;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	font-family: "Plus Jakarta Sans", 'Lato';
}
.product-tabs .content > div {
	display: none; 
	border: 1px solid #EEEEEE;
	padding: 20px 30px;
	font-family: "Plus Jakarta Sans", 'Lato';
}
.product-tabs .content > div p {
	color: #737f88;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	font-family: "Plus Jakarta Sans", 'Lato';
}
.product-tabs .content > div p a {
	color: #455560;
	text-decoration: underline !important;
	font-weight: 700;
	font-family: "Plus Jakarta Sans", 'Lato';
}
.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: #455560;
	font-weight: 700;
}
.product-tabs input {
	display: none;
}
.product-tabs label {
	display: inline-block;
	float: left; 
	padding: 15px 30px; 
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	color: #5B377E;
	text-align: center;
	background-color: #F1ECF5;
	border: 0px solid #EEEEEE;
	border-bottom-color: transparent;
	margin-right: 0;
	transition: all .2s;
	font-family: "Plus Jakarta Sans", 'Lato';
	text-transform: none;
}
.product-tabs label:hover {
	color: #455560; 
	background: #F1ECF5; 
	cursor: pointer;
}
.product-tabs input:checked + label {
	background: #D5C7E1; 
	color: FFF !important;
	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;
}
.home-cats {
    float: left;
    width: 100%;
    margin: 0;
}
.home-cats.clearance {
	margin-top: 5px;
}
.home-cats ul {
	list-style: none;
    padding: 0px;
	float: left;
	width: auto;
}
.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; */
	border: none;
}
.home-cats ul li img {
	max-width: 100%;
	border: none;
}
.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: "Plus Jakarta Sans", 'Lato';
	font-size: 26px !important;
	color: #455560;
	letter-spacing: 0px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
    padding: 19px 0 15px 0;
    margin: 0;
	text-align: center;
}
.cat-cont {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.cat-cont h3 {
	line-height: 1.1;
	font-size: 25px;
}
.cat-cont .cats-button {
	text-decoration: none;
	background: #fff;
	border: 3px solid #fff;
	color: #455560;
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
	vertical-align: middle;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 10px 22px;
	height: 40px;
}
.cat-cont .cats-button:hover {
	text-decoration: none !important;
	background: #8E69AD;
	background-color: #8E69AD !important;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
@media only screen and (min-width: 641px) {
.cat-cont {
	bottom: 40px;
}
.cat-cont h3 {
	font-size: 35px;
	margin-bottom: 15px;
}
}
@media only screen and (min-width: 1025px) {
.cat-cont .cats-button {
	height: 50px;
	font-size: 18px;
	padding: 14px 36px;
	border-radius: 8px;
}
}
@media only screen and (min-width: 1114px) {
.cat-cont {
	bottom: 60px;
}
.cat-cont h3 {
	font-size: 45px;
	margin-bottom: 25px;
}
}


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

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: #5B377E none repeat scroll 0 0;
	margin-top: 20px;
}
#footer-newsletter-area {
	max-width: 1500px;
	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: 8px 0;
	text-align: center;
}
#footer-newsletter-area .box-content .newsletter-description {
    float: left;
    display: inline-block;
    text-transform: none;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
	padding: 0;
	margin: 0;
	font-family: "Plus Jakarta Sans", 'Lato';
}
#footer-newsletter-area .nws-btn {
	margin-left: 120px;
	display: inline-block;
}
#footer-newsletter-area .dropdown-btn {
    background: #fff;
    text-transform: none;
    border:2px solid #fff;
    padding: 14px 38px;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", 'Lato';
    color: #5B377E;
    border-radius: 8px;
}
#footer-newsletter-area .dropdown-btn:hover {
	text-decoration: none;
	background: #5B377E;
	color: #fff;
	border:2px solid #fff;
}
#footer-section {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
	background: #8E69AD none repeat scroll 0 0;
}
#footer-section-bot {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
	background: #FFFFFF none repeat scroll 0 0;
}
#footer-area {
	max-width: 1500px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 40px;
    margin-bottom: 40px;
    overflow: visible;
}
#footer-area .column {
	width: 33.333333%;
	padding: 0;
	margin: 0;
    position: relative;
	min-height: 1px;
    float: left;
}
#footer-area .column h3 {
    text-align: left;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", 'Lato';
    font-style: normal;
    font-size: 18px;
	line-height: 18px;
    letter-spacing: 0px;
	color: #FFFFFF;
	padding-bottom: 8px;
    margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 25px;
	text-transform: uppercase;
}
#footer-area .column hr {
	display: block;
    margin-top: 0;
    margin-bottom: 20px;
	border: 2px solid #455560;
	width: 55px;
}
#footer-area .column > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0px;
}
#footer-area .column > ul li {
	color: #FFFFFF;
	padding: 5px 0;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 400;
}
#footer-area .column > ul a {
    display: block;
    color: inherit;
    transition: color .2s;
}
#footer-area .column a:hover {
	text-decoration: underline;
}
#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: 1500px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
    overflow: visible;
	padding: 10px 0;
}
#footer-bottom .column {
	width: 33.333333%;
	padding: 0;
	margin: 0;
    position: relative;
	min-height: 1px;
    float: left;
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	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%;
}
#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: 70px !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: 1500px) {
/*
.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: 46%;
	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: 1200px) {
.shop-links li {
	font-size: 16px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
.shop-links {
    margin: 37px 20px 37px 0;
}
#eBaymenu nav > ul > li > a {
	padding: 0px 30px !important;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
#eBaymenu nav > ul > li > a {
	padding: 0 25px !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;
}
/*
#footer-newsletter-section {
	display: none;
}
#footer-section {
	border-top: 3px solid #455560;
}
*/
#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;
}
.hl-right { 
	float: right;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.hl-right.mob {
	background: #5B377E none repeat scroll 0 0;
}
.top-promo {
	display: none;
}
.shop-links {
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	float: none !important;
	margin: 7.5px 0;
}
.shop-links li {
	float: none;
	font-size: 14px;
	font-weight: 400;
    margin: 0;
	padding: 0;
}
.shop-links a, .shop-links a:hover {
    color: #FFFFFF !important;
}
.shop-links li:after {
	background: #FFFFFF;
}
.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;
}
#eBaymenu {
    width: 100%;
    background: #FFFFFF;
}
nav {
	margin: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: #FFFFFF;
	padding: 14px 20px;	
	color: #455560;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
#eBaymenu nav > ul > li > .toggle {
	font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #8E69AD;
}
.toggle.menu {
	background-color: #5B377E;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
	font-family: "Plus Jakarta Sans", 'Lato';
}
/*
.toggle:hover {
	background-color: #455560;
}
*/
.toggle.menu:after {
    position: absolute;
    top: 21px;
    right: 20px;
    display: block;
    height: 4px;
    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: #455560;
	font-size: 16px;
	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: #455560;
}
*/
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: 16px;
	font-family: "Plus Jakarta Sans", 'Lato';
	letter-spacing: 0px;
	color: #455560;
    font-weight: 700;
	border-bottom: 1px solid #E0E0E0;
    padding: 14px 20px;	
    text-decoration: none;
	text-transform: none;
}
#eBaymenu nav ul li ul li .toggle,
	#eBaymenu nav ul ul a {
	color: #455560;
	font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    background: #F5F5F7;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 30px;
	letter-spacing: 0;
}
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: #455560 !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: 700px) {
#product-area h1 {
	font-size: 35px;
}
}

@media only screen and (min-width: 1025px) {
.hm-right-mobile {
	display: none;
}
.hl-right.mob {
	display: none;
}
.logo {
	padding-left: 50px;
}
.logo a {
	text-align: left;
}
.header-menu {
	background: #F1ECF5 none repeat scroll 0 0;
	border-top: 1px solid #E3DAEB;
	border-bottom: 1px solid #E3DAEB;
}
#eBaymenu {
	text-align: center;
}
#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;
	border-right: 2px solid #f3f4f5;
}
#eBaymenu > nav > ul > li:last-child {
	border-right: none;
}
#eBaymenu nav > ul > li > a {
	font-family: "Plus Jakarta Sans", 'Lato';
    line-height: 54px;
	padding: 0 45px;
	color: #5B377E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none !important;
}
/*
#eBaymenu li.cats > a:after { 
	content: url('https://www.ebaystoredesigns.co.uk/ebay/muscleform/new/2019/images/arrow-down.png');
    margin-left: 6px;
    cursor: pointer;
	width: 8px;
	height: 5px;
	position: relative;
	top: -2px;
}
*/
#eBaymenu nav > ul > li:hover {
    background-color: #8E69AD !important;
    color: #fff;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#eBaymenu nav > ul > li:hover > a {
	color: #FFFFFF;
	transition: color .2s;
	background: #5B377E;
}
#eBaymenu li:hover > ul {
	padding: 15px 0;
	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: #d0d4d7;
	background-color: #f9f9fa;
	max-width: 370px;
}
nav ul ul li {
	min-width: 220px;
}
/*
#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: 16px;
	line-height: 32px;
	padding: 0px 25px !important;
	white-space: nowrap;
	border: none;
	transition: color .2s;
	color: #455560;
	font-weight: 500;
}
#eBaymenu ul ul li a:hover {
	color: #737f88;
	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: 1.7%;
    width: 32.2%;
    margin-right: 1.7%;
	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: 5%;
}
#footer-area .column:last-child {
	margin-right: 0;
}
}

.inkfrog_banner {
	display: none;
}