/**************************************************************/
.header .logo h1 {
	margin: 0;
}
.wtg-label {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    z-index: 30;
}
.wtg-label .item {
    width: 11.1%;
    float: left;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
}
.wtg-label .item a {
    display: block;
    padding-top: 57.14%;
    position: relative;
}
.wtg-label .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    max-height: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .wtg-label .item {
        width: 16.67%;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        margin-top: 30px;
    }
}
/**************************************************************/
.the_content {
    margin-bottom: 20px;
}

.desc p,
.desc ol,
.desc ul {
    padding: 5px 0;
}

table.table_responsive td {
    padding: 10px;
}
div.table-responsive {
    width: 100%;
    border: none;
}
/* .the-content {
    overflow-x: auto;
} */

.listProduct {
    width: 100%;
}
.listProduct th {
    background: #009acf;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    height: 50px;
}
tr.table-tit td {
    background: #e9eaed;
    white-space: nowrap;
    padding: 13px 15px;
}
tr.table-tit td.cat-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
tr.table-tit td.cat-more {
    text-align: right;
}
.row-item:nth-child(odd) .item-row {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}
.row-item:hover td {
    background: #ffd !important;
}
.item-row {
    padding: 13px 15px;
}
.item-row a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.item-row a:hover {
    padding-left: 5px;
}
.item-price {
    font-weight: 600;
    /* color: #2dd600; */
}
h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #666;
}
span.numCat {
    text-transform: none;
    margin-left: 10px;
    font-weight: 400;
}