#app-index .header_section .container {
  max-width: 1170px;
}

#app-index .hero_section {
  background: none;
  margin-bottom: 170px;
  padding-top: 150px;
  margin-bottom: 16px;
}

#app-index .hero_section video {
  width: 100%;
  bottom: 80px;
}

#app-index .hero_section .search_filter .search_filter_item {
  padding: 4px 10px;
}

#app-index .hero_section .search_filter .search_filter_item.active,
#app-index .hero_section .search_filter .search_filter_item:hover {
  /*border: 1px solid;*/
  padding: 3px 10px;
  position: relative;
  border: 2px solid;
  border-color: var(--primaryColor);
  box-shadow: 0 0.45rem 0.45rem 0 rgba(50, 50, 50, 0.2);
}

#app-index .hero_section .search_filter .search_filter_item.active h4,
#app-index .hero_section .search_filter .search_filter_item:hover h4 {
  color: var(--primaryColor);
}

#app-index .hero_section .search_filter .search_filter_item.active::after {
  content: "";
  left: 42%;
  top: 101%;
  width: 0;
  height: 0;
  clear: both;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--primaryColor);
}

#app-index .custom-checkbox.app-products-terms-and-conditions {
  float: right;
  font-size: 14px;
  margin-top: -15px;
}

#app-index .hero_search_wrap {
  /* Change Autocomplete styles in Chrome*/
}

#app-index .hero_search_wrap input[type=button] {
  font-family: "Sofia-Pro-Regular";
}

#app-index .hero_search_wrap input[type=button]:hover {
  background: linear-gradient(to bottom, --primaryColor 0%, --primaryColor 50%);
  background: -webkit-linear-gradient(to bottom, --primaryColor 0%, --primaryColor 50%);
}

#app-index .hero_search_wrap input::-ms-input-placeholder {
  text-align: left;
}

#app-index .hero_search_wrap input::-webkit-input-placeholder {
  text-align: left;
}

#app-index .hero_search_wrap input:-webkit-autofill,
#app-index .hero_search_wrap input:-webkit-autofill:hover,
#app-index .hero_search_wrap input:-webkit-autofill:focus,
#app-index .hero_search_wrap textarea:-webkit-autofill,
#app-index .hero_search_wrap textarea:-webkit-autofill:hover,
#app-index .hero_search_wrap textarea:-webkit-autofill:focus,
#app-index .hero_search_wrap select:-webkit-autofill,
#app-index .hero_search_wrap select:-webkit-autofill:hover,
#app-index .hero_search_wrap select:-webkit-autofill:focus {
  /*border: 1px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;*/
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#app-index .hero_search_wrap .message-error .message {
  left: 20px;
  top: 42px;
}

#app-index .categories_section .section_title .categories_row {
  padding: 28px 0px;
  background-color: #ffffff;
}

#app-index .categories_section .section_title .categories_row a {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 20px 0px #b6b6b633;
}

