.style-selector {
	width: 190px;
	position: fixed;
	top: 150px;
	z-index: 1002;
	border-radius: 0 0 6px;
	left: -190px;
	font-size: 14px;
	font-weight: 400;
}

.style-selector .selector-title {
	background: #46bfa9;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	margin: 0;
	line-height: 30px;
	font-size: 15px;
}

.style-selector .selector-title a {
	background-color: #46bfa9;
	display: block;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	font-size: 20px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-radius: 0 6px 6px 0;
}

.style-selector .selector-title a i {
	margin-right: 5px;
}

.style-selector .fa-spin.fa-spin-reverse {
	-moz-animation-direction: reverse;
	-o-animation-direction: reverse;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.style-selector .icon-wrap {
	width: 9em;
	height: 9em;
	font-size: 0.2em;  
	background: #46bfa9;
	position: relative;
}

.style-selector .icon-wrap i {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 4em;
    text-align: center;    
    position: absolute;
	top: 0.2em;
    left: 0.2em;    
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
  
.style-selector .icon-wrap i:nth-child(2) {
	font-size: 6em;
	top: 0.55em;
	left: 0.25em;
}

.style-selector .icon-wrap i:nth-child(3) {
	font-size: 3em;
	top: 0.65em;
	left: 1.8em
}

.style-selector .selector-title a:hover {
	text-decoration: none;
}

.style-selector .style-selector-wrap {
	background: #fdfdfd;
	background: rgba(253,253,253,0.8);
	padding: 10px;
	position: relative;
	border-bottom-right-radius: 3px;
}

.style-selector .style-selector-wrap:hover {
	background: #fdfdfd;
}

.style-selector h5 {
	margin: 0 0 5px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
}

.style-selector ul.options {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.style-selector ul.options li {
	float: left;
	/*margin-bottom: 10px;*/
}

.style-selector ul.options li a {
	display: block;
	width: 160px;
	height: 100px;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #000000;
	border-radius: 3px;
	margin: 5px;
}

.style-selector ul.options li a.modern,
.style-selector ul.options li a.modern_video {
	display: inline-block;
	width: 80px;
}

.style-selector ul.options li a.modern {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 0;
	background-position: center left;
}

.style-selector ul.options li a.modern_video {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 0;
	background-position: center right;
}

.style-selector ul.options li a:hover {
	border-color: #1a1a1a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 26, 26, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 26, 26, 0.6);
}

