.checkout_adyen3ds2_challenge-shopper-form__container {
  text-align: center;
  padding: 0 20px;
}

.checkout_adyen3ds2_challenge-shopper-form__wrapper {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  padding: 30px;
  height: 400px;
}


.checkout_adyen3ds2_challenge-shopper-form__iFrameContainer {
  margin: 20px 0;
  height: 300px;
}

.checkout_adyen3ds2_challenge-shopper-form__cancelLink {
  text-decoration: underline;
  font-size: 18px;
}
.checkout_adyen3ds2_identify-shopper-form__container {
  text-align: center;
}

.checkout_adyen3ds2_identify-shopper-form__wrapper {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  padding: 30px;
}

.checkout_adyen3ds2_identify-shopper-form__wrapper .checkout_adyen3ds2_identify-shopper-form__threeDSContainer {
  display: none;
}

/*TEXT:*/

/*Header text, linked inline text*/

/*Default text*/

/*Text colour on dark background*/

/*Highlighted text colour*/

/*Form alert text colour (dark gold)*/

/*-------*/
/*BACKGROUNDS:*/

/*Panel background*/

/*Mobile nav background*/

/*Mobile header background*/

/*Page background*/

/*-------*/
/*BUTTONS:*/

/*Default button background (grayish)*/

/*Form border, button disabled*/

/*Hover button background colour*/

/*Gold button (secondary) background*/

/*Gold button disabled background*/

/*Primary button eau-de-nil background*/

/*Other eau-de-nil's:*/

/*Red*/


/*Others*/

/*Search box highlighting*/.apptus-search_index__sidebarHeader {
  color: #262623;
  font-family: GillSansMTStd-Medium;
  font-size: 20px;
  padding: 5px 10px;
  border-bottom: 1px #c9bfac solid;
}

.apptus-search_index__sidebarHeader button {
  font-family: GillSansMTStd-Light;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  text-align: left;
}

.apptus-search_index__hide {
  display: none;
}

.apptus-search_index__rangeContainer {
  margin: 0 auto;
  width: 80%;
}

.apptus-search_index__pricesContainer {
  margin: 0 auto;
  width: 90%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.apptus-search_index__show {
  display: show;
}

.apptus-search_index__noProductsMessage {
  font-size: 20px;
  padding: 20px;
}

.apptus-search_index__productsContainer {
  padding: 10px 20px 10px 10px;
  overflow: hidden;
}

.apptus-search_index__resultsHeader {
  position: relative;
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  width: 100%;
}

.apptus-search_index__mobileFilterButtons {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 50px);
  border-style: solid;
  border-width: 2px;
  color: #7BAFA4;
}

.apptus-search_index__separator {
  border-right-style: solid;
  border-right-width: 2px;
  color: #7BAFA4;
  padding-top: 22px;
  padding-bottom: 22px;
}

.apptus-search_index__filterByButton {
  width: calc(50%);
  color: #7BAFA4;
  font-family: GillSansMTStd-Medium;
  padding: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apptus-search_index__filterByButton span {
  padding: 5px 0;
}

.apptus-search_index__productLimitMaxContainer p {
  margin: 0 10px 15px 10px;
}

@media (min-width: 940px) {
  .apptus-search_index__resultsHeader {
    min-height: 71px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .apptus-search_index__productLimitMaxContainer p {
    margin: 0 0 15px 0;
  }

  .apptus-search_index__sidebarHeader {
    padding: 5px 10px;
  }

  .apptus-search_index__mobileFilterButtons {
    display: none;
  }

  .apptus-search_index__row {
    border-top: 1px #c9bfac solid;
  }
}
.globals_layouts__main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .globals_layouts__main-container {
    width: 460px;
  }
}

@media (min-width: 650px) {
  .globals_layouts__main-container {
    width: 620px;
  }
}

@media (min-width: 940px) {
  .globals_layouts__main-container {
    width: 940px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1220px) {
  .globals_layouts__main-container {
    width: 1180px;
  }
}
/* FONTS:
GillSans (default)
LevatoPro (headers)
LevatoPro-SwashCap (headers, first letter "swash"/fancy curl)
EcuyerDAX (xmas personalisation) */

/* WEIGHTS:  (GillSans only, achieved using separate font, not "font-weight")
normal
bold */

/* STYLES:  (GillSans only, achieved using separate font, not "font-style")
normal
italic */

/* syntax: .fontWeightStyle */

.globals_fonts__gillRegular {
  font-family: GillSansMTStd-Light;
  font-weight: normal;
  font-style: normal;
}

.globals_fonts__gillRegularItalic {
  font-family: GillSansMTStd-LightItalic;
  font-weight: normal;
  font-style: normal;
}

.globals_fonts__gillBold {
  font-family: GillSansMTStd-Medium;
  font-weight: normal;
  font-style: normal;
}

.globals_fonts__gillBoldItalic {
  font-family: GillSansMTStd-MediumItalic;
  font-weight: normal;
  font-style: normal;
}

.globals_fonts__levatoNormal {
  font-family: LevatoPro-Regular;
  font-weight: normal;
  font-style: normal;
}

.globals_fonts__levatoSwash {
  font-family: LevatoPro-SwashCap;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1em;
}

.globals_fonts__ecuyer {
  font-family: EcuyerDAX;
  font-weight: normal;
  font-style: normal;
}
.order-history_customer-historical-orders-index-page_index__container {
  margin-top: 20px;
}

.order-history_customer-historical-orders-index-page_index__header {
  padding: 0 20px;
}

.order-history_customer-historical-orders-index-page_index__title {
  text-align: center;
  margin-bottom: 20px;
}

.order-history_customer-historical-orders-index-page_index__datePicker {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-history_customer-historical-orders-index-page_index__datePickerLabel {
  text-transform: uppercase;
  font-size: 14px;
}

.order-history_customer-historical-orders-index-page_index__selectWrapper {
  background-color: #9B907D;
  width: 180px;
  vertical-align: middle;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  margin-left: 10px;
}

.order-history_customer-historical-orders-index-page_index__selectWrapper:hover, .order-history_customer-historical-orders-index-page_index__selectWrapper.order-history_customer-historical-orders-index-page_index__active {
  background-color: #6E6032;
}

.order-history_customer-historical-orders-index-page_index__select {
  width: 100%;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
}

.order-history_customer-historical-orders-index-page_index__select::-ms-expand {
  display: none;
}

.order-history_customer-historical-orders-index-page_index__error {
  text-align: center;
  color: #6E6032;
  font-size: 20px;
  margin-top: 20px;
}

.order-history_customer-historical-orders-index-page_index__unavailableOrders {
  text-align: center;
  color: #6E6032;
  font-size: 19px;
  margin: 45px auto;
  max-width: 500px;
}

.order-history_customer-historical-orders-index-page_index__footer {
  text-align: center;
  margin-top: 20px;
}

/* IE9 */

.no-flex .order-history_customer-historical-orders-index-page_index__header::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_customer-historical-orders-index-page_index__datePicker {
  display: block;
  float: right;
}

.no-flex .order-history_customer-historical-orders-index-page_index__datePickerLabel {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.no-flex .order-history_customer-historical-orders-index-page_index__selectWrapper {
  display: inline-block;
  overflow: hidden;
}

.no-flex .order-history_customer-historical-orders-index-page_index__select {
  width: 120%;
}

/* MEDIA QUERIES */

@media (min-width: 480px) {
  .order-history_customer-historical-orders-index-page_index__header {
    padding: 0;
  }

  .order-history_customer-historical-orders-index-page_index__selectWrapper {
    width: 200px;
  }
}
.products_gift-card-layout_index__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products_gift-card-layout_index__componentsContainer {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.products_gift-card-layout_index__componentsContainer, .products_gift-card-layout_index__componentsColumn {
  width: 100%;
}

.products_gift-card-layout_index__container .field-messages-container {
  display: none;
}

.products_gift-card-layout_index__container .product-info-accordion {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .products_gift-card-layout_index__container {
    width: 460px;
  }
}

@media (min-width: 650px) {
  .products_gift-card-layout_index__container {
    width: 620px;
  }
}

@media (min-width: 940px) {
  .products_gift-card-layout_index__container {
    width: 100%;
  }

  .products_gift-card-layout_index__componentsContainer {
    flex-direction: row;
  }

  .products_gift-card-layout_index__componentsColumn {
    width: 50%;
  }

  .products_gift-card-layout_index__leftColWrapper > div {
    border-top: 2px solid #ECEDEE;
  }
}

@media (min-width: 1220px) {
  .products_gift-card-layout_index__container {
    width: 100%;
    max-width: 1440px;
  }
}

/* IE9 => No-flex */

@media (min-width: 940px) {
  .no-flex .products_gift-card-layout_index__tableContainer {
    display: table;
    table-layout: fixed;
  }

  .no-flex .products_gift-card-layout_index__componentsContainer {
    display: table-row;
  }

  .no-flex .products_gift-card-layout_index__componentsColumn {
    display: table-cell;
    width: 50%;
    max-width: 50%;
  }
}
.products_products-listing_index__container {
  margin-bottom: 10px;
}

.products_products-listing_index__container:after {
  display: none;
}

@media (min-width: 940px) {
  .products_products-listing_index__container {
    margin-top: 30px;
  }
}
.products_hamper-layout_styles__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products_hamper-layout_styles__mobileOnly {
  display: block;
  padding: 0 10px 20px;
}

.products_hamper-layout_styles__productInfo {
  margin: 0 20px 30px;
}

.products_hamper-layout_styles__productInfo .field-messages-container {
  display: none;
}

.products_hamper-layout_styles__productInfo .out-of-stock-message ~ .hr {
  display: none;
}

@media (min-width: 320px) {
  .products_hamper-layout_styles__productInfo {
    margin: 12px 20px 30px;
  }
}

@media (min-width: 650px) {
  .products_hamper-layout_styles__container {
    width: 100%;
    margin-bottom: 60px;
  }

  .products_hamper-layout_styles__mobileOnly {
    display: none;
  }

  .products_hamper-layout_styles__hr {
    border-bottom: 1px;
    border-bottom-color: #ECEDEE;
    border-bottom-style: solid;
    margin: 0 20px 20px;
  }
}

@media (min-width: 940px) {
  .products_hamper-layout_styles__productInfoWrapper {
    padding-left: 40px;
    padding-right: 60px;
  }
}

@media (min-width: 1220px) {
  .products_hamper-layout_styles__container {
    width: 100%;
    max-width: 1440px;
  }

  .products_hamper-layout_styles__productInfoWrapper {
    max-width: 600px;
  }
}
.checkout_nps-rating_index__container {
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}

.checkout_nps-rating_index__title {
  font-size: 2em;
  text-transform: none;
}

.checkout_nps-rating_index__text {
  margin-bottom: 20px;
}

.checkout_nps-rating_index__ratingWrapper {
  width: 280px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.checkout_nps-rating_index__rating {
  border-radius: 50%;
  background-color: #7BAFA4;
  width: 35px;
  height: 35px;
  margin: 10px 13px;
  padding-top: 3px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.checkout_nps-rating_index__rating:focus {
  outline: none;
}

.checkout_nps-rating_index__rating:focus, .checkout_nps-rating_index__rating:hover, .checkout_nps-rating_index__active {
  background-color: #88773F;
}

.checkout_nps-rating_index__explanatoryText {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto 20px;
}

.checkout_nps-rating_index__disclaimer {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.checkout_nps-rating_index__link {
  padding-bottom: 1px;
  border-bottom: 1px solid #5F5A51;
}

@media (min-width: 400px) {
  .checkout_nps-rating_index__ratingWrapper {
    width: 100%;
  }

  .checkout_nps-rating_index__rating {
    margin: 10px
  }
}

@media (min-width: 650px) {
  .checkout_nps-rating_index__ratingWrapper {
    width: 100%;
  }

  .checkout_nps-rating_index__rating {
    margin: 10px 8px;
  }
}

@media (min-width: 1220px) {
  .checkout_nps-rating_index__ratingWrapper {
    width: 100%;
  }

  .checkout_nps-rating_index__rating {
    margin: 10px 15px;
  }
}
.order-history_unavailable-page_index__container {
  margin-top: 20px;
  border-top: 1px solid #C9BFAC;
  padding: 20px;
  text-align: center;
}

.order-history_unavailable-page_index__error, .order-history_unavailable-page_index__phone {
}

.order-history_unavailable-page_index__imageWrapper {
  width: 200px;
  margin: 20px auto 0;
}

.order-history_unavailable-page_index__image {
  width: 100%;
}

.order-history_unavailable-page_index__helpText {
  margin: 40px 0 10px;
}

.order-history_unavailable-page_index__phone {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9BFAC;
}

@media (min-width: 650px) {
  .order-history_unavailable-page_index__container {
    width: 460px;
  }
}

@media (min-width: 1220px) {
  .order-history_unavailable-page_index__container {
    width: 540px;
  }
}
.order-history_return-orders-outstanding-page_index__container {
  max-width: 800px;
  margin: 20px auto 40px;
}

.order-history_return-orders-outstanding-page_index__wrapper {
  text-align: center;
  background-color: white;
  padding: 20px;
}

.order-history_return-orders-outstanding-page_index__title {
  font-size: 20px;
  padding-bottom: 20px;
}
.products_tea-layout_index__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products_tea-layout_index__componentsContainer {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.products_tea-layout_index__componentsContainer, .products_tea-layout_index__componentsColumn {
  width: 100%;
}

.products_tea-layout_index__productInfo {
  margin: 0 20px 30px;
}

.products_tea-layout_index__productInfo .field-messages-container {
  display: none;
}

.products_tea-layout_index__productInfo .out-of-stock-message ~ .hr {
  display: none;
}

@media (min-width: 480px) {
  .products_tea-layout_index__container {
    width: 460px;
  }
}

@media (min-width: 650px) {
  .products_tea-layout_index__container {
    width: 620px;
  }
}

@media (min-width: 940px) {
  .products_tea-layout_index__container {
    width: 100%;
  }

  .products_tea-layout_index__componentsContainer {
    flex-direction: row;
  }

  .products_tea-layout_index__componentsColumn {
    width: 50%;
  }

  .products_tea-layout_index__leftColWrapper > div {
    border-top: 2px solid #ECEDEE;
  }
}

@media (min-width: 1220px) {
  .products_tea-layout_index__container {
    width: 100%;
    max-width: 1440px;
  }
}

/* IE9 => No-flex */

@media (min-width: 940px) {
  .no-flex .products_tea-layout_index__tableContainer {
    display: table;
    table-layout: fixed;
  }

  .no-flex .products_tea-layout_index__componentsContainer {
    display: table-row;
  }

  .no-flex .products_tea-layout_index__componentsColumn {
    display: table-cell;
    width: 50%;
    max-width: 50%;
  }
}
.products_personalisation_styles__itemWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_personalisation_styles__item {
  width: 40%;
}

.products_personalisation_styles__ampersand {
  width: 20%;
  padding: 2%;
}

.products_personalisation_styles__image {
  width: 100%;
  display: block;
}

@media (min-width: 650px) {
  .products_personalisation_styles__itemWrapper {
    height: 530px;
  }
}
.products_products-listing_header__header {
  text-align: center;
}

.products_products-listing_header__mobile {
  display: block;
  padding: 20px 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.products_products-listing_header__desktop {
  display: none;
}

.products_products-listing_header__button {
  text-decoration: underline;
}

.products_products-listing_header__options {
  display: flex;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-top: 1px #C9BFAC solid;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.products_products-listing_header__sorter {
  display: flex;
  align-items: center;
}

.products_products-listing_header__sorterLabel {
  display: inline-block;
  font-size: 20px;
  line-height: 1em;
  margin-right: 7px;
  color: #262623;
}

.products_products-listing_header__selectWrapper {
  display: inline-block;
  width: 215px;
}

.products_products-listing_header__hidden {
  display: none;
}

.no-flex .products_products-listing_header__sorter {
  float: right;
}

.no-flex .products_products-listing_header__sorter-label {
  vertical-align: middle;
}

.no-flex .products_products-listing_header__wrapper {
  vertical-align: middle;
}

@media (min-width: 480px) {
  .products_products-listing_header__mobile {
    display: none;
  }

  .products_products-listing_header__desktop {
    display: block;
    padding: 0 15px 20px 15px;
  }
}

@media (max-width: 940px) {
  .products_products-listing_header__headerName {
    font-size: 2em;
  }
}

.products_products-listing_counter__counter {
  display: none;
  line-height: 1em;
  font-size: 16px;
}

.no-flex .products_products-listing_counter__counter {
  float: left;
  padding: 6px;
}

@media (min-width: 940px) {
  .products_products-listing_counter__counter {
    display: block;
    margin: 0;
    color: #262623;
    font-size: 20px;
  }
}
.globals_buttons__button {
  background-color: #9B907D;
  font-size: 1em;
  padding: 8px 8px 4px 8px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 940px) {
  .globals_buttons__button:hover,
  .globals_buttons__button:focus {
    background-color: #5F5A51;
  }
}

.globals_buttons__button,
.globals_buttons__button:hover,
.globals_buttons__button:focus {
  border: none;
  border-style: none;
  border-radius: 0;
  color: white;
  outline: 0;
  text-decoration: none;
}

.globals_buttons__primary-button {
  background-color: #7BAFA4;
  font-size: 1.125em;
}

.globals_buttons__primary-button:visited {
  background-color: #7BAFA4;
  color: light-text-color;
}

@media (min-width: 940px) {
  .globals_buttons__primary-button:hover {
    background-color: #5F5A51;
    color: light-text-color;
  }
}

.globals_buttons__disabled-button {
  background-color: #C9BFAC;
  color: mobile-nav-bg-color;
}

@media (min-width: 940px) {
  .globals_buttons__disabled-button:hover {
    background-color: #C9BFAC;
    cursor: auto;
  }
}
.order-history_guest-order-history-page_track-your-order__container {
  padding: 20px;
}

.order-history_guest-order-history-page_track-your-order__header {
  text-align: center;
}

.order-history_guest-order-history-page_track-your-order__info {
}

.order-history_guest-order-history-page_track-your-order__main {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 20px auto;
}

.order-history_guest-order-history-page_track-your-order__h3 {
  font-size: 23px;
  color: #5F5A51;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9BFAC;
  margin-bottom: 20px;
}

.order-history_guest-order-history-page_track-your-order__error {
  color: #6E6032;
  padding-left: 30px;
  position: relative;
}

.order-history_guest-order-history-page_track-your-order__formField {
  margin-top: 20px;
}

.order-history_guest-order-history-page_track-your-order__label, .order-history_guest-order-history-page_track-your-order__input {
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

.order-history_guest-order-history-page_track-your-order__label {
  text-transform: uppercase;
  text-align: center;
}

.order-history_guest-order-history-page_track-your-order__required:after {
  content: ' *';
  color: #88773F;
}

.order-history_guest-order-history-page_track-your-order__input {
  padding: 3px;
}

.order-history_guest-order-history-page_track-your-order__input:focus {
  border: 2px solid #9B907D;
  outline: none;
}

.order-history_guest-order-history-page_track-your-order__formFooter {
  text-align: right;
}

.order-history_guest-order-history-page_track-your-order__button {
}

.order-history_guest-order-history-page_track-your-order__disabledButton {
}

.order-history_guest-order-history-page_track-your-order__footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C9BFAC;
}

.order-history_guest-order-history-page_track-your-order__phone {
}

@media (min-width: 480px) {
  .order-history_guest-order-history-page_track-your-order__container {
    padding: 0;
    margin-top: 20px;
  }

  .order-history_guest-order-history-page_track-your-order__header {
    padding: 0 20px;
  }
}

@media (min-width: 650px) {
  .order-history_guest-order-history-page_track-your-order__container {
    width: 460px;
  }
}

@media (min-width: 1220px) {
  .order-history_guest-order-history-page_track-your-order__container {
    width: 540px;
  }
}
.shared_christmas-delivery-apology_index__container {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.shared_christmas-delivery-apology_index__link {
  text-decoration: underline;
}
.apptus-search_counter_index__container {
  color: #262623;
  font-family: GillSansMTStd-Light;
  line-height: 1em;
  font-size: 18px;
  padding: 20px;
}

.apptus-search_counter_index__searchTerm {
  font-family: GillSansMTStd-Medium;
}
.apptus-search_facets_index__error {
  margin: 0 10px 20px;
  color: #AC3F33;
  text-align: center;
}

@media (min-width: 940px) {
  .apptus-search_facets_index__error {
    text-align: left;
    margin-bottom: 0;
  }
}
.apptus-search_no-hits_index__sectionBlock {
  font-size: 16px;
  padding: 20px;
}

.apptus-search_no-hits_index__sectionBlock ul {
  margin: 5px 0;
  padding: 0 30px;
}

.apptus-search_no-hits_index__sectionBlock ul li {
  list-style-type: disc !important;
  line-height: 30px;
}

.apptus-search_no-hits_index__sectionBlockTitle {
  font-family: GillSansMTStd-Medium;
  font-size: 16px;
}

.apptus-search_no-hits_index__message {
  font-size: 18px;
}

.apptus-search_no-hits_index__searchPhrase {
  font-family: GillSansMTStd-Medium;
  margin-top: 5px;
  font-size: 24px;
}

.apptus-search_no-hits_index__searchTerms {
  font-size: 16px;
}

.apptus-search_no-hits_index__productsContainer {
  padding: 10px 20px;
}

.apptus-search_no-hits_index__productsContainer ul {
  margin-top: 10px;
}

@media(min-width: 480px) {
  .apptus-search_no-hits_index__message {
    font-size: 22px;
  }

  .apptus-search_no-hits_index__sectionBlock {
    padding: 10px 0;
    font-size: 18px;
  }

  .apptus-search_no-hits_index__sectionBlockTitle {
    font-size: 18px;
  }

  .apptus-search_no-hits_index__searchPhrase {
    font-size: 30px;
  }

  .apptus-search_no-hits_index__searchTerms {
    font-size: 18px;
  }

  .apptus-search_no-hits_index__productsContainer ul {
    margin-top: 20px;
  }
}

@media(min-width: 940px) {
  .apptus-search_no-hits_index__message {
    font-size: 26px;
  }

  .apptus-search_no-hits_index__sectionBlock, .apptus-search_no-hits_index__sectionBlockTitle, .apptus-search_no-hits_index__searchTerms {
    font-size: 22px;
  }
}

@media(min-width: 480px) {
  .apptus-search_no-hits_index__productsContainer {
    padding: 10px 0;
  }
}
.apptus-search_results-banner_index__bannerContainer {
  padding: 15px 0px 15px 30px;
}

.apptus-search_results-banner_index__bannerContainer h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

.apptus-search_results-banner_index__bannerContainer p {
  font-size: 20px;
}

.apptus-search_results-banner_index__searchPhrase {
  font-family: GillSansMTStd-Medium;
}

@media(min-width: 940px) {
  .apptus-search_results-banner_index__bannerContainer {
    padding: 15px 10px;
    text-align: center;
  }

  .apptus-search_results-banner_index__bannerContainer h1 {
    font-size: 40px;
  }

  .apptus-search_results-banner_index__bannerContainer p {
    font-size: 25px;
  }
}
.apptus-search_search-unavailable_index__container {
  margin-top: 20px;
  padding: 20px;
}

.apptus-search_search-unavailable_index__helpText {
  margin: 40px 0 10px;
}

.apptus-search_search-unavailable_index__phone {
  padding-bottom: 20px;
}

.apptus-search_search-unavailable_index__tryAgain{
  font-weight: bold
}
.apptus-search_selected-filters_index__link {
  color: #262623;
}

.apptus-search_selected-filters_index__link:hover,
.apptus-search_selected-filters_index__link:focus {
  color: #6E6032;
  outline: none;
}

.apptus-search_selected-filters_index__clear {
  margin-top: 0;
  font-size: 18px;
  white-space: nowrap;
}

.apptus-search_selected-filters_index__selectedFilters {
  padding: 10px 0;
}

@media (min-width: 940px) {
  .apptus-search_selected-filters_index__clear {
    font-size: 20px;
  }

  .apptus-search_selected-filters_index__selectedFilters {
    padding: 0;
  }
}
.apptus-search_sort-dropdown_index__container {
  display: none;
}

.apptus-search_sort-dropdown_index__container label {
  font-family: GillSansMTStd-Medium;
  color: #262623;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  line-height: 1em;
}

.apptus-search_sort-dropdown_index__selectWrapper {
  display: inline-block;
  width: 215px;
}

.apptus-search_sort-dropdown_index__priceLabel {
  white-space: nowrap;
}

@media (min-width: 940px) {
  .apptus-search_sort-dropdown_index__container {
    display: flex;
    align-items: baseline;
  }

  .apptus-search_sort-dropdown_index__container label {
    font-size: 20px;
  }
}
.apptus-search_taxons_index__header {
  border-bottom: 1px #C9BFAC solid;
  padding: 15px 10px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: GillSansMTStd-Medium;
  line-height: 1em;
  text-align: left;
  color: #262623;
}
.apptus-search_mobile-overlay_index__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  overflow-y: scroll;
  background-color: white;
  padding: 10px;
}

.apptus-search_mobile-overlay_index__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px;
}

.apptus-search_mobile-overlay_index__header button {
  font-size: 30px;
  margin-bottom: 10px;
}
.buttons_back-to-top_index__button {
}
.products_multi-image_index__multiImage {
  text-align: center;
  margin: 20px 0 30px;
}

.products_multi-image_index__multiImage > div:first-child {
  margin-bottom: 20px;
}

.products_multi-image_index__pictureWrapper img {
  max-width: 100%;
}

.products_multi-image_index__fallbackImage {
  width: 100%;
}
.order-history_order-history-details_index__note {
    padding: 0px 20px;
}
@media (min-width: 650px) {
    .order-history_order-history-details_index__note {
        padding: 0px;
    }
}
.order-history_main-container_index__container {
  margin-top: 20px;
  font-size: 18px;
}

@media (min-width: 940px) {
  .order-history_main-container_index__container {
    width: 730px;
  }
}

@media (min-width: 1220px) {
  .order-history_main-container_index__container {
    width: 760px;
  }
}
.order-history_return-order_index__returnsWrapper {
  background-color: white;
  padding: 0px;
}

.order-history_return-order_index__howTo {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

.order-history_return-order_index__lineItemsList {
  padding-right: 20px;
  padding-bottom: 20px;
}

.order-history_return-order_index__submitFooter {
  margin-top: 20px;
  text-align: right;
}

.order-history_return-order_index__submitBtn {
}

.order-history_return-order_index__disabledSubmitBtn {
}
.apptus-search_mobile-overlay_filters_index__filters {
  margin-bottom: 60px;
}

.apptus-search_mobile-overlay_filters_index__container {
  margin-top: -10px;
}

.apptus-search_mobile-overlay_filters_index__borderTop {
    border-top: 1px #c9bfac solid;
}

.apptus-search_mobile-overlay_filters_index__viewResultsContainer {
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 30px 10px;
}

.apptus-search_mobile-overlay_filters_index__viewResultsContainer button {
  bottom: 10px;
  font-family: GillSansMTStd-Medium;
  font-size: 20px;
  padding: 10px;
  position: absolute;
  width: calc(100% - 20px);
}

@media (min-width: 940px) {
  .apptus-search_mobile-overlay_filters_index__borderTop {
    border-top: none;
  }
}
.apptus-search_mobile-overlay_sort-options_index__container {
  border-bottom: 1px #C9BFAC solid;
}

.apptus-search_mobile-overlay_sort-options_index__container button {
  border-top: 1px #C9BFAC solid;
  color: #262623;
  font-family: GillSansMTStd-Medium;
  font-size: 20px;
  padding: 15px 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}
.order-history_customer-historical-orders-index-page_order-list-item_index__listItem {
  margin-top: 20px;
  background-color: #E8DFCE;
  padding: 15px 20px;
  border-top: 1px solid #C9BFAC;
  display: flex;
  justify-content: space-between;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__listItemReturn {
  background-color: #D7E7E4;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__orderNumberWrapper {
  display: flex;
  flex-direction: column;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__orderNumber, .order-history_customer-historical-orders-index-page_order-list-item_index__total {
  font-size: 18px;
  padding-top: 3px;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__orderDataWrapper {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__orderDate {
  padding-right: 25px;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__total {
  padding-bottom: 3px;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__total:hover {
  color: #262623;
}

.order-history_customer-historical-orders-index-page_order-list-item_index__deliveryInfo {
  font-size: 14px;
  padding-right: 25px;
}

/* IE9 */

.no-flex .order-history_customer-historical-orders-index-page_order-list-item_index__listItem::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_customer-historical-orders-index-page_order-list-item_index__orderNumberWrapper {
  display: inline-block;
}

.no-flex .order-history_customer-historical-orders-index-page_order-list-item_index__orderDataWrapper {
  display: inline-block;
  float: right;
}
.products_gift-card-layout_message-form_index__fieldset {
  margin: 20px;
  padding: 30px;
  background-color: #F6F0E4;
  border: none;
}

.products_gift-card-layout_message-form_index__fieldset h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.products_gift-card-layout_message-form_index__button {

  margin: 0 20px 20px 20px;
}
.products_shared_index__container {
  text-align: center;
  background-color: #E5EFED;
  padding: 30px;
}

.products_shared_index__border-top-pad{
  margin: 0px 10px;
  padding: 30px 20px;
  border-top: 1px solid #ECEDEE;
}

.products_shared_index__heading {
  margin-bottom: 20px;
  color: #262623;
  line-height: 1em;
  font-size: 2.5em;
}

.products_shared_index__text {
  color: #5F5A51;
  line-height: 1.4em;
  font-size: 18px;
}

@media (min-width: 480px) {
  .products_shared_index__container {
    padding: 65px;
  }
}

@media (min-width: 650px) {
  .products_shared_index__container {
    margin-bottom: 10px;
  }
}

@media (min-width: 1220px) {
  .products_shared_index__container {
    padding: 65px 90px;
  }
}
.products_shared_product-info_index__continueShoppingWrapper {
  margin: 20px 0;
}

.products_shared_product-info_index__noLabel {
  margin-top: 35px; /* to avoid shifting between products w/ and w/o labels */
}

.products_shared_product-info_index__title {
  margin-bottom: 15px;
}

.products_shared_product-info_index__title:first-letter {
  font-family: LevatoPro-Regular; /* Can't compose with psudo classes. Removes squash cap style so special characters can be used :( */
}

.products_shared_product-info_index__sku {
  margin-bottom: 15px;
}

.products_shared_product-info_index__formatTitle {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.products_shared_product-info_index__products {
  margin-bottom: 25px;
}

.products_shared_product-info_index__desktopOnly {
  display: none;
}

@media (min-width: 480px) {
  .products_shared_product-info_index__desktopOnly {
    display: block;
  }
}

.products_products-listing_no-products_index__wrapper {
  width: 60%;
  max-width: 450px;
  text-align: center;
  margin: 20px auto;
}

.products_products-listing_no-products_index__image {
  width: 25%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 650px) {
  .products_products-listing_no-products_index__image {
    width: 18%;
  }
}

@media (min-width: 940px) {
  .products_products-listing_no-products_index__image {
    width: 15%;
  }
}

.products_products-listing_no-products_index__title {
  margin-top: 10px;
  font-size: 24px;
}

.products_products-listing_no-products_index__text {
  margin-bottom: 0;
  line-height: 1.5em;
}

.products_products-listing_no-products_index__link {
  color: #262623;
}

.products_products-listing_no-products_index__link:hover,
.products_products-listing_no-products_index__link:focus {
  color: #6E6032;
  outline: none;
}
.products_products-listing_facets_index__error {
  margin: 0 10px 20px;
  color: #AC3F33;
  text-align: center;
}

.products_products-listing_facets_index__container {
  padding: 0 10px;
}

@media (min-width: 940px) {
  .products_products-listing_facets_index__error {
    text-align: left;
    margin-bottom: 0;
  }
}
.products_product-details_alcohol-by-volume_index__container {
  font-weight: bold;
}

@media (min-width: 650px) {
  .products_product-details_alcohol-by-volume_index__container {
    padding: 20px 0px;
  }
}

@media (max-width: 650px) {
  .products_product-details_alcohol-by-volume_index__container {
    padding: 20px;
  }
}
.products_hamper-layout_components_styles__contents {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 10px 20px 0;
}

.products_hamper-layout_components_styles__title {
  text-align: center;
  margin: 0 0 40px;
  display: none;
}

.products_hamper-layout_components_styles__image {
  width: 100%;
  display: block;
}

.products_hamper-layout_components_styles__component {
  padding-bottom: 10px;
}

.products_hamper-layout_components_styles__name {
  padding: 5px 10px 0;
}

@media (min-width: 650px) {
  .products_hamper-layout_components_styles__contents {
    margin-top: 60px;
    padding: 0 40px 0;
  }

  .products_hamper-layout_components_styles__title {
    display: block;
  }
}
.products_hamper-layout_discovery-notes_styles__wrapper {
  padding: 60px 40px;
  text-align: center;
  background: #E5EFED;
}

.products_hamper-layout_discovery-notes_styles__title {
  display: none;
}

.products_hamper-layout_discovery-notes_styles__subtitle {
  color: #7BAFA4;
  text-transform: uppercase;
}

.products_hamper-layout_discovery-notes_styles__text {
  margin: 0 auto;
  max-width: 640px;
  padding-top: 20px;
  line-height: 1.4em;
  font-size: 18px;
}

@media (min-width: 650px) {
  .products_hamper-layout_discovery-notes_styles__title {
    display: block;
  }
}
.products_hamper-layout_description_styles__container {
  padding: 0 20px 0;
  margin-bottom: 20px;
}

.products_hamper-layout_description_styles__text {
  padding-top: 10px;
}

.products_hamper-layout_description_styles__descriptionToggle {
  padding-top: 10px;
  text-decoration: underline;
}

@media (min-width: 650px) {
  .products_hamper-layout_description_styles__text {
    padding-top: 0;
  }
}
.products_hamper-layout_product-images_styles__image {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.products_hamper-layout_upsell_styles__upsell {
  padding: 10px 20px 20px;
}

.products_hamper-layout_upsell_styles__title {
  display: none;
}

.products_hamper-layout_upsell_styles__price {
  margin-bottom: 20px;
}

.products_hamper-layout_upsell_styles__image {
  width: 100%;
  display: block;
}

@media (min-width: 650px) {
  .products_hamper-layout_upsell_styles__name, .products_hamper-layout_upsell_styles__price {
    font-size: 16px;
  }

  .products_hamper-layout_upsell_styles__price {
    margin-bottom: 15px;
  }

  .products_hamper-layout_upsell_styles__upsell {
    padding: 0 20px;
  }

  .products_hamper-layout_upsell_styles__title {
    display: block;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
.products_hamper-layout_wicker_styles__wicker {
  background: #ECEDEE;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.products_hamper-layout_wicker_styles__triangle {
  width: 100%;
  height: 75px;
}

.products_hamper-layout_wicker_styles__image {
  padding: 60px 0 40px;
  max-width: 90%;
}

.products_hamper-layout_wicker_styles__details {
  padding-bottom: 20px;
  color: #7BAFA4;
}

.products_hamper-layout_wicker_styles__text {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 40px 0
}

@media (min-width: 940px) {
  .products_hamper-layout_wicker_styles__triangle {
    height: 100px;
  }
}

@media (min-width: 1220px) {
  .products_hamper-layout_wicker_styles__triangle {
    height: 150px;
  }
}
.order-history_return-orders-confirmation-page_return-order-confirmation_index__container {
  max-width: 800px;
  margin: 20px auto 40px;
}

.order-history_return-orders-confirmation-page_return-order-confirmation_index__wrapper {
  text-align: center;
  background-color: white;
  padding: 20px;
}

.order-history_return-orders-confirmation-page_return-order-confirmation_index__title {
  font-size: 20px;
  padding-bottom: 20px;
}

.order-history_return-orders-confirmation-page_return-order-confirmation_index__wrapper p {
  padding-bottom: 10px;
}

.order-history_return-orders-confirmation-page_return-order-confirmation_index__wrapper p:last-child {
  padding-bottom: 0;
}
.products_tea-layout_description_index__container, .products_tea-layout_description_index__containerMobile {
}

.products_tea-layout_description_index__container {
  display: none;
}

.products_tea-layout_description_index__heading {
  font-size: 1.75em;
}

.products_tea-layout_description_index__text {
}

@media (min-width: 940px) {
  .products_tea-layout_description_index__container {
    display: block;
  }

  .products_tea-layout_description_index__containerMobile {
    display: none;
  }
}
.products_tea-layout_note_index__container {
}

.products_tea-layout_note_index__heading {
}

.products_tea-layout_note_index__text {
}
.products_tea-layout_tasting-notes_index__container {
}

.products_tea-layout_tasting-notes_index__heading {
}

.products_tea-layout_tasting-notes_index__text {
}

.products_tea-layout_tasting-notes_index__attributes {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.products_tea-layout_tasting-notes_index__attribute {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #7BAFA4;
}

.products_tea-layout_tasting-notes_index__attribute:after {
  content: "|";
  margin: 0 10px;
}

.products_tea-layout_tasting-notes_index__attribute:last-child:after {
  content: "";
  margin: 0;
}
.products_tea-layout_cross-sell_index__container {
}

.products_tea-layout_cross-sell_index__heading {
  font-size: 1.75em;
}
.products_tea-layout_complementary-products_index__container {
}

.products_tea-layout_complementary-products_index__heading {
  margin-bottom: 20px;
  font-size: 1.75em;
}
.header_search-completions__container {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  width: inherit;
  z-index: 1;
}

.header_search-completions__container h3 {
  padding: 5px;
}

.header_search-completions__completionContainer:hover {
  background: #F1F1F1;
}

.header_search-completions__completionContainer a[data-link]:focus {
  background-color: #F1F1F1;
}

.header_search-completions__completion {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;
  cursor: pointer;
}

.header_search-completions__completion span {
  font-weight: normal;
}

@media (min-width: 940px) {
  .header_search-completions__container {
    border: 1px solid #5f5a51;
    border-top: 0;
  }
}
.products_products-listing_expand-text__container {
  /* prevent tap highlight color / shadow */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.apptus-search_accordions_accordion__accordion {
  padding: 15px 10px;
  border-bottom: 1px #C9BFAC solid;
}

.apptus-search_accordions_accordion__title {

  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1em;
  text-align: left;
  color: #262623;
  cursor: pointer;
}

.apptus-search_accordions_accordion__title:after {
  float: right;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: relative;
  top: 0;
}

.apptus-search_accordions_accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out, padding .3s ease-in-out;
}

.apptus-search_accordions_accordion__open .apptus-search_accordions_accordion__content {
  max-height: inherit;
  padding-top: 10px;
}

.apptus-search_accordions_accordion__open .apptus-search_accordions_accordion__title:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: -6px;
}

.apptus-search_accordions_accordion__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 10px 10px 20px 10px;
}

.apptus-search_accordions_accordion__apply {
}

.apptus-search_accordions_accordion__apply[disabled] {
  background-color: #C9BFAC;
  color: #F0E8D9;
}

.apptus-search_accordions_accordion__link {
  color: #262623;
}

.apptus-search_accordions_accordion__link:hover, .apptus-search_accordions_accordion__link:focus {
  color: #6E6032;
  outline: none;
}

.apptus-search_accordions_accordion__clear {
  margin-top: 0;
}

.no-flex .apptus-search_accordions_accordion__clear {
  float: right;
  padding-top: 5px;
}

@media (min-width: 940px) {
  .apptus-search_accordions_accordion__accordion {
    padding: 15px 10px;
  }
}
.apptus-search_selected-filters_filter-tag__button {
  margin: 0 10px 10px 0;
  padding: 6px 9px 4px 8px;
  font-size: 16px;
  color: #5F5A51;
  border: 1px solid #7BAFA4;
}

.apptus-search_selected-filters_filter-tag__button::before {
  content: "X";
  padding-right: 5px;
}

.apptus-search_selected-filters_filter-tag__categoryButton {
  margin: 0 10px 10px 0;
  padding: 7px 10px 5px 9px;
  font-size: 16px;
  color: white;
  background-color: #7BAFA4;
}

.apptus-search_selected-filters_filter-tag__categoryButton:hover,
.apptus-search_selected-filters_filter-tag__categoryButton:focus {
  background-color: #5F5A51;
}

.apptus-search_selected-filters_filter-tag__categoryButton::before {
  content: "X";
  padding-right: 5px;
}
.apptus-search_price-slider_index__rangeContainer {
  margin: 0 auto;
  width: 85%;
  padding-bottom: 10px;
}

.apptus-search_price-slider_index__selectedPricesContainer {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.apptus-search_price-slider_index__minMaxPriceContainer {
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #a2a2a2;
}

.apptus-search_price-slider_index__separator {
  margin: 0 5px;
}
.products_product-details_valid-product_index__continueShoppingWrapper {
  margin-bottom: 20px;
}
.products_products-listing_cta_index__container {
  text-align: right;
}

.products_products-listing_cta_index__button {
  padding: 0px;
  color: #7BAFA4;
  text-align: right;
}

.products_products-listing_cta_index__button:hover,
.products_products-listing_cta_index__button:focus {
  color: #262623;
}

.products_products-listing_cta_index__button,
.products_products-listing_cta_index__button:hover,
.products_products-listing_cta_index__button:focus {
  background-color: transparent;
}

.products_products-listing_cta_index__unavailable {
  color: #88773F;
}

.order-history_order-number-header_index__header {
  margin-bottom: 40px;
}

.order-history_order-number-header_index__titleWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #5F5A51;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9BFAC;
}

.order-history_order-number-header_index__orderNumber {
  margin-left: 0.5em;
}

@media (min-width: 650px) {
  .order-history_order-number-header_index__titleWrapper {
    flex-direction: row;
  }
}
.apptus-search_taxons_taxon-list_index__container {
  font-family: GillSansMTStd-Light;
  color: #5F5A51;
  font-size: 16px;
}

.apptus-search_taxons_taxon-list_index__taxon {
  color: #262623;
  font-family: GillSansMTStd-Medium;
  margin-bottom: 10px;
  padding: 2px 0;
}

.apptus-search_taxons_taxon-list_index__taxon button {
  outline: none;
  text-align: left;
}
.products_product-details_sticky-add-to-bag_index__container {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 8px;
  min-height: 65px;
  margin: 0 0 0 -20px;
  background-color: #E5EFED;
  z-index: 10000;
}

.products_product-details_sticky-add-to-bag_index__button {
  width: 100%;
  text-align: center;
}

.products_product-details_sticky-add-to-bag_index__stickyAddToBagButton {
  background-color: #457977;
  height: 50px;
}

.products_product-details_sticky-add-to-bag_index__goToBag {
  text-align: center;
  width: 50%;
  display: block;
  margin: auto;
  padding: 6px 0px 0px 0px;
}

@media (min-width: 480px) {
  .products_product-details_sticky-add-to-bag_index__container {
    display: none;
  }
}
.products_tea-layout_tasting-notes_images__images {
  margin-top: 20px;
}

.products_tea-layout_tasting-notes_images__imageWrapper {
  max-width: 140px;
  margin: 10px auto;
}

.products_tea-layout_tasting-notes_images__imageWrapper > img {
  /* we can use width because the images will be svgs */
  width: 100%;
}

.products_tea-layout_tasting-notes_images__imageWrapper > span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  color: #262623;
}

@media (min-width: 320px) {
  .products_tea-layout_tasting-notes_images__imageWrapper {
    max-width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
  }

  .products_tea-layout_tasting-notes_images__imageWrapper:last-child {
    margin: 0;
  }

  .products_tea-layout_tasting-notes_images__imageWrapper > span {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .products_tea-layout_tasting-notes_images__imageWrapper {
    max-width: 32%;
    margin: 0;
  }
}

@media (min-width: tablet-portrait) {
  .products_tea-layout_tasting-notes_images__imageWrapper {
    max-width: 28%;
  }
}

@media (min-width: 1220px) {
  .products_tea-layout_tasting-notes_images__imageWrapper {
    max-width: 30%;
  }
}
.order-history_order-history-details_header-info_index__orderInfo {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.order-history_order-history-details_header-info_index__date {
}

.order-history_order-history-details_header-info_index__payment {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.order-history_order-history-details_header-info_index__paymentMethodWrapper {
  display: flex;
  flex-direction: row;
  text-align: right;
}

.order-history_order-history-details_header-info_index__paymentMethodLabel {
}

/* IE9 */

.no-flex .order-history_order-history-details_header-info_index__orderInfo::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_header-info_index__date, .no-flex .order-history_order-history-details_header-info_index__payment {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_header-info_index__payment {
  float: right;
}

.no-flex .order-history_order-history-details_header-info_index__payment::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_header-info_index__paymentMethodWrapper, .no-flex .order-history_order-history-details_header-info_index__paymentTotalWrapper {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_header-info_index__paymentTotalWrapper {
  float: right;
}

/* MEDIA QUERIES */

@media (min-width: 480px) {
  .order-history_order-history-details_header-info_index__orderInfo {
    padding: 0 0 20px 0;
  }
}

@media (min-width: 650px) {
  .order-history_order-history-details_header-info_index__orderInfo {
    flex-direction: row;
    justify-content: space-between;
  }

  .order-history_order-history-details_header-info_index__payment {
    margin-top: 0;
    width: 435px;
  }
}
.order-history_order-history-details_shipment_index__container {
  font-size: 18px;
  margin-bottom: 20px;
}

.order-history_order-history-details_shipment_index__header {
  background-color: #E8DFCE;
  border-top: 2px solid #C9BFAC;
  padding: 10px;
  font-size: 16px;
}

.order-history_order-history-details_shipment_index__main {
  background-color: #FFFFFF;
  padding: 20px;
}

.order-history_order-history-details_shipment_index__row {
  text-align: center;
  border-bottom: 1px solid #C9BFAC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.order-history_order-history-details_shipment_index__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.order-history_order-history-details_shipment_index__label {
  text-transform: uppercase;
}

.order-history_order-history-details_shipment_index__info {
  margin-top: 10px;
}

.order-history_order-history-details_shipment_index__status {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-history_order-history-details_shipment_index__trackingItem {
  margin-bottom: 7px;
}

.order-history_order-history-details_shipment_index__trackingItem:last-child {
  margin-bottom: 0px;
}

.order-history_order-history-details_shipment_index__trackingLink {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #C9BFAC;
}

.order-history_order-history-details_shipment_index__returnContainer {
  margin-top: 10px;
}

.order-history_order-history-details_shipment_index__returnLink {
}

.order-history_order-history-details_shipment_index__addressLine {
  display: block;
}

.order-history_order-history-details_shipment_index__delivery {
  display: flex;
  flex-direction: column;
}

.order-history_order-history-details_shipment_index__giftMessageLine {
  display: block;
}

.order-history_order-history-details_shipment_index__totals {
  display: flex;
  justify-content: space-between;
  text-align: left;
  line-height: 1.4em;
}

.order-history_order-history-details_shipment_index__totalValues {
  text-align: right;
}

.order-history_order-history-details_shipment_index__grandTotalLabel {
}

.order-history_order-history-details_shipment_index__grandTotal {
}

/* IE9 */

.no-flex .order-history_order-history-details_shipment_index__row::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_shipment_index__label, .no-flex .order-history_order-history-details_shipment_index__info {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_shipment_index__info {
  float: right;
}

.no-flex .order-history_order-history-details_shipment_index__totals::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_shipment_index__totalLabels, .no-flex .order-history_order-history-details_shipment_index__totalValues {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_shipment_index__totalValues {
  float: right;
}

/* MEDIA QUERIES */

@media (min-width: 480px) {
  .order-history_order-history-details_shipment_index__totals {
    justify-content: flex-end;
    text-align: right;
  }

  .order-history_order-history-details_shipment_index__totalValues {
    width: 85px;
    margin-left: 20px;
  }
}

@media (min-width: 650px) {
  .order-history_order-history-details_shipment_index__row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
  }

  .order-history_order-history-details_shipment_index__label {
    margin-right: 20px;
  }

  .order-history_order-history-details_shipment_index__info {
    margin-top: 0;
    width: 415px;
    border-bottom: 1px solid #C9BFAC;
    padding-bottom: 20px;
  }

  .order-history_order-history-details_shipment_index__status {
    justify-content: flex-start;
  }

  .order-history_order-history-details_shipment_index__totals {
    padding-bottom: 0;
    border-bottom: none;
  }

  .order-history_order-history-details_shipment_index__totalValues {
    width: 105px;
  }
}
.order-history_return-order_line-item_index__lineItemWrapper {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 30px;
}

.order-history_return-order_line-item_index__checkboxWrapper {
  width: 20%;
  text-align: center;
  padding-top: 10px;
}

.order-history_return-order_line-item_index__disableReturns .order-history_return-order_line-item_index__itemDetails {
  opacity: 0.5;
}

.order-history_return-order_line-item_index__itemDetailsWrapper {
  width: 80%;
}

.order-history_return-order_line-item_index__disableReason {
  color: #5F5A51;
  margin-top: 7px;
}

.order-history_return-order_line-item_index__returnsControlsWrapper {
  display: flex;
  margin-top: 10px;
}

.order-history_return-order_line-item_index__returnsControlsLabel {
  color: #5F5A51;
  padding-right: 10px;
  display: inline-block;
}
.order-history_return-order_line-item_index__quantitySelect {
  margin-top: -4px;
}

.order-history_return-order_line-item_index__quantityDetails {
  padding-left: 10px;
}

.order-history_return-order_line-item_index__returnReasonsWrapper {
  margin-top: 10px;
}

.order-history_return-order_line-item_index__returnReasonsSelect {
  width: 80%;
  max-width: 250px;
}

.no-flex .order-history_return-order_line-item_index__checkboxWrapper, .no-flex .order-history_return-order_line-item_index__itemDetailsWrapper {
  display: inline-block;
  vertical-align: middle;
}
.products_product-details_continue-shopping_index__continueShopping {
  color: #6E6032;
}

.products_product-details_continue-shopping_index__continueShopping:hover, .products_product-details_continue-shopping_index__continueShopping:focus {
  outline: none;
  color: #262623;
}
.products_shared_product-info_tea-tabbed-product-list_index__heading {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.products_shared_product-info_tea-tabbed-product-list_index__buttons {
  display: flex;

  margin-bottom: 20px;
}

.products_shared_product-info_tea-tabbed-product-list_index__button {

  width: 50%;
  padding: 15px 10px;
  align-items: center;
  box-sizing: border-box;

  border: 2px solid #ECEDEE;
  outline: none;
  font-size: 26px;
}

.products_shared_product-info_tea-tabbed-product-list_index__selectedButton, .products_shared_product-info_tea-tabbed-product-list_index__selectedButton:focus {
  border: 4px solid #7BAFA4;
}

.products_shared_product-info_tea-tabbed-product-list_index__list {
  display: none;
}
.products_shared_product-info_tea-tabbed-product-list_index__selectedList {
  display: block;
}
.products_products-listing_facets_accordions_index__accordions {
  display: none;
}

.products_products-listing_facets_accordions_index__accordion {
  border-top: 1px #C9BFAC solid;
  padding: 15px 20px;
}

.products_products-listing_facets_accordions_index__title {

  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1em;
  text-align: left;
  color: #262623;
  cursor: pointer;
}

.products_products-listing_facets_accordions_index__title:after {
  float: right;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: relative;
  top: 0;
}

.products_products-listing_facets_accordions_index__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out, padding .3s ease-in-out;
}

.products_products-listing_facets_accordions_index__open .products_products-listing_facets_accordions_index__content {
  max-height: inherit;
  padding-top: 10px;
}

.products_products-listing_facets_accordions_index__open .products_products-listing_facets_accordions_index__title:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: -6px;
}

.products_products-listing_facets_accordions_index__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 10px 10px 20px 10px;
}

.products_products-listing_facets_accordions_index__apply {
}

.products_products-listing_facets_accordions_index__apply[disabled] {
  background-color: #C9BFAC;
  color: #F0E8D9;
}

.products_products-listing_facets_accordions_index__link {
  color: #262623;
}

.products_products-listing_facets_accordions_index__link:hover, .products_products-listing_facets_accordions_index__link:focus {
  color: #6E6032;
  outline: none;
}

.products_products-listing_facets_accordions_index__clear {
  margin-top: 0;
}

.no-flex .products_products-listing_facets_accordions_index__clear {
  float: right;
  padding-top: 5px;
}

@media (min-width: 940px) {
  .products_products-listing_facets_accordions_index__accordions {
    display: block;
  }

  .products_products-listing_facets_accordions_index__accordion {
    padding: 15px 10px;
  }
}
.products_products-listing_facets_tabs_index__tabs {
  display: block;
}

.products_products-listing_facets_tabs_index__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 6000;
}

.products_products-listing_facets_tabs_index__overlay .products_products-listing_facets_tabs_index__paneOpen {
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.products_products-listing_facets_tabs_index__overlay .products_products-listing_facets_tabs_index__pane fieldset {
  flex-grow: 1;
  overflow-y: auto;
}

.products_products-listing_facets_tabs_index__heading {
  display: flex;
  min-height: 39px;
}

.products_products-listing_facets_tabs_index__label {
  display: inline-block;
  width: 50%;
  margin: 10px;
  padding-left: 20px;
  background-size: 17px;
  background-repeat: no-repeat;
}

.products_products-listing_facets_tabs_index__counter {
  display: block;
  width: 50%;
  text-align: right;
  font-size: 16px;
  margin: 10px;
}

.products_products-listing_facets_tabs_index__tabList {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.products_products-listing_facets_tabs_index__tabList li {
  display: inline-block;
}

.products_products-listing_facets_tabs_index__pane {
  display: none;
  position: relative;
  padding: 20px;
  background-color: #D7E7E4;
  margin-bottom: 10px;
}

.products_products-listing_facets_tabs_index__paneOpen {
  display: block;
}

.products_products-listing_facets_tabs_index__close {
  position: absolute;
  right: 8px;
  top: 6px;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.products_products-listing_facets_tabs_index__apply {
  width: 100%;
  margin: 16px 0 0 0;
  font-size: 16px;
  min-height: 31px;
}

.products_products-listing_facets_tabs_index__apply[disabled] {
  background-color: #C9BFAC;
  color: #F0E8D9;
}

@media (min-width: 940px) {
  .products_products-listing_facets_tabs_index__tabs {
    display: none;
  }
}
.products_tea-layout_cross-sell_product_index__product {
  border-top: 2px solid #ECEDEE;
  border-left: 2px solid #ECEDEE;
  border-right: 2px solid #ECEDEE;
  border-bottom: 2px solid white;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products_tea-layout_cross-sell_product_index__product:last-child {
  border-bottom: 2px solid #ECEDEE;
}

.products_tea-layout_cross-sell_product_index__wrapper, .products_tea-layout_cross-sell_product_index__addToBagWrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.products_tea-layout_cross-sell_product_index__wrapper {
  justify-content: space-between;
  margin-bottom: 10px;
}

.products_tea-layout_cross-sell_product_index__addToBagWrapper {
  justify-content: flex-end;
  margin-right: 5px;
}

.products_tea-layout_cross-sell_product_index__nameAndImageWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.products_tea-layout_cross-sell_product_index__image {
  width: 70px;
  flex: 0 0 70px;
  margin-right: 10px;
}

.products_tea-layout_cross-sell_product_index__name, .products_tea-layout_cross-sell_product_index__price {
  font-size: 18px;
}

.products_tea-layout_cross-sell_product_index__name {
  display: inline-block;
  text-align: left;
  word-break: break-word;
  flex: 1;
}

.products_tea-layout_cross-sell_product_index__price {
  line-height: 1em;
  margin-left: 10px;
  text-align: right;
  flex: 0 0 80px;
}

@media (min-width: 650px) {
  .products_tea-layout_cross-sell_product_index__product {
    flex-direction: row;
  }

  .products_tea-layout_cross-sell_product_index__product p {
    margin-bottom: 0;
  }

  .products_tea-layout_cross-sell_product_index__wrapper {
    flex: 1;
    margin-bottom: 0;
  }

  .products_tea-layout_cross-sell_product_index__addToBagWrapper {
    flex: 0 0 170px;
  }

  .products_tea-layout_cross-sell_product_index__price {
    margin-left: 20px;
  }
}

@media (min-width: 940px) {
  .products_tea-layout_cross-sell_product_index__image {
    width: 50px;
    flex: 0 0 50px;
  }

  .products_tea-layout_cross-sell_product_index__product {
    flex-direction: column;
  }

  .products_tea-layout_cross-sell_product_index__wrapper, .products_tea-layout_cross-sell_product_index__addToBagWrapper {
    flex: auto;
  }

  .products_tea-layout_cross-sell_product_index__wrapper {
    margin-bottom: 10px;
  }
}

@media (min-width: 1220px) {
  .products_tea-layout_cross-sell_product_index__product {
    flex-direction: row;
  }

  .products_tea-layout_cross-sell_product_index__wrapper {
    flex: 1;
    margin: 0;
  }

  .products_tea-layout_cross-sell_product_index__addToBagWrapper {
    flex: 0 0 170px;
  }
}

.no-flex .products_tea-layout_cross-sell_product_index__wrapper, .no-flex .products_tea-layout_cross-sell_product_index__nameAndImageWrapper {
  display: table;
  width: 100%;
}

.no-flex .products_tea-layout_cross-sell_product_index__image, .no-flex .products_tea-layout_cross-sell_product_index__name, .no-flex .products_tea-layout_cross-sell_product_index__price {
  display: table-cell;
  vertical-align: middle;
}

.no-flex .products_tea-layout_cross-sell_product_index__addToBagWrapper {
  text-align: right;
  width: 100%;
}

.no-flex .products_tea-layout_cross-sell_product_index__name {
  padding-left: 10px;
  margin-left: 0;
}

.no-flex .products_tea-layout_cross-sell_product_index__price {
  text-align: right;
  padding-right: 10px;
}
.products_tea-layout_complementary-products_product_index__name {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.25em;
}

.products_tea-layout_complementary-products_product_index__name > a {
  font-family: inherit;
  color: inherit;
}

.products_tea-layout_complementary-products_product_index__image {
  margin-bottom: 20px;
  text-align: center;
}

.products_tea-layout_complementary-products_product_index__image img {
  max-width: 100%;
}

.products_tea-layout_complementary-products_product_index__text {
  font-size: 16px;
  max-width: 95%;
  word-break: break-word;
  margin-bottom: 20px;
}

@media (min-width: 650px) {
  .products_tea-layout_complementary-products_product_index__name {
    font-size: 1.25em;
  }
}
.header_content-suggestions__completion {
  display: block;
  font-size: 16px;
  padding: 10px 5px;
  cursor: pointer;
}
/*loading-image-placeholder.js*/
@-webkit-keyframes shared_styles__placeHolderShimmer{
  0%{
      background-position: -240px 0
  }
  50%{
      background-position: 240px 0
  }
  100%{
      background-position: -240px 0
  }
}
@keyframes shared_styles__placeHolderShimmer{
  0%{
      background-position: -240px 0
  }
  50%{
      background-position: 240px 0
  }
  100%{
      background-position: -240px 0
  }
}

.shared_styles__animatedBackground {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shared_styles__placeHolderShimmer;
          animation-name: shared_styles__placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100%;
  width: 100%;
  position: relative;
}

.shared_styles__backgroundMasker {
  background: #fff;
  position: absolute;
}
.products_multi-image_thumb__thumb {
  width: 15px;
  height: 15px;
  background-color: #E8DFCE;
  border-radius: 100%;
  margin-right: 8px;
  outline: none;
}

.products_multi-image_thumb__thumb > img {
  display: none;
}

.products_multi-image_thumb__thumb:last-child {
  border-right: none;
  margin-right: 0;
}

.products_multi-image_thumb__active {
  background-color: #7BAFA4;
}

@media (min-width: 650px) {
  .products_multi-image_thumb__thumb {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    max-width: none;
    border-right: 1px solid #ECEDEE;
    margin-right: 10px;
    padding-right: 10px;
  }

  .products_multi-image_thumb__thumb > img {
    max-width: 100%;
    opacity: 0.6;
    display: inline;
  }

  .products_multi-image_thumb__thumb > img:hover {
    opacity: 1;
  }

  .products_multi-image_thumb__active {
    background-color: transparent;
  }

  .products_multi-image_thumb__active > img {
    opacity: 1;
  }
}

@media (min-width: 940px) {
  .products_multi-image_thumb__thumb {
    max-width: 74px;
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1220px) {
  .products_multi-image_thumb__thumb {
    max-width: none;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.apptus-search_facets_controls__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.apptus-search_facets_controls__control {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
}

.apptus-search_facets_controls__control input {
  margin-right: 10px;
  vertical-align: text-top;
}

.apptus-search_facets_controls__control:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 940px) {
  .apptus-search_facets_controls__control {
    padding: 1px 0;
  }
}
.products_product-details_alternative-variant_index__continueShoppingWrapper {
  margin-top: 20px;
}
.products_product-details_valid-product_variant-info__desktopOnly {
  display: none;
}

@media (min-width: 480px) {
  .products_product-details_valid-product_variant-info__desktopOnly {
    display: block;
  }
}
.checkout_click-and-collect_ship-to-shop_styles__label {
  display: block;
  margin-bottom: 10px;
}

.checkout_click-and-collect_ship-to-shop_styles__input {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 8px 7px 6px;
  font-size: 16px;
  border: 1px solid #C9BFAC;
  margin-bottom: 10px;
}

.checkout_click-and-collect_ship-to-shop_styles__button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.checkout_click-and-collect_ship-to-shop_styles__postcodeWrapper {
  max-width: 500px;
  /* Compensate for padding on the parent */
  margin: -20px auto 20px;
}

@media (min-width: 940px) {
  .checkout_click-and-collect_ship-to-shop_styles__postcodeWrapper {
    max-width: none;
  }
}
.products_shared_add-one-to-bag_index__button {
  padding: 0;
  color: #7BAFA4;
  text-align: right;
  background-color: transparent;
}

.products_shared_add-one-to-bag_index__button,
.products_shared_add-one-to-bag_index__button:hover,
.products_shared_add-one-to-bag_index__button:focus {
  background-color: transparent;
}

.products_shared_add-one-to-bag_index__button:hover,
.products_shared_add-one-to-bag_index__button:focus {
  color: #262623;
}

.products_shared_add-one-to-bag_index__button::before {
  content: "+\A0";
}

.products_shared_add-one-to-bag_index__disabled {
  color: #C9BFAC;
}

.products_shared_add-one-to-bag_index__disabled:hover {
  color: #C9BFAC;
}

.products_shared_add-one-to-bag_index__disabled::before {
  content: none;
}

.products_shared_add-one-to-bag_index__hidden {
  visibility: hidden;
}

.products_shared_add-one-to-bag_primary__button{
  width: 100%;
}

.products_shared_add-one-to-bag_primary__disabled {
  background-color: #5F5A51;
  color: #FFFFFF;
}
.checkout_click-and-collect_ship-to-shop_locations_styles__loader {
  margin: 10px auto;
  display: block;
}

.checkout_click-and-collect_ship-to-shop_locations_styles__tabWrapper {
  margin-bottom: 10px;
}

.checkout_click-and-collect_ship-to-shop_locations_styles__resultsWrapper {
  margin-bottom: 20px;
}

.checkout_click-and-collect_ship-to-shop_locations_styles__defaultTab {
  font-size: 18px;
  width: 50%;
  padding: 12px;
  border: 2px solid #ECEDEE;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.checkout_click-and-collect_ship-to-shop_locations_styles__selectedTab {
  border: 2px solid #7BAFA4;
}

.checkout_click-and-collect_ship-to-shop_locations_styles__invalidNotification {
  background-color: #F6F0E4;
  padding: 10px;
  margin-top: 20px;
}
.products_products-listing_facets_controls__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.products_products-listing_facets_controls__control {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
}

.products_products-listing_facets_controls__control input {
  margin-right: 10px;
  vertical-align: text-top;
}

.products_products-listing_facets_controls__control:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 940px) {
  .products_products-listing_facets_controls__control {
    padding: 1px 0;
  }
}
.products_shared_product-info_product-list-item_index__product {
  width: 100%;
}

.products_shared_product-info_product-list-item_index__productLink {
  padding: 5px 15px;
  border-top: 2px solid #ECEDEE;
  border-left: 2px solid #ECEDEE;
  border-right: 2px solid #ECEDEE;
  border-bottom: 2px solid white;
  width: 100%;
  display: block;
  align-items: center;
  outline: none;
}

.products_shared_product-info_product-list-item_index__product:last-child .products_shared_product-info_product-list-item_index__productLink {
  border-bottom: 2px solid #ECEDEE;
}

.products_shared_product-info_product-list-item_index__selectedProduct + .products_shared_product-info_product-list-item_index__product .products_shared_product-info_product-list-item_index__productLink {
  border-top: 2px solid white;
}

.products_shared_product-info_product-list-item_index__productLink:focus {
  border: 2px solid #C9BFAC;
}

.products_shared_product-info_product-list-item_index__selectedProduct + .products_shared_product-info_product-list-item_index__product .products_shared_product-info_product-list-item_index__productLink:focus {
  border-top: 2px solid #C9BFAC;
}

.products_shared_product-info_product-list-item_index__product:last-child a:focus {
  border-bottom: 2px solid #C9BFAC;
}

.products_shared_product-info_product-list-item_index__selectedProductLink, .products_shared_product-info_product-list-item_index__selectedProductLink:focus {
  border: 4px solid #7BAFA4;
  padding: 3px 15px;
}

.products_shared_product-info_product-list-item_index__selectedProduct:last-child .products_shared_product-info_product-list-item_index__productLink, .products_shared_product-info_product-list-item_index__selectedProduct:last-child .products_shared_product-info_product-list-item_index__productLink:focus {
  border-bottom: 4px solid #7BAFA4;
}

.products_shared_product-info_product-list-item_index__unavailable {
  opacity: 0.5;
}

.products_shared_product-info_product-list-item_index__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products_shared_product-info_product-list-item_index__image {
  width: 70px;
  flex: 0 0 70px;
}

.products_shared_product-info_product-list-item_index__name {
  margin-left: 10px;
  flex: 1;
  text-align: left;
}

.products_shared_product-info_product-list-item_index__price {
  flex: 0 0 80px;
  text-align: right;
  line-height: 1em;
}

.products_shared_product-info_product-list-item_index__name, .products_shared_product-info_product-list-item_index__price {
  font-size: 18px;
}

@media (min-width: 940px) {
  .products_shared_product-info_product-list-item_index__image {
    width: 50px;
    flex: 0 0 50px;
  }
}

.no-flex .products_shared_product-info_product-list-item_index__wrapper {
  display: table;
  width: 100%;
}

.no-flex .products_shared_product-info_product-list-item_index__nameImageWrapper, .no-flex .products_shared_product-info_product-list-item_index__image, .no-flex .products_shared_product-info_product-list-item_index__name, .no-flex .products_shared_product-info_product-list-item_index__price {
  display: table-cell;
  vertical-align: middle;
}

.no-flex .products_shared_product-info_product-list-item_index__name {
  padding-left: 10px;
  margin-left: 0;
}

.no-flex .products_shared_product-info_product-list-item_index__price {
  text-align: right;
}
.products_shared_product-info_horizontal-list-item_index__product {
  width: 50%;
  display: inline-block;
}

.products_shared_product-info_horizontal-list-item_index__productLink {
  padding: 15px 10px;
  border-top: 2px solid #ECEDEE;
  border-left: 2px solid #ECEDEE;
  border-right: 2px solid white;
  border-bottom: 2px solid #ECEDEE;
  box-sizing: border-box;
  width: 100%;
  display: block;
  align-items: center;
  outline: none;
}

.products_shared_product-info_horizontal-list-item_index__product:last-child .products_shared_product-info_horizontal-list-item_index__productLink {
  border-right: 2px solid #ECEDEE;
  border-left: whiteborder;
}

.products_shared_product-info_horizontal-list-item_index__selectedProduct + .products_shared_product-info_horizontal-list-item_index__product .products_shared_product-info_horizontal-list-item_index__productLink {
  border-left: 2px solid white;
}

.products_shared_product-info_horizontal-list-item_index__productLink:focus {
  border: 2px solid #C9BFAC;
}

.products_shared_product-info_horizontal-list-item_index__selectedProduct + .products_shared_product-info_horizontal-list-item_index__product .products_shared_product-info_horizontal-list-item_index__productLink:focus {
  border-left: 2px solid #C9BFAC;
}

.products_shared_product-info_horizontal-list-item_index__product:last-child a:focus {
  border-right: 2px solid #C9BFAC;
}

.products_shared_product-info_horizontal-list-item_index__selectedProductLink, .products_shared_product-info_horizontal-list-item_index__selectedProductLink:focus {
  border: 4px solid #7BAFA4;
}

.products_shared_product-info_horizontal-list-item_index__selectedProduct:last-child .products_shared_product-info_horizontal-list-item_index__productLink, .products_shared_product-info_horizontal-list-item_index__selectedProduct:last-child .products_shared_product-info_horizontal-list-item_index__productLink:focus {
  border-right: 4px solid #7BAFA4;
}

.products_shared_product-info_horizontal-list-item_index__unavailable {
  opacity: 0.5;
}

.products_shared_product-info_horizontal-list-item_index__name {
  text-align: center;
  font-size: 22px;
}

@media (min-width: 650px) {
  .products_shared_product-info_horizontal-list-item_index__name {
    font-size: 26px;
  }
}
.order-history_order-history-details_shipment_line-item_index__item {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 20px;
}

.order-history_order-history-details_shipment_line-item_index__item:first-child {
  margin-top: 0;
}

.order-history_order-history-details_shipment_line-item_index__itemDetailsWrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.order-history_order-history-details_shipment_line-item_index__personalisedMessage {
  margin-top: 10px;
}

.order-history_order-history-details_shipment_line-item_index__personalisedLabel {
}

.order-history_order-history-details_shipment_line-item_index__personalisedLine {
  display: block;
}

.order-history_order-history-details_shipment_line-item_index__total {
}

/* IE9 */

.no-flex .order-history_order-history-details_shipment_line-item_index__item::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_shipment_line-item_index__quantity, .no-flex .order-history_order-history-details_shipment_line-item_index__itemDetailsWrapper {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_shipment_line-item_index__itemDetailsWrapper {
  float: right;
}

.no-flex .order-history_order-history-details_shipment_line-item_index__itemDetailsWrapper::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_shipment_line-item_index__itemDetails, .no-flex .order-history_order-history-details_shipment_line-item_index__total {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_shipment_line-item_index__total {
  float: right;
}
.order-history_order-history-details_shipment_byo-line-item_index__item {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 20px;
}

.order-history_order-history-details_shipment_byo-line-item_index__item:first-child {
  margin-top: 0;
}

.order-history_order-history-details_shipment_byo-line-item_index__itemDetails {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

/* IE9 */

.no-flex .order-history_order-history-details_shipment_byo-line-item_index__item::after {
  content: "";
  display: block;
  clear: both;
}

.no-flex .order-history_order-history-details_shipment_byo-line-item_index__quantity, .no-flex .order-history_order-history-details_shipment_byo-line-item_index__itemDetails {
  display: inline-block;
  vertical-align: middle;
}

.no-flex .order-history_order-history-details_shipment_byo-line-item_index__itemDetails {
  float: right;
}

.no-flex .order-history_order-history-details_shipment_byo-line-item_index__itemDetails::after {
  content: "";
  display: block;
  clear: both;
}
.products_products-listing_facets_tabs_button_index__button {
  display: block;
  margin: 0 10px 10px 0;
  padding: 8px 12px 6px 12px;
  font-size: 16px;
  color: #68A296;
  border: 1px solid #68A296;
  border-radius: 4px;
}

.products_products-listing_facets_tabs_button_index__buttonWithSelectedValues {
  border-color: #7BAFA4;
  background-color: #7BAFA4;
  color: #FFFFFF;
}

.products_products-listing_facets_tabs_button_index__activeButton {
  border-color: #68A296;
  background-color: #68A296;
  color: #FFFFFF;
}
.products_products-listing_facets_tabs_clear-button_index__clearButton {
  color: #9B907D;
  border-color: transparent;
}

.products_products-listing_facets_tabs_clear-button_index__clearButton:before {
  content: "\D7";
  margin-right: 5px;
}
.checkout_click-and-collect_ship-to-shop_locations_list_styles__list {
  margin: 20px auto 40px;
  max-width: 500px;
}

.checkout_click-and-collect_ship-to-shop_locations_list_styles__listHeading {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (min-width: 940px) {
  .checkout_click-and-collect_ship-to-shop_locations_list_styles__list {
    margin-top: 20px;
    max-width: 455px;
    margin-left: 0;
    margin-right: 0;
  }
}
.checkout_click-and-collect_ship-to-shop_locations_map_styles__visuallyHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkout_click-and-collect_ship-to-shop_locations_map_styles__mapWrapper {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 10px;
}

.checkout_click-and-collect_ship-to-shop_locations_map_styles__pointer {
  width: 56px;
  height: 70px;
  position: absolute;
  left: -14px;
  top: -42px;
  cursor: pointer;
  z-index: 100;
  display: block;
}

.checkout_click-and-collect_ship-to-shop_locations_map_styles__mapPointer {
}

.checkout_click-and-collect_ship-to-shop_locations_map_styles__mapPointerSelected {
  z-index: 200;
}

.checkout_click-and-collect_ship-to-shop_locations_map_styles__mapPointerName, .checkout_click-and-collect_ship-to-shop_locations_map_styles__mapPointerRadio {
}
.checkout_click-and-collect_ship-to-shop_locations_location_styles__openingTimes {
  float: right;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__openingDay {
  max-width: 60%;
  margin-bottom: 2px;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__openingTimesList {
  margin: 10px 0;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__shopName {
  font-weight: 600;
  font-size: 18px;
}


.checkout_click-and-collect_ship-to-shop_locations_location_styles__shop, .checkout_click-and-collect_ship-to-shop_locations_location_styles__selectedShop {
  border: 2px solid #ECEDEE;
  padding: 10px;
  margin: 0 0 5px;
  display: block;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__shop:after {
  content: "";
  display: table;
  clear: both;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__shop:focus {
  border: 2px solid #88773F;
}

.checkout_click-and-collect_ship-to-shop_locations_location_styles__selectedShop, .checkout_click-and-collect_ship-to-shop_locations_location_styles__selectedShop:focus {
  border: 2px solid #7BAFA4;
}.checkout_click-and-collect_ship-to-shop_locations_load-more-button_styles__button {
  -webkit-font-smoothing: antialiased;
  background-color: #88773F;
  border-radius: 0;
  border-style: none;
  color: #FFFFFF;
  font-size: 1.125em;
  padding: 8px 8px 4px 8px;
  text-transform: uppercase;
  float: right;
  margin: 10px 0 0;
}

.checkout_click-and-collect_ship-to-shop_locations_load-more-button_styles__loadMoreWrapper {
  margin: 10px 0;
}

.checkout_click-and-collect_ship-to-shop_locations_load-more-button_styles__loadMoreBtn {
  -webkit-font-smoothing: antialiased;
  background-color: #88773F;
  border-radius: 0;
  border-style: none;
  color: #FFFFFF;
  font-family: GillSansMTStd-Medium;
  font-size: 1.125em;
  font-style: normal;
  font-weight: normal;
  padding: 8px 8px 4px;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}

.checkout_click-and-collect_ship-to-shop_locations_load-more-button_styles__mapLoadMoreBtn {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  margin: 0;
}
