.product-grid{ font-family: 'Poppins', sans-serif; position: relative; } .product-grid .product-image{ overflow: hidden; position: relative; } .product-grid .product-image a{ display: block; } .product-grid .product-image img{ width: 100%; height: auto; } .product-image .pic-1 { backface-visibility: hidden; transition: all 0.5s ease 0s; } .product-grid:hover .product-image .pic-1 { opacity: 0; } .product-image .pic-2 { width: 100%; height: 100%; opacity: 0; backface-visibility: hidden; position: absolute; top: 0; left: 0; transition: all 0.5s ease 0s; } .product-grid:hover .product-image .pic-2 { opacity: 1; } .product-grid .product-discount-label{ color: #fff; background-color: #58CBE6; font-size: 12px; font-weight: 300; line-height: 22px; letter-spacing: 1px; padding: 2px 12px; border-radius: 20px; position: absolute; left: 10px; top: 10px ; } .product-grid .social{ padding: 0; margin: 0; list-style: none; transform: translateX(-50%); opacity: 0; position: absolute; left: 55%; bottom: 10px; transition: all 0.3s linear 0s; } .product-grid:hover .social{ opacity: 1; left: 50%; } .product-grid .social li{ display: inline-block; } .product-grid .social li a{ color: #333; background: #fff; font-size: 17px; text-align: center; line-height: 46px; height: 46px; width: 46px; border-radius: 50%; box-shadow: 0 3px 18px rgba(0,0,0,0.6); display: block; transition: all 0.3s linear 0s; } .product-grid .social li a:hover{ color: #fff; background:#41cce5; } .product-grid .product-content{ padding: 15px 22px 0 0; position: relative; } .product-grid .add-to-wishlist{ color: #909090; font-size: 18px; position: absolute; top: 10px; right: 7px; z-index: 1; transition: all 0.5s ease 0s; } .product-grid .add-to-wishlist:hover{ color: #41cce5; } .product-grid .title{ font-size: 16px; font-weight: 400; margin: 0 0 10px 0; } .product-grid .title a{ color: #999; } .product-grid .title a:hover{ color: #41cce5; } .product-grid .price { color: #000; font-size: 16px; font-weight: 500; margin-bottom: 7px; display: block; } .product-grid .price span{ color: #999; font-size: 14px; font-weight: 500; margin: 0 2px 0 0; text-decoration: line-through; } .product-grid .rating{ padding: 0; margin: 0 0 10px 0; list-style: none; } .product-grid .rating li{ font-size: 12px; color: #F4CC00; } .product-grid .rating li.disable{ color: #999; } @media only screen and (max-width:990px){ .product-grid{ margin-bottom: 30px; } }