#fittingbox-fitlive {
    margin: 0 auto;
}

#fittingbox-fitlive #fittingbox-fitlive-menu {
    display: none;
}

#fittingbox-fitlive #fittingbox-fitlive-viewer {
    width: 100%;
}

#fittingbox-fitlive-widget {
    background: #000;
}
#fittingbox_wrapper .star_rating{
	margin-bottom: 32px;
}
#fittingbox_wrapper.expanded #fittingbox_canvas-container {
    margin-left: 15px;
}
#fittingbox-fitlive-viewer{
	width:100% !important;
}
#fittingbox_wrapper.expanded #fittingbox_pannel,
#fittingbox_wrapper.expanded #fittingbox_menu {
    opacity: 0;
}

#fittingbox_wrapper.expanded {
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}

#fittingbox_wrapper.expanded #fittingbox_pannel,
#fittingbox_wrapper.expanded #fittingbox_menu {
    display: block;
    opacity: 1;
    background: #ffffff;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#fittingbox_container {
    overflow: auto;
}

#fittingbox_pannel {
	margin-top:30px;
}

#fittingbox_pannel > div {
    display: none;
}

#fittingbox_pannel > div.active {
    display: block;
    width: 100%;
    height: 100%;
}

#fittingbox_wrapper.expanded.standalone #fittingbox_pannel {
    background: none;
    min-height: 530px;
}
#fittingbox_wrapper.expanded.standalone #fittingbox_pannel:before {
	content: "";
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	    -ms-transition: opacity .25s ease-in-out;
	     -o-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	background: url(http://s7d2.scene7.com/is/image/smithoptics/vto%2Dpanel%2Dplaceholder?$cmsFull$);
}
#fittingbox_wrapper.expanded.standalone #fittingbox_pannel.loading:before{
	opacity:1;
	z-index: 2;
}
#fittingbox_menu {
    margin-right: 0;
}

#fittingbox_menu ul {
    white-space: nowrap;
    overflow: scroll;
    /*	border-bottom: solid 1px #dedede;
	border-top: solid 1px #dedede;*/
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position:relative;
    min-height: 185px;
}
#fittingbox_menu ul:before{
	content: "";
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	    -ms-transition: opacity .25s ease-in-out;
	     -o-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	background: url(http://s7d2.scene7.com/is/image/smithoptics/vto%2Dmenu%2Ditem%2Dplaceholder?$cmsFull$);
}
#fittingbox_menu.loading ul:before{
	opacity: 1;
}
#fittingbox_menu ul{

}
#fittingbox_menu ul li {
    display: inline-block;
    cursor: pointer;
    padding: 18px;
    margin: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

#fittingbox_menu ul li p {
    margin: 0;
    font-weight: bold;
}

#fittingbox_menu ul li.active {
    border-bottom: 3px solid #999;
}

.features p {
    margin-bottom: 10px;
}

#fittingbox_wrapper.active.expanded {
    -webkit-transition: width 0s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: width 0s ease-in-out, opacity .25s ease-in-out;
    -ms-transition: width 0s ease-in-out, opacity .25s ease-in-out;
    -o-transition: width 0s ease-in-out, opacity .25s ease-in-out;
    transition: width 0s ease-in-out, opacity .25s ease-in-out;
}

#fittingbox_wrapper.active.expanded.standalone {
    position: relative;
    width: 100%;
    overflow: visible;
    height: auto;
    background: none;
    top: 0;
    left: 0;
    z-index: 1;
    /*	background: #333;*/
}

.active.expanded.standalone #fittingbox_container {
    margin-top: 0px;
}

.active.expanded #fittingbox_menu {
    margin-right: 0;
    height: auto;
}

.button_container {
    position: absolute;
    width: 100%;
    top: 450px;
}

.type-select-container {
    cursor: pointer;
}

.type-select-container:hover:before {
    opacity: .7;
    cursor: pointer;
}

.type-select-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999999;
    z-index: 100;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: .0;
}

.copy-container {
    z-index: 110;
    position: absolute;
}

img.type-select {
    float: left;
}

.vto_instructions {
	font-family: "Smith", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .05em;
	color: #000;
}

h3.instructions_header {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	margin: 40px 0px 30px;
	line-height: 24px;
}

li.instructions{
	margin-bottom: 15px;
}
.product_thumbs_list.fitlive .three.columns{
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.product_thumbs_list.fitlive .three.columns:not(.fitlive){
	width: 0px;
	margin: 0px;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.fitbox-blocker #fitlive-start-button{
	float: none;
}
.fitbox-blocker h2{
	margin-top:120px;
	margin-bottom: 48px;
}
.fitbox-blocker{
	border: 1px solid #dedede;
	box-sizing: border-box;
	z-index: -1;
}
.fitbox-blocker.active{
	z-index: 1;
}

.fitbox-filters{
	text-align: center;
	height: 0;
}
#fittingbox_wrapper.standalone .fitbox-filters{
	height:50px;
}

.fitbox-filters ul {
	display: inline-block;
	margin-left: 15px;
}
.fitbox-filters .fitbox-filter{
	width: 100px;
}
.fitbox-filters ul li{
	margin-top:0;
	margin-top: 5px;
	margin-bottom: 15px;
}
.fitbox-filters ul li.selected{
	background: #333;
	color: #fff;
}
.fitbox-filters ul li.selected:hover{
	background: #fff !important;
	color: #333 !important;
}

#fittingbox_menu li{
	width: 204px;
	overflow:hidden;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
#fittingbox_menu.filter-mens li:not(.mens),
#fittingbox_menu.filter-womens li:not(.womens),
#fittingbox_menu.filter-new li:not(.new){
	width: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.vto_instructions.browser-note{
	padding: 15px;
	background: #dedede;
}
#product-hero{
	min-height: 538px;
}