﻿

/* PRODUCT DETAILS PAGE */
.product-details-page {
    margin-top: 10px;
    padding: 10px;
}
.prescription-choice div a, 
.prescription-choice div a:hover {
    background: url("images/icon-question.png") no-repeat scroll right 4px rgba(0, 0, 0, 0);
    color: transparent;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    width: 15px;
    height: 17px;
    overflow: hidden;
}
.prescription-choice > div{
    color: #346177;
    font-weight: bold;
}
.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    position: relative;
}

.product-collateral .tab-content{
    height:230px;
    padding:20px 0
}

    .product-collateral .related-icon {
        background: url("images/glyphicons-halflings-blue.png") repeat scroll 0px 1px rgba(0, 0, 0, 0);
        float: left;
        width: 16px;
        height: 16px;
        display: block;
        margin-right: 5px;
    }

    .product-collateral .recently-icon {
        background: url("images/glyphicons-halflings-blue.png") repeat scroll -120px 0px rgba(0, 0, 0, 0);
        float: left;
        width: 16px;
        height: 16px;
        display: block;
        margin-right: 5px;
    }

    .product-collateral .active .related-icon {
        background: url("images/glyphicons-halflings-orgran.png") repeat scroll 0px 1px rgba(0, 0, 0, 0);
    }

     .product-collateral .active .recently-icon{         
        background: url("images/glyphicons-halflings-orgran.png") repeat scroll -120px 0px rgba(0, 0, 0, 0);
     }

    .product-collateral .arrowClipBtn_left {
        background: url("images/vm_carousel_sprite.png") no-repeat scroll 0 -81px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 80px;
    left: -19px;
    position: absolute;
    top: 125px;
    width: 30px;
    z-index: 999;
    }
        .product-collateral .arrowClipBtn_left:hover {
            background-position: 0px -162px;
        }
    .product-collateral .arrowClipBtn_right {
        background: url("images/vm_carousel_sprite.png") no-repeat scroll -30px -81px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: -19px;
    top: 125px;
    width: 30px;
    z-index: 999;
    }
    .product-collateral .arrowClipBtn_right:hover {
            background-position: -30px -162px;
        }

    .product-collateral .active > a {
        color: #f2961d !important;
    }

    .product-collateral .product-collateral-tab {
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

        .product-collateral .product-collateral-tab > .tab {
            float: left;
            box-sizing: border-box;
            text-align: center;
            border-right: 1px solid #eeeeee;
        }

            .product-collateral .product-collateral-tab > .tab a {
                position: relative;
                display: block;
                padding: 10px 25px;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                outline: medium none;
            }

                .product-collateral .product-collateral-tab > .tab a .triangle-menu-home-page-active {
                    width: 0;
                    height: 0;
                    border: 10px solid transparent;
                    border-bottom: 10px solid #818585;
                    position: absolute;
                    left: 50%;
                    top: 16px;
                    z-index: 998;
                    display: none;
                }

                .product-collateral .product-collateral-tab > .tab a .triangle-menu-home-page {
                    width: 0;
                    height: 0;
                    border: 10px solid transparent;
                    border-bottom: 11px solid #c8cece;
                    position: absolute;
                    left: 50%;
                    top: 19px;
                    z-index: 999;
                    display: none;
                }

        .product-collateral .product-collateral-tab .line-menu-home-page {
            display: block;
            height: 0px;
            width: 100%;
            position: absolute;
            border-top: 3px solid #818585;
            top: 36px;
            left: 0;
            z-index: 997;
            box-shadow: 0px 1px 4px 0px #c8cece;
        }

        .product-collateral .product-collateral-tab > .last {
            clear: left;
        }

    .product-collateral .tab-cont {
        padding: 10px;
    }

        .product-collateral .tab-cont .containt-tab-cont {
            overflow: hidden;
            min-height: 265px;
        }

        .product-collateral .tab-cont .item-box {
            width: 20%;
        }

        .product-collateral .tab-cont .product-grid {
            height: 250px;
            width: 99999px;
            position: relative;
        }

            .product-collateral .tab-cont .product-grid .item-box {
                height: 190px;
                width: 215px;
                position: relative;
                left: 0;
            }

        .product-collateral .tab-cont .sale,
        .product-collateral .tab-cont .new,
        .product-collateral .tab-cont .free-shipping,
        .product-collateral .tab-cont .add-to-wishlist-button {
            display: none !important;
        }

        .product-collateral .tab-cont .product-grid .product-item .product-title {
            margin: 0;
        }

        .product-collateral .tab-cont .product-grid .product-item .picture {
            padding: 0;
            min-height: 0;
        }

        .product-collateral .tab-cont .product-grid .product-item .product-title a {
            color: #5C5B5B;
        }

        .product-collateral .tab-cont .product-grid .product-item .prices .old-price,
        .product-collateral .tab-cont .product-grid .product-item .prices .actual-price {
            font-size: 18px;
        }

.product-essential {
    padding-top: 50px;
    position: relative;
}

    .product-essential #tabs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.product-details-page .gallery {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .product-details-page .gallery .picture {
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

        .product-details-page .gallery .picture img {
            max-width: 100%;
        }

    .product-details-page .gallery .picture-thumbs {
        margin-top: 10px;
    }

        .product-details-page .gallery .picture-thumbs a {
            margin-right: 3px;
        }

.product-details-page .overview {
    float: right;
    width: 50%;
    margin: 0;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    position: relative;
    border-left:1px dotted #dddddd;
    margin-bottom:10px
}

.product-details-page .product-name {
    color: #346177;
    font-size: 1.5em;
    margin-bottom: 0.3em;
    padding: 11px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom:15px
}

.product-details-page .product-name h2{
    font-weight:bold
}

.product-details-page .short-description, .product-details-page .manufacturers, .product-details-page .sku, .product-details-page .manufacturer-part-number, .product-details-page .stock, .product-details-page .gtin, .product-details-page .delivery-date, .product-details-page .product-vendor {
    color: #555;
    margin-bottom: .3em;
    font-size: 1.1em;
}

.product-details-page .free-shipping {
    background: url('images/free-shipping.png') left 0px no-repeat;
    font-size: 11px;
    height: 45px;
    width: 55px;
    line-height: 12px;
    padding: 18px 5px 0 4px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.product-details-page .full-description {
    border: 1px solid #eee;
    clear: both;
    color: #555;
    margin-bottom: .3em;
    padding: 15px;
}

    .product-details-page .full-description p {
        margin: 5px 10px;
    }

    .product-details-page .full-description ul, .product-details-page .full-description ol {
        margin-left: 25px;
    }

.product-details-page .back-in-stock-subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-details-page .back-in-stock-subscription a.subscribe-button:hover {
        text-decoration: none;
    }

.product-details-page .email-a-friend {
    margin: 10px 5px 10px 0px;
    float: left;
}

.product-details-page .compare-products {
    margin: 10px 0 10px 0px;
    float: left;
}

.product-details-page .product-share-button {
    clear: both;
    float: right;
    margin-bottom: 35px;
    margin-top: -50px;
}

.product-details-page .product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-details-page .product-reviews-overview .product-review-box {
        margin-right: 5px;
    }

.rating {
    height: 16px;
    width: 80px;
    background: url(images/star-x-inactive.png) 0 0 repeat-x;
}

    .rating div {
        float: left;
        height: 16px;
        background: url(images/star-x-active.png) 0 0 repeat-x;
    }

.product-details-page .product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}

.product-details-page .product-reviews-overview .product-review-links {
    margin: 0;
}

.product-details-page .product-reviews-overview .product-no-reviews a {
    text-decoration: underline;
}

.product-details-page .product-variant-list { /*float: left;clear: none;*/
    clear: both;
    padding: 10px 0;
    border: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .product-details-page .product-variant-list .product-variant-line {
        border: 1px solid #EEEEEE;
        padding: 20px;
        margin: 10px 0;
        zoom: 1;
    }

        .product-details-page .product-variant-list .product-variant-line:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

.add-to-cart-button {
    padding: 5px 10px;
    cursor: pointer;
    background: #7DB72F;
    background: -webkit-gradient(linear,left top,left bottom,from(#7DB72F),to(#4E7D0E));
    background: -moz-linear-gradient(top,#7DB72F,#4E7D0E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F',endColorstr='#4E7D0E');
    color: #fff;
    text-shadow: none;
    border-color: #999;
    border: 0 none;
    font-weight: 700;
    font-size: 1.3em;
    margin-top: -5px;
    margin-left: 35px;
}

.product-details-page .product-variant-list .add-to-cart-button {
    margin-top: 15px;
    margin-left: 0;
    display: block;
}

.product-details-page .no-associated-products {
    font-weight: bold;
}

.add-to-cart-button:hover {
    color: #fff;
}

.add-to-wishlist-button {
    display: block;
    margin-top: 10px;
}

.product-details-page .variant-picture {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.product-details-page .variant-overview {
    float: left;
    width: 100%;
}

.product-details-page .variant-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: .3em;
}

.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}

.product-details-page .download-sample {
    clear: both;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-details-page .download-sample .download-sample-button {
        -x-system-font: none !important;
        background: #F1F1F1 url(images/download-sample-bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444;
        cursor: pointer;
        font-family: arial,sans-serif !important;
        font-size: 11px !important;
        font-size-adjust: none !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

        .product-details-page .download-sample .download-sample-button a {
            text-decoration: none;
        }

            .product-details-page .download-sample .download-sample-button a:hover {
                color: #444;
            }

.overview .detail-colors-list h4 {
    color: #346177;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 10px;
}

.overview .detail-colors-list ul {
    list-style: none;
}

.overview .stock .label {
    color: black;
    padding: 0;
    font-size: 12px;
}

.overview .stock .value {
    color: #bbbbbb;
}
.product-details-page a {
    outline: medium none !important;
}
.overview .detail-colors-list ul li a {
    color: #f2961d;
}

.product-details-page .product-variant-line .prices { /*float:left;*/
    padding-top: 10px;
    margin-right: 30px;
}

.product-details-page .product-essential .prices {
}

.overview .add-wishlist .add-to-wishlist-button {
    background: url("../img/heart_visible.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    height: 16px;
    margin: 12px 5px 0 0;
    width: 20px;
}

.overview .add-wishlist .is-wishlist {
    background: url("../img/heart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.product-details-page .prices .product-price {
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 0;
}

    .product-details-page .prices .product-price > label {
        display: none;
    }

    .product-details-page .prices .product-price span {
        color: #f2961d;
        font-size: 22px;
        font-weight:100;
        
    }

.product-details-page .prices .old-product-price {
    color: #BBB;
    /*position: absolute;*/
    /*top: 70px;*/
    /*right: 0;*/
    font-size: 16px;
    text-align: right;
    margin: 10px 0px 5px 0px;
    /*Edit By Lucas*/
}

    .product-details-page .prices .old-product-price span {
        text-decoration: line-through;
        font-weight:100;
        color:#898989
    }

.product-details-page .prices .tax-shipping-info {
    font-size: 11px;
}
.product-collateral-tab a {
    outline: medium none;
}
    .product-details-page .prices .tax-shipping-info a {
        text-decoration: underline;
    }

.product-details-page .customer-entered-price {
    margin-bottom: 10px;
}

.product-details-page .add-to-cart {
    padding-top: 10px;
}

    .product-details-page .add-to-cart .enter-price-input {
        width: 60px;
    }

    .product-details-page .add-to-cart .qty-input {
        width: 40px;
    }

.product-details-page .attributes {
    margin-bottom: 10px;
}

    .product-details-page .attributes dl dt {
        margin: 10px 0 0;
    }

    .product-details-page .attributes .text-prompt {
        font-weight: bold;
    }

    .product-details-page .attributes .attribute-description {
        font-size: 11px;
    }

    .product-details-page .attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .product-details-page .attributes ul.option-list li {
            list-style: none;
        }

    .product-details-page .attributes .textbox {
        width: 300px;
    }

    .product-details-page .attributes textarea {
        width: 300px;
        height: 150px;
    }
    /* color squares attribute type */
    .product-details-page .attributes ul.color-squares li {
        display: inline;
    }

    .product-details-page .attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .product-details-page .attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .product-details-page .attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .product-details-page .attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .product-details-page .attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.product-details-page .giftcard {
}

    .product-details-page .giftcard dt {
        clear: left;
        float: left;
        width: 150px;
    }

    .product-details-page .giftcard label {
        display: inline-block;
        width: 150px;
        vertical-align: top;
    }

    .product-details-page .giftcard .recipient-name {
    }

    .product-details-page .giftcard .recipient-email {
    }

    .product-details-page .giftcard .sender-name {
    }

    .product-details-page .giftcard .sender-email {
    }

    .product-details-page .giftcard .message {
        width: 300px;
        height: 100px;
    }

.related-products-grid, .also-purchased-products-grid {
    margin-top: 10px;
}

    .related-products-grid .title, .also-purchased-products-grid .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .related-products-grid .item-box, .also-purchased-products-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }



.product-tags-box {
    color: #555;
    zoom: 1;
}

    .product-tags-box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-tags-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .product-tags-box .product-tags-list {
    }

        .product-tags-box .product-tags-list a {
            text-decoration: underline;
        }

        .product-tags-box .product-tags-list li {
            float: left;
            padding-left: 5px;
            list-style: none;
        }

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #3a3a3a;
        color: #FFF;
        padding: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        background: #f3f3f3;
    }

    .tier-prices .prices-list td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .field-header {
        font-weight: 700;
        text-align: center;
    }

    .tier-prices .prices-list .item-quantity {
    }

    .tier-prices .prices-list .item-price {
        color: #B80709;
    }



/* BREADCRUMB */
.breadcrumb {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    text-transform: uppercase;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

    .breadcrumb ul {
        margin: 0px;
        padding: 0px;
    }

    .breadcrumb li {
        list-style: none;
        display: inline;
    }

        .breadcrumb li strong {
            color: #346177;
            font-weight: bold;
        }

        .breadcrumb li span {
            color: #AAAAAA;
        }

    .breadcrumb a {
        font-size: 16px;
        text-decoration: none;
        color: #5C5B5B;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
            color: #5C5B5B;
        }

    .breadcrumb .current-item {
        font-size: 16px;
        font-weight: normal;
    }

    .breadcrumb .delimiter {
    }


/*Added by New Oceane*/
.specs {
    padding: 20px 0;
}

.product-specs-box {
}

    .product-specs-box .fs-info, .specs .frame-size .detail-frame-info .fs-info {
        clear: both;
        padding: 5px 0;
        color: #959595;
    }

        .product-specs-box .fs-info span:first-child, .specs .frame-size .detail-frame-info .fs-info span:first-child {
            display: block;
            float: left;
            font-weight: bold;
        }

        .product-specs-box .fs-info span:last-child, .specs .frame-size .detail-frame-info .fs-info span:last-child {
            display: block;
            float: right;
        }

.specs .product-specs-box, .specs .frame-size {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.specs .product-specs-box {
    padding-right: 15px;
}

.specs .frame-size {
    padding-left: 15px;
    border-left:1px dotted #dddddd;
    margin-bottom:10px
}

    .specs .frame-size .frame-size-image {
        padding: 40px 0;
        clear: both;
    }

    .specs .product-specs-box > .title > span, .specs .frame-size .title > span {
        color: #346177;
        font-size: 14px;
        display: block;
        font-weight: bold;
        float:left
    }

    .specs .product-specs-box > .title > div, .specs .frame-size .title > div {
        display: block;
        float: right;
        
    }
    a.data-no-popup,a.data-no-popup:hover{
        color: #f2961d;
        text-decoration: underline;
        font-size: 16px;
    }

    .add-to-cart-panel {
        clear:both;
        height:65px
    }

.vm-upload-tools-pp #vm-change-pd-preview {
    margin-left: 34px;
}

.specs .prescription-choice {
    padding: 15px 0;
    clear: both;
}

    .specs .prescription-choice h3 {
        color: #555555;
        font-size: 12px;
    }

    .specs .prescription-choice ul {
        padding-top: 5px;
    }

        .specs .prescription-choice ul li {
            display: inline-block;
            margin-right: 5px;
        }

.add-to-cart-panel input {
    float: left;
    margin-right: 5px;
}

.detail-tab {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

    .detail-tab .active {
        color: #f2961d;
        border: 1px solid #eeeeee;
        border-bottom: 3px solid white;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.containt-detail-tab > [data-tab] {
    display: none;
}

.containt-detail-tab .active {
    display: block;
}


.detail-tab > li {
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: -2px;
    color: #346177;
    cursor: pointer;
}

.vm-upload-tools-pp > * {
    display: block;
    float: left;
    padding: 0 5px;
}

.vm-upload-tools-pp > a {
    border-right: 1px solid #dddddd;
}

    .vm-upload-tools-pp > a:last-child {
        border-right: none;
    }

.vm-carousel-container-pp .vm-tools-header {
    text-align: center;
    color: #959595;
}

#vm-upload-image {
    color: #f2961d;
    font-size: 12px;
}

    /*#vm-upload-image:hover {
        color: #B80709;
        text-decoration: none;
    }*/

/*Added by New Oceane*/
