.header-sidebar {
    background: #e4013a;
    color: #fff;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.block-home {
    margin-bottom: 10px;
}

.block-home-hot {
    background: #d24417 url(../images/bg-box.png);
    border: 1px #d24417 solid;
}

.block-home-hot-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}

.list-product-sidebar {
    padding-top: 10px;
    background: #EEE;
}

.product-cat {
    width: 22.5%;
    margin: 2px 0px 14px 2%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px #e8e8e8 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.product-cat:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
    -moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
    box-shadow: 0px 0px 5px 0px #9b9b9b;
    border: 1px #dddddd solid;
}

.product-cat-item {
    width: 23.5%;
    margin: 0px 2% 10px 0px;
    float: left;
    padding-top: 5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
}

.product-cat-item:nth-child(4n) {
    margin: 0px 0px 10px 0px;
}

.boder-product {
    padding-top: 5px;
}

.icon-discount {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 39px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: url('../images/saleoff.png') no-repeat;
    z-index: 3;
    display: block;
}

.image-product-cat {
    margin-bottom: 10px;
    display: block;
}

.image-product-cat img {
    width: 94%;
    height: auto !important;
}

.manufactory {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.name-product-cat a {
    color: #333333;
    font-size: 12px;
    display: block;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    font-weight: normal;
    margin: 0px 5px 5px 5px;
    text-align: center;
}

.price-current-cat {
    color: #d24417;
    font-weight: bold;
    font-size: 18px;
}

.price-old-cat {
    color: #757575;
    margin-bottom: 5px;
    text-decoration: line-through;
    height: 20px;
    display: block;
}

.link-cart-header {
    width: 34px;
    height: 24px;
    display: block;
    outline: none;
    background-image: url(../images/icon-header04.png);
    background-size: 26px 24px;
    background-repeat: no-repeat;
    float: right;
    margin: 10px 40px 0px 0px;
}

.list-cat-mobile {
    margin-bottom: 10px;
    list-style: none;
    padding: 25px 0px 15px 0px;
    background: #EEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list-cat-mobile li {
    width: 22.5%;
    margin: 0px 0px 10px 2%;
    float: left;
}

.list-cat-mobile li a {
    display: block;
    text-align: center;
    line-height: 36px;
    border: 1px #f59101 solid;
    background: #f59101;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list-cat-mobile li a:hover {
    background: #f55701;
}

.list01-box-manufactory {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.list01-box-manufactory li {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
    margin-left: 1.2%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    width: 15%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.list01-box-manufactory li a {
    display: block;
}

.list01-box-manufactory li img {
    width: 100%;
}

.list01-box-manufactory li img:hover {
    opacity: 0.9;
}

.box-note-product {
    position: absolute;
    top: 5px;
    left: 5px;
}

.lable_hot {
    width: 39px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #d24417;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    float: left;
}

.lable_banchay {
    width: 69px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #2e7d32;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    float: left;
}

.product-cat {
    width: 22%;
    margin: 2px 0px 14px 2%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px #e8e8e8 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.product-cat:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
    -moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
    box-shadow: 0px 0px 5px 0px #9b9b9b;
    border: 1px #dddddd solid;
}

.product-cat-item {
    width: 23.5%;
    margin: 0px 2% 10px 0px;
    float: left;
    padding-top: 5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
}

.product-cat-item:nth-child(4n) {
    margin: 0px 0px 10px 0px;
}

.boder-product {
    padding-top: 5px;
    border: 1px #e8e8e8 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 39px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: url('../images/saleoff.png') no-repeat;
    z-index: 3;
    display: block;
}

.image-product-cat {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px #eee solid;
}

.image-product-cat img {
    width: 94%;
    height: auto !important;
}

.manufactory {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.name-product-cat a {
    color: #333333;
    font-size: 14px;
    display: block;
    height: 38px;
    line-height: 17px;
    overflow: hidden;
    font-weight: bold;
    margin: 0px 5px 5px 5px;
    text-align: center;
    border-bottom: 1px #ccc solid;
}

.box-attr-product {
    width: 60%;
    border-right: 1px #ccc dashed;
    margin: 0px 0px 5px 4%;
    float: left;
}

.button-mua {
    display: block;
    text-align: center;
    line-height: 28px;
    background: #d24417;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30%;
    margin: 8px 3% 0px 0px;
    float: right;
}

.button-mua:hover {
    background: #f55701;
}

.price-current-cat {
    color: #d24417;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.price-old-cat {
    color: #757575;
    margin-bottom: 5px;
    text-decoration: line-through;
    display: block;
    text-align: left;
}

.content-cat {
    overflow: hidden;
}

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

.button-giohang {
    width: 105px;
    height: 36px;
    display: block;
    background: url('../images/icon-gio-hang.png') no-repeat top center;
    border-left: 1px #cecece dotted;
    border-right: 1px #cecece dotted;
    position: relative;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.box-cart {
    width: 105px;
    height: 36px;
    display: block;
}

.count-cart {
    width: 20px;
    height: 20px;
    background: #d24417;
    display: block;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.content h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 4px 0px;
}

.content h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px #999 dashed;
}

.content * {
    font-size: 14px;
    line-height: 26px;
}

.content ul,
.content ol {
    list-style-position: inside;
    margin-left: 15px;
}

.content p {
    margin-bottom: 4px;
}

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

.content table,
.content iframe {
    max-width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 680px) {
    .product-cat {
        width: 46%;
        height: auto;
        margin: 2px 0% 14px 2.6%;
    }
    .product-cat-item {
        width: 48.5%;
        margin: 0px 3% 8px 0px;
    }
    .product-cat-item:nth-child(4n) {
        margin: 0px 3% 8px 0px;
    }
    .product-cat-item:nth-child(2n) {
        margin: 0px 0px 8px 0px;
    }
    .list-cat-mobile li {
        width: 47%;
        margin: 0px 0px 5px 2%;
        float: left;
    }
}