a {
  color: #4fb488; }
  a:hover {
    cursor: pointer; }

body {
  background-color: #f3f0e7;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  margin: 0; }

body.error {
  background: linear-gradient(to bottom, #fff, #f8b500);
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 600; }

.errorMessage {
  position: absolute;
  top: 30%;
  left: 30%;
  display: flex;
  flex-direction: column; }
  .errorMessage a {
    color: #fff; }

html {
  height: 100%;
  background-color: #f3f0e7; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.hot-deals {
  color: #f2a421; }

.discount {
  color: #3086b9; }

.text-right {
  text-align: right; }

.discount-ribbon {
  position: relative; }
  .discount-ribbon::before, .discount-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid; }
  .discount-ribbon::before {
    content: '\6e';
    font-family: 'phxicons';
    font-size: 30px;
    position: absolute;
    top: -10px;
    right: -6px;
    z-index: 1;
    color: #fff; }
  .discount-ribbon::after {
    border-width: 21px;
    border-right-color: #3086b9;
    border-top-color: #3086b9; }

.fixed-cta {
  background: #f5f5f5;
  height: 95px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: solid 1px #bebebe;
  color: #4fb488;
  font-weight: 600; }
  .fixed-cta button {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #4fb488;
    cursor: pointer; }

div.input-group > :first-child {
  border-radius: 0 0 0 0; }

div.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  div.input-group span.input-group-label:first-child {
    border-right: 0; }
  div.input-group span.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0; }
  div.input-group input.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    height: auto;
    min-width: 0; }
  div.input-group div.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto; }
  div.input-group .input-group-button a,
  div.input-group .input-group-button input,
  div.input-group .input-group-button button,
  div.input-group .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }
