.card-product .box{width:100%;overflow:hidden;border-radius:9px;background-color:#f1f1f1;position:relative;transition:all .3s ease-in}.card-product .product-hover{width:100%;top:0;left:0;border-radius:9px 9px 0 0;height:195px;position:absolute;z-index:1;background-color:#d3aa41a8;animation:fadeIn 1s;text-align:center;display:none}.card-product .product-hover p{color:#fff;font-weight:400;font-size:15px}.card-product .box:hover .product-hover{display:block!important;animation:fadeIn 1s}.card-product .box:hover{background-color:#023d84;transition:all .3s ease-in}.card-product .box:hover .info .info-detail,.card-product .box:hover .title{color:#fff!important}.card-product .img-container{width:150px;height:180px;margin:0 auto}.card-product .img-container img{width:100%;margin-top:10%;border-radius:15px}.card-product .box:hover:before{content:"";width:30px;height:30px;margin:0 auto;right:0;left:0;top:40%;z-index:2;background-repeat:no-repeat;background-position:50%;object-fit:cover;background-size:cover;position:absolute}.card-product .info{padding:5px 10px 5px 4px;border-top:2px solid #fff;min-height:60px;align-items:center;display:flex;position:relative}.card-product .info .info-detail,.card-product .info .title{color:#023d84;font-size:13px;position:relative;font-weight:700;line-height:1.7}.card-product .info .info-detail{padding-top:10px}.card-product .info:after{content:"";background-image:url(/images/line-r.svg);width:6px;height:40px;right:-1px;top:auto;background-repeat:no-repeat;background-position:50%;object-fit:cover;position:absolute}.card-product .action-btn{background-color:#c2c2c2;width:38px;height:30px;left:0;bottom:85px;border-radius:0 6px 6px 0;position:absolute;z-index:2}.card-product .action-btn:after{content:"";width:20px;height:20px;right:10px;top:4px;background-size:contain;background-position:50%;background-repeat:no-repeat;position:absolute}.card-product .action-btn.compare-btn:after{background-image:url(/images/icon/compare.svg)}.card-product .action-btn.remove-btn:after{background-image:url(/images/icon/remove.png)}.card-product .box:hover .action-btn{background-color:#023d84;transition:.4s}.anticon-close svg{color:#fff}