@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif;
}

.content-wrapper {
  width: 1366px;
  margin: 0 auto;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-collapse {
  flex-grow: initial !important;
}

.header-item-center {
  align-items: center;
  justify-content: end;
}
.header-item-center .search-input {
  min-width: 350px;
}
.header-item-center .Header_searchForm__rHzTp {
  border-radius: 100px;
}
.header-item-center .menu-section {
  margin-bottom: 0 !important;
}

.wrapper {
  width: 90%;
  margin: 0 auto !important;
}

.menu .menu-section {
  padding-left: 1rem !important;
}
.menu .menu-section ul {
  padding-left: 0 !important;
}

.menu-section .ion-ios-arrow-down:before {
  margin: 5px !important;
}

.btn-primary {
  background: #0900de;
  font-weight: 600;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  border-right: 1px solid #ddd;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item:last-child {
  border: none;
}

.header .menu > ul > li .single-column-menu {
  min-width: 250px;
  max-width: 250px;
  margin-top: 1.3rem !important;
}

.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px !important;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

.header .menu > ul > li .single-column-menu > .list-item > ul > li > a {
  display: block;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #272727;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .single-column-menu > .list-item > ul > li > a:hover {
  color: #0900de;
  background: #f5f5f5;
}

.header-item-right a:hover {
  color: #fff;
}/*# sourceMappingURL=navigation.css.map */