/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2020 | 16:24:44 */
.now_sold {
    background: #9e6563;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 0;
}
table th {
	background-color: #cdcdcd  !important;
}
table tbody td {
	background-color: #efefef !important; 
}
table tr:nth-child(2n) td {		
  background-color: #fafafa !important;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #cdcdcd;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #efefef;
}
.storefront-full-width-content.woocommerce-cart .entry-header {
   padding-bottom:.5em;
}
.woocommerce-info {
    background-color: #9e6563;
}
.woocommerce-page h1{
  font-size:2em;
  font-family:auto;
  font-style:normal;
  margin-top:10px;
  text-shadow:none;
  color: #000;
  font-variant: small-caps;
}
.woocommerce .storefront-sticky-add-to-cart {
    color: #fff;
}
.storefront-full-width-content .woocommerce-products-header {
    padding: 0;
}
@media (min-width: 768px) {
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    padding: 10px;
  }}
.single-product div.product table.variations th, .single-product div.product table.variations td {
    display: inline-block;
    padding: 1em;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #fff;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: #cdcdcd;
}
.site-info {
    display: none;
}
.site-branding, .site-search {
  margin-bottom: 0.5em;
}
.site-header {
      padding-top: 1.0em;
  background-color: #fff;
}