/**************
 * Typography *
 **************/

/* Type here to edit */

/*******************
 * Color and Style *
 *******************/

/* Type here to edit */

/**********
 * Header *
 **********/

/* Below code only applies to larger screens */
@media (min-width: 1199px) {
  /* smaller search bar */
  .header .header-stripe .search {
    width: 300px;
  }
  /* hide country icon */
  .selected-icon {
    display: none;
  }
  /* hide currency icon */
  .selected-sign {
    display: none;
  }
}

/******************
 * Homepage Banner *
 *******************/

.promotion-item .button {
   margin-top: 200px;
}