|
@@ -789,6 +789,19 @@ body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce.widget_shopping_cart .cart_list {
|
|
|
|
+ border-bottom: 1px solid;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce.widget_shopping_cart .cart_list li {
|
|
|
|
+ border-top: 1px solid;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce.widget_shopping_cart .cart_list a.remove:hover,
|
|
|
|
+body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce.widget_shopping_cart .cart_list a.remove:focus {
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce-mini-cart__total {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce-mini-cart__total {
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
@@ -844,6 +857,19 @@ body[class*="woocommerce"] #page .main-navigation .woocommerce-mini-cart__total
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ body[class*="woocommerce"] #page .main-navigation > div > ul > li.woocommerce-menu-item > .sub-menu {
|
|
|
|
+ right: auto;
|
|
|
|
+ left: 0;
|
|
|
|
+ }
|
|
|
|
+ body[class*="woocommerce"] #page .main-navigation > div > ul > li.woocommerce-menu-item:hover > ul:before,
|
|
|
|
+ body[class*="woocommerce"] #page .main-navigation > div > ul > li.woocommerce-menu-item.focus > ul:before,
|
|
|
|
+ body[class*="woocommerce"] #page .main-navigation > div > ul > li.woocommerce-menu-item.current-menu-item > ul:before {
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ margin-left: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.woocommerce-cart #page .woocommerce-menu-item .sub-menu,
|
|
.woocommerce-cart #page .woocommerce-menu-item .sub-menu,
|
|
.woocommerce-checkout #page .woocommerce-menu-item .sub-menu {
|
|
.woocommerce-checkout #page .woocommerce-menu-item .sub-menu {
|
|
display: none;
|
|
display: none;
|
|
@@ -1166,6 +1192,9 @@ body[class*="woocommerce"] #page #reviews #comments .commentlist > li::before {
|
|
/**
|
|
/**
|
|
* Structure
|
|
* Structure
|
|
*/
|
|
*/
|
|
|
|
+/**
|
|
|
|
+ * WooCommerce Wrapper Width
|
|
|
|
+ */
|
|
/**
|
|
/**
|
|
* Vertical Space - 32px
|
|
* Vertical Space - 32px
|
|
*/
|
|
*/
|