html, body, .p-wrapper, .p-wrapper div,.p-wrapper p,.p-wrapper span,.p-wrapper h1,.p-wrapper h2,.p-wrapper h3,.p-wrapper a,
.p-wrapper img,.p-wrapper ul,.p-wrapper ol,.p-wrapper li,.p-wrapper input,
.p-wrapper table,.p-wrapper tr,.p-wrapper td,.p-wrapper label, .p-wrapper iframe {
	margin:0;
	padding:0;
	font-family: "HelveticaNeue", Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 300;
	border:0;
	text-decoration: none;
	box-sizing: border-box;
	list-style: none;
}
body {
	background: #ccc;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
	height:0;
	font-size: 1px;
	line-height: 0px;
	_zoom: 1;
}
span[property="description"] {
	display: none!important;
	height: 0;
	overflow: hidden;
}
.p-hidden,
.p-mob {
	display: none;
}
.p-wrapper img {
	max-width: 100%;
}
[hide-if-empty=''],[hide-if-empty='0.00'],[hide-if-empty='://'] {
	display:none !important;
}
[show-if-empty=''],[show-if-empty='://'] {
	display:block !important;
}
.p-important {
	font-weight: bold !important;
}
.p-wrapper .p-container {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
/********************************************************************************************/
.p-main .promo-message {
  display: none;
  float: left;
  width: 100%;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
.p-main .promo-message .row {
  padding: 0px 10px;
}
.p-main .promo-message .heading {
  margin: 0px;
  padding: 0px;
}
.p-main .promo-message .heading a {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /*margin-left: 28px;*/
  padding: 10px 0;
  background: #ef0;
  padding-right: 30px;
  /*background-image: url(../img/btn-arrow-ebay.png);*/
  background-repeat: no-repeat;
  background-position: center center;
}
.p-main .promo-message .heading a p {
  font-size: 16px;
  font-weight: 400;
}
.p-main .promo-message .heading a img {
  margin-left: 10px;
  max-width: 37px;
  max-height: 10px;
}
/********************************************************************************************/
.p-wrapper .p-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
}
.p-wrapper .p-header:after {
	content: '';
  display: none/* TOGGLE */
  width: 100%;
	height: 155px; /* CHANGE IF NEEDED */
	/*background: url(../img/11032022-15032022.png) no-repeat center center #000;*/
	/*background: url(../img/07012022-10012022.png) no-repeat center center #000;*/
	/*background: url(../img/coupon-30062021-arcade.png) no-repeat center center #000;*/
	/*background: url(../img/coupon-210624-arcade.png) no-repeat center center #000;*/
	/*background: url(../img/packsavings-17-21-05-arcade.png) no-repeat center center #000;*/
	/*background: url(../img/PICKSAVE10-3105.png) no-repeat center center #000;*/
	/*background: url(../img/coupon-12072021-arcade.png) no-repeat center center #000;*/
	/*background: url(../img/SAVE20-19072021-Arcade.png) no-repeat center center #000;*/
	/*background: url(https://design.pentagonhosting.co.uk/arcadia-banners/HAVE15-02082021-Arcade.png) no-repeat center center #000;*/
	/*background: url(https://design.pentagonhosting.co.uk/arcadia-banners/coupon-nectar-15-5-arcade.png) no-repeat center center #000;*/
	/*background: url(https://design.pentagonhosting.co.uk/arcadia-banners/FORYOU15-30082021-Arcade.png) no-repeat center center #000;*/
	/*background: url(../img/TAKE15BACK-ARCADE-01102021.png) no-repeat center center #000;*/
	/*background: url(../img/BAG10NOW-20102021.png) no-repeat center center #000;*/
	/*background: url(../img/FESTIVE15-01112021-AR.png) no-repeat center center #000;*/
	/*background: url(../img/BLACKFRIDAYUK-11112021-AR.png) no-repeat center center #000;*/
	/*background: url(../img/DECSALE-16122021-AR.png) no-repeat center center #000;*/
	background-size: contain;
}
h1.p-logo {
	background: #000;
	max-width: 171px;
	display: inline-block;
	z-index: 100;
	flex: 1 0 10%;
}
h1.p-logo a {
	display: block;
	padding: 23px 30px;
}

.p-wrapper .p-header {
	font-size: 0;
}
.p-header nav {
	display: inline-block;
	text-align: center;
	flex: 1 0 50%;
}
.p-header nav ul {
	font-size: 0;
}
.p-header nav li {
	display: inline-block;
	list-style: none;
}
.p-header nav li a {
	display: block;
	color: #000;
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 21px 9px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
}
.p-header nav li a[href*="page"] {
	display: none;
}
.p-header nav li a:hover {
	color: #1be7ff;
}
.p-header nav li a:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	transform: translateX(-150%);
	background: #1be7ff;
	transition: all 0.2s;
}
.p-header nav li a:hover:after {
	transform: translateX(0);
}

.p-header .p-newsletter {
	flex: 1 0 0%;
	background: #000;
	color: #fff;
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 22px 30px 23px;
	position: relative;
	letter-spacing: 2px;
	z-index: 100;
	transition: all 0.2s;
}
.p-newsletter .p-ico {
	background: url(../img/nletter.png) 0 center no-repeat rgba(255,255,255,0);
	display: inline-block;
	width: 20px;
	height: 24px;
	background-size: contain;
	vertical-align: bottom;
	margin-right: 10px;
}
.p-header .p-newsletter:hover {
	background: #eeff00;
	color: #000;
}

.p-main {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
.p-main > .p-left {
	width: 64%;
	padding-left: 10px;
	font-size: 0;
}
.p-main > .p-right {
	width: 36%;
}
.p-gallery {
	display: inline-block;
	font-size: 0;
	position: relative;
}
.p-gallery:after {
    content: "Buy 1, get 1 at 15% OFF (add 2 to cart)";
    background: #ef0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin-left: 10px;
    text-align: center;
    padding: 10px 0;
	z-index: 10;
	display: none !important;
}
.p-gallery .p-lonely-img {
	display: none;
	width: 100%;
}
.p-gallery label {
	width: calc(50% - 10px);
	margin: 0 10px 10px 0;
	position: relative;
	padding: 10% 0;
	cursor: zoom-in;
	background: #fff;
	display: inline-block;
}
.p-gallery label:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.03);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.p-gallery input:checked + label {
	display: flex;
	cursor: zoom-out;
	z-index: 101;
	position: fixed;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
}
.p-gallery img {
	max-height: 100vh;
}
.p-gallery label,
.p-gallery label:before,
.p-gallery label:after {
	transition: all 0.3s;
}
.p-gallery input:checked label,
.p-gallery input:checked label:before,
.p-gallery input:checked label:after {
	transition: all 0s;
}
.p-gallery input:checked + label:before {
	display: none;
}
.p-gallery input:checked + label:after {
	content: 'x';
	background: #fff;
	padding: 4px 14px;
	color: #000;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 23px;
	font-weight: 500;
	cursor: pointer;
	z-index: 12;
}

.p-wrapper .p-info {
	padding: 36px 42px;
}
.p-info .p-title {
	font-size: 31px;
	font-weight: 800;
	line-height: 37px;
}
.p-info .p-description {
	margin-top: 20px;
}
.p-info .p-description * {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #656565;
}
.p-info .p-price {
	margin-top: 18px;
	display: none;
}
.p-info .p-price span {
	margin-top: 20px;
	font-size: 23px;
	font-weight: 800;
}
.p-info .p-price .p-was {
	display: block;
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 500;
}
.p-info .p-sizes {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #656565;
	text-decoration: underline;
	margin-top: 15px;
	transition: all 0.3s;
}
.p-info .p-sizes:hover {
	color: 000;
	text-decoration: none;
}
#sizeguide:checked + label div {
	display: block;
}
#sizeguide:checked {
	display: block;
}
#sizeguide:checked + label {
	display: block;
	cursor: zoom-out;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
	overflow: auto;
    background: rgba(0,0,0,0.6);
}
#sizeguide:checked + label table {
	background: #fff;
	margin: 0 auto;
}
#sizeguide:checked + label td {
	padding: 3px 5px;
}
.p-info .p-buynow {
	display: none;
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	line-height: 40px;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	background: #ef0;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 15px 9px;
	margin-top: 15px;
	transition: all 0.3s;
}
.p-info .p-buynow:hover {
	color: #fff;
	background: #000;
}
.p-info .p-buynow span {
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.p-info .p-ask {
	display: block;
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	line-height: 40px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 15px 9px;
	margin-top: 15px;
	transition: all 0.3s;
}
.p-info .p-ask:hover {
	opacity: 0.6;
}
.p-info .p-ask span {
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.p-info .p-tabs {
	margin-top: 20px;
}
.p-tabs label {
	margin-top: 20px;
}
.p-tabs label h2 {
	cursor: pointer;
	font-weight: 800;
	padding: 15px 3px;
	font-size: 18px;
	position: relative;
	border-top: 1px solid #cdcdcd;
}
.p-tabs label h2:after {
	content: '+';
	font-weight: 800;
	font-size: 18px;
	position: absolute;
	right: 3px;
	top:auto;
	bottom: auto;
	margin: auto;
}
.p-tabs .p-descr {
	max-height: 0;
	overflow: hidden;
	padding-bottom: 0;
	transition: max-height 0.35s ease;
}
.p-tabs input:checked + label .p-descr {
	max-height: 1500px;
	padding-bottom: 25px;
	transition: max-height 0.55s ease;
}
.p-tabs input:checked + label h2:after {
	content: '-';
}
.p-wrapper .p-descr * {
	font-size: 15px;
	line-height: 21px;
	margin: 7px 0;
}
.p-wrapper .p-descr h3 {
	font-size: 15px;
	font-weight: 800;
	margin-top: 17px;
}
.p-wrapper .p-descr a {
	display: inline;
	color: #000;
	text-decoration: underline;
    padding: 1px 4px;
	transition: background 0.35s ease;
}
.p-wrapper .p-descr a:hover {
    background: transparent;
	color: #1be7ff;
    background: #000;
}

.p-wrapper .p-related {
	border-top: 10px solid #fff;
    border-bottom: 15px solid #fff;
    display: none;
}
.p-related .p-banner {
	display: none;
	font-size: 0;
	color: transparent;
	transition: all 0.2s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	background-size: 100% auto;
}
.p-related .p-banner:hover {
    background-size: 99% auto !important;
    background-position: center !important;
}
#brandname ~ .p-banner {
	width: 100%;
	height: 51vw;
	max-height: 620px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000;
}
#brandname ~ .p-banner.default {
	display: block;
	background-image: url(../img/listing-default.jpg);
}
#brandname[value*='Slazenger'] ~ .p-banner.slazenger {
	display: block;
	background-image: url(../img/listing-slazenger.jpg);
	background-color: #fe5b4c;
}
#brandname[value*='adidas'] ~ .p-banner.adidas,
#brandname[value*='Adidas'] ~ .p-banner.adidas {
	display: block;
	background-image: url(../img/listing-adidas.jpg);
}
#brandname[value*='karrimor'] ~ .p-banner.karrimor,
#brandname[value*='Karrimor'] ~ .p-banner.karrimor {
	display: block;
	background-image: url(../img/listing-karrimor.jpg);
}
#brandname[value*='Pierre Cardin'] ~ .p-banner.pierre-cardin {
	display: block;
	background-image: url(../img/listing-pierre-cardin.jpg);
}
#brandname[value*='Puma'] ~ .p-banner.puma {
	display: block;
	background-image: url(../img/listing-puma.jpg);
	background-color: #fe5b4c;
}
#brandname[value*='Under Armour'] ~ .p-banner.under-armour {
	display: block;
	background-image: url(../img/listing-under-armour.jpg);
	background-color: #fe5b4c;
}
#brandname[value*='Slazenger'] ~ .p-banner.default,
#brandname[value*='adidas'] ~ .p-banner.default,
#brandname[value*='Adidas'] ~ .p-banner.default,
#brandname[value*='karrimor'] ~ .p-banner.default,
#brandname[value*='Karrimor'] ~ .p-banner.default,
#brandname[value*='Pierre Cardin'] ~ .p-banner.default,
#brandname[value*='Puma'] ~ .p-banner.default,
#brandname[value*='Under Armour'] ~ .p-banner.default {
	display: none;
}

.p-wrapper .p-footer {
	background: #000;
	padding: 107px 161px;
}
.p-wrapper .p-footer .p-block {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #353535;
}
.p-footer .p-section {
	padding-top: 34px;
	flex-grow: 1;
	flex-basis: 0;
}
.p-footer .p-section:last-child {
	text-align: right;
}
.p-footer h2 {
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	line-height: 40px;
	margin-bottom: 12px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.p-footer li {
	margin: 5px 0;
}
.p-footer a {
	color: #999;
	font-size: 14px;
	font-weight: 800;
	line-height: 22px;
	transition: all 0.3s;
}
.p-footer a:hover {
	color: #fff;
}
.p-footer .p-nletter {
	font-family: "TradeGothicNextLTProBdCn", Montserrat, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
	border: 1px solid #999;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
}
.p-footer .p-nletter:hover {
	border: 1px solid #fff;
}

label[for="sizeguide"] table td {

}

@media screen and (max-width: 1200px) {
	.p-gallery input:checked + label:after {
		right: 0;
	}
	.p-wrapper .p-footer {
		padding: 5%;
	}
}

@media screen and (max-width: 500px) {
	.p-mob {
		display: block;
	}
	.p-container.p-main>* {
		width: 100%;
	}
	.p-wrapper .p-info {
		padding: 15px;
	}
	.p-info .p-title {
		font-size: 24px;
		line-height: 28px;
	}
	.p-wrapper .p-header {
		background: #000;
	}
	.p-header nav {
		transform: translateX(100vw);
		display: inline-block;
		width: 70vw;
		right: 0;
		top: 69px;
		position: fixed;
		height: calc(100vh - 70px);
		overflow: scroll;
		z-index: 999999;
		background: #000;
		transition: all 0.3s cubic-bezier(0.05, 0.05, 0.05, 0.05);
	}
	.p-header nav ul {
		padding-left: 32px;
	}
	.p-header ul:first-child {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
	}
	.p-header .p-custom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.p-header .p-custom a {
		color: #fff;
		font-size: 15px;
	}
	input ~ *[for='toggleMenu'] {
		display: inline-block;
		order: 3;
	}
	input ~ *[for='toggleMenu'] span {
		display: block;
		color: #fff;
		width: 54px;
		position: relative;
	}
	input:checked ~ *[for='toggleMenu'] span {
		margin-top: 5px;
	}
	input ~ *[for='toggleMenu'] span:after,
	input ~ *[for='toggleMenu'] span:before {
		content: '';
		position: absolute;
		left: 10%;
		top: 24px;
		width: 50%;
		height: 6px;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		transform: translateX(0);
		transition: all 0.3s cubic-bezier(0.05, 0.05, 0.05, 0.05);
	}
	input ~ *[for='toggleMenu'] span:after {
		height: 1px;
		top: auto;
		bottom: -46px;
		border-bottom: none;
	}
	input:checked ~ *[for='toggleMenu'] {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.65);
		z-index: 98;
		width: 100vw;
		height: 100vh;
		display: block;
		padding-top: 69px;
	}
	input:checked ~ nav {
		transform: translateX(0);
	}
	input:checked ~ *[for='toggleMenu'] span:before,
	input:checked ~ *[for='toggleMenu'] span:after {
		right: -68%;
		left: auto;
	}
	input:checked ~ *[for='toggleMenu'] span:before {
		transform: rotate(45deg);
		height: 0;
		border-bottom: 0;
		top: 22px;
	}
	input:checked ~ *[for='toggleMenu'] span:after {
		transform: rotate(-45deg);
		top: 22px;
		bottom: auto;
		height: 0;
	}
	.p-header nav li {
		display: block;
	}
	.p-header nav li a {
		display: block;
		padding: 10px 15px;
	}
	.p-info .p-buynow {
		padding: 9px 15px;
	}
	.p-footer .p-section {
		flex-basis: auto;
	}
	.p-footer .p-section:last-child {
		width: 100%;
		flex: 0 0 100%;
		text-align: left;
	}
}

@media screen and (max-width: 420px) {
	.p-header .p-newsletter {
		font-size: 0;
		padding: 22px 0;
	}
	.p-newsletter .p-ico  {
		width: 29px;
		height: 23px;
		margin-top: 2px;
	}
}
