Products

.products .product-title { font-size: 18px !important; } ul.products li.product h2.product-price-tickr { font-size: 36px !important; text-align: center; margin-bottom: 0 !important; margin-top: 10px; } .products .fusion-product-wrapper { border-color: #e0e0e0 !important; border-radius: 2px !important; background-color: #ffffff !important; -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.05); box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.05); transition: box-shadow 0.3s ease-in-out; } .products .fusion-product-wrapper:hover { -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25); } .products-3 > li { margin-right: 2% !important; width: 32% !important; } .products-3>li:nth-child(3n) { margin-right: 0 !important; width: 32% !important; } .products>li { margin-bottom: 2% !important; } .product-meta-area { padding-top: 15px; padding-bottom: 15px; } .product-meta-icon { height: auto; vertical-align: middle; width: 35px; padding-right: 8px; } /*.fusion-clean-product-image-wrapper img { padding-top: 15px; }*/ /************* REORDER WOO ELEMENTS ************/ /*** PRODUCT TITLE ***/ ul.products li.product .fusion-product-content, .related h3.woocommerce-loop-product__title { order: -1; /* -1 is like first/top */ } /*** PRICE ***/ ul.products li.product .fusion-price-rating { display: none !important; } /*** SALE BADGE ***/ ul.products li.product .onsale, .woocommerce-page .products .product .onsale { top: 15% !important; /* moves the badge so it doesn't cover the top element */ }