.to-basket-main{
	background-color: #a0a0a0;
}

.colorpopup {
	display: none;
	width: 450px;
	min-height: 100px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -225px;
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	color: #000;
	z-index: 10001;
}
.colorpopup .close {
	cursor: pointer;
	position: absolute;
	float: right;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 25px;
	background-size: contain;
}
.colorpopup .title {
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0 15px 0;
	width: 100%;
}
.colorpopup a {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	padding: 3px;
	margin: 0 2px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	text-indent: -100000px;
}
.colorpopup a span {
	content: "";
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	width: 26px;
	height: 26px;
}

.offer-color {
	display: inline-block;
}
.offer-color span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border: #ccc 1px solid;
}

.greybg {
	display: block;
	background-color: rgba(0,0,0,.62);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 90;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}