|
@@ -321,7 +321,7 @@ body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a.ha
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-grid__product-onsale {
|
|
body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-grid__product-onsale {
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
- background-color: gold;
|
|
|
|
|
|
+ background-color: #ffa000;
|
|
color: #020202;
|
|
color: #020202;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -381,53 +381,53 @@ body[class*="woocommerce"] #page .woocommerce-warning {
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-notice--message,
|
|
body[class*="woocommerce"] #page .woocommerce-notice--message,
|
|
body[class*="woocommerce"] #page .woocommerce-notice--info {
|
|
body[class*="woocommerce"] #page .woocommerce-notice--info {
|
|
- color: skyblue;
|
|
|
|
|
|
+ color: #1b68dc;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-notice--success {
|
|
body[class*="woocommerce"] #page .woocommerce-notice--success {
|
|
- color: yellowgreen;
|
|
|
|
|
|
+ color: #23883D;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-notice--error {
|
|
body[class*="woocommerce"] #page .woocommerce-notice--error {
|
|
- color: salmon;
|
|
|
|
|
|
+ color: #dc361b;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-notice--warning {
|
|
body[class*="woocommerce"] #page .woocommerce-notice--warning {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-message,
|
|
body[class*="woocommerce"] #page .woocommerce-message,
|
|
body[class*="woocommerce"] #page .woocommerce-info {
|
|
body[class*="woocommerce"] #page .woocommerce-info {
|
|
- border-top-color: skyblue;
|
|
|
|
|
|
+ border-top-color: #1b68dc;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-message:before,
|
|
body[class*="woocommerce"] #page .woocommerce-message:before,
|
|
body[class*="woocommerce"] #page .woocommerce-info:before {
|
|
body[class*="woocommerce"] #page .woocommerce-info:before {
|
|
- color: skyblue;
|
|
|
|
|
|
+ color: #1b68dc;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-success {
|
|
body[class*="woocommerce"] #page .woocommerce-success {
|
|
- border-top-color: yellowgreen;
|
|
|
|
|
|
+ border-top-color: #23883D;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-success:before {
|
|
body[class*="woocommerce"] #page .woocommerce-success:before {
|
|
- color: yellowgreen;
|
|
|
|
|
|
+ color: #23883D;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-error {
|
|
body[class*="woocommerce"] #page .woocommerce-error {
|
|
- border-top-color: salmon;
|
|
|
|
|
|
+ border-top-color: #dc361b;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-error:before {
|
|
body[class*="woocommerce"] #page .woocommerce-error:before {
|
|
- color: salmon;
|
|
|
|
|
|
+ color: #dc361b;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-warning {
|
|
body[class*="woocommerce"] #page .woocommerce-warning {
|
|
- border-top-color: gold;
|
|
|
|
|
|
+ border-top-color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-warning:before {
|
|
body[class*="woocommerce"] #page .woocommerce-warning:before {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -444,22 +444,22 @@ body[class*="woocommerce"] #page .woocommerce-password-strength {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.strong {
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.strong {
|
|
- background-color: yellowgreen;
|
|
|
|
|
|
+ background-color: #23883D;
|
|
border-color: none;
|
|
border-color: none;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.good {
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.good {
|
|
- background-color: gold;
|
|
|
|
|
|
+ background-color: #ffa000;
|
|
border-color: none;
|
|
border-color: none;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.short {
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.short {
|
|
- background-color: salmon;
|
|
|
|
|
|
+ background-color: #dc361b;
|
|
border-color: none;
|
|
border-color: none;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.bad {
|
|
body[class*="woocommerce"] #page .woocommerce-password-strength.bad {
|
|
- background-color: salmon;
|
|
|
|
|
|
+ background-color: #dc361b;
|
|
border-color: none;
|
|
border-color: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -496,17 +496,17 @@ body[class*="woocommerce"] #page small.note {
|
|
* Star ratings
|
|
* Star ratings
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] #page .star-rating::before {
|
|
body[class*="woocommerce"] #page .star-rating::before {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
content: "\53\53\53\53\53";
|
|
content: "\53\53\53\53\53";
|
|
opacity: 0.4;
|
|
opacity: 0.4;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .star-rating span {
|
|
body[class*="woocommerce"] #page .star-rating span {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page p.stars a {
|
|
body[class*="woocommerce"] #page p.stars a {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -675,7 +675,7 @@ body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:ho
|
|
}
|
|
}
|
|
|
|
|
|
#content .wc-block-grid .wc-block-grid__product-price ins {
|
|
#content .wc-block-grid .wc-block-grid__product-price ins {
|
|
- color: yellowgreen;
|
|
|
|
|
|
+ color: #23883D;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
@@ -753,7 +753,7 @@ body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cart_tot
|
|
|
|
|
|
body[class*="woocommerce"] #page .cart-collaterals .cart_totals .discount td,
|
|
body[class*="woocommerce"] #page .cart-collaterals .cart_totals .discount td,
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cart_totals .discount td {
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cart_totals .discount td {
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .cart-collaterals .shipping-calculator-button,
|
|
body[class*="woocommerce"] #page .cart-collaterals .shipping-calculator-button,
|
|
@@ -1049,13 +1049,13 @@ body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.p
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price .from,
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price .from,
|
|
body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product .price .from {
|
|
body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product .price .from {
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
- color: gold;
|
|
|
|
|
|
+ color: #ffa000;
|
|
}
|
|
}
|
|
|
|
|
|
#woocommerce-wrapper ul.products li.product.sale a > .price ins,
|
|
#woocommerce-wrapper ul.products li.product.sale a > .price ins,
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins,
|
|
body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins,
|
|
body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins {
|
|
body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins {
|
|
- color: yellowgreen;
|
|
|
|
|
|
+ color: #23883D;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -1710,7 +1710,7 @@ body[class*="woocommerce"] #page .woocommerce-terms-and-conditions {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-invalid #terms {
|
|
body[class*="woocommerce"] #page .woocommerce-invalid #terms {
|
|
- outline-color: salmon;
|
|
|
|
|
|
+ outline-color: #dc361b;
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .checkout h3 {
|
|
body[class*="woocommerce"] #page .checkout h3 {
|
|
@@ -1725,7 +1725,7 @@ body[class*="woocommerce"] #page .woocommerce-terms-and-conditions {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-invalid #terms {
|
|
body[class*="woocommerce"] #page .woocommerce-invalid #terms {
|
|
- outline-color: salmon;
|
|
|
|
|
|
+ outline-color: #dc361b;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|