@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	p {
		font-size: 1.4em;

		//	Tablet
	    .minWidth(768px, {
	    	font-size: 1.6em;
	    });

	    //	Desktop
	    .minWidth(1280px, {
	    	font-size: 1.8em;
	    });
	}
*/
.h-search__wrapper {
  position: relative;
  width: 100%;
  padding: 1rem 2rem;
  top: 6.7rem;
}
@media all and (min-width: 768px) {
  .h-search__wrapper {
    position: absolute;
    right: 8rem;
    top: 2.5rem;
    padding: 0;
    width: 20rem;
  }
}
@media all and (min-width: 1280px) {
  .h-search__wrapper {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 21rem;
  }
}
@media all and (max-width: 767px) {
  .h-search__wrapper {
    position: absolute;
    left: 0;
    background-color: #EDE9E4;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.28);
    transition-property: opacity, visibility, transform;
    transition-timing-function: ease, ease, ease;
    transition-duration: .25s, .25s, .25s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transform: translateY(-5rem);
  }
  .main-search--active .h-search__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-duration: .5s, .5s, .5s;
  }
}
.c-search__wrapper {
  width: 100%;
}
.c-search__inner {
  position: relative;
  max-width: 60rem;
  width: 100%;
}
.c-search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 0.2rem solid #E94B3F;
  color: #E94B3F;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.3rem 0 0.3rem 1rem;
  width: 100%;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-search__input {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-search__input {
    font-size: 1.8rem;
  }
}
.c-search__input:focus {
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.c-search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E94B3F;
}
.c-search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #E94B3F;
}
.c-search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #E94B3F;
}
.c-search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #E94B3F;
}
.c-search__input::-ms-clear {
  display: none;
}
.h-search__wrapper .c-search__input {
  border-color: #BDB9B2;
  color: #252424;
}
.h-search__wrapper .c-search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #252424;
}
.h-search__wrapper .c-search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #252424;
}
.h-search__wrapper .c-search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #252424;
}
.h-search__wrapper .c-search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #252424;
}
@media all and (min-width: 768px) {
  .h-search__wrapper .c-search__input {
    border-color: #E94B3F;
    color: #E94B3F;
    width: 100%;
  }
  .h-search__wrapper .c-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #E94B3F;
  }
  .h-search__wrapper .c-search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #E94B3F;
  }
  .h-search__wrapper .c-search__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #E94B3F;
  }
  .h-search__wrapper .c-search__input:-moz-placeholder {
    /* Firefox 18- */
    color: #E94B3F;
  }
}
.h-search__wrapper--error .c-search__input {
  background-color: #FCE7E4;
}
.c-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  color: #E94B3F;
  background: none;
  border: 0;
  transform: translateY(-50%);
}
.c-search__button .e-icon {
  font-size: 1.4rem;
}
.h-search__wrapper .c-search__button {
  right: 2rem;
}
@media all and (min-width: 768px) {
  .h-search__wrapper .c-search__button {
    right: 0;
  }
}
.c-search__wrapper .c-search__button {
  top: 0.9rem;
  transform: none;
}
.c-search__error {
  display: none;
  color: #E94B3F;
  font-size: 1.4rem;
}
.c-search__error[style*='inline'] {
  display: inline-block !important;
}
.h-search__wrapper .c-search__error {
  padding-top: 0.3rem;
  position: absolute;
  top: 100%;
  left: 0;
}
@media all and (max-width: 767px) {
  .h-search__wrapper .c-search__error {
    padding: 0.3rem 1rem 0.5rem 2rem;
    background-color: #EDE9E4;
  }
}
.c-search__wrapper .c-search__error {
  margin-top: 0.5rem;
}
@media all and (min-width: 1280px) and (max-width: 1399px) {
  .c-search__error {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
.c-search__suggestion {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.c-search__suggestion__link {
  color: #E94B3F;
}
.c-search__suggestion__link:hover,
.c-search__suggestion__link:focus,
.c-search__suggestion__link:active {
  color: #BE3E34;
}
