
/*
/ Max width overide
/ ------------------------------ */

@media (min-width: 1150px) {
	.container {
		max-width: 1130px;
	}
}

/*
/ Global
/ ------------------------------ */

#page + center,
#page + div{
	display: none;
}

video{
	background: #000000;
}

#page{
	font-family: 'Jost', Arial, sans-serif;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.heading{
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 20px;
}

/*
/ Typography
/ ------------------------------ */

h1{
	font-size: 16px;
	color: #333333;
}

h2{
	font-size: 15px;
	color: #333333;
}

h3{
	font-size: 14px;
	color: #333333;
}

h4{
	font-size: 14px;
	color: #333333;
}

h5{
	font-size: 14px;
	color: #333333;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center,
.image img,
.image video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }


@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #333333;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.buttons{
	margin: 30px 0 0;
}

.buttons a{
	float: left;
	display: inline-block;
	padding: 12px 20px 14px;
	font-size: 15px;
	border-radius: 2px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;

	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*** Button colours ***/

.buttons a{
	background-color: #009ee2;
	color: #ffffff;
}

.buttons a:hover{
	text-decoration: none;
	color: #ffffff;
}

/*
/ Header
/ ------------------------------ */

#header{
	position: relative;
	text-align: center;
	background-color: #7fcff5;
}

#header .container{

}

#header .logo{
	display: inline-block;
	float: left;
	margin: 20px 0;
}

#header .logo a{
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 575px){
	#header .logo{
		float: none;
		margin: 12px 0;
	}
	#header .logo img{
		width: 125px;
	}
}

#header .store-links{
	float: right;
	margin: 25px 0 0;
}

#header .store-links a:first-child{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

#header .store-links a:first-child:hover{
	color: #009ee2;
}

#header .store-links a:last-child{
	display: inline-block;
	margin-left: 20px;
	padding: 9px 18px 11px;

	font-size: 15px;
	color: #ffffff;
	text-decoration: none;

	background-color: #009ee2;
	border-radius: 2px;
}

/*
/ Header Menu
/ ------------------------------ */

/*** Flex ***/

#header-menu .category-list > ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-menu .category-list > ul .row:before,
#header-menu .category-list > ul .clearfix:before {
	content: none;
}

#header-menu .category-list > ul > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*** End Flex ***/

#header-menu{
	float: left;
	margin-left: 60px;
}

#header-menu .category-list > ul{
	padding: 0;
	margin: 0;
}

#header-menu .category-list > ul > li{
	flex-grow: 1;
	list-style: none;
}

#header-menu .category-list > ul > li.hide,
#header-menu .category-list > ul > li#ID-1{
	display: none;
}

#header-menu .category-list > ul > li:nth-of-type(7),
#header-menu .category-list > ul > li:nth-of-type(8),
#header-menu .category-list > ul > li:nth-of-type(9),
#header-menu .category-list > ul > li:nth-of-type(10),
#header-menu .category-list > ul > li:nth-of-type(11),
#header-menu .category-list > ul > li:nth-of-type(12){ /* hide unwanted top categories at menu */

}

#header-menu .category-list > ul > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 0;
	height: 97px;
	line-height: 97px;
	color: #333333;
	margin: 0;
}

#header-menu .category-list > ul > li:hover > a,
#header-menu .category-list > ul > li > a:hover{
	text-decoration: none;
	color: #009ee2;
}

#header-menu .category-list > ul > li > a::after{
	content: "";
	position: relative;
	top: -2px;
	margin-left: 8px;
	display: inline-block;
	width: 8px;
  height: 8px;
  border: 2px solid #333333;
  border-left: 0;
  border-top: 0;
	transform: rotate(45deg);
}

#header-menu .category-list > ul > li:hover > a::after,
#header-menu .category-list > ul > li > a:hover::after{
	border-color: #009ee2;
}

/*** Second Level ***/

#header-menu .category-list > ul > li > ul{
	position: absolute;
	width: 100%;
	left: 0;

	background-color: #7fcff5;
	border-top: 1px solid #59c0ef;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	display: none;
	z-index: 10;
	padding: 30px 170px;
	text-align: left;
}

@media (max-width: 1149px){
	#header-menu .category-list > ul > li > ul{
		padding: 30px 80px;
	}
}

#header-menu .category-list > ul > li:hover > ul{ display: block; }

#header-menu .category-list > ul > li > ul > li{
	position: relative;
	float: left;
	width: 33.33%;
	list-style: none;
}

#header-menu .category-list > ul > li > ul > li > a{
	display: block;
	font-size: 18px;
	padding: 8px 0;
	height: auto;
	line-height: normal;
	color: #333333;
}

#header-menu .category-list > ul > li > ul > li > a:hover,
#header-menu .category-list > ul > li > ul > li:hover{
	text-decoration: none;
	color: #009ee2;
}

/*** Third Level ***/

#header-menu .category-list > ul > li > ul > li > ul{
	display: none !important;
}

/*
/ Main
/ ------------------------------ */

#main{
	margin-top: 45px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	#main{
		margin-top: 15px;
	}
}

/*
/ Images
/ ------------------------------ */

.images-container{
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	float: left;
	width: 100%;
	padding: 40px 40px 25px;
}

@media (max-width: 1023px){
	.images-container{
		padding: 15px 15px 0;
	}
}

.images{
	position: relative;
	margin-right: -15px;
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images > img{
	width: 100%;
}

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 25%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 20%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 2px solid #ffffff;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

/*** Remove if using videos ***/
.image .thumbnail[data-checkimage2=""]{
	display: none;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #009ee2;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 10px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 15px 3px 0;
		padding-bottom: 0;
		border: 0;
		background-color: #e3e3e3;
	}
	.image .thumbnails-control:checked + label{
		background-color: #4e4e4e;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;

	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/prev3.png');
}

.image .main .next{
	right: -15px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/next3.png');
}

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #c1c1c1;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 5px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/prev.png');
}

.image .main .next{
	right: 5px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/next.png');
}
***/

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #c1c1c1;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/prev2.png');
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.image .main .next{
	right: -15px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/next2.png');
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
***/

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control: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.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		height: 600px;
		padding: 0;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "Click image to zoom in";
		background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 17px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		color: #333333;
		font-size: 12px;
		display: block;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/close.png');
		display: block;
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
		height: 800px;
	}
}

/*** Image Counter ***/

.count-label{
	position: absolute;
	right: -5px;
	top: -10px;

	padding: 2px 5px;

	color: #333333;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif;

	background-color: #ffffff;
	border-radius: 4px;
}

.count-label[data=""]{
	display: none;
}

@media (min-width: 576px){
	.count-label{
		display: none;
	}
}

.count-label div{
	float: left;
	position: relative;
}

.count-label div:last-child{
	margin-left: 4px;
	width: 8px;
}

.count-label div:last-child[data-double*="https"]{
	width: 15px;
}

.count-label span{
	position: absolute;
	left: 0;
	top: 0;

	width: 8px;

	background-color: #ffffff;
}

.count-label span.count-double{
	width: 15px;
}

.count-label div span[data-count=""]{
	display: none;
}

/*
/ Item Description
/ ------------------------------ */

#main-details{
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 40px;
}

@media (max-width: 1023px){
	#main-details{
		padding: 15px;
	}
}

@media (max-width: 767px){
	#main-details{
		margin-top: 15px;
	}
}

/*** Title ***/

#main-details > h1{
	margin-bottom: 20px;
	font-size: 32px;
	text-transform: uppercase;
	color: #333333;
	line-height: 1.1;

	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

@media (max-width: 575px){
	#main-details > h1{
		font-size: 22px;
	}
}

/*** Price ***/

.main-price{
	margin-bottom: 20px;
	color: #009ee2;
}
.main-price[data-price=""],
.main-price[data-price="0.00"]{ display: none; }

.main-price .currency,
.main-price .value{
	display: inline-block;
	font-size: 30px;
}

/*** Description ***/

.item-description{
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}

/*** Description Overides ***/

.item-description img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
	margin-top: 30px;
}

.box-products h2{
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 10px;
	font-size: 23px;
	margin: 0;
	color: #333333;
}

.best-sellers h2::after{
	content: "You may also like";
}

.box-products .action{
	padding: 15px 0 0;
	text-align: center;
	display: none;
}

.box-products .action a{
	display: inline-block;
	padding: 13px 25px 15px;

	font-size: 14px;
	color: #333333;

	border: 1px solid #dedede;
}

.box-products .action a::after{
	content: "Shop similar items";
}

/*
/ Product
/ ------------------------------ */

.products{
	position: relative;
	padding: 15px 0;
	margin: 0;

	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

/*** Box Hover ***/

.products .product-hover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	padding: 0 15px;
	left: 0;
	top: 0;

	opacity: 0.75;
	display: none;
}

.products .product-hover div{
	position: relative;
	height: 100%;
	background-color: #000000;
}

.products .product-hover + a{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.products .product-hover + a span{
	display: inline-block;
	position: relative;
	top: 45%;
	margin: 0;
	padding: 0 20px;

	line-height: 26px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.025em;
	

	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/arrow-white.png');
	background-repeat: no-repeat;
	background-position: right center;
}

@media (min-width: 576px){
	.products:hover .product-hover,
	.products:hover .product-hover + a{
		display: block;
	}
}

@media (max-width: 576px){
	.products .product-hover + a{
		display: block;
	}
	.products .product-hover + a span{
		display: none;
	}
}

/*** End Box Hover ***/

.products .product{
	display: none;
	margin: 20px 0;
}

@media (min-width: 1024px){
	.products .product{
		padding: 0 30px;
	}
}

.products .product.hidden{
	display: none !important;
}

.products .product > a{
	display: block;
	color: #333333;
	text-decoration: none;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 100%;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.products .product > .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 100%;
}

/*** Enlarge ***/

.products .product .image .enlarge{
	display: none;
	z-index: 100;
	position: absolute;
	left: 108%;
	top: -25%;
	width: 320px;
	height: 320px;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 3px;
	background-color: #fff;
}

.products .product:nth-of-type(3) .image .enlarge,
.products .product:nth-of-type(4) .image .enlarge,
.products .product:nth-of-type(7) .image .enlarge,
.products .product:nth-of-type(8) .image .enlarge{
	left: auto;
	right: 108%;
}

.products .product .image .enlarge:after{
	width: 23px;
	height: 22px;
	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/popup.png');
	position: absolute;
	left: 0;
	top: 50%;
	margin: -11px 0 0 -23px;
	content: "";
}

.products .product:nth-of-type(3) .image .enlarge:after,
.products .product:nth-of-type(4) .image .enlarge:after,
.products .product:nth-of-type(7) .image .enlarge:after,
.products .product:nth-of-type(8) .image .enlarge:after{
	left: auto;
	right: 0;
	margin: -11px -23px 0 0;
	background-position: -23px top;
}

@media(min-width: 1024px){
	.products .product .image:hover .enlarge{
		display: none;
	}
	.products .product .image:hover .enlarge:hover{
		display: none;
	}
}

/*** Enlarge End ***/

.products .product .title{
	height: 95px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}

.products .product .title:hover{
	/*text-decoration: underline;*/
}

@media (min-width: 1024px){
	.products .product .title{
		height: 60px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.products .product .title{
		height: 60px;
	}
}

.products .product .rrp{
	display: none;
}

.products .product .price{
	display: block;
	margin: 0;
	font-size: 21px;
	color: #009ee2;
}

.products .product .price:after{
	float: left;
	content: "From";
	margin-right: 4px;
}

.products .product .view{
	display: none;
}

/*
/ Banner
/ ------------------------------ */

.banner{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;

	background-color: #7fcff5;
}

@media (max-width: 575px){
	.banner{
		margin-top: 30px;
	}
}

.banner div:first-child{
	width: 55%;
}

.banner div:last-child{
	width: 45%;
}

@media (max-width: 767px){
	.banner div:first-child{
		width: 100%;
	}
	.banner div:last-child{
		width: 100%;
		padding: 25px 0;
	}
}

.banner h2{
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 29px;
	color: #333333;
	text-transform: uppercase;
}

.banner p{
	max-width: 275px;
	margin: 0 auto 20px;
	font-size: 16px;
	color: #333333;
}

.banner a{
	display: inline-block;
	padding: 11px 22px 13px;

	color: #ffffff;
	font-size: 16px;
	text-decoration: none;

	background-color: #009ee2;
	border-radius: 2px;
}

/*
/ Footer
/ ------------------------------ */

#footer .row{
	margin: 0;
	padding: 35px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

@media (min-width: 1024px){
	#footer .row{
		display: flex;
		align-items: center;
	}
}

#footer .row div{
	padding: 0;
}

@media (min-width: 1024px){
	#footer .row div{
		display: flex;
		align-items: center;
	}
}

#footer p{
	display: inline-block;
	margin: 0 0 0 30px;

	color: #5f6368;
	font-size: 16px;
}

@media (max-width: 1149px){
	#footer p{
		font-size: 14px;
	}
}

@media (max-width: 1023px){
	#footer{
		text-align: center;
	}
	#footer img{
		display: block;
		margin: 0 auto;
	}
	#footer p{
		display: block;
		text-align: center;
		padding: 15px 0;
	}
}

#footer .row div:last-child{
	justify-content: flex-end;
}

#footer a{
	display: inline-block;
	line-height: 59px;
	padding-left: 90px;

	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;

	background-image: url('https://stareditions-fileserver.s3.us-east-2.amazonaws.com/ebay-assets/mmlm/images/visit.png');
	background-repeat: no-repeat;
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 50px 0;
	text-align: center;
	background-color: #fff;
}

.copyright{
	display: inline-block;
	text-align: center;
}

.copyright span{
	color: #999;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
}

.copyright img{
	margin-top: 5px;
}