﻿.box-product .item-box { background: #FFFFFF; box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04); border-radius: 8px; padding: 24px 20px 16px 20px; /* max-height: 400px; */ }
.box-product { height: 100%; }
.box-product .item-box { height: 100%; min-height: 400px; height: 400px; max-height: 400px }
.box-product .product_tag { width: 100%; position: absolute; display: flex; align-items: baseline; justify-content: flex-end; min-height: 50px; top: 17px; right: 15px; z-index: 2; }
.box-product .product_tag img { max-width: 80px; max-height: 30px; vertical-align: middle; border-style: none; }
.box-product .item-box .picture { margin: 25px 0 20px; height: 240px; text-align: center; }
.box-product .item-box .picture a img { top: 0; right: 0; bottom: 0; left: 0; max-width: 100%; max-height: 100%; margin: auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateZ(0) scale(1.0, 1.0); }
.box-product .item-box .details { padding: 0; }
.box-product .category-page .details h3.product-title { font-size: 15px; line-height: 21px; min-height: 42px; }
.box-product .product-title { height: 54px; }
.box-product h3.product-title a { font-weight: 700; font-size: 18px; line-height: 27px; color: #1D1D1F; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.box-product .item-box .prices { margin: 0; /* margin: 0 0 10px; */ overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: start; align-items: center; }
    .box-product .n-product-item .prices span.price.price-ratio { margin: 0 5px 0 5px; border-radius: 4px; padding: 1px 15px; text-align: center; font-style: normal; font-weight: 700; font-size: 12px; line-height: 24px; color: #fff; position: absolute; top: 0; left: 0px; background: url('../../../../images/product/price-ratio.png') left center no-repeat; width: auto; height: 31px; background-size: cover; }

.box-product .item-box .add-info .old-price { color: #86868B; margin: 0 5px 0 5px; font-size: 14px; line-height: 24px; text-decoration: line-through; }
.box-product .item-box .price.actual-price { font-weight: 700; font-size: 16px; line-height: 24px; color: #0066CC; }
.box-product .n-product-item:hover { border: 0; }
.box-product .n-product-item { border: 0; }
.box-product .item-box:hover { border-color: #02010100; box-shadow: 1px 1px 28px 0px rgb(0 0 0 / 12%); }
