#style_selector {
	position: fixed;
	width: 300px;
	top: 40%;
	left: -300px;
	z-index: 999991;
	color: #73757f;
	border: 1px solid #fff;
	-webkit-transition: all .1s ease-in-out;
  	-moz-transition: all .1s ease-in-out;
  	transition: all .1s ease-in-out;
	box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.3);
}

#style_selector:hover,
#style_selector:focus,
#style_selector:active {
	position: fixed;
	width: 300px;
	top: 40%;
	left: 0px !important;
	z-index: 999991;
	color: #73757f;
	border: 1px solid #fff;
	box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.3);
}

#style_selector #ss_head {
	padding: 0;
	background: #fff;
	color: #24252a;
	font-size: 14px;
	position: relative;
}

#style_selector #ss_head #ss_trigger {
	width: 54px;
	height: 256px;
	position: absolute;
	top: -1px;
	right: -54px;
	background: #ef1b3f;
	outline: none;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.3);
}

#style_selector #ss_head #ss_trigger:hover {
	background: #24252a;
}

#style_selector #ss_head #ss_trigger span {
	width: 164px;
	height: 20px;
	position: absolute;
	color: #fff;
	left: -52px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	top: 120px;
	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}

#style_selector #ss_body {
	background: #fff;
	overflow: hidden;
	min-height: 132px;
	padding: 20px 20px 10px;
}

#style_selector #ss_body .ss_box {
	overflow: hidden;
	padding-bottom: 12px;
	font-size: 14px;
}

#style_selector #ss_body .ss_box span {
	color: #24252a;
}

#style_selector #ss_body .ss_box a {
	font-weight: 700;
	color: #ef1b3f;	
	font-size: 14px;
    cursor: pointer;
}

#style_selector #ss_body .ss_box a:hover {
	font-weight: 700;
	color: #24252a;	
	font-size: 14px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
	#style_selector {
		width: 0;
		z-index: 0;
	}

	#style_selector #ss_head #ss_trigger {
		width: 0;
		height: 0;
		opacity: 0;
	}

	#style_selector #ss_head #ss_trigger span {
		background: none;
		width: 0;
		height: 0;
		opacity: 0;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5){
	#style_selector{
		display:none;
	}
}
