﻿
/*--------*/


.lst-product {
    clear: both;
    margin-top: 15px;
}

.contetn-lst-product {
    
}

.contetn-lst-product h6 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
    float: left;
}
.order-product {
    border-bottom: 1px dotted #666;
    border-top: 1px dotted #666;
    float: left;
    width: 100%;
}
.order-product .lbl-cnt {
    float: right;
}
.order-product .lbl-cnt .lbl{ font-weight: 600;}
.order-product .lbl-cnt .fld {
    display: inline-block;
    padding: 3px 0 0;
}
.order-product .lbl-cnt .fld select {
    height: 27px;
}

.productname {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2980c5;
    clear: both;
}
.content-detail {
    padding: 15px 0;
    clear: both;
}
.descript-product {
    clear: both;
}
.call-now {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    color: #000;
}
.btn-buy-cart {
    display: inline-block;
    padding: 5px 25px 5px 10px;
    background: #f23901;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.btn-buy-cart i {
    font-size: 24px;
    margin-right: 10px;
}
/*chi tiet tabs*/
.tabs-product {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.detail-tab {
    padding: 15px 0;
    clear: both;
}
.productother {
    float: left;
    width: 100%;
    padding: 10px 0;
    /*height: 640px;
    overflow: hidden;*/
}
.productother h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    background: #f96a6e;
}
.morethan {
    float: left;
    width: 100%;
    text-align: right;
}
.morethan a {
    color: red;
    font-size: 14px;
    font-weight: 600;
}
.field-social {
    padding: 10px 0;
    float: left;
    width: 100%;
}