Your IP : 216.73.216.50


Current Path : /home/gotzfrokfn/www/templates/gotz-tpl/less/vm/
Upload File :
Current File : /home/gotzfrokfn/www/templates/gotz-tpl/less/vm/vmproduct_details.less

#component{
    .blcok_buttons{
        overflow: hidden;
        @media (max-width:767px){
            text-align: center;
        }
        .back-to-category{
            @media (max-width:767px){
                float: none;
            }
            a{
                background: @mainColor;
                color: @colorGray;
                padding: 5px 10px;
                font-size: 16px;
                .border(1px @mainColor - #222);
                .transition;
                &:hover{
                    color: @colorWhite;
                    background: @mainColor - #222;
                    .transition;
                }
            }
        }
    }
}
.vm-product-container{
    margin-top: 35px;
     @media (max-width:767px){
        text-align: center;
     }
    h1{
        margin: 0;
    }
    .product-price{
        float: none;
        text-align: left;
        margin: 15px 0 0;
        color: @mainColor;
        font-size: 20px;
        @media (max-width:767px){
            text-align: center;
            margin-bottom:20px ;
        }
        .PricebasePrice{
            font-size: 16px;
            color: @colorTitle;
            .vm-price-desc{
                margin: 0;
            }
            span.PricebasePrice{
                text-decoration: line-through;
            }
        }
        .PricesalesPrice{
            .vm-price-desc{
                margin: 0;
            }
            span.PricesalesPrice{
                font-size: 24px;
            }
        }
    }
    .manufacturer{
        text-align: left;
        @media (max-width:767px){
            text-align: center;
        }
        a{
            font-size: 16px;
        }
    }
    .addtocart-area{
        margin: 0 0 10px;
        .product-fields{
            strong{
                font-size: 16px;
                font-weight: normal;
                color:@colorTitle; 
            }
            .chzn-container{
                width: 200px !important;
                height: 30px;
            }
            .product-field-display{
                a.chzn-single{
                    background:transparent; 
                    padding: 3px 5px;
                    height: 30px;
                    color:@mainColor; 
                    .box-shadow(none);
                    .borderRadius(3px);
                    .border(1px @colorNotPrice);
                }
                .chzn-drop{
                    .border(1px @colorNotPrice);
                    width: 200px !important;
                    ul.chzn-results{
                        li.active-result.highlighted{
                            background:@mainColor; 
                        }
                    }
                }
            }
        }
        .addtocart-bar{
            position: static;
            text-align: left;
            @media (max-width:767px){
                text-align: center;
            }
            .quantity-controls{
                .quantity-plus, .quantity-minus{
                        height: 14px;
                        .border(0);
                        width: 14px;
                        cursor: pointer;
                    }
                .quantity-plus{
                        background: url('../images/quan.png') no-repeat 0 0;
                        margin: 10px 0 0 0;
                    }
                    .quantity-minus{
                        background: url('../images/quan.png') no-repeat 50% 0;
                    }
                }
                .quantity-box{
                    input{
                        color:@colorPrice; 
                        font-size: 20px;
                        background: transparent;
                        .border(0);
                        .box-shadow(none);
                    }
                }
            .addtocart-button{
                input{
                    font-size: 19px;
                    font-weight: bold;
                    line-height: 20px;
                    .input;
                }
            }
        }
    }
    .availability{
        text-align: left;
        margin: 0;
    }
    ul#myTab{
        margin: 35px 0 0;
    }
    #myTabContent{
        .customer-reviews, .product-description{
            margin: 15px 0 0;
            text-align: left;
        }
        #review{
            color:@textColor;
            font-size: 14px;
        }
    }
    .ratingbox{
        margin: 15px 0 15px;
        @media (max-width:767px){
            margin: 20px auto;
        }
    }
}
.id_in{
    margin-top: 40px;
}
.ratingbox span {
	display: block;
}
.write-reviews {
    textarea.virtuemart {
        border-radius: 0;
        &:hover {
            background: @colorWhite;
        }
        }
    input.highlight-button {
            .input;
        }
    input[type="text"] {
        padding: 10px 5px;
        font-size: 14px;
        color:@textColor;
        .border(1px @colorBorder);
        .borderRadius(0);
        background: #fff;
    }
    
}