/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper {
    background: #ffffff;
box-shadow: inset 0 2px 5px 0
rgba(0, 0, 0, .11);
padding-top: 1.563rem;
}

#header{
	background: url("bg_stripe.png") space;
	padding-bottom: 20px;
}
@media (max-width: 400px) {
  #header { 
     background: url("bg_stripe_mob.png") space; 
  }
}
Body{
	font-family: Teko;
}
#header .header-nav {
	margin-bottom: 2px;
}
.product-flags li.product-flag.on-sale {
	background: #CDA248;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #CDA248;
	visibility: hidden;
}
.has-discount .discount {
    background: #CDA248;
	visibility: hidden;
}
.has-discount.product-price, .has-discount p {
    color: #CDA248;
}
.contact-rich .block a[href^="mailto:"] {
	font-size: 1rem;
	margin-top: 0px;
}
#footer {
    padding-top: 2.5rem;
    background-color: 
    #bae2c8;
}

.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 
    #505050;
}
.footer-container li a {
    color: 
    #000;
    cursor: pointer;
    font-size: .875rem;
}
.block-social ul li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: 
    #e8e8e8;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer;
}
.block-contact {
    color: 
    #000000;
}
a {
    color: 
    black;
    text-decoration: none;
}
p {
    font-size: .9375rem;
    color: 
    #000000;
    font-weight: 400;
}
#header .header-nav {
    border-bottom: none;
    max-height: 50px;
    margin-bottom: 30px;
}
#header .header-nav .blockcart {
    background: #BAE2C8;
    height: 4rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    border: 5px solid 
    white;
}
#header {
    color: 
    black;
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: black;
}
.container {
	width: 1640px;
	max-width: 100%;
}