|
@@ -200,13 +200,13 @@ body[class*="woocommerce"] #page .woocommerce input.button,
|
|
body[class*="woocommerce"] #page .woocommerce .widget_shopping_cart .buttons a,
|
|
body[class*="woocommerce"] #page .woocommerce .widget_shopping_cart .buttons a,
|
|
body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a {
|
|
body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a {
|
|
line-height: 1;
|
|
line-height: 1;
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
padding: 11.6px 11.6px;
|
|
padding: 11.6px 11.6px;
|
|
@@ -309,7 +309,7 @@ body[class*="woocommerce"] #page .cart .has-focus.button,
|
|
body[class*="woocommerce"] #page a.has-focus.added_to_cart,
|
|
body[class*="woocommerce"] #page a.has-focus.added_to_cart,
|
|
body[class*="woocommerce"] #page .woocommerce .widget_shopping_cart .buttons a.has-focus,
|
|
body[class*="woocommerce"] #page .woocommerce .widget_shopping_cart .buttons a.has-focus,
|
|
body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a.has-focus {
|
|
body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a.has-focus {
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
background-color: #FF7A5C;
|
|
background-color: #FF7A5C;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -377,7 +377,7 @@ body[class*="woocommerce"] #page .woocommerce-warning {
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
background-color: #FAFAFA;
|
|
background-color: #FAFAFA;
|
|
color: #111111;
|
|
color: #111111;
|
|
- border-top-color: black;
|
|
|
|
|
|
+ border-top-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-notice--message,
|
|
body[class*="woocommerce"] #page .woocommerce-notice--message,
|
|
@@ -480,7 +480,7 @@ body[class*="woocommerce"] #page a.remove {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page a.remove:hover {
|
|
body[class*="woocommerce"] #page a.remove:hover {
|
|
- color: white !important;
|
|
|
|
|
|
+ color: #FFFFFF !important;
|
|
background: red;
|
|
background: red;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -621,7 +621,7 @@ body[class*="woocommerce"] #page .woocommerce button.button:disabled[disabled]:h
|
|
body[class*="woocommerce"] #page .woocommerce input.button.disabled:hover,
|
|
body[class*="woocommerce"] #page .woocommerce input.button.disabled:hover,
|
|
body[class*="woocommerce"] #page .woocommerce input.button:disabled:hover,
|
|
body[class*="woocommerce"] #page .woocommerce input.button:disabled:hover,
|
|
body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:hover {
|
|
body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:hover {
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -801,7 +801,7 @@ body[class*="woocommerce"] #page .main-navigation #woocommerce-toggle:checked +
|
|
|
|
|
|
@media only screen and (max-width: 559px) {
|
|
@media only screen and (max-width: 559px) {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-menu-container {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-menu-container {
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
color: #444444;
|
|
color: #444444;
|
|
padding: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -855,7 +855,7 @@ body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-link .svg-ic
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
color: #444444;
|
|
color: #444444;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
@@ -896,8 +896,8 @@ body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .wooc
|
|
|
|
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce-mini-cart__buttons a {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget .woocommerce-mini-cart__buttons a {
|
|
clear: left;
|
|
clear: left;
|
|
- color: white;
|
|
|
|
- background-color: black;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ background-color: #000000;
|
|
margin: 0;
|
|
margin: 0;
|
|
float: left;
|
|
float: left;
|
|
}
|
|
}
|
|
@@ -1148,9 +1148,9 @@ body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li a:hover {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active {
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
border-color: #DDDDDD;
|
|
border-color: #DDDDDD;
|
|
- border-bottom-color: white;
|
|
|
|
|
|
+ border-bottom-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active a {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active a {
|
|
@@ -1159,11 +1159,11 @@ body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active a {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active::before {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active::before {
|
|
- box-shadow: -2px 2px 0 white;
|
|
|
|
|
|
+ box-shadow: -2px 2px 0 #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active::after {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li.active::after {
|
|
- box-shadow: 2px 2px 0 white;
|
|
|
|
|
|
+ box-shadow: 2px 2px 0 #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li::before, body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li::after {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li::before, body[class*="woocommerce"] #page .woocommerce-tabs ul.tabs li::after {
|
|
@@ -1281,8 +1281,8 @@ body[class*="woocommerce"] #page #reviews #comments .commentlist > li::before {
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] .woocommerce-store-notice,
|
|
body[class*="woocommerce"] .woocommerce-store-notice,
|
|
body[class*="woocommerce"] p.demo_store {
|
|
body[class*="woocommerce"] p.demo_store {
|
|
- background-color: black;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: #000000;
|
|
|
|
+ color: #FFFFFF;
|
|
position: fixed;
|
|
position: fixed;
|
|
top: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
@@ -1892,7 +1892,7 @@ body[class*="woocommerce"] #page .woocommerce-ordering select {
|
|
}
|
|
}
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__image--placeholder {
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__image--placeholder {
|
|
@@ -1901,7 +1901,7 @@ body[class*="woocommerce"] #page .woocommerce-ordering select {
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger {
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger {
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
- background: white;
|
|
|
|
|
|
+ background: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger::before {
|
|
.single-product #page #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger::before {
|
|
@@ -1948,7 +1948,7 @@ body[class*="woocommerce"] #page .woocommerce-ordering select {
|
|
}
|
|
}
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.summary .stock {
|
|
.single-product #page #woocommerce-wrapper div.product div.summary .stock {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.single-product #page #woocommerce-wrapper div.product div.summary .out-of-stock {
|
|
.single-product #page #woocommerce-wrapper div.product div.summary .out-of-stock {
|
|
@@ -2103,7 +2103,7 @@ body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a#wo
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] #page .widget_price_filter .ui-slider .ui-slider-range,
|
|
body[class*="woocommerce"] #page .widget_price_filter .ui-slider .ui-slider-range,
|
|
body[class*="woocommerce"] #page .widget_price_filter .ui-slider .ui-slider-handle {
|
|
body[class*="woocommerce"] #page .widget_price_filter .ui-slider .ui-slider-handle {
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .widget_price_filter .price_slider_wrapper .ui-widget-content {
|
|
body[class*="woocommerce"] #page .widget_price_filter .price_slider_wrapper .ui-widget-content {
|