img.pic_logo {
    position: absolute;
    bottom: 15px;
    margin-left: 15px;
    width: 187px;
    height: 60px;
}
.linkaAll {
    text-align: center;
}
.linkaAll a {
   display: inline-block;
   font-weight: bold;
   text-transform: uppercase;
   background: #333333;
   color: #ffffff;
   padding: 7px 33px;
   position: relative;
   border:solid 1px #333333;
}
.linkaAll a:hover{
   background: #ffffff;
   color:#333333;
}
.box-comment {
    margin-bottom:30px;
}
.comment h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0 10px 0;
}
.choose-evaluate {
    width: 100%;
    margin: 10px 0px;
}
.choose-evaluate .title {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-right: 10px;
    text-transform: none;
}
.choose-evaluate ul {
    display: inline-block;
}
.choose-evaluate ul li {
    display: inline-block;
    width: 24px;
    height: 19px;
    padding-right: 6px;
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.divWrite {
    /*background: url(../images/no_avatar.png) left top no-repeat;
        padding-left: 65px;
    min-height: 55px;*/
}
.boxComment .textarea {
    background: #FFF;
    border: 1px solid #d0d0d0;
    min-height:98px;
    border-radius:0;
    color:#666;
}
.boxComment .div_name {
    padding: 10px 0;
}
.boxComment input {
    height: 38px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    background: #FFF;
    color:#666;
}
.div_btn_comment button {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 15px;
    background: #333;
    border: 0px;
    cursor: pointer;
    outline:none;
}
.info_hidden .info-title {
    margin-top:10px;
}

#ext_comment {
    
}
.divCommentList {
    overflow: auto;
    padding: 5px 0;
}
.list_comment {
    padding-bottom: 10px;
    margin: 10px 0;
    display: block;
    background: url(../images/no_avatar.jpg) left top no-repeat;
    padding-left: 65px;
    border-bottom: 1px dashed #d0d0d0;
}
.list_comment .c-desc {
    text-align: justify;
    padding: 5px 0px;
}
.list_comment .c-date {
    color: #666;
    font-weight: normal;
    font-size: 11px;
}
.divWrite_sub {
    display: none;
    margin-top: 10px;
}
.c-title {
    font-weight: bold;
}
.divCommentList_Sub {
    margin-top: 10px;
    margin-bottom: 5px;
}
.list_comment_sub {
    padding: 10px;
    display: block;
    background: #f2f2f2;
    padding-left: 75px;
    position: relative;
    margin-top:1px;
}
.list_comment_sub:before {
    content: '';
    height: 55px;
    width: 55px;
    z-index: 100;
    display: inline-block;
    position: absolute;
    background: url(../images/no_avatar.jpg) left top no-repeat;
    top: 10px;
    left: 10px;
}
.list_comment .c-desc {
    text-align: justify;
    padding: 5px 0px;
    color: #666;
    }
.filterSidebar{
    margin-bottom: 20px;
}
.filterSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #eaeaea;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
}
.filterSidebar ul {
    border: solid 1px #eaeaea;
    border-top: none;
    max-height: 265px;
    overflow: auto;
}
.filterSidebar ul li a {
    display: block;
    border-bottom: solid 1px #eaeaea;
    padding: 11px 15px;
}
.filterSidebar ul li.current a,
.filterSidebar ul li a:hover{
    color:#ed4349;
    font-weight: bold;
}
.filterSidebar ul li:last-child a{
    border-bottom: none;
}
/*===========PRODUCT SORT===================*/
.sortProduct{
    position: relative;
}
.sortProduct .icon {
    padding: 11px 15px;
    cursor: pointer;
}
.sortProduct .icon span{
    position: relative;
    padding-right: 25px;
}
.sortProduct .icon span:before{
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sortProduct .list{
    position: absolute;
    right:0;
    top:100%;
    min-width: 250px;
    background: #ffffff;
    z-index: 11;
    display: none;
    border:solid 1px #CCCCCC;
}
.sortProduct.active .list{
    display: block;
}
.sortProduct .list ul{
    width:100%;
}
.sortProduct .list ul li a {
    display: block;
    color: #333333;
    padding: 5px 12px;
    font-weight: normal;
    text-transform: none;
    border-bottom: solid 1px #ccc;
}
/*==============SLIDE PRODUCT===============*/
.slideProduct{
    margin-bottom: 25px;
}
/*==========================================*/
.gridPP{
    margin-bottom: 25px;
}
.gridPP:after{
    content: "";
    display: block;
    clear: both;
}
.gridPP .col{
    width:25%;
    float:left;
    border:solid 1px #dddddd;
    margin: -1px 0px 0px -1px;
}
/*=======================THUMBNAIL=======================*/
.productThumbnail {
    padding-left: 100px;
    position: relative;
}
div#vnt-thumbnail-for {
    border: solid 1px #d4d4d4;
}
div#vnt-thumbnail-nav {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 25px 0px;
}
div#vnt-thumbnail-nav .slick-list{
    margin: -6px 0;
}
div#vnt-thumbnail-nav .item{
    padding:6px 0;
}
div#vnt-thumbnail-nav .item .img{
    position: relative;
    border:solid 1px #cfcfcf;
}
div#vnt-thumbnail-nav .item.slick-current .img{
    border-color:#ed4349;
}
div#vnt-thumbnail-nav .slick-arrow {
    position: absolute;
    width:100%;
    height: 16px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
}
div#vnt-thumbnail-nav .slick-prev{
    top:0;
}
div#vnt-thumbnail-nav .slick-next{
    bottom:0;
}
div#vnt-thumbnail-nav .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 45px;
    line-height: 45px;
}
div#vnt-thumbnail-nav .slick-prev:before{
    content: "\f0d8";
}
div#vnt-thumbnail-nav .slick-next:before{
    content: "\f0d7";
}
div#vnt-thumbnail-nav .slick-arrow:hover{
    color:#bcd02f;
}
div#vnt-thumbnail-for .img {
   padding-top: 100%;
   position: relative;
}
div#vnt-thumbnail-for img {
   position: absolute;
   left: 50%;
   top: 50%;
   max-width:100%;
   max-height:100%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   width: 100%;
}
/*==============PRODUCT DETAIL=============*/
.productTitle h1 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.productTitle{
    padding-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 5px;
}
.productExcerpt {
    color: #666666;
    margin-bottom: 15px;
}
/*==============PRODUCT ATTR===============*/
.productAttr ul li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.productAttr ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.productAttr .att{
    width:100px;
    margin-right: 20px;
    position: relative;
}
.productAttr .att:before{
    content: ":";
    float:right;
}
.productAttr{
    margin-bottom: 10px;
}
.productAttr .ats select{
    width:135px;
    height:35px;
    border:solid 1px #eaeaea;
}
/*===========PRODUCT QUANTITY===============*/
.quantity {
    position: relative;
}
.quantity input{
    width:100px;
    height:30px;
    text-align: center;
    border:solid 1px #eaeaea;
}
.quantity .group-button{
    width:35px;
    height:30px;
    position: absolute;
    left: 100%;
    top: 0;
    border:solid 1px #eaeaea;
    border-left: none;
}
.quantity .group-button button{
    background: #ffffff;
    border:none;
    width:100%;
    height:14px;
    font-size: 8px;
    line-height: 16px;
    color:#333333;
}
.quantity .group-button button.btn-up{
    border-bottom: solid 1px #eaeaea;
}
/*=============REVIEW============*/
.productReview {
    background: #f5f5f5;
    padding: 7px 10px;
    border: solid 1px #d6d6d6;
}
.productReview .txt {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 3px;
}
.productReview .stars{
    float:left;
}
.productReview .stars ul li{
    float:left;
    font-size: 18px;
    line-height: 26px;
    color:#e6b300;
    margin-right: 5px;
}
/*=============PRICE============*/
.productPrice {
    padding: 15px 10px;
    margin-bottom: 15px;
    border: solid 1px #d6d6d6;
    border-top: none;
}
.productPrice ul li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.productPrice .pt{
    width:60px;
    margin-right: 20px;
}
.productPrice .pt:before{
    content: ":";
    float:right;
}
.productPrice .ps.reduce {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #d10000;
}
.productPrice .ps.normal{
    text-decoration: line-through;
}
.productPrice .ps.vat {
    font-size: 12px;
    line-height: 20px;
    background: #d10000;
    color: #ffffff;
    padding: 3px 21px;
}
/*=================BUTTON===============*/
.productButton{
    margin-bottom: 20px;
}
.productButton .btnSS {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #373737;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0px;
    position: relative;
    overflow: hidden;
    border:solid 2px #373737;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.productButton .btnSS span{
    padding-left: 30px;
    position: relative;
}
.productButton .btnSS span:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.productButton .btnSS:before{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: 100%;
    bottom: -5px;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.productButton .btnSS:hover:before{
    right:-5px;
}
.productButton .btnSS:hover{
    color: #373737;
}
.productButton button.btnSS {
    background: #ed3f46;
    border:solid 2px #ed3f46;
    color:#FFFFFF;
}
.productButton button.btnSS:hover{
    color:#ed3f46;
}
.productWrap {
    margin-bottom: 30px;
}
/*================TOOLS============*/
.productTools {
    padding: 9px 0px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #999;
    border-top: dotted 1px #999;
}
.productTools .share{
    float:left;
}
.productTools .share ul li {
    float: left;
    margin-right: 15px;
}
.productTools .print{
    float:right;
}
.productTools .print ul li {
    float: left;
    margin-left: 15px;
}
.productTools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.productTools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==============BEGIN: TAB===================*/
.vnt-tab{
    width: 100%;
    -webkit-transition:height 0.5s ease;
    -moz-transition:height 0.5s ease;
    -o-transition:height 0.5s ease;
    transition:height 0.5s ease;
}
.vnt-tab>ul{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
}
.vnt-tab>ul>li {
    float: left;
}
.vnt-tab>ul>li>.title {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 25px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-right: solid 2px #ffffff;
    background: #e9e9e9;
}
.vnt-tab>ul>li>.vnt-content{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding:20px 0px;
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease;
    -o-transition:opacity 0.5s ease;
    transition:opacity 0.5s ease;
}
.vnt-tab>ul>li>.title:hover, 
.vnt-tab>ul>li.active>.title {
    background-color: #dd3c7f;
    color: #ffffff;
    z-index: 80 !important;
}
.vnt-tab>ul>li.active .vnt-content{
    visibility: visible;
    opacity: 1;
    display: block;
}
.vnt-tab>ul>li>.tabLink {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color:#333333;
    border-right:solid 2px #222222;
    display: block;
    background: #bcd02f;
}
/*==============END: TAB===================*/
.the-content{
    font-size: 16px;
    line-height: 24px;
}
.the-content strong{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.the-content img{
    float:left;
    margin-right: 30px;
}
.the-content .txt{
    overflow: hidden;
}
/*=============OTHER========================*/
.slideOther {
    border-left: solid 1px #dddddd;
    border-bottom: none;
}
.slideOther .item {
    border: solid 1px #dddddd;
    border-left:0;
}
.slideOther .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
    z-index: 1;
}
.slideOther .slick-prev{
    left:0;
}
.slideOther .slick-next{
    right:0;
}
.slideOther .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    line-height: 38px;
    
}
.slideOther .slick-prev:before{
    content: "\f104";
}
.slideOther .slick-next:before{
    content: "\f105";
}
.slideOther .slick-arrow:hover{
    background: #ed4349;
    color:#ffffff;
}
ul.product_option {
    
}
ul.product_option>li {
    width:100%;
    display:table;
    padding:9px 15px;
}
ul.product_option>li>span {
    display:table-cell;
    vertical-align:middle;
}
ul.product_option>li>span.col1 {
    width:20%;
}
ul.product_option>li:nth-child(odd) {
    background:#f7f7f7;
}
.zoomContainer {
   overflow: hidden;
}
.descriptionCat{
    border: 1px solid #ddd;
    padding: 10px;
    margin-left: -1px;
    margin-bottom: 20px;
    width:-webkit-calc(100% - 3px);
    width:-moz-calc(100% - 3px);
    width:-o-calc(100% - 3px);
    width:calc(100% - 3px);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .filterSidebar{
        position: relative;
    }
    .filterSidebar .title {
        background: #ffffff;
        border: solid 1px #333333;
        position: relative;
        cursor: pointer;
    }
    .filterSidebar .title:before{
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 26px;
        color:#000000;
    }
    .filterSidebar .content{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 2;
        display: none;
    }
    .productThumbnail{
        margin-bottom: 25px;
    }
    .vnt-tab>ul{
        border:0px;
        background: none;
    }
    .vnt-tab>ul>li{
        display: block;
        position: relative;
        margin-right: 0px;
        margin-bottom: 10px;
        float:none;
    }
    .vnt-tab>ul>li>.vnt-content{
        position: relative;
        visibility: visible;
        opacity: 1;
        display: none;
    }
    .vnt-tab>ul>li .title{
        padding: 12px 50px 12px 20px;
        background-color: #f5f5f5;
    }
    .vnt-tab>ul>li>.title:before{
        content:"\f0da";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 28px;
        position: absolute;
        right:15px;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .vnt-tab>ul>li.active>.title:before{
        content:"\f0d7";
    }
    .the-content img{
        float:none;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 640px){
    .gridPP .col{
        width:33.33%;
    }
}

@media all and (max-width: 520px){
    .gridPP .col{
        width:50%;
    }
}

@media all and (max-width: 460px){
    .gridPP .col{
        width:100%;
    }
}