.flow-navbar {
  background-color: #f2f2f7;
}
input:focus {
  border: 1px solid #639f06 !important; /* Change the border color */
  background-color: #f0f0f0 !important; /* Change the background color */
  /* color: #333; Change the text color */
  /* You can add more styles here */
}
.header-right-part {
  display: flex;
  float: right;
  margin-left: auto;
  align-items: center;
}

.flow-navbar img {
  width: 96px;
}

.flow-navbar .navbar-nav .nav-item .nav-link {
  color: #1b283f;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

.flow-navbar .header-right-part span {
  margin: 0 5px;
  color: #1b283f;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

.flow-navbar .header-right-part .fa {
  color: #1b283f;
  font-size: 21px;
}

.flow-navbar .header-right-part img {
  width: 21px;
}

.flow-navbar .header-right-part .cart-container .counter {
  position: absolute;
  color: #fff;
  background: red;
  font-size: 8px;
  min-width: 11px;
  text-align: center;
  min-height: 12px;
  margin: 0;
  right: -5px;
  top: -4px;
  padding: 0px 2px;
}

.flow-navbar .header-right-part .right-user {
  background-color: #dff1eb;
  padding: 13px 13px;
  border-radius: 50%;
}

.max-width {
  max-width: 1366px;
}

.flow-navbar .max-width {
  width: 100%;
  margin: 0 auto;
}

footer {
  background-color: #efeff4;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}

footer .footer-maxwidth {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  padding: 0 10px;
}

footer .footer-maxwidth .footer-copywright-text {
  color: #8e8e93;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
}

footer .footer-maxwidth .footer-terms {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
}

footer .footer-maxwidth .footer-terms span {
  color: #8e8e93;
}

footer .footer-maxwidth .footer-social-icons span {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 4px;
  margin: 6px;
}

footer .footer-maxwidth .footer-social-icons span .fa {
  font-size: 23px;
}

footer .footer-maxwidth .footer-social-icons span.fb-transparent {
  background: transparent;
  color: #4d4d4d;
  position: relative;
  top: 7px;
}

footer .footer-maxwidth .footer-social-icons span.fb-transparent .fa {
  font-size: 39px;
}

.line-break {
  display: none;
}

input {
  border: 1px solid #d6d6e0 !important;
}
.logout {
  cursor: pointer;
}
@media (max-width: 991px) {
  .flow-navbar .navbar-toggler {
    margin-left: auto;
    display: inline-block;
    float: right;
  }

  .line-break {
    display: block;
  }
}

@media (min-width: 992px) {
  .flow-navbar .max-width {
    display: flex;
  }

  .flow-navbar .header-collapsible-link .navbar-nav {
    margin-left: 70px;
  }
}

@media (max-width: 767px) {
  footer .footer-maxwidth {
    flex-direction: column;
  }

  footer .footer-maxwidth .footer-social-icons {
    margin-bottom: 15px;
  }

  footer .footer-maxwidth .footer-copywright-text {
    margin-bottom: 5px;
  }
}
