body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px !important;
  background-color: #edf2f7;
}
.dropdown-item-divider {
  margin: 0 1rem 0.5rem 0 !important;
}
.user-info-wrap .dropdown-menu .dropdown-item:hover {
  background-color: cornflowerblue;
  margin: 0px 10px;
  padding: 4px;
  width: -webkit-fill-available;
}
.user-info-wrap .btn:active {
  border-color: transparent !important;
}
.search-bar-wrap {
  background-color: #1f96f4;
}
.search-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1300px;
  margin: auto;
  padding: 10px 0;
}
.fa-trash:hover {
  color: red !important;
}
.logo-wrap img {
  width: 150px;
}
.search-wrap {
  width: 100%;
}
.search-wrap form {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.search-wrap form input {
  border-radius: 35px;
}
.search-wrap .fa-magnifying-glass {
  color: black;
  margin-right: 5px;
}
.search-wrap button {
  border-radius: 25px;
}
.navbar-wrap {
  display: flex;
  justify-content: space-around;
  background-color: #1f96f4;
}
.navbar {
  display: flex;
  flex-direction: row;
  max-width: 1300px;
  margin: 0;
  padding: 0;
}
.navbar-nav {
  display: flex;
  justify-content: flex-start;
  max-width: 1300px;
}
.container-fluid {
  padding: 0;
}
.nav-link {
  text-align: center;
  color: white;
  display: flex;
  height: 60px;
  padding: 0;
  align-items: center;
}
.nav-item {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: flex-start;
}
.nav-item .nav-link {
  font-size: 24px;
}
.nav-item .dropdown-menu {
  position: absolute;
  left: -1px;
  top: -1px;
  margin-top: 60px;
  width: 1302px;
  height: auto; /*600px*/
  overflow-y: auto; /*scroll*/
  flex-direction: row;
  border-radius: 0 0 10px 10px !important;
}
.nav-item:hover .dropdown-menu {
  display: block;
}
.dropdown-items {
  display: grid;
  margin: 0 20px;
}
.nav-link:hover {
  background-color: white;
  color: black;
}
.content-wrap {
  max-width: 1300px;
  margin: auto;
}
.categories {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.caret {
  cursor: pointer;
}
.caret-down::before {
  transform: rotate(90deg);
}
.nested {
  display: none;
}
.active {
  display: block;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.filters-wrap {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filters-wrap .categories a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.filters-wrap .categories a:hover {
  color: rgba(0, 0, 0, 1);
}
.filters-wrap .categories .underline {
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
}
.filters-wrap .categories .underline:hover {
  border-bottom: rgba(0, 0, 0, 1) solid 1px;
}
.filter {
  padding: 10px;
  background-color: white;
}
.category-title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.category-title-wrap .category-title {
  font-size: 22px;
}
.category-title-wrap .category-product-count {
  font-size: 20px;
}
.breadcrumb {
  gap: 5px !important;
  padding: 10px 0;
  margin: 0 !important;
}
.dropdown-item:hover {
  font-weight: bold;
  background-color: aqua;
  border-radius: 5px;
}
.my-cart-text:hover {
  text-decoration: underline;
}
.user-info-wrap {
  display: flex;
  gap: 10px;
}
.input-group {
  height: 50px !important;
}
.form-control {
  font-size: 1.5rem !important;
}
.dropdown:hover .my-account-text,
.dropdown:hover .my-cart-text {
  text-decoration: underline;
}
#button-addon2:hover .fa-magnifying-glass {
  color: #212529;
}
#button-input-group:hover {
  border: 1px solid #ffb969;
}
#button-addon2 {
  background-color: #fff;
  border: 1px #dee2e6;
}
.form-control:focus {
  box-shadow: 0 0 0 1px #ffb969;
  border: 1px solid #ffb969;
}
.form-control:hover {
  border: 1px solid #ffb969;
}
.dropdown-item:active {
  color: transparent;
  text-decoration: none;
  background-color: transparent;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.btn-custom-1 {
  border-radius: 10px;
  background-color: #393e46;
  color: #fff;
  padding: 10px 12px;
  border-color: #393e46;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  &:hover {
    background-color: #293e46;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 30px 0px;
  }
}
.btn-custom-1-disabled {
  border-radius: 10px;
  background-color: gray;
  color: #fff;
  padding: 10px 12px;
  border-color: gray;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  &:hover {
    background-color: gray;
  }
}
.quantity-counter {
  display: flex;
}
.quantity-counter .value {
  width: 60px;
  border: 1px solid #adadad;
  text-align: center;
  -moz-appearance: textfield;
}
.quantity-counter input[type="number"]:focus {
  border: 0;
}
.quantity-counter .value::-webkit-outer-spin-button,
.quantity-counter .value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-counter .increment,
.quantity-counter .decrement {
  border: 1px solid #adadad;
  background: transparent;
  cursor: pointer;
  background: #edf2f7;
  color: black;
  height: 32px;
  width: 40px;
}
.quantity-counter .decrement {
  border-radius: 10px 0 0 10px;
}
.quantity-counter .increment {
  border-radius: 0 10px 10px 0;
}
.quantity-counter .increment:hover,
.quantity-counter .decrement:hover {
  background-color: #cbd5e0;
}
.navbar > .container-fluid {
  flex-direction: column;
}
.nav-product-container:hover {
  background-color: #e4e4e4;
}
.cart-remove-btn {
  display: none;
}
.nav-product-container:hover .cart-remove-btn {
  display: block;
}