.top-navigation-bar, #header {
    background-color: #f4f1e7;
    border-color: transparent;
}
.header-bottom {
    border-bottom-width: 1px!important;
}
.top-navigation-bar .top-navigation-menu {
    display: none;
}
.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
    color: #fff;
}
.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {
    color: #000;
}
a.social-icon:before{
    color: #fff;
}
a.social-icon:hover:before {
    color: #000;
}
ol.cart-header li.active strong:before, ol.cart-header li.completed a:before {
    color: #fff;
}
.extra.delivery {
    display: none;
}