#product-col-70{
	flex: 0 0 calc(100% - 550px);
	padding-right: 50px;
	width: calc(100% - 550px);
}
#prdinfo{
	width: 500px;
}
#prdinfo h1{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.36em;
	padding: 0;
	margin: 0 0 5px 0;
}
#prdinfo h3{
	font-weight: 700;
	font-size: 15px;
	line-height: 1.16em;
	padding: 0;
	margin: 0;
}
#prdinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#prdinfo ul li{
	padding: 6px 0;
	margin: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
}
#prdinfo ul li label{
	color:#707070;
	min-width: 150px;
}
#prdinfo .price{
	margin: 15px 0 25px 0;
}
#prdinfo .price strong{
	font-size: 21px;
}
#prdinfo .price span{
	font-size: 15px;
	color:#707070;
	text-decoration: line-through;
}
#prdinfo .installments{
	padding: 0;
    margin:0 0 25px 0;
    font-size: 15px;
	line-height: 1.36em;
	color:#000000;
	text-align:left;
}
#prdinfo .box{
	margin-bottom: 20px;
}
#prdinfo h4{
	font-size: 14px;
	padding:0 0 10px 0;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
#prdinfo .availability{
	background: #F4F4F4;
	border-radius: 2px;
	padding: 15px 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}
#prdinfo .availability img{
	margin-right: 17px;
	max-height: 22px;
}
#cart-box{
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	padding-top: 8px;
}
#cart-box .qty{
	border: 1px solid #000;
	height: 60px;
	display: flex;
	box-sizing: border-box;
}
#cart-box .qty input{
	border: none;
	width: 40px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	outline: none;
	font-weight: 500;
}
#cart-box .qty button{
	background: transparent;
	height: 60px;
	width: 40px;
	border: none;
	font-size: 0;
	position: relative;
}
#cart-box .qty button.qty-minus:before{
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 15px;
}
#cart-box .qty button.qty-plus:before{
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 15px;
}
#cart-box .qty button.qty-plus:after{
	content: '';
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	top: calc(50% - 7.5px);
	right: 22px;
}
#cart-box  .cart-button {
	flex-grow: 1;
	margin-left: 20px;
}
.add-to-cart-2,.add-to-cart-lenses{
	height: 60px;
	color:#fff;
	border: none;
	background: #000;
	width: 100%;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor:pointer;
	transition: ease 0.25s;
}
.cart-error-msg{flex: 0 0 100%; margin-top: 20px;}
.add-to-cart-2 img,.add-to-cart-lenses img{ margin-right: 13px;}
.add-to-cart-2:hover, .add-to-cart-lenses:hover{
	background: #5c8dc7;
}
#product-images{
	width:100%;
}
#product-images .main-cover{
	width:80%;
	padding:0 10%;
}
#product-images .main-cover img{
	width:100%;
}
.product-description-title{
	width:100%;
	margin:0 0 30px 0;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#0d0d0d;
	border-bottom:2px solid #f3f3f3;
	position:relative;
	display:block;
}
.product-description{
	font-size:15px;
	line-height: 1.36em;
	overflow:hidden;
	width:100%;
	margin-bottom: 40px;
}
.select {
	font-size: 12px;
	position: relative;
	margin: 0 0 6px 0;
	padding: 0;
}
.select-size select{
	line-height:15px !important;
}
.select select {
	width:100%;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 8px 30px 8px 8px;
  margin:0;
  transition: border-color 0.2s;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #fff;
  color: #555;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
}
.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 15px;
  pointer-events: none;
}
.select-size  .arr{
	width:40px !important;
}
.select .arr:before {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  right: 3px;
  color:#000;
  pointer-events: none;
	transform: translateY(-50%);
}
#prescription{
	width:100%;
	padding:0 0 2% 0;
	background:#eff3f9;
}
#prescription .prism-vals{
	display:none;
}
#prescription .prescription-title{
	width:100%;
	height:35px;
	line-height:35px;
	background:#2d3a4b;
	margin-bottom:35px;
}
#prescription .prescription-title h2{
	padding:0;
	margin:0;
	line-height:35px;
	color:#fff;
	font-size:14px;
	text-indent:8px;
}
#prescription .p-element{
	width:96%;
	padding:0 2%;
	clear:both;
	margin:10px 0;
}
#prescription .mobile-only{
	display:none;
}
#prescription-form i{
	color:#5c8dc7;
	cursor:pointer;
}
#prescription .p-element label{
	min-width:20%;
	float:left;
	line-height:30px;
	font-size:0.825em;
}
#prescription-tab-2 label{
	font-size:0.825em;
}
#prescription-tab-2 input[type=radio]{
	float:left;
	font-size:0.825em;
	display:inline-block;
	line-height: 25px;
	padding-right:6px;
	height:25px;
}
.hidden{
	display:none;
}
#prescription .p-element select{
	width:100%;
	height:29px;
}
#prescription .prescription-next{
	float:right;
	background:#5c8dc7;
	color:#fff;
	height:35px;
	line-height:35px;
	padding:0 25px;
	border:2px solid #5c8dc7;
	border-radius:4px;
	font-weight:400;
	cursor:pointer;
	font-weight:700;
}
#prescription .prescription-next:hover{
	background:#fff;
	color:#5c8dc7;
}
#prescription .prev-step{
	float:left !important;
}
.margin-20{
	margin-bottom:20px;
}
#prescription .pinput{
	float:left;
	width:20%;
}
#prescription input[type=text]{
	border:2px solid #5c8dc7;
	border-radius:4px;
	height:25px;
	line-height:25px;
	padding:0 2%;
	width:84%;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}
.pselect {
	font-size: 12px;
	position: relative;
	display: inline-block;
	height:29px;
	margin:0 2% 0 0;
	width:18%;
	float:left;
}
.pselect-size select{
	line-height:15px !important;
}
.pselect select {
	width:100%;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0 20px 0 5px;
  margin:0;
  transition: border-color 0.2s;
  border: 2px solid #5c8dc7;
  border-radius: 3px;
  background: #fff;
  color: #555;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
}
.pselect .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 15px;
  pointer-events: none;
}
.pselect .arr:before {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  top: 5px;
  right: 3px;
  color:#5c8dc7;
  font-weight:700;
  pointer-events: none;
}
#relative-products, #more-colors{
	width:100%;
	min-height:150px;
	padding-bottom:20px;
	font-size:0;
}
#relative-products{
	margin-top: 60px;
	overflow: hidden;
}
#relative-products > h3{
	letter-spacing: 2.7px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 35px 0;
	padding: 0;
	text-align: center;
}
#more-colors img{max-width: 100%;}
.popup-bubble{
	position:absolute;
	height:28px;
	width:auto;
	white-space:nowrap;
	top:0;
	left:100%;
	color:#fefefe;
	line-height:28px;
	padding: 0 10px;
	background:#E81F00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index:9999;
}
.popup-bubble strong{
	cursor:pointer;
}
.popup-bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 7px;
	border-color: #E81F00 transparent;
	display: block;
	width: 0;
	z-index:9999;
	top: -5px;
	left:12px;
	z-index:9999;
}
.cart-error-msg{
	color:#E81F00;
	font-size:12px;
	font-weight:500;
	text-align:center;
	width:100%;
}
.cart-error-msg-active{
	padding-bottom:10px;
}

@media only screen and (max-width: 768px){
	#product-col-70{
		flex: 0 0 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
#product-col-70{
	width:98%;
	padding:0 1%;
}
#product-col-30{
	width:98%;
	padding:0 1%;
}
#relative-products .product{
	width:48%;
}
#prescription .mobile-only{
	display:block;
}
#prescription .mobile-hide{
	display:none;
}
#prescription .p-element label,#prescription .p-element select{
	width:100%;
}
.pselect{
	width:98%;
}
}
@media only screen and (max-width: 480px){
	#cart-box {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 8px 0;-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
		z-index: 888;
	}
}

