a:hover {text-decoration: none}


.pro-content{
    margin: 10px 0px;
}
.col1{
    width: 25%;
    float: left;
    
}
.col1 .mod{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom : 1px solid #CCC;
    box-shadow: 0 0 3px #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    margin-bottom: 10px;
    background: #FFF;
}
.col1 .mod h3{
    font-weight: bold;
    padding: 7px 10px;
    background: #eee;
    font-size: 14px;
    color: #000;
    clear: both;
}
.col1 .mod .mod-c{
    padding: 7px 10px;
    clear: both;
}
.col2{
    width: 74%; margin-left:1%;
    float: right;
     
    background: #FFF;
    border: 1px solid #D8D8D8;
    padding-bottom: 10px;
}
ul.list{
    clear: both; width: 100%; text-align:center;
    float: left;
}
ul.list li{
    list-style: none;
    background-color: #FFFFFF;
    display: inline-block;
    height: 280px;
    margin: 0 15px 10px 5px;
    padding: 6px;
    transition: all 0.3s ease-out 0s;
    width: 170px;
    border: 1px solid #FFF; 
    position: relative; 
}
ul.list li:hover{
    box-shadow: 0 0 3px #CCCCCC;
    border: 1px solid #CCC;
}
ul.list li:hover .img{
   border: 1px solid #FFF 
}

ul.list .img{
    width: 170px;
    height: 170px;
    border: 1px solid #e5e5e5;
    position: relative;
}
ul.list .discount{
    background: url("../images/discost.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 5;
}
ul.list .title{
    float:left; width: 100%;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
ul.list .title a{
    color: #064F93;
}
ul.list .title a:hover{
    color: #DD0000;
}
ul.list .price{
   position: absolute;
   font-weight: bold; 
   color: #DD0000;
   bottom: 20px;
   left: 0px;
   width: 170px;
   font-size: 15px;
   text-align: center; 
}
ul.list .price span{
    font-weight: 100;
    font-size: 11px;
    
}
ul.list .owner{
    position: absolute;
    bottom : 5px;
    left: 0px;
    width: 170px;
    font-size: 11px;
    text-align: center;
    
}
ul.list .owner a{
    color: #064F93;
}
ul.list .owner a:hover{
    color: #DD0000;
    text-decoration: underline;
}
ul.group li{
    list-style: none;
    border-bottom: 1px solid #CCC;
    padding-bottom : 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    overflow: hidden;
}
ul.group .img{
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 10px;
    border: 1px solid #CCC;
}
ul.group .g2{
    float: left;
    /*width: 430px;*/
}
ul.group .g3{
    float: right;
    width: 200px;
}
.g2 .title a{
    font-weight: bold;
    color: #064F93;
    font-size: 13px;
}
.g2 .title a:hover{
    color: #DD0000;
}
.g2 .intro{
    border-left: 2px solid #DD0000;
    padding-left: 5px;
    color: #777777;
    margin: 5px 0px;
}
.g2 .onwer{
    font-size: 11px;
    color: #777777;
    margin-top: 10px;
}
.g2 .onwer a{
    color: #064F93;
    font-weight: bold;
}
.g2 .onwer a:hover{
    color: #DD0000;
    text-decoration: underline;
}
.g2 .price{
    margin-top: 10px;
    color: #333;
}
.g2 .price span{
    color: #FF0000;
}
.g2 .price span b{
    font-size: 14px;
}
.g3 .hits{
    background: url("../images/icon-small.png") no-repeat scroll 5px -111px transparent;
    font-size: 11px;
    height: 16px;
    padding-left: 33px;
    margin-bottom: 5px;
}
.g3 .book-mark{
    background: url("../images/icon-small.png") no-repeat scroll 5px -128px transparent;
    font-size: 11px;
    height: 16px;
    padding-left: 33px;
}
.g3 .book-mark a{
    color: #DD0000;
}
.list-view{
    float: left;
    padding: 9px 5px;
}

.list-view a.vl{
    background: url(../images/type_view.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    float: left; margin-top:3px;
    padding: 0px 2px; 
}
.list-view a.vl.active{
    background: url(../images/type_view.png) no-repeat scroll 0px -64px;
}
.list-view a.vg{
    background: url(../images/type_view.png) no-repeat scroll 0px 0px;
    width: 16px;
    height: 16px;
    float: left; margin-top: 3px;
    padding: 0px 2px; 
}
.list-view a.vg.active{
    background: url(../images/type_view.png) no-repeat scroll 0px -48px;
    
}
.list-view span{
    float: left;
    padding-right : 5px;
}
.fcv{
    overflow: hidden;
    clear: both;
    width: 100%; text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
    background: #eee;
    padding-left: 10px;
}

.fcv > div {float:none !important; display: inline-block}

.fcv .dot{
    border-right : 1px solid #CCC;
    width: 5px;
    height: 35px;
    float: left;
    margin-right: 5px;
}
.price-v{
    float: left;
    padding: 9px 2px;
}
.price-v a.text{
    float: left;
    padding-right: 20px;
    background: url(../images/icon-small.png) no-repeat 100% -3px; 
}
.price-v a.text.desc{
    background: url(../images/icon-small.png) no-repeat 100% -31px; 
}
.price-v a.text.asc{
    background: url(../images/icon-small.png) no-repeat 100% -65px; 
}
.loc{
    float: left; 
    
}
.loc span{
    float: left;
    padding: 7px 2px;
}
.loc input[type="text"]{
    width: 70px;
    float: left;
    margin: 5px 5px;
}
.loc .bt-submit{
    float: left;
    margin-top:6px;
    padding: 2px 5px;
}
.mod-nav{

    box-shadow: 0 0 3px #CCC;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.mod-nav h3{
    background:var(--blue);
    padding: 10px 15px;
    margin:0;
    color: #FFF;
    font-size: 14px;
}
.mod-nav h3 a{
    font-size: 14px;
    color: #FFF;
}

ul.navsub li{
    list-style: none;
    float: left;
    position: relative;
    width: 100%;
    background:white;
    height: 30px;
}
ul.navsub li a{
    padding: 5px 10px;
    width: 100%;
    float: left;
    color: var(--blue);
}
ul.navsub li a.active{
    font-weight: bold;
    color: #FFF;
}
ul.navsub li .dot{
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: -2px;
    height: 26px;
    width: 3px;
    z-index: 10;
}
ul.navsub li:hover{
   background:white;
}
ul.navsub li:hover a{
    color: #000;
}
ul.navsub li:hover .dot,
ul.navsub li:hover div.navsub-content{
    visibility: visible;
}
ul.navsub li div.navsub-content{
    visibility: hidden;
    left: 183px;
    position: absolute;
    top: -1px;
    z-index: 11;
    border: 1px solid #0a9019;
    padding: 0px 5px;
    background: #FFF;
    min-width: 185px;
}
ul.navsub li p{
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    color: #0a9019;
    text-transform: uppercase;
    font-size: 14px;

} 
ul.navsub li ul li{
    background: #FFF;
    border-bottom : 1px solid #CCC;
}
ul.navsub li:hover ul li:hover{
    background: none;
}
ul.navsub li:hover ul li:hover a{
    color: #DD0000;
}
.showallcat{
    clear: both;
    background: #07b31b ;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.showallcat a{
    background: url("../images/icon-small.png") no-repeat scroll -5px -82px transparent;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}


.main-detail>.pic{
    width: 45%;
    float: left; text-align: center;
}
.main-detail>.info{
    width: 55%; padding-left:10px;
    float: right;
}
.pic .pic-big{
    border: 1px solid #CCC;
    width: 100%; overflow: hidden
}
.pic .pic-big {width: 100%;}
.pic .pic-big img {width: 100%}

.pic .pic-thumb{
    margin-top: 10px;
    height: 80px;
}
.pic-thumb ul li{
    float: left;
    border: 1px solid #CCC;
    width: 65px;
    height: 65px;
    margin-right: 11px;
    cursor: pointer;
}
.pic-thumb ul li img{
    width: 65px;
    height: 65px;
}
.main-detail .info-pro{
    color: #777777;
    font-size: 13px;
    margin: 5px 0px;
}
.info-pro b{
    font-weight: bold;
    color: #000;
}
.main-detail .title-product{
    border-bottom: 1px solid #E5E5E5;
    color: #DD0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.main-detail .intro{
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
    border-left: 2px solid #DD0000;
    padding-left: 5px;
}
.items{
    overflow: hidden;
    margin-bottom: 5px;
}
.items label{
    width: 105px;
    float: left;
    text-align: right;
    padding-right: 10px;
    padding-top: 0px;
}
.items label.pr{
    padding-top: 10px;
}
.items .item{
    float: left;
}
.items .price{
    color: #FF0000;
}
.items .price b{
    font-size: 25px;
    font-family: Tahoma;
}
.items .price_dis b{
    text-decoration: line-through;
}
.items .qty{
    width: 50px;
    text-align: center;
}
.buy_product{
    padding-left : 110px;
}
.bnt-buy{
    margin-top: 5px;
     
    float: left;
}
.checkbox{
    background: url(../images/icon-small.png) no-repeat scroll 0px -145px;

    float: left;
    width: 20px;
    height: 20px;
}
.checkboxed{
    background: url(../images/icon-small.png) no-repeat scroll 0px -169px;
    margin-top: 10px;
    float: left;
    width: 20px;
    height: 20px;
}
ul.city li{
    overflow: hidden;
    line-height: 20px;
}
ul.city li a{
    color: #003399; line-height: 40px; padding-left: 5px;
}
ul.city .total_city{
    color: #777;   
}
ul.period li{
    padding: 2px 0px;
}
ul.period a{
    color: #003399;
}
ul.period a.active{
    font-weight: bold;
    color: #DD0000;
}
.note-product{
    float: left; width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
     
    background: linear-gradient(to bottom, var(--blue), var(--blue2));
    color: white;
     
}
.note-product p{
    padding-left:0;
}
.note-product b{
    font-size: 14px;
}
.note-product a{
    font-weight: bold;
    color: lightyellow;
}
 
.shopinfo{
    background: white;
    margin-bottom: 10px;
}
.shopinfo .stop{
    background: #FFF url(../images/bg-1-px.png) repeat-x scroll 0px -5px;
    border-bottom: 1px solid #D8D8D8;
}
.stop h3{
    color: white;
    background:var(--blue);
    font-size: 14px;
    padding: 7px 10px;
}
.shopinfo .smid{
    background: #FFF;
    padding: 5px 10px;
}

.shopinfo .accountinfo{
    overflow: hidden;
    border-bottom : 1px solid #D8D8D8;
    padding-bottom: 5px;
}
.accountinfo .avatar{
    width: 40px;
    height: 40px;
    float: left;
    background: #FFF;
    margin-right: 10px;
}
.accountinfo .username{
    font-weight: bold;    
}
.shop_line{
    border-bottom : 1px solid #D8D8D8;
    padding: 5px 0px;
}
.shop_line .title{
    font-weight: bold;
    color: #DD0000;
}
.shop_line div{
    margin-bottom: 2px;
    overflow: hidden;
}
.shop_line span.address{
    background: url(../images/icon-small.png) no-repeat scroll 0px -212px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.phone{
    background: url(../images/icon-small.png) no-repeat scroll 0px -238px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.mobile{
    background: url(../images/icon-small.png) no-repeat scroll 0px -518px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.email{
    background: url(../images/icon-small.png) no-repeat scroll 0px -262px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.website{
    background: url(../images/icon-small.png) no-repeat scroll 0px -282px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.sendmail{
    background: url(../images/icon-small.png) no-repeat scroll 0px -333px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.map{
    background: url(../images/icon-small.png) no-repeat scroll 0px -306px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.yahoo{
    background: url(../images/icon-small.png) no-repeat scroll 0px -380px;
    float: left;
    height: 20px;
    width: 25px;
}
.shop_line span.skype{
    background: url(../images/icon-small.png) no-repeat scroll 0px -543px;
    float: left;
    height: 20px;
    width: 25px;
}
.blockinfo{
    margin-top: 20px;
}
ul.navp{
    clear: both;
    border-bottom : 2px solid #fc7e21;
    overflow: hidden;
}
ul.navp li{
    float: left;
    margin-right: 10px;
}
ul.navp li a{
    float: left;
    background: url(../images/bg.png) no-repeat scroll 0px -404px;
    padding-left: 10px;
    height: 28px;
}
ul.navp li a span{
    background: url("../images/bg.png") no-repeat scroll 100% -434px transparent;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-top: 7px;

}
ul.navp li a:hover,
ul.navp li a.active{
    background: url(../images/bg.png) no-repeat scroll 0px -464px;
    text-decoration: none;
}
ul.navp li a:hover span,
ul.navp li a.active span{
    background: url("../images/bg.png") no-repeat scroll 100% -494px transparent;
    color: #FFF;


}
.blockinfo .content-info{
    clear: both;
    padding: 10px 0px;
}

.content-info img {max-width: 100% !important; height: auto !important}

.comment-box{
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.comment-box .avatar{
    width: 80px;
    height: 80px;
    float: left; 
    border: 1px solid #CCC;
    margin-right: 10px;
}
.comment-box .com-r{
    width: 625px;
    float: left;
}
.comment-box textarea{
    background-color: #FFFFFF;
    border-color: #999999 #C1C1C1 #E1E1E1;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #CCCCCC inset;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;

    outline: 0 none;
    padding: 3px;    
}
.com-r label{
    float: left;
    padding-top: 15px;
    color: #DD0000;
}
.com-r .action{
    padding-top: 10px;
    float: right;
}
.comment-list{
    overflow: hidden;
    margin-top: 10px;
}
.comment-list ul li{
    padding: 10px 0px;
    overflow: hidden;
}
.comment-list .avatar{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #CCCCCC;
    float: left;
    height: 60px;
    margin-left: 2px;
    margin-right: 15px;
    padding: 2px;
    width: 60px;
    overflow: hidden;
    display: block;
}
.comment-list .avatar img{
    width: 60px;
    height: 60px;
}
.comment-list .avatar a{
    font-size: 11px;
    color: #4787ED;
}
.comment-list .item{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px #CCCCCC;
    float: left;
    position: relative;
    width: 635px;
}

.comment-list .item .item-info{
    padding: 10px; 
    margin-bottom: 25px;
}
.comment-list .arrow{
    background: url(../images/icon-small.png) no-repeat scroll 0px -400px;
    width: 11px;
    height: 18px;
    position: absolute;
    left: -11px;
    top: 10px; 
}
.comment-list .show-comment-info{
    background: url("../images/bg-1-35.png") repeat-x scroll 0 0 transparent;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    width: 625px;
    border-radius: 0px 0px 2px 2px;
}
.show-comment-info a,
.show-comment-info span{
    float: left;
    margin-right: 10px;
}
.show-comment-info span.owner{
    float: left;
    margin-right: 3px;
}
.show-comment-info a{
    color: #4787ED;
    font-weight: bold;
}

ul.allcat {float:left; width:100%; text-align: center}


/*****************SP Cung sho********************/
ul.listsp {width: 100%; text-align: center}

ul.listsp li {
    background-color: #FFFFFF;
    display: inline-block;
    height: 250px;
    padding: 6px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: 175px;
}
ul.listsp li:hover {
    background: #eee;
}
ul.listsp li:hover .img {
    border: 1px solid #FFFFFF;
}
ul.listsp .img {
    border: 1px solid #E5E5E5;
    height: 160px;
    position: relative;
    width: 100%; text-align: center;
}
ul.listsp .discount {
    background: url("../images/discost.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 5;
}
ul.listsp .title {
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
ul.listsp .title a {
    color: #064F93;
}
ul.listsp .title a:hover {
    color: #DD0000;
}
ul.listsp .price {
    bottom: 20px;
    color: #DD0000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 160px;
}
ul.listsp .price span {
    font-size: 11px;
    font-weight: 100;
}
ul.listsp .owner {
    bottom: 5px;
    font-size: 11px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 160px;
}

.bt-addcomment{
    background: url(../images/button.png) no-repeat scroll 0px -240px; 
    width: 98px;
    height: 26px;
    border: 0px;
    cursor: pointer;
}
.bt-addcomment:hover{
    background: url(../images/button.png) no-repeat scroll -102px -240px; 
}
.allcat li{
    display: inline-block;
    margin-bottom: 30px;
    margin-right : 30px;
    max-height: 450px;
    width: 215px;
    text-align: left;
}
.allcat li.clear{
    clear: both;
}
.allcat h2{
    margin-bottom: 5px;
}
.allcat h2 a{
    color: #FF6600;
    font-size: 15px;
}
.allcat h3{
    background: url(../images/readmore.gif) no-repeat scroll 0px 5px;
    padding-left: 10px;
}
.allcat h3 a{
    font-size: 12px;
    font-weight: 100;
}
.allcat h3 a:hover{
   color: #FF6600;
   text-decoration: underline; 
}

.action-buttons {
    border-bottom: 1px solid #E6E6E6;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}
.secondary-actions {
    float: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.secondary-actions li{
    border-bottom: 3px solid #FFF;
    padding: 10px 5px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}
.secondary-actions li:hover,
.secondary-actions li.active{
    border-bottom: 3px solid #0B75C7;
    
}
.secondary-actions li a{
    text-align: center;
    font-weight: bold;
    color: #333333;
}
.secondary-actions li.active a,
.secondary-actions li:hover a{
    color: #FF920B;
}
.action-like{
    float: right;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;    
    border-radius: 2px 2px 2px 2px;
    border-right-style: solid;
    padding: 5px 7px;   
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #FCFCFC 0px, #F8F8F8 100%);
    border-color: #D3D3D3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #CCC;
    margin-top: 5px;
}
.action-like:hover{
    border: 1px solid #AAA;
}
.action-like a{
    padding-left: 5px;
}
.action-like span{
    background: url(../images/like.png) scroll -23px 0px;
    width: 13px;
    height: 13px;
    float: left;
}

/*-----Media 1199px-----*/
@media screen and (max-width:767px){
.col1 {width: 100%;}
.col2 {width: 100%; margin-left:0;}

}


/*-----Media 1199px-----*/
@media screen and (max-width:550px){

.main-detail .pic {width: 100%}
.main-detail .info {width: 100%; padding-left:0;}
}


/*-----Media 1199px-----*/
@media screen and (max-width:400px){
.secondary-actions li{ margin-right:0 ; font-size: 12px}
}
