#bar{
background:#393a8a;
}


button.btn-cart, button.btn-checkout, button.btn-proceed-checkout{
    border-radius:7px;
}

.header1 #search {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
}

.header1 #search:focus {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
	outline: 0;
}

.header1 .logo img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
}

.footer1 h3 {
    text-align: center;
}

.h2, h2 {
    margin: 0 0 1.3em;
}

.owl-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-remove, a.remove{
    color: #990000;
}

button#onestepcheckout-login-submit-btn, .checkout-cart-index button.button.cep {
    color: #1a4027;
    background: #88c3a7;
	border-radius: 7px;
}

ul#cart-sidebar button {
    background: #595959;
}

#header a.checkout-button, button.button.btn-proceed-checkout.btn-checkout {
    background: #10A100;
}

button#onestepcheckout-login-submit-btn {
    background: #88c3a7;
}
	
a.c-c {
	color: #000000;
}