.product{background-color:#fff;border-radius: 10px !important;box-shadow:0 6px 12px -4px rgb(11 18 25 / 10%);text-align:center;margin:25px 5px;padding:5px;line-height:1.5}.product:hover{box-shadow:0 1px 6px 0 rgb(0 0 0 / 20%)}.product .product-image{overflow:hidden;position:relative}.product .product-image a.image{display:block}.product .product-image img{width:150px;height:150px;/*margin-left:30px;*/margin-top:23px}.product .product-image .pic-1{transition:.5s}.product .product-image:hover .pic-1{opacity:0}.product .product-image .pic-2{width:100%;height:100%;backface-visibility:hidden;opacity:0;position:absolute;top:0;left:0;transition:.5s}.product .product-image:hover .pic-2{opacity:1}.product .discount{color:#fff;background:#c66;font-size:12px;font-weight:600;letter-spacing:1px;line-height:30px;width:50px;height:30px;position:absolute;top:10px;left:10px}.product .cart{color:#000;background:#fff;font-size:12px;font-weight:500;text-transform:uppercase;width:100%;padding:4px 14px;opacity:.85;transform:translateX(-50%);position:absolute;bottom:-75px;left:50%;transition:.5s}.product .cart:hover{opacity:1;color:#fff;background:#c66}.product:hover .cart{bottom:0}.product .links{padding:0;margin:0;list-style:none;opacity:0;position:absolute;top:10px;right:-50px;transition:.5s;margin-bottom:5px}.product:hover .links{opacity:1;right:10px}.product .links li a{color:#fff;font-size:12px;line-height:30px;width:30px;height:30px;border-radius:30px;display:block;background:#000;transition:.5s;margin-bottom:5px;padding-top:10px}.product:hover .links li a:hover{color:#fff;background:#c66}.product .content{padding:12px}.product .category{font-size:17px;margin:0 0 5px;display:block}.product .category a{color:#999;transition:.5s;font-size:11px}.product .category a:hover{color:#555}.product .title{font-size:14px;font-weight:500;margin:0 0 8px;line-height:1.5}.product .title a{transition:.5s;font-size:15px;color:#0b1219 !important;font-family: LatoSemiBold;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product button.addToCart{background:#22aba1;border:1px solid #22aba1;border-radius:5px;color:#fff;padding:4px 65px}.product .title a:hover{color:#c66}.product .price{line-height:1.5;color:#aaa;font-size:14px;font-weight:700;padding:0 5px;margin-bottom:5px}del{text-decoration:line-through}.product .price span{margin:0 5px 0 0;line-height:1.5;margin-right:5px;font-weight:700;color:red;padding:0 5px;font-size:14px}span.label.label-percent{float:right;padding:5px 5px;margin-right:5px;background:#ff5c01;font-size:13px;font-weight:400}@media screen and (max-width:990px){.product{margin:0 0 30px}}.owl-controls .owl-buttons{position:relative}.owl-controls .owl-prev{position:absolute;left:15px;bottom:180px;padding:8px 17px;background:#c66;border-radius:50px;transition:.5s}.owl-controls .owl-next{position:absolute;right:15px;bottom:180px;padding:8px 17px;background:#c66;border-radius:50px;transition:.5s}.owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:'\f104';font-family:FontAwesome;color:#fff;font-size:16px}.owl-controls .owl-next:after{content:'\f105'}.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#22aba1}