.colors-attr{
	overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
	top:10px;
    width: auto;
}
.colors-attr li {
	display:none;
}
.colors-attr li:nth-child(1),
.colors-attr li:nth-child(2),
.colors-attr li:nth-child(3),
.colors-attr li:nth-child(4),
.colors-attr li:nth-child(5),
.colors-attr li.no-color{
	display:inline-block;
}
.colors-attr li	a{
	display:block;
	height: 100%;
	position:relative;
    width: 100%;
	line-height:20px;
}
.colors-attr li	a .color-border{
	display:inline-block;
	width:auto;
	height:auto;
	border:2px solid transparent;
	border-radius: 50%;
}
.colors-attr li	a .color-border span{
	display:block;
	height: 20px;
    width: 20px;
	border-radius: 50%;
	overflow:hidden;
	font-size:0px;
}
/*
.colors-attr li:first-child a i,
.colors-attr li a .color-border:hover {
	border-color:#ffffff;
}
*/

.colors-attr li	a i {
	font-size:20px;
	color:transparent;
	border-radius:50%;	
	border: 1px solid #bfbfbf;
}
.colors-attr li.no-color a i{
	color:#fff;
	background:#000;
    width: 20px;
    height: 20px;
    position: relative;
}
.colors-attr li.no-color a i:before{
	font-size: 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.colors-attr li.no-color a .color-border:hover {
	border-color:#282A2F;
}
.colors-attr li.no-color a span{
	background:#282A2F;
	position: relative;
}
.colors-attr li.no-color a span i{
	top: 50%;
}

@media(max-width:991px){
	.colors-attr {
	  right: 7px;
	  top: 5px;
	  }
	.colors-attr li	a .color-border span{
		display:block;
		height: 15px;
		width: 15px;
		border-radius: 50%;
	}
	.colors-attr li.no-color a .color-border span{
		display:block;
		height: 13px;
		width: 13px;
		border-radius: 50%;
	}
}
/*
.myImage{
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	position: absolute;
	top: 0;
}
.myImage.image_show{
	visibility: visible;
	opacity: 1;
	z-index: 2;
	width: auto;
    height: auto;
}*/
.attribute-icon{
	display:flex;
	flex-wrap: wrap;
}
.attribute-icon .attr-image {
	display:none;
}
.attribute-icon .attr-image label{
	border:none;
}
.attribute-icon .attr-image:nth-child(1),
.attribute-icon .attr-image:nth-child(2),
.attribute-icon .attr-image:nth-child(3){
	display:block;
}
.attribute-icon .attr-image:hover label,
.attribute-icon .attr-image.active label{
	border-color:#50778D;
}

.selectdiv {
  position: relative;
  width: 100%;
}
.selectdiv label{
	width:100%;
	margin:0px;
}
.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000000;
    right: 20px;
    top: 50%;
    position: absolute;
	font-size:22px;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: normal;
    vertical-align: top;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size:1.25rem;
  padding: 0px 24px;
  -ms-word-break: normal;
  word-break: normal;
}