#BoxShopping {
    padding:0px;
    line-height:18px;
}

.fCart {
    font-size:16px;
    color:#FF0000;
    text-transform:uppercase;
    font-weight:bold;
}
#BoxShopping .navShopping{
    padding:3px;
    border:1px solid #e0e0e0;
    margin-bottom:10px;
    text-align:center;
}
.border_cart {
    background:#e0e0e0;
}

.row_title_cart {
    background:url(../images/row_title.gif) repeat-x;
    color:red;
    height:25px;
    font-weight:bold;
}
.row_total_cart {
    padding-right:5px;
    font-weight:bold;
    background:#F3f3f3;
    color:#000;
}
.row_item_cart {
    background:#fff;
    height:22px;
}

.row_item_cart > td{
    border: 1px solid #e0e0e0;
}

.row_item_cart > td  img{
    max-width: 80%;
    padding: 5px;
}

.shopping_title{
    background:url(../images/bg_title_cart.gif) repeat-x;
    border:1px solid #e0e0e0;
    color:red;
}
.box_shopping {
    padding:2px;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.mess_comment {
    margin-top:10px;
    padding:5px;
    border:1px solid #e0e0e0;
    font-size:14px;
    font-weight:bold;
    color:#FF0000;
}

table.tbl_from { padding:0px; border-spacing:1px; }
table.tbl_from .td1 { font-weight:bold; background:#F8F8F8;padding:3px;}
table.tbl_from .td1 { padding:3px;}

 





button.btn {
    padding: 0px 15px;
    height: 26px;
    border: none;
    background: #024b97;
    background-image: -moz-linear-gradient(top,#024b97,#024b97);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#024b97),to(#024b97));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#024b97,endColorStr=#024b97);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#024b97, endColorStr=#024b97)";
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
}




button.btn span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}









    
.displayBlock{
      display: block;
    }

    .displayBlock > tbody{
      display: block;
    }

    .slick-dots{
        display: none !important;
    }

    .slick-dotted.slick-slider {
         margin-bottom: 0px !important; 
    }


    #List_Product div.View1{
        margin: 0 -10px;
    }
    #List_Product div.View1 div.item{
        width: 33.33%;
        float: left;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .boxItem > table{
        width: 100%;
    }
    .boxItem{

    }
    .boxItem .box-img{
        margin-bottom: 14px;
    }
    .boxItem .box-img a{
        display: block;
        position: relative;
        padding-top: 96.41%;
        overflow: hidden;
        border: 1px solid #ddd;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .boxItem .box-img a:after{
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: rgba(0,0,0,.3);
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .boxItem .box-img a:hover:after{
        opacity: 1;
    }
    .boxItem .box-img img{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .boxItem h3 a{
        font-size: 16px;
        line-height: 22px;
        color: #333;
        text-align: center;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .boxItem h3 a:hover{
        color: #01488e;
    }




        /*********** DETAIL **********/
    #divInfo{  }

    #divInfo .img {
        border:1px solid #d3d3d3;
        padding:2px;
        background:#fff;
        width:275px;
        text-align:center;
        }
    #divInfo .div_zoom {
        padding-top:8px;
        text-align:right;
        }
    #divInfo .div_zoom a.zoom{
        background:url(../images/product/icon_zoom.gif) no-repeat 0px center;
        padding-left:17px;
        font-size:11px;
        color:#2d2c2c;
        }

    #divInfo tr > td{

    }
    .table_info tr > td{
        border-bottom: 1px solid #d9d9d9;
    }
    .info_Sanpham .td01{
        width: 50%;
    }
    .table_info tr:nth-child(1) td,
    .table_info tr:nth-child(3) td,
    .table_info tr:nth-child(5) td,
    .table_info tr:nth-child(7) td,
    .table_info tr:nth-child(9) td
    {
        background: #ffffff;
        line-height: 32px;
    }
    .table_info tr:nth-child(2) td,
    .table_info tr:nth-child(4) td,
    .table_info tr:nth-child(6) td,
    .table_info tr:nth-child(8) td,
    .table_info tr:nth-child(10) td
    {
        background: #ffffff;
        line-height: 32px;
    }

    .table_info tr td{

    }
    .social_network tr td{border-bottom:none}

    #divInfo .colInfo1{
        font-weight:bold;
        color:#333333;
    }
    #divInfo .colInfo2{
        color:#333333;
    }

    #divInfo .p_name{
        font-weight:bold;
        color:#145ea0;
        margin-bottom:2px;
    }

    #divInfo .maso{
        color:#000000;
        font-weight:bold;
    }


    #divInfo .box_price{
            height:60px;
            background:#dceec5;
            line-height:60px;
            font-size:25px;
            font-family:Arial, Helvetica, sans-serif;
            color:#ff0000;
            text-align:center;
            font-weight:normal;
    }
    #divInfo .box_price span{color:#575757;}

    #divInfo .price{
        font-weight:bold;
        font-size:12px;
        color:#e81f27;
    }
    #divInfo .col_button {
        margin: 0 -10px;
        padding: 15px 0;
    }
    #divInfo .col_button .button_dh{
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    #divInfo .col_button .button_dh a{
        display: block;
        background: #034e9a;
        padding: 10px 20px;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border: 2px solid transparent;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    #divInfo .col_button .button_dh a:hover{
        background: #fff;
        border-color: #034e9a;
        color: #034e9a;
    }
    #divInfo .col_button .button_dhn{
        width: 50%;
        float: right;
        padding: 0 10px;
    }
    #divInfo .col_button .button_dhn a{
        display: block;
        background: #eb8501;
        padding: 10px 20px;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border: 2px solid transparent;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    #divInfo .col_button .button_dhn a:hover{
        background: #fff;
        border-color: #eb8501;
        color: #eb8501;
    }


    #divInfo .tools {
        margin-top:0px; padding:17px 0px 0px; text-align:right;
        }

    #divInfo .tools span {
        color:#1358af;
        padding:0px 5px;
    }

    #divInfo .tools a {
        text-decoration:none;
    }

    #divInfo .tools .plugin {
        margin: 5px 0px;
        white-space: nowrap;
    }
    #divInfo .tools .addthis_toolbox{
        float:right;
        }

    .pro-detail {
        float:left;
        width:780px;
    }
    .pro-right {
        float:right;
        width:210px;
    }

    .fDetail  {
        font-size:14px;
        font-weight:bold;
        color:#F5861A;
        text-transform:uppercase;
        border-bottom:1px dotted #d2d2d2;
        margin-bottom:10px;
        padding-bottom:5px;
    }
    .div_zoom a{
        display: inline-block;
        padding-left: 25px;
        position: relative;
    }
    .div_zoom a:after{
        content: '\f00e';
        font-family: fontawesome;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fe0000;
    }
    #divInfo{
        margin-bottom: 30px;
    }
/***********************/
    .tab_wrapper {
        margin-bottom:20px;
        position: relative;
    }
    .tab_wrapper .tab_title{
        background: #034e9a;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
        cursor: pointer;
        display: none;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
    }
    .tab_wrapper .tab_title:after{
        content: '\f0da';
        font-family: fontawesome;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

    }
    ul.tab_nav {
        padding:0 !important;
        margin-top:10px;
        border-bottom: 3px solid #034e9a;
    }
    ul.map_nav {
        border-bottom: 0;
    }

    ul.map_nav li, ul.tab_nav li {
        list-style:none;
        float: left;
        position: relative;
        margin-right: 10px;
    }
    ul.tab_nav li:first-child{
        padding: 0;
    }
    ul.tab_nav li a {
        display: block;
        text-align: center;
        text-decoration:none;
        position:relative;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 15px;
        color: #333333;
        font-weight: 700;
        background: #f1f1f1;
        border: 1px solid #ddd;
        border-bottom: 0;
    }
    ul.tab_nav li a.active,
    ul.tab_nav li a:hover{
        color: #ffffff;
        background: #034e9a;
    }
    ul.map_nav li a {
        background:#ccc;
        padding:8px 15px;
        font-weight:normal;
    }

    .tab_content {

    }
    .tab_content p{
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .tab_wrapper {
        margin-bottom: 25px;
    }
    .box-tab{
        padding: 20px;
        border: 1px solid #ddd;
        border-top: 0;
    }
    .box-tab p{
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }
    .box-tab > div{
        margin-bottom: 15px;
    }
    .box-tab div img{
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .box-tab .sub{
        margin: 0 -10px;
    }
    .box-tab .sub .fl{
        width: 70%;
        padding: 0 10px;
    }
    .box-tab .sub .fr{
        width: 25%;
        padding: 0 10px;
    }
    /*************************/
    .more_product{
        margin-bottom: 20px;
    }
    .more_product h2{
        display: block;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        color: #333;
        text-transform: uppercase;
        position: relative;
        font-weight: 400;
    }
    .more_product .View1{
        margin: 0 !important;
    }
    .more_product .View1 .boxItem{
        padding: 0 !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 0 !important;
    }
    .slide_product .slick-list{
        margin: 0 -10px;
    }
    .slide_product .slick-list .item{
        padding: 0 10px;
    }




    .quantity{
            background:url(../images/bg_soluong.png) no-repeat;
            display:block;
            width:65px; 
            height:28px;
            padding:1px;
    }
    .quantity .textfiled{
            float:left;
            width:35px; 
            height:28px;
            display:block;
            line-height:28px;
            border:none;
            background:#ffffff;
            font-weight:bold;
            padding-left:0;
    }
    .quantity .ascending{
            width:24px; 
            height:14px; 
            float:left;
            display:block;
    }
    .quantity .descending{
            width:24px; 
            height:14px; 
            float:left;
            display:block;
    }



    @media screen and (max-width: 768px){
         .tab_wrapper .tab_title{
            display: block;
        }
        .tab_responsive ul.tab_nav{
            position: absolute;
            top: 46px;
            left: 0;
            width: 100%;
            display: none;
            margin-top: 0;
            z-index: 100;
        }
        .tab_responsive.show ul.tab_nav{
            display: block;
            border-right: 1px solid #d2cdcd;
            border-left: 1px solid #d2cdcd
        }
        .tab_responsive ul.tab_nav li{
            float: none;
            display: block;
            margin-top: 0;
            margin-right: 0;
            border-bottom: 1px solid #d2cdcd;
        }
        .tab_responsive ul.tab_nav li a{
            text-align: left;
            text-transform: none;
            padding: 10px 10px 10px 10px;
            background: #fafafa;
            color: #333333;
        }
        ul.tab_nav li a.active{
            background: #fafafa;
            color: #333333;
        }
        ul.tab_nav li a.active:hover,
        ul.tab_nav li a:hover {
            color: #077db4;
            background: #f5f5f5;
        }
        ul.tab_nav li a:before{
            display: none;
        }
        ul.map_nav li, ul.tab_nav li{
            padding: 0;
        }
        /*****************************/
        .col_block{
            width: 100%;
            display: block;
            padding: 0 !important;
        }
        #divInfo .img{
            margin: 0 auto;
            width: 100%;
        }
        #picDetail{
            margin-bottom: 10px;
        }
        /***************************/
        .box-tab .sub .fl{
            width: 100%;
            float: none;
            margin-bottom: 15px;
        }
        .box-tab .sub .fr{
            width: 180px;
            margin: 0 auto;
            float: none;
        }
        /*********************************/
        #List_Product div.View1 div.item{
            width: 50%;
        }
    }



    @media screen and (max-width: 480px){
        .list_btn_l,.list_btn_r{
            width: 100%;
            display: block;
            text-align: left;
            padding: 10px;
        }
        #divInfo .list_btn td{
            height: initial;
        }
        #divInfo{
            margin-bottom: 0;
        }
        #divInfo .col_button{
            margin: 0;
        }
        #divInfo .col_button .button_dh{
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }
        #divInfo .col_button .button_dhn{
            width: 100%;
            float: none;
        }
        #List_Product div.View1 div.item{
            width: 100%;
        }
    }

