.cate-custom > li > a {
    font-weight: 600;
    color: #fff;
}
#blog .news-item .news-detail {
    padding: 10px;
}
.product-info>.product-name {
    border: none;
}
.sold {
    display: block;
    margin-bottom: .5rem;
}
.category-product-list .cate-title img {
    padding: 10px;
    width: 60px;
    height: 60px;
}
aside.main-list-cate ul li input {
    margin-right: 5px;
}
aside.main-list-cate ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.content-w ul li a {
    font-size: 14px;
}
.product-big-img img {
    max-height: 340px;
    object-fit: scale-down;
}

.article-pages table {
    border-collapse: collapse;
    width: 100%;
}

.article-pages th, .article-pages td {
    border: 1px solid #000;
    padding: 8px;
}

.article-pages thead {
    background-color: #f2f2f2;
}
.article-pages table p {
    margin-bottom: 0;
}
.article-pages th:first-child, .article-pages td:first-child {
    padding-left: 8px;
}
#tableShipFee {
    display: block !important;
}
.news-img img {
    max-height: 190px;
}

@media (min-width: 768px) {
    .category-blog #blog .news-item {
        padding: 10px;
    }
    .product-big-img img {
        max-height: 500px;
    }
}
.sub-menu {
    min-height: 100%;
}
h5.product-name-cart {
    color: #000;
}
.cart-list .remove-item {
    position: absolute;
}
#order_review input.qty-btn, #order_review input#quantity {
    height: 30px;
}
#order_review .quantity-area {
    padding: 5px 0;
}
#order_review .product-quantity {
    display: none;
}
td.product-name a {
    color: #000;
}
.news-detail .news-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-detail .watch-more:hover {
    text-decoration: underline;
    color: #000;
}
#blog .news-item .news-meta {
    margin-bottom: 5px;
}
#blog .news-item .news-meta ul {
    margin: 0;
}
.checkout-sidebar #order_review .product-action {
    display: table-cell;
}
.child-img .owl-nav button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    box-shadow: 0 1px 9px -4px;
    background: #fff;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.child-img .owl-nav button i {
    color: #000;
    font-size: 25px;
}
.child-img .owl-nav .owl-prev {
    left: 0;
}
.child-img .owl-nav .owl-next {
    right: 0;
}
.checkout_coupon, .woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-checkout-payment .payment-online-name {
    font-size: 15px;
}

@media screen and (max-width: 850px) {
    .woocommerce-checkout-review-order .product-remove a {
        position: relative;
    }
}