.bg-secondary {
  background-color: transparent !important;
}
.bg-white {
  background-color: #edcd08 !important;
  border: 2px solid #000;
}
.btn {
    font-size: .8rem !important;
}
.navbar-nav .nav-link {
text-transform: uppercase !important;
}
.search {
    color: #000000 !important;
    fill: #000000 !important;
}
hr {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
    border-top: .3rem solid rgb(223 210 0 / 60%) !important;
}
.text-light {
    color: #767c83 !important;
}
.footer .footer-link, .footer .nav .nav-item .nav-link {
    color: #000 !important;
}
@media (min-width: 992px) {
    .mt--350 {
        margin-top: -430px !important;
    }
}
.wrapper {
   margin-top: 45px !important;
}
.navbar {
    padding: 5px 10px 5px 10px !important;
    background-color: #fff;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.custom-nav {
    background-color: #fff;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.navbar-nav .nav-link {
    font-size: .9rem !important;
    font-weight: 600 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.strip figure .city_title {
    font-size: 1.8rem;
    text-shadow: #000 2px 2px 2px !important;
}
.navbar-brand img {
    height: 80px !important;
}
#localorder_phone{
display: inherit !important;
}
.btn-neutral {
  color: #000000 !important;
}
.btn-cart {
    color: #000000 !important;
}
.btn-danger {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
}
.badge-primary {
  background-color: #edcd08;
}
.btn-danger:hover {
  background-color: #eee;
 border-color: #eee !important;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #eee;
    border-color: #eee !important;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #edcd08 !important;
}
.nav-pills .nav-link {
  color: #000 !important;
}
h1 {
	color: #000 !important;
}
h2 {
	color: #000 !important;
}
h3 {
	color: #000 !important;
}
h4 {
	color: #000 !important;
}
h5 {
	color: #000 !important;
}
h6 {
	color: #000 !important;
}
a {
	color: #000 !important;
}
body {
	color: #000 !important;
}
.form-control {
    color: #000 !important;
    border: 1px solid #000 !important;
}
.input-group-text {
    border: 1px solid #000 !important;
}
.section-profile-cover {
    background-color: #edcd08 !important;
    height: 570px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7) !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0px !important;
    }
.text-muted {
  color: #000 !important;
}