.product_list_wrap .product_card{background:#f3f3f3;box-shadow:0 0 10px rgba(0,0,0,.1);float:left;margin:15px 1.45%;transition:all .3s ease;width:47%}.product_list_wrap .product_card:hover{box-shadow:0 0 20px rgba(0,0,0,.19);transform:translateY(-5px)}.product_list_wrap .product_card .product_title{color:#000;font-family:latobold,sans-serif;font-size:14px;letter-spacing:1px;margin:20px 0;overflow:hidden;position:relative;text-align:left}.product_title_inner{left:50%;margin:0;padding:0 4%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.product_img_box{background:#fff;position:relative;text-align:center}.product_img_box .product_img{width:100%}.card_link{color:#ec694d;display:block;font-size:14px;font-weight:400;letter-spacing:.5px;padding:0 4% 4%;text-decoration:none}.product_list_wrap .product_card:hover .card_link{text-decoration:underline}@media screen and (max-width:768px) and (min-width:481px){.product_list_wrap .product_card{float:left!important;margin:15px 1%;width:48%!important}}@media screen and (max-width:482px) and (min-width:320px){.product_list_wrap .product_card{float:none!important;margin:15px 2%;width:96%!important}.product_title_inner{padding:1.5% 2%}}