@-webkit-keyframes spin-360 {
from {
-webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);
zoom: 1;
}
50% {
-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
zoom: 1;
}
to {
-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
zoom: 1;
}
}
@-moz-keyframes spin-360 {
from {
-webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);
zoom: 1;
}
50% {
-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
zoom: 1;
}
to {
-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
zoom: 1;
}
}
@-o-keyframes spin-360 {
from {
-webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);
zoom: 1;
}
50% {
-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
zoom: 1;
}
to {
-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
zoom: 1;
}
}
@keyframes spin-360 {
from {
-webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);
zoom: 1;
}
50% {
-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
zoom: 1;
}
to {
-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
zoom: 1;
}
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
60% {
-webkit-transform: scale(0.005);
-moz-transform: scale(0.005);
-ms-transform: scale(0.005);
-o-transform: scale(0.005);
transform: scale(0.005);
}
95% {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes popin {
from {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
60% {
-webkit-transform: scale(0.005);
-moz-transform: scale(0.005);
-ms-transform: scale(0.005);
-o-transform: scale(0.005);
transform: scale(0.005);
}
95% {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes popin {
from {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
60% {
-webkit-transform: scale(0.005);
-moz-transform: scale(0.005);
-ms-transform: scale(0.005);
-o-transform: scale(0.005);
transform: scale(0.005);
}
95% {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes popin {
from {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
60% {
-webkit-transform: scale(0.005);
-moz-transform: scale(0.005);
-ms-transform: scale(0.005);
-o-transform: scale(0.005);
transform: scale(0.005);
}
95% {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes salepulse {
from {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
70% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes salepulse {
from {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
70% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes salepulse {
from {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
70% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes salepulse {
from {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
70% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
to {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes glowbutton {
from {
background-color: #707070;
}
50% {
background-color: #929292;
}
to {
background-color: #707070;
}
}
@-moz-keyframes glowbutton {
from {
background-color: #707070;
}
50% {
background-color: #929292;
}
to {
background-color: #707070;
}
}
@-o-keyframes glowbutton {
from {
background-color: #707070;
}
50% {
background-color: #929292;
}
to {
background-color: #707070;
}
}
@keyframes glowbutton {
from {
background-color: #707070;
}
50% {
background-color: #929292;
}
to {
background-color: #707070;
}
}
@-webkit-keyframes slidedown {
from {
top: -500px;
}
95% {
top: 1em;
}
to {
top: 0;
}
}
@-moz-keyframes slidedown {
from {
top: -500px;
}
95% {
top: 1em;
}
to {
top: 0;
}
}
@-o-keyframes slidedown {
from {
top: -500px;
}
95% {
top: 1em;
}
to {
top: 0;
}
}
@keyframes slidedown {
from {
top: -500px;
}
95% {
top: 1em;
}
to {
top: 0;
}
}
span.onsale,
span.onsale:after {
background: #e01c1f;
}
body {
color: #474747;
background: #f7f7f7;
}
::selection {
background: #474747;
color: white;
}
::-moz-selection {
background: #474747;
color: white;
}
.flex-direction-nav a:hover {
color: #fff;
}
.flex-direction-nav .flex-next {
box-shadow: 0.618em 0 0 0 #707070;
-webkit-box-shadow: 0.618em 0 0 0 #707070;
}
.flex-direction-nav .flex-prev {
box-shadow: -0.618em 0 0 0 #707070;
-webkit-box-shadow: -0.618em 0 0 0 #707070;
}
hr {
background-color: #e6e6e6;
}
a {
color: #707070;
}
a:hover {
color: #4e4e4e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #141414;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #141414;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #707070;
}
table {
background: #f7f7f7;
}
table thead th {
background: #ffffff;
border-bottom: 2px solid #e6e6e6;
}
table tbody th {
background: #ffffff;
}
table tbody tr:nth-child(2n) td {
background: #fafafa;
}
#navigation ul.rss li.sub-email {
color: #474747;
}
#navigation .nav a {
color: #e0e0e0;
}
#navigation .nav a:hover {
color: #474747;
}
#navigation {
background: #474747;
}
#header .site-title a,
#header .site-description a {
color: #141414;
}
#header .nav-toggle:after {
background: #e6e6e6;
}
#header .site-description {
color: #616161;
}
#header .account .account-links:before {
border: 0.618em solid #707070;
border-color: transparent #707070 transparent transparent;
}
#header .account .account-links ul {
background-color: #707070;
}
#header .account .account-links ul li a {
color: #ffffff;
}
#header .account .account-links ul li a:hover {
background-color: #5f5f5f;
}
.footer-wrap {
background: #474747;
color: #949494;
}
.footer-wrap a {
color: #c7c7c7;
}
.footer-wrap a:hover {
color: #e0e0e0;
}
.footer-wrap.contact {
background: #363636;
border-top: 4px solid #707070;
}
#footer-widgets .widget > h3 {
color: #f7f7f7;
} .breadcrumbs-wrap {
border-bottom: 2px solid #f0f0f0;
}
.breadcrumbs-wrap .breadcrumb {
color: #7a7a7a;
}
.breadcrumbs-wrap .breadcrumb a {
color: #474747;
}
.breadcrumbs-wrap .breadcrumb .sep:after {
color: #9c9c9c;
}
.archive-header {
border-bottom: #e6e6e6 1px solid;
}
.post img,
.type-page img,
.post img.thumbnail,
.type-page img.thumbnail {
border: 1px solid #e6e6e6;
}
.post img:hover,
.type-page img:hover,
.post img.thumbnail:hover,
.type-page img.thumbnail:hover {
border-color: #cdcdcd;
}
.post .wp-caption,
.type-page .wp-caption {
background: #f7f7f7;
border: 1px solid #e6e6e6;
}
.nav-entries a {
color: #474747;
}
.woo-pagination a:hover {
background: #e6e6e6;
}
.woo-pagination .page-numbers.current {
background: #ffffff;
color: #474747;
}
#post-entries a {
background: #f2f2f2;
}
#post-entries a:hover {
background: #707070;
color: #ffffff;
}
#connect {
background: #f7f7f7;
border-top: 1px solid #e6e6e6;
}
.widget h3 {
color: #474747;
}
#searchform {
border: 2px solid #e6e6e6;
}
#searchform .s,
#searchform #s {
color: #474747;
}
#searchform:hover,
#searchform:focus,
#searchform:active {
border-color: #707070;
}
.widget_woo_flickr a img {
border: 1px solid #e6e6e6;
}
.widget_woo_flickr a:hover img {
border-color: #cdcdcd;
}
#wp-calendar th,
#wp-calendar td {
background: #dedede;
}
#wp-calendar td {
color: #616161;
}
.widget_woo_blogauthorinfo .avatar {
border: 1px solid #e6e6e6;
}
.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
background: #f2f2f2;
}
.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
color: #707070;
}
.woocommerce_tabs ul.nav-tabs li.active a,
.woocommerce-tabs ul.nav-tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
background: #ffffff;
color: #474747;
}
.woocommerce_tabs ul.nav-tabs li.active a:after,
.woocommerce-tabs ul.nav-tabs li.active a:after,
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after {
background: #ffffff;
}
.woocommerce_tabs .panel,
.woocommerce-tabs .panel,
.woocommerce_tabs .tab,
.woocommerce-tabs .tab {
background: #ffffff;
}
#sidebar #searchform,
#footer-widgets #searchform {
background: #ffffff;
}
#sidebar .widget {
background: #f5f5f5;
}
#comments li.comment .comment_container .comment-text:after {
border: 1em solid #ffffff;
border-color: transparent transparent transparent #ffffff;
}
#comments li.comment .comment_container .comment-head {
color: #7a7a7a;
}
#reviews #comments li.comment .comment_container .comment-text:after {
border-color: transparent #ffffff transparent transparent;
}
#respond h3 #cancel-comment-reply-link {
color: #707070;
}
#respond label {
color: #616161;
}
#archives .archives_list {
border-left: 1px solid #e6e6e6;
}
#archives .archives_list .date {
color: #616161;
}
#archives .archives_list .comments a {
color: #6d6d6d;
}
h3.archive_year {
color: #474747;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
color: #6d6d6d;
}
.page-template-template-contact-php .location-twitter .contact-social #connect {
border-top: 1px solid #e6e6e6;
}
.image-gallery-item img {
border: 1px solid #dedede;
background: #f7f7f7;
}
.image-gallery-item img:hover {
border: 1px solid #c4c4c4;
}
.home .widget_woothemes_testimonials .testimonials .quote .testimonials-text {
background: #ffffff;
}
.home .widget_woothemes_testimonials .testimonials .quote .testimonials-text:after {
border: 1em solid #ffffff;
border-color: #ffffff transparent transparent transparent;
}
.flex-control-paging li a {
background: #d5d5d5;
}
.flex-control-paging li a.flex-active {
background: #707070;
}
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email] {
border: 1px solid #e6e6e6;
background-color: #ffffff;
}
input[type=text]:hover,
input.input-text:hover,
textarea:hover,
input.txt:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=text]:active,
input.input-text:active,
textarea:active,
input.txt:active,
input[type=tel]:active,
input[type=email]:active {
border-color: #d5d5d5;
}
input[type="radio"] {
border: 0.202em solid #e6e6e6;
background-color: #e6e6e6;
}
input[type="radio"]:checked {
background-color: #707070;
}
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button,
.added_to_cart {
background-color: #474747;
color: #f7f7f7;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover,
.added_to_cart:hover {
background-color: #707070;
color: #ffffff;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active,
.added_to_cart:active {
background-color: #4e4e4e;
}
#footer-widgets .button {
background: #707070;
}
p.woo-sc-box,
div.woo-sc-box {
color: #212121;
}
p.woo-sc-box.info,
div.woo-sc-box.info {
border-color: #e6e6e6;
background-color: #f7f7f7;
}
p.woo-sc-box.normal,
div.woo-sc-box.normal {
border-color: #e6e6e6;
background-color: #f7f7f7;
}
#tiptip_content {
background: #474747;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: #474747;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: #474747;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
border-right-color: #474747;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
border-left-color: #474747;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
#tiptip_content {
background-color: #474747;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: #474747;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: #474747;
}
}
@media only screen and (min-width: 768px) {
#top ul.nav { }
#top ul.nav > li a {
color: #474747;
}
#top ul.nav > li a:hover {
color: #252525;
}
#top ul.nav ul.sub-menu {
background: #ffffff;
}
#navigation ul.nav > li:hover a {
color: #ffffff;
}
#navigation ul.nav > li a:hover {
color: #ffffff;
}
#navigation ul.nav > li.current_page_item a,
#navigation ul.nav li.current_page_parent a,
#navigation ul.nav li.current-menu-ancestor a,
#navigation ul.nav li.current-cat a,
#navigation ul.nav li.current-menu-item a {
color: #ffffff;
background: #707070;
}
#navigation ul.nav > li.parent > a:hover {
background: #363636;
}
#navigation ul.nav > li.parent:hover {
background: #ffffff;
}
#navigation ul.nav > li.parent:hover a {
background: #363636;
}
#header .header-top {
background: #ffffff;
}
#header .header-top .row .account .account-links:after {
border-color: #4e4e4e transparent transparent transparent;
}
#header .header-top .row .account .account-links ul {
box-shadow: 0.618em 0 0 0 #707070;
-webkit-box-shadow: 0.618em 0 0 0 #707070;
}
#sidebar {
color: #8b8b8b;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
color: #696969;
}
#sidebar .widget a {
color: #696969;
}
#sidebar .widget a:hover {
color: #707070;
}
#sidebar .widget a.button {
color: #ffffff;
}
article.post .post-meta ul {
color: #c4c4c4;
}
article.post .post-meta ul li a {
color: #696969;
}
article.post .post-meta ul li:before {
color: #d5d5d5;
}
article.post .entry .wp-caption,
article.page .entry .wp-caption {
background: #ffffff;
color: #7a7a7a;
}
#post-author .profile-content {
background: #f0f0f0;
} #content + .breadcrumbs-wrap {
background: #f5f5f5;
}
.footer-wrap.contact ul li:before {
background: #252525;
color: #474747;
}
}
#header ul.cart li.container a.cart-contents {
color: #f7f7f7;
}
#header ul.cart li.container a.cart-contents span.contents {
background: #707070;
}
#header ul.cart li.container a.cart-contents:hover {
background: #707070;
}
#header ul.cart li.container a.cart-contents:hover span.contents {
background: #5f5f5f;
}
#header ul.cart li.container.active a.cart-contents {
background: #707070;
}
#header ul.cart li.container.active a.cart-contents span.contents {
background: #5f5f5f;
}
#header ul.cart li.container:hover a.cart-contents {
background: #707070;
}
#header ul.cart li.container:hover a.cart-contents span.contents {
background: #5f5f5f;
}
.star-rating:before {
color: #bebebe;
}
.star-rating span:before {
color: #474747;
}
p.stars span a:hover:before,
p.stars span a:focus:before,
p.stars span a.active:before {
color: #474747;
}
p.stars span {
border-color: #707070;
}
p.stars span a:hover,
p.stars span a:focus {
background: #707070;
}
p.stars span a.active {
background: #707070;
}
.single-product .summary p.price del .amount {
color: #c4c4c4;
}
a.remove {
color: #ffffff;
}
#sidebar .widget_shopping_cart {
background: #ffffff;
}
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
border-bottom: 1px solid #e8e8e8;
}
.widget_layered_nav ul li a:before,
.widget_layered_nav_filters ul li a:before {
color: #7a7a7a;
}
.widget_price_filter .ui-slider .ui-slider-handle {
border: 1px solid #707070;
}
.widget_price_filter .ui-slider .ui-slider-range {
background: #707070;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #e6e6e6;
}
.widget_onsale h3:after,
.widget_featured_products h3:after,
.widget_random_products h3:after,
.widget_recently_viewed_products h3:after,
.widget_recent_products h3:after,
.widget_recent_reviews h3:after,
.widget_product_tag_cloud h3:after,
.widget_top_rated_products h3:after,
.widget_product_categories h3:after,
.widget_best_sellers h3:after,
.widget_layered_nav h3:after,
.widget_layered_nav_filters h3:after,
.widget_price_filter h3:after,
.widget_search h3:after,
.widget_product_search h3:after {
color: #b3b3b3;
}
.woocommerce_message,
.woocommerce_info,
.woocommerce_error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.noreviews,
#infscr-loading,
.create-account p:first-child {
border-left: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
background: #ffffff;
}
.quantity .plus,
.quantity .minus {
background: #707070;
}
.quantity .plus:hover,
.quantity .minus:hover {
background: #707070;
}
ul.products li.product {
background: #f2f2f2;
}
ul.products li.product a:hover h3 {
color: #707070;
}
ul.products li.product .img-wrap {
background: #ffffff;
}
ul.products li.product .img-wrap .price {
background: #707070;
}
ul.products li.product .img-wrap .price:after {
border-color: #4e4e4e transparent transparent transparent;
}
ul.products li.product h3 {
background: #ffffff;
}
ul.products li.product .categories {
background: #ffffff;
}
ul.products li.product .categories a {
color: #8b8b8b;
}
ul.products li.product .categories a:hover {
color: #474747;
}
ul.products li.product .out-of-stock {
color: #e01c1f;
background: #ffffff;
}
ul.products li.product .rating-wrap .review-count {
color: #7a7a7a;
}
ul.products li.product.sale .img-wrap .price {
background: #e01c1f;
}
ul.products li.product.sale .img-wrap .price:after {
border-color: #e01c1f transparent transparent transparent;
}
ul.products li.product.sale .onsale,
ul.products li.product.sale .onsale:after {
background: #e01c1f;
}
.home div.woocommerce .widget_brand_thumbnails {
background-color: #ffffff;
-webkit-box-shadow: 20em 0 0 0 #ffffff, -20em 0 0 0 #ffffff;
box-shadow: 20em 0 0 0 #ffffff, -20em 0 0 0 #ffffff;
}
.home div.woocommerce ul.featured {
background-color: #eeeeee;
-webkit-box-shadow: 20em 0 0 0 #eeeeee, -20em 0 0 0 #eeeeee;
box-shadow: 20em 0 0 0 #eeeeee, -20em 0 0 0 #eeeeee;
}
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-ordering {
color: #7a7a7a;
}
.single-product .single_variation_wrap .price {
color: #141414;
}
.single-product .summary .rating-wrap {
background: #f2f2f2;
}
.single-product .summary form.cart {
background: #ffffff;
}
.single-product .summary form.cart .quantity .qty {
background: #f7f7f7;
}
.single-product .related,
.single-product .upsells,
.single-product #tab-reviews {
border-top: 2px solid #f0f0f0;
}
ul.order_details {
border: 1px solid #e6e6e6;
}
ul.order_details li {
border-right: 1px solid #e6e6e6;
color: #9c9c9c;
}
ul.order_details li strong {
color: #474747;
}
ul.digital-downloads li {
border-bottom: 1px solid #e6e6e6;
}
table.cart .actions .checkout-button {
background: #707070;
}
table.cart .actions .checkout-button:hover {
background: #5f5f5f;
}
#payment {
border: 1px solid #e6e6e6;
}
#payment .payment_methods {
border-bottom: 1px solid #e6e6e6;
}
#payment .payment_methods li {
border-bottom: 1px solid #e6e6e6;
}
#payment .payment_methods li .payment_box {
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f3f3f3)); background-image: -webkit-linear-gradient(top, #f7f7f7, #f3f3f3); background-image: -moz-linear-gradient(top, #f7f7f7, #f3f3f3); background-image: -ms-linear-gradient(top, #f7f7f7, #f3f3f3); background-image: -o-linear-gradient(top, #f7f7f7, #f3f3f3); background-image: linear-gradient(to bottom, #f7f7f7, #f3f3f3);
border-top: 1px solid #e6e6e6;
}
.home #content div.woocommerce ul.featured li.featured .excerpt {
color: #474747;
}
.home #content div.woocommerce .widget_woo_product_categories ul.products li.product a h2 {
background: #707070;
color: #f7f7f7;
}
.home #content div.woocommerce .widget_woo_product_categories ul.products li.product a .view-more {
background: #707070;
}
.home #content div.woocommerce .widget_woo_product_categories ul.products li.product a:hover .view-more:hover {
background: #707070;
}
@media only screen and (min-width: 768px) {
#header ul.cart li.container .widget {
background: #ffffff;
}
#header ul.cart li.container .widget li.cart_list_product {
border-bottom: 1px solid #e6e6e6;
}
#header ul.cart li.container .widget li.cart_list_product .product-data .quantity {
color: #474747;
}
.single-product .summary .price .amount {
color: #707070;
}
.single-product .summary .single_variation_wrap:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
.single-product .summary .group_table .quantity .qty {
background: #ffffff !important;
}
}