.l-content * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Header Edit*/

.l-content > h1.mainvs {
    width: 950px;
    height: 350px;
    background-image: url(/pr/vona/recommend_brand/imao201804/images/mainvs.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

/*Product List Style*/

.l-content .m-h3--function {
    height: 50px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333333;
}

.l-content .m-h3--function img {
    margin-left: 20px;
    vertical-align: middle;
}

.l-content .hover-style {
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.l-content .product {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
}

.l-content .product.product_name {
    font-size: 14px;
    font-weight: bold;
}

.l-content .product.product_brand {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.l-content .product.product_brand a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.l-content .product.product_part {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.l-content .product.product_price {
    font-size: 18px;
    font-weight: bold;
    color: #ee0000;
}

.l-content .product_pcs {
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.l-content .product.product_stock {
    font-size: 14px;
    font-weight: bold;
    color: #9f4f00;
}

.l-content .product.product_stock .stock_img {
    vertical-align: middle;
    margin-right: 10px;
}

.l-content .product.product_truck {
    font-size: 14px;
    font-weight: bold;
    color: #1d2c4e;
}

.l-content img.truck_img {
    vertical-align: middle;
    margin-right: 7px;
}

/*Hover*/

.l-content a.product.product_name:hover {
    text-decoration: none;
}

.l-content .hover-style:hover .product_name a {
    color: #ff730a;
    text-decoration: underline;
}

.l-content .hover-style:hover img.product_img {
    opacity: 0.7;
}


.l-content .product_list h2 {
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
}

.l-content .block__product-category {
    width: 800px;
    margin: 0 auto;
}

.l-content .block__product-category .product-category__row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.l-content .block__product-category .product-category__row p {
    display: table;
    width: 100%;
    height: 70px;
}

.l-content .block__product-category .product-category__row p span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.l-content .block__product-category .product-category__row:first-child p {
    height: 100px;
}

.l-content .block__product-category .product-category__left-column {
    float: left;
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px;
}

.l-content .block__product-category .product-category__left-column p {
    background-color: #288383;
}

.l-content .block__product-category .product-category__left-column p span {
    color: #ffffff;
}

.l-content .block__product-category .product-category__right-column {
    float: right;
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px;
}

.l-content .block__product-category .product-category__right-column p {
    background-color: #b6edbd;
}

.l-content .block__product-category .product-category__right-column p span {
    color: #333333;
}

.l-content .block__product-category p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}