.product-view{
    .block-service-2{
        border: 1px solid @border-color;
        border-bottom: none;
        float: left;
        .service-item{
            padding: 20px 10px 20px 20px;
            border-bottom: 1px solid @border-color;
            color: #999;
            line-height: normal;
            float: left;
            width: 100%;
            .service-icon{
                float: left;
                margin-right: 10px;
                font-size: 18px;
                padding: 9px 0;
                width: 40px;
                height: 40px;
                text-align: center;
                border-radius: 50%;
                background: #ff836f;
                color: #fff;
                &.color2{
                    background: #3bd8c7;
                }
                &.color3{
                    background: #f27999;
                }
                &.color4{
                    background: #00adef;
                }
            }
            .service-content{
                display: inline-block;
                margin-top: 4px;
                .service-title{
                    color: #222;
                    text-transform: uppercase;
                } 
                .service-text{
                    font-size: 85.71%;
                }                     
            }
        }
    }

    .product-essential{
        .product-img-box {
            display: inline-block;
            .product-image-zoom img {
                display: none;
            }
            .product-image{
                position: relative;
                z-index: 1;;
                img{
                    width: 100%;
                    height: auto;
                }
                .btn-popup-image{
                    position: absolute;
                    bottom: 5px;
                    right: 5px;
                    padding: 5px;
                    font-size: 0;
                    z-index: 9999;
                    text-align: center;
                    color: #999;
                    line-height: normal;
                    &:before{
                        font-family: FontAwesome;
                        font-size: 22px;
                        content: "\f047";
                        color: inherit;
                    }
                    &:hover{
                        cursor: pointer;
                        color: @theme-color;
                    }

                }

            }
        }

        .more-views{
            margin-top: 10px;
            ul.more-views-slider{
                list-style: none;
                li{
                    float: left;
                    width: 100%;
                    a.cloud-zoom-gallery{
                        display: block;
                        > img{
                            border: 1px solid @border-color;
                        }
                        &.actived, &:hover{
                            > img{
                                border: 1px solid @theme-color;
                            }
                        }
                        img{
                            margin: 0 auto;
                            width: 100%;
                        }
                    }
                }
            }
            .owl-controls {
                position: absolute;
                top: 50%;
                margin-top: -12px;
                right: 0;
                left: 0;
                z-index: 1;
                .owl-nav{
                    .owl-prev,
                    .owl-next{
                        float: left;
                        cursor: pointer;
                        text-align: center;
                        color: #fff;
                        background: #cccccc;
                        position: absolute;
                        width: 25px;
                        &:hover{
                            background: @theme-color;
                        }
                        &:before{
                            font-family: FontAwesome;
                            display: inline-block;
                            line-height: inherit;
                        }
                    }
                    .owl-prev{
                        left: -12px;
                        &:before{
                            content: "\f104";
                        }
                    }
                    .owl-next{
                        right: -12px;
                        &:before{
                            content: "\f105";
                        }
                    }
                }
            } 
        }

        .product-shop{
            margin-bottom: 30px;
            .clearfix;
            .product-name{
                font-size: 114.29%;
                text-transform: uppercase;
                h1{
                    color: #222;
                    font-size: 100%;
                    line-height: 100%;
                    margin: 0 0 20px;
                }
            }
            .price-box{
                margin: 10px 0;
                .price {
                }
                .special-price{
                    float: left;
                }
                .old-price{
                    display: inline-block;
                    float: none;
                    .price {
                        float: left;
                        margin-left: 10px;
                    }
                }
            }
            .data-table {
                margin-bottom: 10px;
                .price-box{
                    margin-bottom: 0;
                }
                .price{
                    font-size: 150%;
                }
                .input-text.qty {
                    text-align: center;
                    width: 40px;
                }
            }
            .ratings-table{
                float: left;
                margin-bottom: 15px;
                + .nobr{
                    margin-bottom: 15px;
                }
            }
            .availability{
                display: block;
                clear: both;
                color: #4bae4f;
            }
            .ratings{
                display: inline-block;
                .rating-box{
                    float: left;
                }
                .rating-links{
                    float: left;
                }
            }
            .no-rating{
                float: none;
                margin-bottom: 15px;
            }
            .short-description{
                margin: 10px 0 25px;
                display: inline-block;
                width: 100%;
                h2{
                    font-size: 100%;
                    text-transform: uppercase;
                    color: #222;
                }                
            }
            //addthis
            .addthis_wrap{
            }
        }

        .product-options{
            margin-bottom: 30px;
            dt{
                margin-bottom: 5px;
            }
            dl{
                margin: 0;
            }
            dd{
                margin-bottom: 15px;
            }
            label {
                color: #000;
                display: inline-block;
                font-weight: normal;
                line-height: 100%;
            }
            .required{
                margin-bottom: 0;
                em{
                    float: right;
                    color: #eb340a;
                }
            }
            p.required{
                display: none;
            }
            select{
                width: 370px;
                max-width: 100%;
                border-radius: 0;
            }
            .qty-holder{
                input{
                    height: 45px;
                    width: 45px;
                    padding: 5px;
                    text-align: center;
                    margin-top: 10px;
                    &:hover,&:focus{
                        border: 1px solid @theme-color;
                    }
                }
            }
            .options-list{
                .label{
                    font-size: 100%;
                }
            }
        }

        .add-to-box{
            padding: 30px 0;
        }
        .product-options-bottom, .add-to-box{
            float: left;
            width: 100%;
            border-top: 1px solid @border-color;

            .price-box{
                display: none;
            }
            .qty-wrap{
                float: left;
                margin-right: 10px;
                label{
                    font-weight: normal;
                    text-transform: uppercase;
                    float: left;
                    margin: 10px 10px 0 0;
                }
                input{
                    height: 40px;
                    width: 60px;
                    padding: 0px 2px;
                    text-align: center;
                    line-height: 36px;
                    float: left;
                    border: 1px solid @border-color;
                    &.quantity-controls{
                        width: 37px;
                        background: #fff;
                        &:hover{
                            background: @theme-color;
                            color: #fff;
                        }
                        &.quantity-minus{
                            border-right: none;
                        }
                        &.quantity-plus{
                            border-left: none;
                        }
                    }
                }
            }
            .add-to-cart{
                float: left; 
                .button, a{
                    background-color: @theme-color;
                    border: 1px solid @theme-color;
                    color: #fff;
                    background-image: ~"url(../images/iconcart-hover.png)";
                    background-repeat: no-repeat; 
                    background-position: 15px center;
                }
            }
            .add-to-links{
                float: left;                
            }            

        }
    }

    //detail tabs
    .product-tab-detail{
        float: left;
        width: 100%;
        margin: 30px 0 0;
        .product-tab-nav{
            float: left;
            position: relative;
            z-index: 2;
            width: 100%;
            li {
                line-height: 100%;
                list-style: none;
                float: left;
                border: 1px solid @border-color;
                border-bottom: none;
                background: #fff;
                border-radius: 3px 3px 0 0;
                margin-right: 5px;
                text-transform: uppercase;
                a{
                    display: block !important;
                    padding: 12px 20px;
                }
                &:hover,
                &.active{
                    background: @theme-color;
                    border: 1px solid @theme-color;
                    cursor: pointer;
                    a{
                        color: #fff;
                        &:hover{
                            color: #fff;
                        }                        
                    }
                }
            }
        }
        .tab-content{
            padding: 20px 0 0;
            border-top: 2px solid @theme-color;
            margin-top: -1px;
            float: left;
            width: 100%;
            position: relative;
            z-index: 1;
            h2{
                color: #000;
                font-size: 107.69%;
                font-weight: bold;
                display: inline-block;
                line-height: 100%;
                margin-bottom: 12px;
                width: 100%;
            }
            .std{
                ul{
                    padding-left: 30px;
                    list-style: outside;
                }
            }

            #tab_tags{
                .box-tags{
                    .product-tags {
                        display: block;
                        margin: 0 0 15px;
                        li{
                            display: inline;
                            padding: 0 5px;
                            &.first{
                                padding-left: 0;
                            }
                        }
                    }
                    h3 {
                        font-size: 100%;
                        font-weight: bold;
                    }
                    .validation-advice{
                        float: left;
                    }
                    p{
                        clear: both;
                    }
                    #addTagForm{
                        margin-bottom: 10px;
                        .form-add{
                            .input-box{
                                #productTagName{
                                    float: left;
                                    padding: 8px 10px 7px;
                                }
                            }
                            .button{
                                margin-left: 5px;
                            }
                        }
                    }
                }
            }

            #tab_reviewform{
                .pager{
                    width: 100%;
                    ~ .pager{
                        margin-bottom: 30px;
                    }
                }
                #customer-reviews{
                    display: block;
                    dl{
                        display: inline-block;
                        width: 100%;
                        margin: 20px 0 10px 0;
                        dd{
                            margin-bottom: 15px;
                        }
                    }
                    dt{
                        font-weight: normal;
                    }
                    .pager{
                        label, strong{
                            font-weight: normal;
                        }
                    }
                }
                #review-form{
                    display: inline-block;
                    width: 100%;
                    h3{
                        font-size: 110%;
                        font-weight: normal;
                        line-height: normal;
                        margin-top: 0;
                    }
                    h4{
                        font-size: 100%;
                        line-height: normal;
                        margin-top: 0;
                        text-transform: uppercase;
                    }
                    .buttons-set{
                        display: inline;
                    }

                }
                #product-review-table{
                    td{
                        input[type="radio"]{
                            margin-left: 49%;
                        }
                    }
                }
                .form-list{
                    padding: 0;
                    list-style: none;
                    display: inline-block;
                    margin-top: 20px;
                    width: 100%;
                    textarea{
                        width: 100%;
                    }
                }
            }

            #tab_additional{
                .label{
                    font-size: 100%;
                    font-weight: normal;
                    border: none;
                    color: #666;
                    line-height: 18px;
                    float: left;
                }
            }
            #tab_custom{
                ul{
                    padding-left: 30px;
                    list-style: outside;
                }
            }
        }
    }

    .box-up-sell{
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 40px;
        .block-title{
            margin: 0;
            padding: 0;
            &:before{
                background: none;
            }
            strong{
                font-size: 171.43%;
                font-weight: normal;
            }            
        }
        .products-grid{
            margin-bottom: 0;
        }
        .clearfix;
        &:hover{
            .owl-controls {
                display: block;
            }
        }
        .owl-controls{
            margin-top: -26px;
        }        
    }

    .block-related{
        display: inline-block;
        width: 100%;
        .block-content-related{
            float: left;
            width: 100%;    
        }        
        .mini-products-list{
            list-style: none;
            .item{
                margin-top: 20px;
                float: left;
                width: 100%;
                .product-image{
                    float: left;
                    margin-right: 20px;
                }
                .product-details{
                    .product-name{
                        padding: 5px 0 7px;
                    }
                    .price-box{
                        float: none;
                        display: inline-block;
                        width: auto;
                        .price{
                        }                        
                        .special-price{
                            float: left;
                            margin-right: 10px;
                        }
                    }
                } 
            }
        }
    }
}


