/* Product View ========================================================================== */

/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
    float: left;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings .num-ratings {
    background: url(../images/sprite.png) 0 -78px no-repeat;
    display: block;
    width: 23px;
    text-align: center;
    padding: 3px 0 8px 0;
    line-height: 11px;
    color: #ccc;
}

.ratings .num-ratings:hover {
    color: #333;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 85px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin: 2px 5px 0 0;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span.in-stock,
.availability span.out-of-stock {
    font-family: 'SofiaProMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding-top: 2px;

}
.availability.in-stock {
    background: url(../images/sprite.png) no-repeat 0 -305px;
    padding-left: 25px;
}

.availability.out-of-stock {
    color: #ea7631;
    background: url(../images/sprite.png) no-repeat 0 -347px;
    padding-left: 25px;
}
.availability span.delivery{
    line-height: 20px;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

.product-colors{
    margin: 40px 0 0 0;
}
.product-colors ul{
    margin:10px 0 0 0;
}
.product-colors li{
    display: inline-block;
    margin:5px 10px 0 0;
    width: 80px;
    vertical-align: top;
}

.product-colors li a.color-image{
    /*padding: 5px 8px;*/
    /*border: 1px solid #fff;*/
    display: block;
    width: 44px;
    margin: 0 auto;
}

.product-colors li a.color-label{
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    text-align: center;
    display: block;
}

.product-fit h4{
    text-align: center;
    margin: 30px 0 20px 0;
}
.product-fit ul{
    margin: 0 auto;
    width: 632px;
}
.product-fit li{
    display: inline-block;
    margin:0 10px 0 0;
    vertical-align: top;
}
.product-fit li img{
    display: block;
}
.product-fit li span{
    text-align: center;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
}

.product-fit-link a{
    color: #ea7631;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0 30px 0;
}

.product-fit-popup-hidden {
   display: none;
}
#product-fit-popup{
    width: 600px;
}

/* Email to a Friend */
.email-friend {
}

/* Alerts */
.alert-price {
}

.alert-stock {
}

/* Tier Prices */
.tier-prices .price {
    font-family: 'SofiaProSemiBold';
}

.tier-prices .benefit {
}

.tier-prices-grouped {
}

/* Add to Links */


.add-to-links .separator {
    display: none;
}

/* Add to Cart */

.add-to-cart label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    width: 20px;
    text-align: center;
}

.product-shop .add-to-cart button.button {
    float: left;
    width: 184px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
}

.add-to-box .add-to-cart {
}

.add-to-box .add-to-links {
    margin: 10px 0 0 30px;
    padding: 0;
}

.add-to-box .add-to-links li {
    display: inline;
}

.add-to-box .qty {
    margin: 0;
}

.product-view {
}

.product-essential {
    margin: 20px 0 15px 0;
    clear: both;
    background: #d7dfe6;
    border-top: 3px solid #000;
    padding: 20px 0 30px 0;
}

.product-essential .col{
    float: left;
    margin-left: 30px;
    padding: 15px 0 0 31px;
    width: 29.09%;
}

.product-essential .col:first-child {
    border: medium none;
    margin: 0;
    padding: 15px 0 0 20px;
    width: 27%;
}

.product-collateral .box-collateral {
    margin: 0;
}

/* Product Images */
.product-view .product-img-box {
    margin: 0;
    clear: both;
    position: relative;
    min-height: 200px;
    text-align: center;
}

.product-view .product-img-box img{
    display: inline-block;
}

/*Product image editorial*/
.category-looks .editorial-product .product-info-box.editorial-product-view.product-view .product-img-box,
.category-guide .editorial-product .product-info-box.editorial-product-view.product-view .product-img-box,
.category-story .editorial-product .product-info-box.editorial-product-view.product-view .product-img-box {
    min-height: inherit;
}

/* Navigation arrows */
.product-view .product-img-box .prev,
.product-view .product-img-box .next
{
	background-image: url('../images/sprite.png');
	width: 64px;
	height: 125px;
	cursor: pointer;
	z-index: 20;
	text-indent: -9999px;
	overflow: hidden;
	top: 22%;
}
.product-view .product-img-box .prev{
    position: absolute;
    left: 0;
    background-position: -25px 0;
}
.product-view .product-img-box .next{
    position: absolute;
    right: 0;
    background-position: -97px 0;
}

.product-view .product-img-box .addthis_toolbox{
    bottom: 0;
    position: absolute;
    right: 0;
}
.product-view .share_toolbox {
   	position: absolute;
   	bottom: -14px;
   	right: 0;
}
.editorial-product-view .share_toolbox{
    position: static;
    bottom: auto;
    right: auto;
    float: right;
}
.email-friend,
.share_facebook,
.share_pinterest,
.share_twitter {
	margin-right: 10px;
	float: left;
}
.share_twitter {
	margin-top: 2px;
}
.email-friend {
	margin-top: 3px;
}

.editorial-product-view .product-collateral {
	border-top: 3px solid #000;
	margin-top: 40px;
}

.product-view .product-img-box .thumbs{
    text-align: center;
}
.product-view .product-img-box .thumbs li{
    display: inline-block;
    margin: 0 5px;
}
.product-view .product-img-box .thumbs li a{
    display: block;
}


.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {

}

.product-view .product-img-box .more-views ul {
    margin-left: -4px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 15px 0 0;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-image-popup .image-label {
}

/* Product Shop */
.product-view .product-shop {
    background: url(../images/three-col-dots.png) repeat-y;
    overflow: hidden;
}

.product-view .product-name {
}

.product-view .short-description {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.product-view .short-description,
.product-view .short-description .std,
.product-view .product-shop p{  
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.product-view .product-shop h4{
    font-family: 'SofiaProMedium';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 16px;
}
.product-view .add-to-box {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#product-options-wrapper label {
	text-align: right;
	float: right;
	font-family: 'SofiaProMedium';
	font-size: 16px;
	text-transform: uppercase;
}

#product-options-wrapper .price-notice {
	font-size: 16px;
	display: inline;
	padding-left: 2px;
}
#product-options-wrapper .price-notice span {
	font-family: 'SofiaProSemiBold';
	font-size: 16px;
	margin: 0 0 0 1px;
	display: inline;
}

#product-options-wrapper .lensinfo {
	font-weight: normal;
	font-size: 14px;
	margin-top: 4px;
}

/* Product Options (General) */

.product-options dl {
    margin: 0;
}

.product-options dt {
    display: none;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
}

.product-options dd {
    margin: 0 25px 15px 0;
}

.product-options dd li{
    padding: 20px 15px;
}
.product-options dd li.active{
    background: #fff;
}
.product-options dd li label{
    margin: 0;
}
.product-options dd li span{
    display: block;
}
.product-options dl.last dd.last {
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    background: #fff;
    box-shadow: none;
    padding: 1px;
    width: auto;
    min-width: 350px;
}

.product-synsprove .product-options dt {
  display: block;
  float: left;
}

.product-options .options-list {
}

.product-options .options-list input.radio {
    float: left;
    /*margin: 3px -18px 0 0;*/
}

.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}



.product-options-bottom .price-box .old-price,
.product-options-bottom .price-box .special-price{
    display: inline-block;
    margin: 0 0 0 10px;
}

.product-options-bottom .add-to-links {
    margin: 10px 0 0 40px;
    padding: 0;
    text-transform: uppercase;
}

.product-shop .price-box{
    display: none;
}
.product-shop .product-options-bottom .price-box,
.product-shop .copy-of-price .price-box{
    display: block;
}
.product-shop .copy-of-price{
    margin-bottom: 10px;
}
.product-shop .copy-of-price .regular-price{
    float: none;
}
.product-shop .copy-of-price .price-box .price{
    float: none;
    height: auto;
    width: auto;
    line-height: normal;
    background: transparent;
    text-align: left;
    font-size: 18px;
}
/* Product Options (Product Info Column) */
.product-shop .product-options {
    margin: 0;
    overflow: hidden;
    background: transparent;
}
.product-shop .product-options ul{
    margin: 0;
}


.product-shop .product-options dd select {
    width: 100%;
    min-width: 100px;
}

.product-shop .product-options-bottom {
    background: transparent;
    text-align: left;
    padding: 0;
}

.product-shop .product-options-bottom .add-to-cart {
    float: none;
    margin: 0;
}

/* Grouped Product */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional {
}

/* Block: Upsell, Block: Related */
.product-view .product-collateral {
	background: url(../images/three-col-dots.png) repeat-y;
}
.editorial-product-view  .product-upsell-related-wrapper li.product-upsell-related {
	margin-left: 40px !important;
}
.product-view .product-upsell-related-wrapper li.product-upsell-related {
	float: left;
	width: 29.09%;
	/*border-left: 1px dashed #000;*/
	margin-left: 30px;
	padding: 15px 0 15px 30px;
}
.product-view .product-upsell-related-wrapper li.product-upsell-related:first-child {
	border: none;
	margin: 0;
	padding: 15px 0;
}

.product-view .box-up-sell ul,
.product-view .box-related ul,
.product-view .box-related ul li,
.product-view .box-up-sell ul li,
.product-upsell-related img {
	width: auto;
	max-width: 100%;
}

.product-view .box-up-sell li .price-box,
.product-view .box-up-sell li .product-name {
	text-align: center
}

.product-view .product-upsell-related-wrapper h2 {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 20px;
}

.product-view .product-upsell-related-wrapper .products-grid li.item {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	float: none;
}
.product-view .product-upsell-related-wrapper .products-grid li.item:first-child {
	/*margin-top: 0;*/
}



/* Block: Tags */
.product-view .box-tags {
}

.product-view .box-tags .form-add label {
    float: left;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

/* Block: Reviews */
.product-view .box-reviews {
}

.product-view .box-reviews .form-add {
}

/* Send a Friend */
.send-friend {
}

.product-view .link-wishlist{
    color: #ea7631;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    clear: both;
    display: block;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    margin-right: 25px;
    cursor: pointer;
}

/* ======================================================================================= */
