body {
  background-color: #fafafa;
}

.flow-navbar {
  background-color: #f2f2f7 !important;
}
.active-link{
  color: rgb(8, 143, 8) !important;
}

.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;
  white-space: nowrap;
  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: 23px;
}
.nav-image img {
  width: 40px !important;
  border-radius: 50%;
}
.cart-container {
  margin-top: 8px !important;
  margin-right: 10px;
}
.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 3px;
}
/* 
.flow-navbar .header-right-part .right-user {
  padding: 3px 3px 0px;
} */

.max-width {
  max-width: 1366px;
}

.flow-navbar .max-width {
  width: 100%;
  margin: 0 auto;

}

.select-box {
  position: relative;
}

.select-box img {
  position: absolute;
  width: 12px;
  top: 10px;
  left: 10px;
}

.select-box select {
  width: 222px;
  height: 39px;
  padding-left: 30px;
  background-color: #e5e5ea;
  color: #1c1c1e;
  font-family: "Roboto Condensed";
  font-size: 17px;
}

.search-box {
  max-width: 400px;
  position: relative;
}

.search-box img {
  width: 19px;
  position: absolute;
  top: 20%;
  right: 8px;
}

.search-box input {
  min-width: 300px;
  width: 100%;
  padding-left: 10px;
  height: 39px;
  background-color: #e5e5ea;
  color: #1c1c1e;
  font-family: "Roboto Condensed";
  font-size: 17px;
  border-radius: 4px;
}

input:focus {
  outline: none;
}

.user-nav ul.navbar-nav {
  justify-content: space-between;
  /* width: 50%; */
}

footer {
  background-color: #efeff4;
  padding: 11px 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: 6px;
}

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;
}

.dropdown.chat-icon .dropdown-menu {
  width: 433px;
  right: 0px;
  padding: 10px;
}

.dropdown.chat-icon .dropdown-menu input,
.dropdown.chat-icon .dropdown-menu textarea {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.dropdown.chat-icon .dropdown-menu input {
  height: 47px;
  margin-bottom: 10px;
  border: 1px solid #d6d6e0;
  border-radius: 4px;
  padding-left: 15px;
}

.dropdown.chat-icon .dropdown-menu textarea {
  height: 157px;
  border: 1px solid #d6d6e0;
  border-radius: 4px;
  padding-left: 15px;
  padding-top: 10px;
}

.dropdown.chat-icon .dropdown-menu .submit-btn {
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #c8342b;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.dropdown.chat-icon {
  position: absolute;
  right: 10%;
  top: -15px;
  background-color: #fff;
  padding: 10px;
  border-radius: 38px;
  height: 48px;
  line-height: 30px;
  cursor: pointer;
}

.footer-second-variant {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-size: 15px;
}

.footer-second-variant .div-text {
  width: 95%;
  line-height: 1.4;
  margin-bottom: 15px;
}

.second-variant-input {
  position: relative;
}

.second-variant-input input {
  border: 1px solid #e5e5ea;
  border-radius: 4px;
  width: 100%;
  height: 62px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.second-variant-input .fa {
  position: absolute;
  color: #c8342b;
  right: 10px;
  top: 15px;
  font-size: 20px;
}
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 */
}

@media (max-width: 1240px) {
  .user-nav ul.navbar-nav {
    width: 69%;
  }
}

@media (max-width: 991px) {
  .flow-navbar .navbar-toggler {
    margin-left: auto;
    /* display: inline-block; */
    float: right;
  }

  .line-break {
    display: block;
  }

  .user-nav ul.navbar-nav {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .user-nav ul.navbar-nav .select-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .user-nav ul.navbar-nav .select-box select {
    width: 100%;
  }

  .user-nav ul.navbar-nav .search-box {
    max-width: 100%;
  }
}

@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;
  }
}

@media (max-width: 450px) {
  .dropdown.chat-icon .dropdown-menu {
    width: 310px;
  }
  .logo img {
    width: 200px !important;
  }
}

/* Show the logout button for screens with a minimum width of 768px */
@media (min-width: 768px) {
  .logout {
    display: block !important; /* Ensure the button is visible */
  }
}

/* Hide the logout button for screens with a maximum width of 767px (small screens) */
@media (max-width: 767px) {
  .logout {
    display: inline-block !important; /* Display the button inline, but not as a block element */
  }
}
