/* End General CSS */
/* Product Detail page */
/* End product detail page */
- /* Sidebar */
- /* End sidebar */
/* Product categories */
/* End product categories */
/* Products page */
height: 35px; }
.woocommerce .main.woo-single-product #content .product.has-default-attributes.has-children > .images {
opacity: 1; }
- .woocommerce #sidebar-category .shop-sidebar ul.products li.current h3 {
- color: #0f789f; }
- .woocommerce #sidebar-category .shop-sidebar ul.products li.current:hover h3 {
- color: white; }
- .woocommerce .shop-sidebar ul.products > li.product > a > div > img {
- display: none; }
.woocommerce #content ul.products li.product-category.product {
width: 33.33%;
float: left;
overflow: hidden;
width: 0; }
+/* Sidebar */
+#sidebar-category .shop-sidebar ul.products li.current h3 {
+ color: #0f789f; }
+#sidebar-category .shop-sidebar ul.products li.current:hover h3 {
+ color: white; }
+
+.shop-sidebar ul.products > li.product > a > div > img {
+ display: none; }
+
+/* End sidebar */
.home-feed-post {
padding-bottom: 25px; }
@media only screen and (max-width: 40em) {
}
/* End product detail page */
- /* Sidebar */
- #sidebar-category .shop-sidebar ul.products li.current {
- h3 {
- color: $blue;
- }
-
- &:hover h3 {
- color: white;
- }
- }
- .shop-sidebar ul.products > li.product > a > div > img {
- display: none;
- }
- /* End sidebar */
-
/* Product categories */
#content ul.products li.product-category.product {
width: 33.33%;
height: 0;
overflow: hidden;
width: 0;
-}
\ No newline at end of file
+}
+
+/* Sidebar */
+#sidebar-category .shop-sidebar ul.products li.current {
+ h3 {
+ color: $blue;
+ }
+
+ &:hover h3 {
+ color: white;
+ }
+}
+.shop-sidebar ul.products > li.product > a > div > img {
+ display: none;
+}
+/* End sidebar */