/* applifeatureattributes */
.featureattribute {
	position: relative;
}
.featureattribute.attr-color {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #ccc;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.featureattribute.attr-color:hover {
	border-color: black;
}
.featureattribute.attr-color.selected:after {
	content: '';
    display: block;
    position: absolute;
    left: 30%;
    bottom: 0px;
    width: 40%;
    height: 10px;
    background: transparent;
    border-radius: 40px/20px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
    z-index: -1;
}

.featureattributes {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.featureattributes > .featureattribute {
	margin-bottom: 5px;
}

.featureattributes div.current {
	display: block;
	padding: 6px 10px;
	border: 1px solid #212121;
	cursor: pointer;
}
.featureattributes div.current span {
	display: inline-block;
}
.featureattributes div.current span,
.featureattributes div.current:after {
	color: #212121;
	font-size: 13px;
	line-height: 18px;
}
.featureattributes div.current:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	vertical-align: 0px;
    line-height: 13px;
    padding-left: 10px;
}
.featureattributes .selected div.current span,
.featureattributes .selected div.current:after {
	font-weight: 700;
}

.featureattributes .feature {
	margin-bottom: 10px;
}

.featureattributes ul:not(.toogle_content) {
	position: relative;
}
.featureattributes ul.toogle_content {
	display: none;
    position: absolute;
    top: 32px;
    left: 0;
   	min-width: 200px;
    background: #fff;
    z-index: 3;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
    border: 1px solid #212121;
}

.featureattributes .feature > div.current {
	width: 200px;
}
.featureattributes .feature > div.current > span {
	width: 160px;
}
.featureattributes .feature > ul.toogle_content {
	top: 55px;
}

.featureattributes ul:not(.toogle_content) > li {
	display: inline-block;
	margin-right: 3px;
}
.featureattributes ul li {
	position: relative;
}
.featureattributes ul li a {
	display: block;
    padding: 6px 10px;
	background: #212121;
	color: #fff !important;
}
.featureattributes ul:not(.toogle_content) > li > a {
	margin-bottom: 3px;
	border: 1px solid #212121;
}
.featureattributes ul li > span {
	display: block;
    padding: 7px 10px;
    line-height: 13px;
    font-size: 9px;
    text-transform: none;
	background: #fff;
	color: #ccc;
}
.featureattributes ul li a:hover {
	background: rgba(33, 33, 33, 0.84);
}
.featureattributes div span, .featureattributes ul li a span {
	user-select: none;
}
.featureattributes div.current img, .featureattributes ul li a img {
	margin-bottom: 2px;
}
.featureattributes ul li.selected > a, .featureattributes.toogle_content ul li:hover a {
  font-weight: 700;
}
.featureattributes div.current:hover, .featureattributes div.current:hover:after {
	background: #212121;
	color: #fff;
}
.featureattributes div.current:hover span {
	color: #fff;
}
