.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.dropdown-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.search-button {
  width: 100px;
  height: 45px;
  border-radius: 8px;
  background-color: #ed2a47;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: sofia-pro-soft, sans-serif;
  color: #fff;
}

.search-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ed2a47;
  background-color: #fff;
  color: #ed2a47;
}

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu-item-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
}

.menu-item-text:hover {
  color: #ed2a47;
  text-decoration: none;
}

.menu-items-div-block {
  padding: 0px;
}

.dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 40px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.nav-menu-items {
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
}

.menu-item-link {
  position: relative;
  z-index: 300;
  text-decoration: none;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 0px;
}

.navbar {
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-link {
  margin-right: 0px;
}

.top-nav-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown {
  z-index: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-menu-divider {
  width: 80%;
  min-width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  border-top: 1px solid #ccc;
  border-radius: 0px;
}

.image {
  max-width: 10vw;
  min-width: auto;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.activation-text {
  padding: 5px 0px;
  border-style: none;
  border-width: 0.5px;
  border-color: #c3c2c2;
  border-radius: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #ed2a47;
  font-size: 13px;
  letter-spacing: 0px;
  text-decoration: none;
}

.activation-text:hover {
  color: #a3a2a2;
  text-decoration: none;
}

.icon {
  margin-right: 0px;
  color: #ed2a47;
}

.cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.dropdown-title {
  width: 15vw;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 10px;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 18px;
  text-align: left;
}

.dropdown-title:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #757575;
}

.dropdown-title.w--current {
  color: #0b1c51;
}

.dropdown-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.dropdown-toggle {
  z-index: 300;
  padding: 10px 20px 10px 0px;
}

.dropdown-toggle.w--open {
  z-index: 200;
}

.view-all {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: sofia-pro-soft, sans-serif;
  color: #ed2a47;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.view-all:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #ed2a47;
}

.view-all.w--current {
  color: #ed2a47;
}

.top-menu-link-block {
  margin-left: 20px;
  text-decoration: none;
}

.mobile-menu-divider {
  display: none;
  min-width: 95vw;
  border-top: 1px solid #ccc;
  border-radius: 0px;
}

.text-span {
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

.cart-currency {
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

.search-input {
  width: 300px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 8px;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
}

.nav-menu-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 85vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.dropdown-link {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 15px;
  text-align: left;
}

.dropdown-link:hover {
  background-color: #ed2a47;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.dropdown-link.w--current {
  color: #757575;
}

.dropdown-menu {
  min-width: 85px;
  padding: 60px 40px 20px;
}

.dropdown-menu.w--open {
  position: absolute;
  left: -10px;
  top: 0px;
  right: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #0b1c51;
}

.nav-menu-container-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
  min-width: 85vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-menu-text {
  padding: 5px 0px;
  border-style: none;
  border-width: 0.5px;
  border-color: #c3c2c2;
  border-radius: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #a3a2a2;
  font-size: 13px;
  letter-spacing: 0px;
  text-decoration: none;
}

.sub-menu-text:hover {
  color: #ed2a47;
  text-decoration: none;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-icon {
  width: 30px;
  max-width: none;
  margin-right: 5px;
}

.usp-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 0px;
  padding: 5px 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f8f8f8;
}

.single-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 0px;
}

.usp-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usp-icon {
  width: 20px;
}

.usp-heading {
  margin-left: 10px;
  font-family: sofia-pro-soft, sans-serif;
  color: #ed2a47;
}

.usp-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usp-text {
  margin-left: 10px;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
}

.menu-background {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-image-content {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-image-centre-align {
  max-width: 60vw;
  font-family: Lato, sans-serif;
  color: #ed2a47;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
}

.text-block-centre {
  max-width: 50vw;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.full-width-image-container {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.full-width-image {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100vw;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offers-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.heading-2-centre {
  color: #4d4d4d;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.paragraph-centred {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.listing-boxes-container {
  padding: 20px 5vw 40px;
  background-color: transparent;
}

.heading-2-grey {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 28px;
  text-align: center;
}

.listing-boxes-grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.christmas-listing-link {
  text-decoration: none;
}

.category-listing {
  margin-bottom: 10px;
  padding: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing-text {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.category {
  padding: 20px 5vw 40px;
  background-color: transparent;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sofia-pro-soft, sans-serif;
  color: #757575;
  font-size: 28px;
  text-align: center;
}

.category-grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-link {
  text-decoration: none;
}

.category-listing-text {
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.heading-3-centre-red {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: sofia-pro-soft, sans-serif;
  color: #ed2a47;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact {
  min-width: auto;
}

.footer-terms-text {
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.enquiry-email {
  width: 30vw;
  height: 50px;
  min-height: auto;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 12px;
}

.footer-email-sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  color: #ed2a47;
}

.footer-useful-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact-content {
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 12px;
}

.email-sign-up-button {
  width: 150px;
  height: 45px;
  border-radius: 8px;
  background-color: #ed2a47;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: sofia-pro-soft, sans-serif;
  color: #fff;
}

.email-sign-up-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ed2a47;
  background-color: #fff;
  color: #ed2a47;
}

.main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  padding: 40px 10vw 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-email-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  color: #ed2a47;
  font-size: 12px;
  line-height: 18px;
}

.email-sign-up-text-2 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.footer-social-text {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
}

.social-link-block {
  margin-right: 10px;
  margin-left: 10px;
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
}

.social-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flag {
  width: 100.033245%;
  max-width: none;
}

.card-icon {
  width: 50px;
  margin-left: 10px;
}

.country-link {
  width: auto;
}

.main-footer-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
  padding-bottom: 60px;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer-terms-copyright {
  max-width: 60vw;
  font-family: Lato, sans-serif;
  color: #757575;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.countries {
  display: -ms-grid;
  display: grid;
  width: 40vw;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-secure-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-divider {
  width: 100%;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(77, 77, 77, 0.2);
  border-radius: 0px;
}

.countries-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer-terms-content {
  max-width: none;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.footer-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer-terms-container {
  width: 50%;
}

.footer-terms-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-image {
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text {
  line-height: 28px;
}

.bold-text-2 {
  line-height: 28px;
}

.bold-text-3 {
  line-height: 28px;
}

.christmas-gift-grid-spain {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-grid-spain {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-grid-france {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(75deg, #ed2a47, #ffc211);
}

.heading-2-white {
  margin-top: 10px;
  font-family: sofia-pro-soft, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.email-sign-up-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.sign-up-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  width: 25vw;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 0px;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  color: #757575;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 8px;
  background-color: #4d4d4d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
}

.submit-button:hover {
  background-color: #ed2a47;
  color: #fff;
}

.logo {
  max-width: 10vw;
  min-width: auto;
}

@media screen and (max-width: 991px) {
  .dropdown-menu-content {
    margin-bottom: 40px;
  }

  .search-button {
    width: 12vw;
  }

  .menu-item-text {
    display: block;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #757575;
  }

  .menu-item-text:hover {
    background-color: transparent;
    color: #ed2a47;
  }

  .dropdown-container {
    width: 100%;
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2f2f2;
  }

  .nav-menu-items {
    margin-top: 12vh;
    margin-bottom: 0px;
    padding: 10px 0px 20px;
    background-color: #fff;
  }

  .logo-container {
    height: auto;
  }

  .menu-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
  }

  .nav-button-animated {
    position: absolute;
    top: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .nav-button-animated.w--open {
    position: absolute;
    margin-right: 20px;
  }

  .search {
    display: none;
  }

  .navbar {
    width: auto;
    height: 8vh;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown {
    width: auto;
  }

  .dropdown-menu-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-color: #e3e3e3;
    border-left-color: #ed2a47;
  }

  .image {
    max-width: 20vw;
  }

  .middle-line {
    background-color: #757575;
  }

  .activation-text {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #757575;
  }

  .activation-text:hover {
    background-color: transparent;
    color: #ed2a47;
  }

  .icon {
    color: #4d4d4d;
  }

  .icon:hover {
    color: #ed2a47;
  }

  .cart-container {
    width: auto;
    height: 100%;
    margin-right: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .top-line {
    background-color: #757575;
  }

  .dropdown-title {
    width: 40vw;
  }

  .dropdown-container-2 {
    width: 100%;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2f2f2;
  }

  .dropdown-toggle {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .dropdown-toggle:hover {
    background-color: transparent;
  }

  .mobile-menu-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 90vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 0px solid #757575;
    border-top-color: #e3e3e3;
    border-left-color: #ed2a47;
  }

  .search-input {
    width: 35vw;
  }

  .nav-menu-search {
    width: 55vw;
    height: auto;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-link {
    width: 40vw;
    font-size: 16px;
  }

  .dropdown-menu.w--open {
    position: relative;
    left: auto;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    box-shadow: none;
  }

  .nav-menu-container-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-nav-container {
    display: none;
  }

  .sub-menu-text {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #757575;
  }

  .sub-menu-text:hover {
    background-color: transparent;
    color: #ed2a47;
  }

  .bottom-line {
    background-color: #757575;
  }

  .usp-bar {
    margin-top: 10px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .single-usp {
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .usp-heading-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .usp-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-background {
    display: none;
  }

  .hero-image-container {
    height: 30vh;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .heading-image-centre-align {
    max-width: 95vw;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }

  .text-block-centre {
    max-width: 80vw;
    text-align: center;
  }

  .hero-content {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offers-text {
    width: auto;
  }

  .heading-2-centre {
    width: auto;
  }

  .heading-2-grey {
    font-size: 28px;
  }

  .listing-boxes-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .category-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-3-centre-red {
    text-align: center;
  }

  .form-block-2 {
    max-width: 90vw;
  }

  .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 90vw;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-terms-text {
    text-align: left;
  }

  .enquiry-email {
    width: 85vw;
    min-width: auto;
  }

  .footer-email-sign-up {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-useful-links {
    min-width: 70vw;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .email-sign-up-button {
    width: 150px;
  }

  .main-footer {
    margin-top: 0px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .email-sign-up-text-2 {
    text-align: left;
  }

  .footer-email-form {
    width: 43%;
  }

  .flag {
    width: auto;
    max-width: none;
  }

  .country-link {
    width: 5%;
    min-width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .main-footer-terms {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .footer-terms-copyright {
    max-width: 90vw;
    padding-top: 20px;
  }

  .countries {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95vw;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-divider {
    display: none;
    min-width: 50vw;
    border-style: solid;
    border-width: 10px 1px 1px;
    border-color: #fff;
  }

  .main-footer-terms-content {
    width: auto;
    max-width: none;
    padding-top: 0px;
  }

  .footer-terms-container {
    width: 45%;
  }

  .bold-text-4 {
    line-height: 28px;
  }

  .christmas-gift-grid-spain {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-grid-spain {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-grid-france {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sign-up {
    height: 30vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sign-up-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-2-white {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .email-sign-up-text {
    font-size: 18px;
  }

  .sign-up-email {
    margin-bottom: 10px;
  }

  .text-field {
    width: 50vw;
  }

  .logo {
    max-width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-item-text {
    width: auto;
  }

  .dropdown-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-items {
    margin-top: 12vh;
  }

  .nav-button-animated {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .dropdown-menu-items {
    width: 100%;
  }

  .image {
    width: 25vw;
    max-width: none;
  }

  .middle-line {
    background-color: #757575;
  }

  .cart-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-line {
    background-color: #757575;
  }

  .dropdown-container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-toggle {
    width: 95vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu-search {
    width: 55vw;
    min-width: auto;
  }

  .dropdown-menu {
    min-width: auto;
  }

  .bottom-line {
    background-color: #757575;
  }

  .usp-bar {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .single-usp {
    width: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .usp-heading-container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .usp-icon {
    width: 3vw;
  }

  .usp-heading {
    text-align: center;
  }

  .usp-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .usp-text {
    font-size: 12px;
  }

  .hero-image-container {
    height: 20vh;
  }

  .heading-image-centre-align {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-centre {
    max-width: 80vw;
    margin-top: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .heading-2-centre {
    width: auto;
  }

  .listing-boxes-container {
    padding-bottom: 20px;
  }

  .heading-2-grey {
    font-size: 26px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .category-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-listing-text {
    height: auto;
  }

  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
  }

  .footer-contact {
    max-width: none;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .enquiry-email {
    width: 90vw;
    min-width: auto;
  }

  .footer-email-sign-up {
    margin-top: 20px;
  }

  .footer-useful-links {
    max-width: none;
    min-height: auto;
    min-width: 90vw;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-footer {
    max-width: none;
    min-height: 0px;
    margin-top: 0px;
    padding: 20px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social {
    max-width: 90vw;
  }

  .footer-email-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-email-form {
    max-width: none;
  }

  .country-link {
    width: 6%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-footer-terms {
    padding-right: 20px;
    padding-left: 20px;
  }

  .countries {
    margin-bottom: 20px;
  }

  .footer-secure-container {
    width: auto;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-terms-container {
    width: auto;
  }

  .footer-terms-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-grid-spain {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-grid-france {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sign-up {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .logo {
    width: 25vw;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-item-text {
    width: 95vw;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
  }

  .dropdown-container {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f2f2f2;
  }

  .nav-menu-items {
    position: absolute;
    width: 100vw;
    height: auto;
    min-width: auto;
    margin-top: 6vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    color: #fff;
  }

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
  }

  .menu-item-link {
    padding: 20px 0px;
  }

  .nav-button-animated {
    position: absolute;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar {
    height: 60px;
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    width: 25vw;
    max-width: none;
    padding-top: 0px;
  }

  .middle-line {
    width: 35px;
    background-color: #757575;
  }

  .activation-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .icon {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .cart-container {
    margin-right: 0px;
  }

  .top-line {
    width: 35px;
    background-color: #757575;
  }

  .dropdown-title {
    width: 90vw;
    font-size: 17px;
  }

  .dropdown-container-2 {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f2f2f2;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 20px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .view-all {
    padding-left: 30px;
    font-size: 16px;
  }

  .mobile-menu-divider {
    min-width: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-color: #e2e2e2;
  }

  .text-span {
    font-size: 14px;
  }

  .cart-currency {
    font-size: 14px;
  }

  .nav-menu-search {
    width: 55vw;
    min-width: auto;
  }

  .search-container {
    display: none;
  }

  .dropdown-link {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
  }

  .dropdown-menu.w--open {
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-menu-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .bottom-line {
    width: 35px;
    background-color: #757575;
  }

  .nav-icon {
    width: 20px;
  }

  .usp-bar {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-usp {
    width: 100%;
    padding-left: 0px;
  }

  .usp-heading-container {
    width: 100%;
  }

  .usp-icon {
    width: 5vw;
  }

  .usp-heading {
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .usp-text-container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .usp-text {
    margin-left: 5px;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
  }

  .hero-image-container {
    height: 30vh;
  }

  .heading-image-centre-align {
    max-width: 70vw;
    font-size: 36px;
    line-height: 40px;
    white-space: normal;
  }

  .text-block-centre {
    max-width: 70vw;
    font-size: 18px;
    line-height: 28px;
  }

  .hero-content {
    margin-top: 20px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-2-centre {
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .listing-boxes-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-grey {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .listing-boxes-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-listing {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .category-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-listing-text {
    text-align: center;
  }

  .heading-3-centre-red {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-contact {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enquiry-email {
    width: auto;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .footer-email-sign-up {
    min-width: 80px;
  }

  .footer-useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .email-sign-up-button {
    width: 150px;
  }

  .main-footer {
    padding: 20px 14px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-email-container {
    min-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    font-size: 12px;
    line-height: 32px;
  }

  .footer-social-text {
    line-height: 14px;
  }

  .footer-text {
    margin-top: 10px;
  }

  .footer-email-form {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-container {
    margin-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .country-link {
    width: 10%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-secure-container {
    width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-footer-terms-content {
    text-align: center;
  }

  .footer-terms-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-terms-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .christmas-gift-grid-spain {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-grid-spain {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-grid-france {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sign-up {
    height: 100%;
    margin-top: 0px;
    padding: 40px 0vw;
  }

  .email-sign-up-text {
    padding-right: 5vw;
    padding-left: 5vw;
    line-height: 22px;
  }

  .sign-up-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field {
    width: 90vw;
    margin-right: 0px;
  }

  .submit-button {
    width: 90vw;
    height: 60px;
    margin-top: 20px;
  }

  .logo {
    width: 25vw;
    max-width: none;
    padding-top: 0px;
  }
}

