

.shopping_cart_dropdown ul li {
   border-bottom: 1px solid #ccc;
}
.qbutton.white {
    border-color: #26498d;
    color: #ffffff;
    background-color: #26498d;
}
.widget #searchsubmit {
    color: #626b75;
}
.widget #searchform input[type=text], .widget #searchsubmit {
    background-color: #f9f9f9;
}
.shopping_cart_header .header_cart span {
    color: #111;
}
.shopping_cart_dropdown {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.shopping_cart_dropdown span.total span {
    color: #111;
}
.shopping_cart_dropdown .cart_list span.quantity {
    color: #111;
}
.shopping_cart_dropdown ul li a {
    color: #111;
}
.shopping_cart_dropdown ul li a:hover {
    color: #111;
}
input[type="text"] {
	padding: 15px;
	padding: ;
	width: 110px;
        border: #FFF;
        background-color: #f8f8f8;
        border: 1px solid #eeeeee;
}
input.wpcf7-form-control.wpcf7-text {
	margin-bottom: -25px;
}