:root {
  --prime-color: #418dff;
  --hover-color: #6395f1;
  --title-color: #1c244b;
  --font-color: #212121;
  --full-width: 100%;
  --nav-font-color: #1c1c1c;
  --font: "sofia-pro", sans-serif;
  --overflow-hidden: hidden;
  --none: none;
}

/* .elm341sourceCode .form-group,
.elm341sourceBtn {
  display: none;
} */

/* Global */
#poweredby,
.elm00222,
.elm00069 {
  display: var(--none);
}

body {
  font-family: var(--font);
  color: var(--font-color);
  overflow-x: var(--overflow-hidden);
  width: var(--full-width);
  max-width: var(--full-width);
  font-weight: 300;
}

html {
  overflow-x: var(--overflow-hidden);
}

a#poweredby {
  display: var(--none);
}

#masthead {
  width: var(--full-width);
  height: auto;
  overflow: visible;
  position: relative;
}

.container {
  width: var(--full-width) !important;
}

#MainL {
  padding: 0;
  background: var(--none);
}

#searchBar {
  display: var(--none);
}

#glob_hero {
  width: var(--full-width);
  padding: 11rem 7% 0rem;
  text-align: center;
}

#glob_her_inner {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
}

#glob_hero p {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
}

#glob_hero h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: #1c244b;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
}

#under_maint p {
  margin: 0;
  width: var(--full-width);
  height: auto;
  padding: 10px 7% 9px;
  font-size: 1.5em;
  color: #fff;
  background: #d72c5c;
  font-weight: 600;
}

label,
.elm250GridDesc {
  font-family: var(--font);
  font-size: 1.3em;
  margin: 0 0 0.7rem;
  width: var(--full-width);
}

.bolden {
  font-weight: 700 !important;
}

.container {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

@media only screen and (max-width: 1300px) {
  #glob_hero h1 {
    font-size: 3em;
  }

  #glob_hero {
    padding: 10rem 7% 0rem;
  }
}

@media only screen and (max-width: 700px) {
  #glob_hero {
    padding: 9rem 7% 0rem;
  }

  #glob_hero h1 {
    font-size: 2.5em;
  }

  #glob_hero p {
    font-size: 1.3em;
  }
}

/* Global End */

/* Nav */
#head_inner {
  max-width: var(--full-width);
  margin: 0 auto 0;
  width: var(--full-width);
}

#head_top {
  padding: 1rem 7% 0;
  width: var(--full-width);
}

#head_top_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
}

#main_logo img {
  width: 290px;
  margin: -4px 0 0 0;
}

#top_tabs {
  display: flex;
  gap: 0;
  margin: 0 auto 0 4rem;
}

#top_tabs a {
  position: relative;
  font-size: 1.3em;
  color: var(--font-color) 333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2rem 4rem;
  display: block;
  border-radius: 15px 15px 0 0;
  transition: 0.2s all;
}

#top_tabs a:hover {
  text-decoration: var(--none);
}

#head_bottom {
  width: var(--full-width);
  background: var(--prime-color);
  text-align: left;
  padding: 1.8rem 7%;
}

#main_nav a {
  color: var(--font-color);
  font-weight: 700;
  font-size: 1.3em;
}

#main_nav a:hover {
  text-decoration: var(--none);
}

#main_nav a:focus {
  outline: var(--none);
  text-decoration: var(--none);
}

div#main_nav {
  display: flex;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

#top_tabs a#tab_1 {
  background: var(--prime-color);
  color: #fff;
}

#top_tabs a#tab_1:hover {
  background: var(--prime-color);
}

#head_buts {
  display: flex;
  align-items: center;
}

#bas_icon img {
  width: 22px;
}

a#head_login {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
}

a#head_login:hover {
  text-decoration: var(--none);
}

a#head_login img {
  width: 15px;
  margin-top: -3px;
}

#bas_icon p span {
  height: 15px;
}

#head_login span {
  color: var(--font-color) 333;
  font-size: 1.2em;
}

#gc_bal p {
  margin: 0;
  font-size: 1.1em;
}

div#gc_bal {
  margin-left: 5rem;
}

a#bas_icon {
  position: relative;
  margin-top: -5px;
  margin-left: 1rem;
}

#bas_icon p {
  position: absolute;
  bottom: 21px;
  left: 22px;
  aspect-ratio: 1 / 1;
  background: #d9534f;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 19px;
  margin: 0;
  border-radius: 14px;
  text-align: center;
}

#top_tabs a:hover {
  background: #e5e5e5;
}

#burger {
  display: var(--none);
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

#burger span {
  display: block;
  width: 34px;
  height: 4px;
  background: var(--font-color);
  border-radius: 6px;
}

body.active {
  overflow: hidden;
}

div#mobile_men {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--full-width);
  height: 100%;
  background: rgb(0, 0, 0, 0.8);
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow-y: scroll;
  padding: 3rem 7%;
  z-index: 4;
  opacity: 0;
  pointer-events: var(--none);
}

div#mobile_men.active {
  opacity: 1;
  pointer-events: all;
}

#mob_men_inner {
  background: #fff;
  width: var(--full-width);
  height: auto;
  border-radius: 15px;
}

div#mob_top {
  display: flex;
  justify-content: space-between;
}

#mob_login img {
  width: 30px;
}

a#mob_login {
  display: flex;
  width: fit-content;
  align-items: center;
  height: max-content;
  gap: 1rem;
}

#mob_login span {
  width: max-content;
  color: var(--font-color);
  font-size: 1.2em;
  font-weight: 600;
}

#mob_bas_icon img {
  width: 40px;
}

a#mob_bas_icon {
  position: relative;
  margin-top: -7px;
}

div#mob_top {
  display: flex;
  justify-content: end;
  padding: 3rem;
  align-items: center;
  gap: 3rem;
}

#close_mob svg {
  width: 43px;
  height: 43px;
  margin-right: -8px;
}

#mob_bas_icon p {
  margin: 0;
  position: absolute;
  top: -7px;
  right: 3px;
  aspect-ratio: 1 / 1;
  background: #d9534f;
  color: #fff;
  height: 17px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#close_mob {
  cursor: pointer;
  margin-left: 2rem;
}

a#mob_login:hover {
  text-decoration: var(--none);
}

#mob_gc_bal p {
  margin: 0;
  font-size: 1.1em;
}

div#mob_top {
  display: flex;
  justify-content: end;
  padding: 3rem;
  align-items: center;
  gap: 1rem;
}

#mob_gc_bal p {
  margin: 0;
  font-size: 1.4em;
}

#mob_gc_bal {
  margin-left: auto;
}

a.mob_tab {
  width: var(--full-width);
  display: flex;
  background: var(--prime-color);
  color: #fff;
  padding: 1.2rem 1rem 0.9rem;
  font-size: 1.2em;
  border-radius: 15px 15px 0 0;
  transition: 0.1s all;
  box-shadow: 0 -9px 11px rgb(0, 0, 0, 0.15);
  text-align: center;
  justify-content: center;
  align-items: center;
}

a.mob_tab:hover {
  text-decoration: var(--none);
  background: #3c78e9;
}

.mob_links {
  padding: 15px 0;
  border-bottom: 2px solid var(--nav-font-color);
  width: var(--full-width);
}

.mob_links a {
  width: var(--full-width);
  display: block;
  margin: 0 0 2rem;
  color: var(--font-color);
  font-size: 1.2em;
}

.mob_links a:has(h4) {
  font-size: inherit;
  margin: 0;
}

.mob_links a:hover {
  text-decoration: var(--none);
}

#mob_bas_icon p span {
  height: 13px;
}

#mega_menu {
  position: absolute;
  top: 100%;
  width: var(--full-width);
  height: auto;
  z-index: 3;
  opacity: 0;
  pointer-events: var(--none);
  transition: 0.2s all;
}

#mega_menu.active {
  opacity: 1;
  pointer-events: all;
}

#mega_inner {
  width: var(--full-width);
  max-width: 800px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 5rem;
  text-align: left;
  display: var(--none);
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
  background: linear-gradient(178deg, rgb(255 255 255) 0%, #f6f6f6 100%);
  border-radius: 0;
  display: block;
}

#mega_inner.active {
  display: block;
}

.mega_nav {
  display: var(--none);
  width: var(--full-width);
  justify-content: space-between;
  gap: 2rem;
  opacity: 0;
  pointer-events: var(--none);
}

.mega_nav.active {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.meg_col {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.2em;
}

#header {
  z-index: 4;
  position: relative;
}

.meg_col h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid var(--prime-color);
  padding: 0 0 0.7rem;
  width: max-content;
}

.meg_links {
  display: grid;
  width: var(--full-width);
  justify-content: space-between;
  gap: 4rem 3rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 790px;
}

.meg_col a {
  color: var(--font-color);
  font-size: 0.99em;
}

.meg_ads {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.meg_ads img {
  max-width: var(--full-width);
  width: 330px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
  border-radius: 15px;
  transition: 0.1s all;
}

.meg_ads a:hover img {
  transform: scale(1.05);
}

.nav_link {
  position: relative;
}

.mini_drop {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 18px);
  padding: 2rem 2.1rem;
  gap: 1.3rem;
  transition: 0.2s all;
  opacity: 0;
  pointer-events: var(--none);
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
}

.mini_drop.active {
  pointer-events: all;
  opacity: 1;
}

#main_nav .mini_drop a {
  color: var(--font-color);
  width: max-content;
  max-width: 166px;
}

#main_nav .mini_drop a:hover {
  text-decoration: underline;
}

.mob_men_tabs {
  width: var(--full-width);
  display: flex;
  margin: 0;
}

a.mob_tab.mob_tab_1 {
  position: relative;
}

a.mob_tab.mob_tab_2,
a.mob_tab.mob_tab_3 {
  color: var(--font-color);
  background: #f6f6f6;
}

.mob_links h4 {
  width: var(--full-width);
  font-size: 1.4em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mob_links h4 a {
  font-size: 1em;
  padding: 0;
  width: var(--full-width);
  display: block;
  margin: 0;
}

.mob_links h4 svg {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 2.5rem;
  transition: 0.3s all;
}

.mob_links h4 img.active {
  transform: rotate(180deg);
}

.mob_drop {
  flex-direction: column;
  width: var(--full-width);
  padding: 2rem 3rem;
  gap: 2rem;
  display: var(--none);
}

.mob_links h4 svg.active {
  transform: rotate(180deg);
}

.mob_drop a:last-of-type {
  margin: 0 0 1rem;
}

.mob_drop p {
  margin: 3rem 0 2rem;
  font-weight: 600;
  font-size: 1.4em;
  text-decoration: underline;
}

.mob_drop p:first-of-type {
  margin-top: 0;
}

.dropdown_menu {
  display: var(--none);
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 600px;
  padding: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.head_2_main_link:hover .dropdown_menu {
  display: flex;
}

.dropdown_column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10px;
}

.dropdown_column:first-of-type {
  border-right: 1px solid lightgray;
}

.dropdown_column h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid var(--prime-color);
  padding: 0 0 0.7rem;
  width: max-content;
}

.view_all_link {
  text-align: center;
  display: flex;
  align-items: end;
  padding-block: 10px;
}

.view_all_link a {
  width: max-content;
  color: #007bff;
  text-decoration: var(--none);
  font-size: 1.1em !important;
  font-weight: 600;
  border-bottom: 1px solid var(--prime-color);
  transition: border 300ms;
}

.view_all_link a:hover {
  border-bottom: 1px solid #fff;
}

.dropdown_column a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1400px) {
  div#gc_bal {
    margin-left: 4rem;
  }

  #top_tabs a {
    font-size: 1.2em;
    padding: 2rem 3rem;
  }

  #main_nav a {
    font-size: 1.3em;
  }

  #main_logo img {
    width: 220px;
  }
}

@media only screen and (max-width: 1220px) {
  div#main_nav {
    gap: 3rem;
  }

  div#gc_bal {
    margin-left: 3rem;
  }

  #top_tabs a {
    padding: 2rem 2.5rem;
  }

  #main_nav a {
    font-size: 1.25em;
  }

  #main_logo img {
    width: 205px;
  }
}

@media only screen and (max-width: 1140px) {
  #top_tabs a {
    font-size: 1.1em;
    padding: 1.9rem 2rem;
  }

  div#main_nav {
    margin: 0 auto;
  }

  #main_logo img {
    width: 184px;
  }
}

@media only screen and (max-width: 1050px) {
  #top_tabs {
    margin: 0 auto 0 auto;
  }
}

@media only screen and (max-width: 1025px) {
  div#top_tabs,
  a#head_login,
  #gc_bal,
  #bas_icon,
  #head_bottom {
    display: var(--none) !important;
  }

  #main_logo img {
    width: 265px;
  }

  #head_inner {
    max-width: var(--full-width);
    margin: 0;
    width: var(--full-width);
  }

  #head_top {
    padding: 3.5rem 7%;
    width: var(--full-width);
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
  }

  #masthead {
    overflow: visible;
  }

  #main_logo img {
    width: 227px;
  }

  #burger {
    display: flex;
  }

  #main_logo img {
    width: 227px;
    margin: -0.4rem 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  #main_logo img {
    width: 195px;
  }

  #burger span {
    width: 31px;
    height: 3px;
  }

  #burger {
    gap: 4px;
  }
}

@media only screen and (max-width: 450px) {
  #mob_bas_icon img {
    width: 30px;
  }

  #close_mob {
    margin-left: 1rem;
  }

  #mob_gc_bal p {
    font-size: 1.2em;
  }

  #close_mob svg {
    width: 30px;
    height: 30px;
    margin-right: -6px;
  }

  #mob_login span {
    font-size: 1.1em;
  }

  #mob_login img {
    width: 18px;
  }

  div#mob_top {
    gap: 0rem;
    padding: 2rem;
  }

  a.mob_tab {
    font-size: 1.2em;
  }

  .mob_links h4 {
    font-size: 1.2em;
    padding: 2.1rem 2.5rem 1.6rem;
  }

  .mob_drop {
    padding: 1.5rem 2.5rem;
  }

  .mob_links a {
    margin: 0 0 1.6rem;
    font-size: 1.2em;
  }

  .mob_drop a:last-of-type {
    margin: 0 0 1rem;
  }

  .mob_drop p {
    font-size: 1.3em;
  }

  .mob_links h4 svg {
    width: 27px;
    height: 27px;
    bottom: 11px;
  }
}

@media only screen and (max-width: 400px) {
  #main_logo img {
    width: 169px;
  }

  #burger span {
    width: 28px;
    height: 3px;
  }

  #burger {
    gap: 3px;
  }
}

/* Nav end */

/***HEADER 2***/
#header_2 {
  position: relative;
  z-index: 3;
}

#head_2_top {
  width: var(--full-width);
  padding: 1.1rem 7%;
  border-bottom: 1px solid #cbd2d4;
}

#head_2_top_inner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: right;
}

#head_2_admin_menu {
  display: flex;
  margin: 0 0 0 auto;
  gap: 1.8rem;
  justify-content: flex-end;
}

#head_2_admin_menu a {
  color: var(--nav-font-color);
  font-size: 1.2em;
  font-weight: 500;
}

#head_2_mid {
  width: var(--full-width);
  padding: 25px 7%;
}

#head_2_mid_inner {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img#head_2_logo {
  width: var(--full-width);
  max-width: 250px;
}

#head_2_main_menu a {
  color: var(--nav-font-color);
  font-weight: 300;
  font-size: 1.24em;
}

a.head_2_main_nav_link.nav_link {
  font-weight: 500 !important;
  font-size: 1.3em !important;
}

#head_2_main_menu {
  display: flex;
  gap: 3em;
}

#head_2_bot p {
  margin: 0;
}

#head_2_bot {
  background: var(--nav-font-color);
  color: #fff;
  font-size: 1.34em;
  padding: 1rem 0 1.1rem;
}

#head_2_bot p a {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  display: inline-block;
}

#head_2_mid_right {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}

a#gotospend {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  word-spacing: 0;
  color: #fff;
  background-color: #528df7;
  border-radius: 0;
  padding: 11px 22px 9px;
  width: fit-content;
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

a#gotospend:hover {
  background-color: #9bbdfa;
  text-decoration: var(--none);
}

#head_2_bas {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#head_2_bas_inner {
  position: relative;
  display: flex;
}

p#head_2_bas_qnt {
  margin: 0;
  display: flex;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--nav-font-color);
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a#account_icon img {
  width: 33px;
}

p#head_2_bas_bal {
  margin: 0 0 -2px;
  font-size: 1.4em;
  color: var(--nav-font-color);
  font-weight: 600;
  display: flex;
  gap: 5px;
}

#head_2_bas_inner img {
  width: 33px;
}

.head_2_main_link {
  position: relative;
}

.head_2_dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 34px);
  padding: 30px;
  background: #fff;
  width: 270px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid #cbd2d4;
  transition: 0.1s all;
  opacity: 0;
  pointer-events: var(--none);
}

.head_2_dropdown.active {
  opacity: 1;
  pointer-events: all;
}

#head_2_main_menu .head_2_dropdown a {
  font-weight: 500;
  font-size: 1.3em;
}

#head_2_main_menu .head_2_dropdown a.head_2_drop_top {
  color: #528df7;
}

#head_2_main_menu a:hover {
  text-decoration: var(--none);
  color: #528df7;
}

#head_2_bas_bal label {
  font-size: 1em;
  clear: var(--none);
  margin: 0;
  font-family: var(--font);
  width: var(--full-width);
}

#burger_2,
#burger_3 {
  display: var(--none);
  cursor: pointer;
  margin: auto 0 auto auto;
  flex-direction: column;
  gap: 8px;
  margin-left: 2px;
}

#burger_2 span,
#burger_3 span {
  background: var(--nav-font-color);
  width: 31px;
  height: 2px;
}

#head_2_bas {
  margin: 0 0 auto;
}

#gotospend_tablet {
  display: var(--none);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  word-spacing: 0;
  color: #fff;
  background-color: #528df7;
  border-radius: 0;
  padding: 17px 7% 16px;
  width: fit-content;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

a#gotospend_tablet:hover {
  background: #1b51b7;
  text-decoration: var(--none);
}

#head_2_bas:hover {
  text-decoration: var(--none);
}

a#gotospend_mobile {
  display: var(--none);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  word-spacing: 0;
  color: #fff;
  background-color: #528df7;
  border-radius: 0;
  padding: 17px 7% 16px;
  width: fit-content;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

a#gotospend_mobile:hover {
  text-decoration: var(--none);
  background: #1b51b7;
}

#mobile_head_bot {
  display: var(--none);
  width: var(--full-width);
  justify-content: space-between;
  padding: 20px 7%;
  align-items: center;
}

#mob_menu_2 {
  position: absolute;
  right: -110%;
  width: 93%;
  background: #fff;
  padding: 30px 7% 30px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 530px;
  border-top: 2px solid #f0f3f5;
  transition: 0.5s all;
  z-index: 100;
}

#mob_menu_2.active {
  right: 0;
}

.mob_2_sec {
  width: var(--full-width);
  padding: 15px 0;
  border-bottom: 2px solid var(--nav-font-color);
}

.mob_sec_tit {
  display: flex;
  width: var(--full-width);
  justify-content: space-between;
  align-items: center;
  font-size: 1.4em;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.mob_sec_tit a {
  color: #222222;
  width: var(--full-width);
}

.mob_sec_tit a:hover {
  text-decoration: var(--none);
}

.mob_sec_links {
  width: var(--full-width);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 0.3rem;
}

#mob_menu_2 .mob_2_sec:first-of-type {
  padding-top: 0;
}

.mob_sec_links a {
  color: #222222;
  font-size: 1.3em;
  padding: 0 0 0 1rem;
}

.mob_sec_links a:hover {
  text-decoration: var(--none);
  color: #528df7;
}

.mob_sec_links a.head_2_drop_top {
  color: #528df7;
}

.mob_sec_links_wrap {
  display: var(--none);
}

.mob_sec_tit img {
  width: 19px;
  transition: 0.2s all;
}

.mob_sec_tit img.active {
  transform: rotate(180deg);
}

span.sp2 {
  transition: 0.1s all;
}

span.sp1,
span.sp3 {
  transition: 0.4s all;
}

.active span.sp1 {
  transform: translate(0px, 10px) rotate(45deg);
}

.active span.sp2 {
  opacity: 0;
}

.active span.sp3 {
  transform: translate(0px, -10px) rotate(-45deg);
}

#header_2 {
  position: relative;
  z-index: 9;
}

#bas_dropdown {
  display: var(--none);
  transition: 0.3s all;
  position: absolute;
  right: 0;
  width: var(--full-width);
  top: calc(100% + 25px);
  z-index: 9;
  max-width: 255px;
  border-top: 2px solid #cbd2d4;
}

#bas_drop_inner {
  width: var(--full-width);
  background: #fff;
  padding: 2rem;
  display: flex;
  box-shadow: 0 5px 5px rgb(0, 0, 0, 0.1);
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  cursor: pointer;
}

#bas_dropdown:hover {
  text-decoration: var(--none);
}

#bas_dropdown.active {
  opacity: 1;
  pointer-events: all;
}

#bas_dropdown img {
  width: 70px;
}

#bas_dropdown p {
  color: var(--nav-font-color);
  text-align: left;
  font-size: 1.2em;
  margin: 0;
}

@media only screen and (max-width: 1500px) {
  img#head_2_logo {
    max-width: 290px;
  }

  #head_2_main_menu {
    gap: 2.5em;
  }

  #head_2_bas {
    gap: 1rem;
  }

  #head_2_mid_right {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1350px) {
  img#head_2_logo {
    max-width: 256px;
  }

  #head_2_main_menu {
    gap: 2em;
  }

  #head_2_main_menu a {
    font-size: 1.35em;
  }

  p#head_2_bas_bal {
    font-size: 1.3em;
  }

  a#account_icon img {
    width: 29px;
  }

  #head_2_bas_inner img {
    width: 29px;
  }

  a#gotospend {
    font-size: 14px;
    padding: 10px 18px 8px;
  }
}

@media only screen and (max-width: 1240px) {
  img#head_2_logo {
    max-width: 230px;
  }

  #head_2_main_menu {
    gap: 1.5em;
  }
}

@media only screen and (max-width: 1180px) {
  #head_2_main_menu,
  #head_2_bas_bal label,
  a#gotospend,
  #head_2_top {
    display: var(--none) !important;
  }

  #header_2 {
    display: flex;
    flex-direction: column-reverse;
  }

  p#head_2_bas_bal {
    font-size: 1.2em;
    margin: 0 0 -9px;
  }

  #burger_2 {
    display: flex;
  }

  #head_2_mid_right {
    gap: 3.5rem;
  }

  img#head_2_logo {
    max-width: 267px;
  }

  #head_2_mid {
    width: var(--full-width);
    padding: 20px 7%;
  }

  #gotospend_tablet {
    display: block;
  }

  #head_2_bot {
    display: flex;
    justify-content: center;
    padding: 8px 7%;
    align-items: center;
    font-size: 1.2em;
  }

  #head_2_mid_right {
    gap: 2.5rem;
  }
}

@media only screen and (max-width: 690px) {
  a#gotospend_tablet {
    display: var(--none) !important;
  }

  a#gotospend_mobile {
    display: block;
  }

  #head_2_bot {
    font-size: 1.2em;
    padding: 1.7rem 7%;
    width: var(--full-width);
    text-align: center;
    justify-content: center;
  }

  .main_logo_wrap,
  #burger_2,
  p#head_2_bas_bal {
    display: var(--none);
  }

  #head_2_mid {
    padding: 10px 7%;
    background: #c0e8fa;
    display: flex;
    align-items: center;
  }

  #head_2_mid_right {
    width: var(--full-width);
    justify-content: space-between;
  }

  a#account_icon {
    margin: auto 0 auto auto;
  }

  #head_2_bas {
    margin: auto 0 auto 0;
  }

  a#account_icon img {
    margin-bottom: -4px;
  }

  #mobile_head_bot,
  #burger_3 {
    display: flex;
  }

  img#head_2_logo_mob {
    width: 246px;
  }

  #bas_dropdown {
    left: unset;
    right: 0;
    width: 225px;
  }

  #bas_dropdown img {
    width: 60px;
  }
}

@media only screen and (max-width: 500px) {
  #head_2_bot {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 450px) {
  #head_2_bot {
    font-size: 1em;
  }

  #burger_2,
  #burger_3 {
    gap: 7px;
  }

  #head_2_mid_right {
    gap: 2rem;
  }

  a#account_icon img {
    margin-bottom: -2px;
  }

  img#head_2_logo_mob {
    width: 218px;
  }

  #mob_menu_2 {
    padding: 20px 7% 20px 20px;
  }

  .active span.sp1 {
    transform: translate(0px, 9px) rotate(45deg);
  }

  .active span.sp3 {
    transform: translate(0px, -9px) rotate(-45deg);
  }
}

@media only screen and (max-width: 380px) {
  img#head_2_logo_mob {
    width: 200px;
  }

  #mob_menu_2 {
    font-size: 0.94em;
  }
}

/***HEADER 2 end***/

/***HEADER NEW 1***/
#nav_1 {
  width: var(--full-width);
}

#nav_1_top {
  background: var(--prime-color);
  color: #fff;
  padding: 10px 7% 0;
  position: relative;
  box-shadow: 0 -9px 9px rgb(0, 0, 0, 0.1) inset;
}

#nav_1_top_inner {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 1rem;
}

a.nav_1_tab {
  background: #eaeaea;
  color: var(--font-color);
  padding: 1rem 4rem;
  font-size: 1.3em;
  display: block;
  font-weight: 700;
  box-shadow: 0 -6px 6px rgb(0, 0, 0, 0.05);
  transition: 0.1s all;
}

a.nav_1_tab:hover {
  text-decoration: var(--none);
}

a.nav_1_tab.active {
  background: #fff;
}

#nav_1_bottom {
  display: flex;
  padding: 2.5rem 7%;
  box-shadow: 0 0 12px rgb(0, 0, 0, 0.3);
}

#MainL {
  overflow: visible;
}

.nav_1_bot_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.nav_1_bot_inner {
  max-width: 1400px;
  margin: 0 auto;
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
}

#nav_1_bot_left img {
  width: 300px;
  max-width: var(--full-width);
}

#nav_1_bot_right_top {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
}

#nav_1_social_icons {
  display: flex;
  gap: 0.6rem;
  margin-left: 0;
}

#nav_1_social_icons img {
  height: 14px;
  width: 14px;
}

#nav_1_social_icons.nav_1_soc_icon_4 img {
  height: 13px;
  width: 13px;
}

a.nav_1_bot_link {
  color: var(--font-color);
  font-size: 1.1em;
}

a.nav_1_soc_icon {
  border: 2px solid #eaeaea;
  border-radius: 7px;
  padding: 3px;
  transition: 0.1s all;
}

a.nav_1_soc_icon:hover {
  background: #e4eefd;
  border: 2px solid var(--prime-color);
}

#nav_1_bot_left {
  display: flex;
  align-items: center;
}

#nav_1_bot_right_bot div#main_nav {
  margin: 1.5rem 0 0;
  justify-content: end;
  gap: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eaeaea;
}

#nav_1_acc_info {
  margin: auto 0 0 auto;
  background: #fff;
  padding: 1rem 2rem;
  display: flex;
  gap: 1rem;
  box-shadow: 0 -6px 6px rgb(0, 0, 0, 0.05);
}

#nav_1_gc_bal {
  color: var(--font-color);
  display: flex;
  align-items: center;
}

#nav_1_gc_bal p {
  margin: 0;
  font-weight: 600;
  font-size: 1.15em;
}

#nav_1 #bas_icon p {
  bottom: unset;
  background: var(--none);
  color: var(--prime-color);
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

#nav_1_gc_bal p span {
  font-weight: 800;
}

#nav_1 .mini_drop {
  top: calc(100% + 25px);
  box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
}

#nav_1_bot_right_bot #main_nav .mini_drop a {
  font-weight: 500;
  text-align: left;
}

a.nav_1_tab:not(a.nav_1_tab.active):hover {
  background: #e4eefd;
}

a.nav_1_tab.active {
  pointer-events: var(--none);
  cursor: default;
}

@media only screen and (max-width: 1025px) {
  #nav_1_bot_right,
  #nav_1_top {
    display: var(--none);
  }
}

@media only screen and (max-width: 500px) {
  #nav_1_bot_left img {
    width: 205px;
  }
}

/***HEADER NEW 1 end***/

/* Footer */
#footer {
  width: var(--full-width);
  padding: 6rem 7%;
  background: #f6f6f6;
}

#foot_inner {
  display: flex;
  max-width: 1400px;
  width: var(--full-width);
  justify-content: space-between;
  margin: 0 auto;
}

#footLogo img {
  width: 240px;
}

.foot_sec {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
  font-size: 1.2em;
}

.foot_sec h4 {
  font-size: 1.1em;
  margin: 0 0 1rem;
  font-weight: 600;
}

.foot_sec a {
  color: var(--font-color);
}

#foot_bot p {
  margin: 0 0;
  width: max-content;
  text-align: left;
}

#foot_bot {
  padding: 8px 7%;
  background: #e5e5e5;
  color: var(--font-color);
}

#foot_bot_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

#footIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#footIcons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footIcons a svg {
  width: 19px;
}

#foot_log_out {
  display: var(--none);
}

#footLogo {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 3rem;
}

#footLogoMob {
  display: var(--none);
}

#footLogoMob img {
  width: var(--full-width);
  max-width: 242px;
  margin: 0 auto 4rem 0;
  display: block;
}

#foot_iso {
  display: flex;
  gap: 1rem;
  margin: auto 0 0 auto;
  align-items: end;
}

#foot_iso img {
  width: 123px;
}

@media only screen and (max-width: 950px) {
  #footLogo img {
    width: 195px;
  }
}

@media only screen and (max-width: 900px) {
  #footLogoMob {
    display: block;
  }

  #footLogo {
    display: var(--none);
  }

  #foot_inner {
    flex-wrap: wrap;
  }

  div#footLogoMob {
    width: var(--full-width);
  }
}

@media only screen and (max-width: 600px) {
  #foot_inner {
    flex-wrap: wrap;
    position: relative;
    gap: 4rem;
  }

  .foot_sec {
    width: 60%;
  }

  div#footLogo {
    position: absolute;
    top: 0;
    right: 0;
  }

  #footLogoMob img {
    width: 251px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 580px) {
  #footLogoMob img {
    width: 210px;
  }

  div#footLogo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .foot_sec {
    width: var(--full-width);
  }

  div#footLogo {
    text-align: left;
  }

  #footIcons {
    display: var(--none);
  }

  #footer {
    padding: 5rem 7% 4rem;
  }
}

@media only screen and (max-width: 430px) {
  #footLogo img {
    width: 210px;
    max-width: var(--full-width);
  }
}

/* Footer end */

/* Login */

.elm110text1 {
  display: var(--none);
}

.bodyPAG00003 #pagecell1,
.bodyPAG00017 #pagecell1 {
  padding: 7rem 7%;
  width: var(--full-width);
  background: #f6f6f6;
  border-bottom: 10px solid var(--prime-color);
}

.bodyPAG00003 #MainL,
.bodyPAG00017 #MainL {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: var(--full-width);
  justify-content: space-between;
  gap: 4rem;
}

#login_left img {
  width: var(--full-width);
  height: auto;
}

#login_left {
  width: var(--full-width);
  border-radius: 15px;
  overflow: hidden;
}

.module.elm00011,
.module.elm00038 {
  width: 50%;
  padding: 3rem 8rem;
  background: #eff3fc;
  border-radius: 15px;
  margin: 0;
  display: flex;
  align-items: center;
}

.elm11h2,
.elm38h2 {
  line-height: 1.1;
  font-size: 2.3em;
  font-weight: 700;
  color: var(--font-color);
  margin: 0 0 1rem;
}

.elm11h3,
.elm38h3 {
  line-height: 1.1;
  margin: 2rem 0 3rem;
  font-size: 1.4em;
}

.elm11Login {
  margin: 0;
}

.elm11Login label,
.elm38Forgot label {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.4em;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  width: var(--full-width);
}

.elm11input2,
.elm38input {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: center;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 2rem;
  border: var(--none);
  border-radius: 0;
  padding: 8px 12px;
}

a.elm11question {
  width: var(--full-width);
  margin: 0;
  text-align: center;
  line-height: 1.2;
  color: var(--font-color);
  font-size: 1.1em;
}

input.elm11mext,
.elm00038 input.next {
  margin: 0 auto;
  float: var(--none);
  background: var(--prime-color);
  border: var(--none);
  padding: 8px 20px 5px;
  color: #fff;
  font-size: 1.5em;
  border-radius: 7px;
  transition: 0.2s all;
  max-width: var(--full-width);
  width: 130px;
}

input.elm11mext:hover,
.elm00038 input.next:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

@media only screen and (max-width: 1450px) {
  .elm11h2,
  .elm38h2 {
    font-size: 2em;
    margin: 0 0 0.8rem;
  }

  .elm11h3,
  .elm38h3 {
    margin: 2rem 0 3rem;
    font-size: 1.25em;
  }

  .elm11Login label,
  .elm38Forgot label {
    font-size: 1.3em;
  }

  .module.elm00011,
  .module.elm00038 {
    padding: 4rem;
  }
}

@media only screen and (max-width: 1100px) {
  .module.elm00011,
  .module.elm00038 {
    margin: 0 auto;
    width: var(--full-width);
    max-width: 600px;
  }

  .bodyPAG00003 #pagecell1,
  .bodyPAG00017 #pagecell1 {
    padding: 7rem 7%;
  }
}

@media only screen and (max-width: 500px) {
  .bodyPAG00003 #pagecell1,
  .bodyPAG00017 #pagecell1 {
    padding: 6rem 7%;
  }

  .elm11h2,
  .elm38h2 {
    font-size: 1.9em;
  }

  .module.elm00011,
  .module.elm00038 {
    padding: 3rem;
  }
}

.elm110container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-direction: column;
  align-items: center;
}

.elm110Login,
.elm110newRegCont,
.elm110guestCont {
  width: var(--full-width);
  max-width: 450px;
  background: var(--none);
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.elm110login_btn,
.elm110register_btn a,
.elm110gbutt input {
  margin: 1rem auto 0;
  float: var(--none);
  background: var(--font-color);
  border: var(--none);
  padding: 7px 20px;
  color: #fff;
  font-size: 1.4em;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  transition: 0.2s all;
  max-width: var(--full-width);
  width: var(--full-width);
  letter-spacing: 0.02em;
}

.elm110login_btn:hover,
.elm110register_btn a:hover,
.elm110gbutt input:hover {
  background: var(--prime-color);
  color: #fff;
  text-decoration: var(--none);
}

.elm110subtitle h2 {
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 400;
  color: var(--font-color);
  margin: 0 0 3rem;
}

.elm110title {
  display: var(--none);
}

p.elm110text2 {
  line-height: 1.4;
  margin: 2rem 0 3rem;
  font-size: 1.25em;
  text-align: left;
}

a.elm110question {
  width: var(--full-width);
  margin: 2rem 0 0;
  text-align: left;
  line-height: 1.2;
  color: var(--font-color);
  font-size: 1.1em;
  display: block;
}

label.elm110label {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 1.25em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: var(--full-width);
}

input.elm110input {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

.elm110loginWrapper,
.elm110regWrapper,
.elm110guestWrapper {
  margin: 0;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
}

.bodyPAG00003 #MainL {
  justify-content: center;
}

.module.elm00110 {
  width: var(--full-width);
}

p.elm110text2a {
  line-height: 1.1;
  margin: 2rem 0 0;
  font-size: 1.4em;
  font-weight: 400;
}

.elm110newRegCont .elm110subtitle {
  display: var(--none);
}

.elm110regWrapper h3,
p.elm110text2a:first-of-type {
  text-align: left;
  font-size: 1.6em;
  font-weight: 800;
  margin: 0 0 1.5rem;
}

.elm110register_btn a,
.elm110guestWrapper input {
  border: 1px solid var(--prime-color);
  background: var(--none);
  color: var(--font-color);
  font-size: 1.37em;
}

.elm110register_btn a:hover,
.elm110guestWrapper input:hover {
  border: 1px solid var(--prime-color);
  background: var(--prime-color);
  color: #fff;
}

.elm110regWrapper p.elm110text2 {
  margin: 3rem 0 0;
}

.elm110text2 a {
  color: var(--font-color);
  border-bottom: 1px solid var(--prime-color);
  transition: 0.1s all;
}

.elm110text2 a:hover,
.elm110text2 a:active,
.elm110text2 a:focus {
  text-decoration: var(--none);
  color: var(--prime-color);
}

.elm110guestCont .elm110subtitle {
  display: var(--none);
}

p.elm110text2a:nth-of-type(2) {
  margin: 3rem 0 0;
  line-height: 1.4;
  font-size: 1.25em;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  .elm110Login,
  .elm110newRegCont,
  .elm110guestCont {
    width: var(--full-width);
  }
}

/* Login end */

/* Guest */
h1.elm214title {
  text-align: center;
  font-size: 31px;
  display: var(--none);
}

.elm00214 {
  display: flex;
  width: var(--full-width);
  padding: 1rem 7% 10rem;
  justify-content: center;
}

.elm214setup {
  width: var(--full-width);
  max-width: 1000px;
}

.elm00214 input,
.elm00214 select {
  width: var(--full-width);
  outline: var(--none);
  border-radius: 7px 0px 7px 0px;
  border: 2px solid var(--prime-color);
  color: #050a27;
  height: auto;
}

.elm00214 label {
  font-weight: 500;
  width: var(--full-width);
  margin: 7px 0;
}

form#guestcheckoutform {
  width: var(--full-width);
  max-width: var(--full-width);
  padding: 0;
  margin: 0 auto;
}

.elm00214 select {
  border-color: var(--hover-color);
}

input#postcodeLookupBtn_1,
input#postcodeLookupBtn,
input.elm214Addvouch {
  width: 205px;
  margin: 15px auto 0 0;
  padding: 8px;
  background: var(--prime-color);
  color: #fff;
  transition: 0.2s all;
  display: block;
}

input#postcodeLookupBtn_1:hover,
input#postcodeLookupBtn:hover,
input.elm214Addvouch:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
}

.elm21container5 {
  display: var(--none);
}

.elm214buttondiv {
  text-align: right;
}

.elm214nextbutt input {
  width: 205px;
  margin: 15px 0 0;
  padding: 8px;
  background: var(--prime-color);
  color: #fff;
  font-size: 16px;
  transition: 0.2s all;
}

.elm214nextbutt input:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
}

.bodyPAG00016 #MainL {
  background: url(../images/page/petalBackground.png);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top;
}

.ui-accordion-content {
  display: block !important;
  height: auto !important;
}

.elm214cardDate .col-xs-6:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}

.elm214cardDate .col-xs-6:last-of-type {
  padding-right: 0;
  padding-left: 10px;
}

.elm214field .col-xs-6 {
  padding-left: 0;
  padding-right: 10px;
}

input.elm214billAddMatch {
  display: var(--none);
}

.elm00214 label.checkbox-inline {
  display: var(--none) !important;
}

.elm214Voucher {
  display: var(--none) !important;
}

.elm214h3 {
  display: var(--none);
}

div#deliveryMethod {
  margin: 20px 0;
}

h3.ui-accordion-header {
  font-size: 1.8em;
  margin: 30px 0 20px;
  color: var(--font-color);
  text-align: left;
  font-weight: 700;
}

h3.ui-accordion-header a {
  color: #050a27;
}

.elm00214 label[for="address2"],
.elm00214 label[for="address3"] {
  display: var(--none) !important;
}

.addressList {
  width: var(--full-width);
}

.addressList {
  width: var(--full-width);
  font-family: "nunito-sans", sans-serif;
  color: #050a27;
  font-weight: 500;
  border: 2px solid var(--hover-color);
  margin: 0 0 30px;
  border-radius: 7px 0 7px 0;
}

.addresses {
  padding: 15px;
  background: #fff;
}

.addresses.pcLookupEven {
  background: #f4f4f9;
}

.addresses.pcLookupOdd {
  background: #f9f9f9;
}

h3#elm214paymentAddress {
  display: var(--none);
}

div#ui-accordion-elm214accordion-panel-3 {
  display: var(--none) !important;
}

.elm214cardDate {
  display: flex;
  width: var(--full-width);
}

.elm00214 .form-group {
  margin-bottom: 15px;
  display: flex;
  width: var(--full-width);
  flex-direction: column;
}

.elm214Summary {
  display: var(--none) !important;
}

.elm00214 label {
  font-family: "poppins", sans-serif;
  text-align: left;
  width: var(--full-width);
  font-size: 1.3em;
  margin: 0 0 0.7rem;
  font-weight: 500;
}

.elm00214 input,
.elm00214 select {
  border: 2px solid var(--prime-color);
  border-radius: 0;
  padding: 11px 12px 7px;
  height: auto;
}

h3.ui-accordion-header a {
  color: var(--font-color);
  cursor: default;
  text-decoration: var(--none);
}

.elm214nextbutt input {
  border: var(--none);
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  form#guestcheckoutform,
  .elm214setup {
    padding: 0;
  }
}

/* Guest end */

/* Index */

#index_hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/page/Hamper-Hero.webp");
  background-repeat: no-repeat;
  height: 50vh;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#hero_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background: rgba(0, 0, 0, 0.5);
  margin-inline: 5%;
  padding: 2rem;
}

#hero_title h1 {
  font-size: 6em;
  font-weight: 700;
}

#hero_title h3 {
  font-size: 2em;
}

#hero_title a {
  width: fit-content;
  background: #fff;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
  color: var(--font-color);
  transition: color 300ms, background 300ms;
  font-weight: 400;
}

#hero_title a:hover {
  text-decoration: var(--none);
  background: #407eca;
  color: #fff;
}

#heroBtn {
  display: flex;
  gap: 2rem;
}

#index_main {
  width: var(--full-width);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: var(--full-width);
  padding: 8rem 7%;
  margin: 0 auto;
  position: relative;
}

#sec_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 20px;
  width: var(--full-width);
  position: relative;
}

#sec_5_prod #sec_title {
  padding: 0 2rem;
}

#sec_title h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 39px;
}

#sec_title p {
  max-width: 925px;
  margin: 0 auto 3rem;
  font-size: 1.5em;
  font-weight: 300;
}

#sec_5_prod p {
  padding: 0 20px;
  margin-bottom: 1rem;
}

#sec_1_prod_slide,
#sec_2_prod_slide,
#sec_3_prod_slide,
#sec_4_prod_slide {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: var(--full-width);
}

#prod_slider,
#prod_slider_2,
#prod_slider_3 {
  max-width: calc(1400px + 1rem);
  margin: 0 auto;
  width: calc(100% + 1rem);
}

#prod_slider .slick-track,
#prod_slider_2 .slick-track,
#prod_slider_3 .slick-track {
  display: flex !important;
  gap: 1.2rem;
  margin-left: -0.5rem;
}

#prod_slider img,
#prod_slider_2 img,
#prod_slider_3 img {
  width: 500px;
  max-width: var(--full-width);
}

.phys_gift_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 2rem 0 0;
}

.phys_gift_text h4 {
  font-size: 1.25em;
  color: var(--font-color);
  text-align: left;
  height: auto;
  text-transform: uppercase;
  font-weight: 600;
}

.phys_gift_text p {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--font-color);
  text-align: left;
}

ul.slick-dots {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  list-style: var(--none);
  gap: 1rem;
  padding: 0;
  margin-top: 2rem;
}

.slick-dots button {
  border-radius: 30px;
  aspect-ratio: 1 / 1;
  display: flex !important;
  width: 12px;
  height: auto;
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #e9e9e9;
  box-shadow: var(--none);
  outline: var(--none);
  border: var(--none);
  transition: 0.1s all;
  cursor: pointer;
  overflow: hidden;
}

.slick-dots button:hover {
  background: var(--font-color);
  border-color: var(--font-color);
  color: var(--font-color);
}

.slick-dots button[aria-selected="true"] {
  background: var(--font-color);
  border-color: var(--font-color);
  color: var(--font-color);
}

.shopBtn {
  background-color: #5189ef;
  border-radius: 0;
  font-size: 1.3em;
  font-weight: 600;
  transition: color 300ms, background 300ms;
  padding: 1rem 3rem 1.2rem;
  color: #fff;
}

.shopBtn:hover {
  text-decoration: var(--none);
  background: #407eca;
  color: #fff;
}

#sec_2_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: calc(1400px);
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

#in_sec_2 {
  background-color: #fafafa;
  border-block: 1px solid rgb(232, 232, 232);
}

#sec_2_box > div {
  width: var(--full-width);
  border-radius: 0;
}

#sec_2_box img {
  max-width: var(--full-width);
  height: auto;
}

#sec_2_left {
  background: #f6c8d0;
}

#sec_2_centre {
  background: #bbdcd9;
}

#sec_2_right {
  background: #cce9f1;
}

.sec_2_text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 30px;
}

.sec_2_text h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 32.5px;
}

.sec_2_text p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27.2px;
  height: 85px;
}

.sec_2_text a {
  font-size: 1.3em;
  font-weight: 500;
  background: var(--prime-color);
  width: fit-content;
  padding: 1rem 3rem 1.2rem;
  border-radius: 0;
  color: #fff;
  transition: color 300ms, background 300ms;
}

.sec_2_text a:hover {
  text-decoration: var(--none);
  background: #407eca;
  color: #fff;
}

#in_sec_4 {
  background-color: #f7f6f4;
}

#in_sec_5 {
  background-color: #dce5f1;
}

#sec_5_prod {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8d8eb;
  max-width: calc(1400px + 1rem);
  margin: 0 auto;
  width: calc(100% + 1rem);
}

#sec_5_img {
  width: var(--full-width);
  height: 60vh;
  background: url("../images/gift_ideas/Sty-Hamper-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sec_5_prod #sec_title h1 {
  font-weight: bold;
  font-size: 44px;
}

#sec_5_prod a {
  width: fit-content;
  background: #fff;
  border-radius: 0;
  padding: 10px 25px 14px;
  font-size: 16px;
  color: var(--font-color);
  transition: color 300ms, background 300ms;
  font-weight: 400;
}

#sec_5_prod a:hover {
  text-decoration: var(--none);
  background: #407eca;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  #sec_2_box {
    grid-template-columns: repeat(2, 1fr);
  }

  #sec_5_prod #sec_title h1 {
    font-size: 30px;
  }
  #sec_5_prod p {
    font-size: 1.4em;
  }
  #sec_title h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 880px) {
  #sec_5_prod {
    width: var(--full-width);
    flex-direction: column;
    gap: 1rem;
  }
  #sec_5_prod #sec_title h1 {
    font-size: 24px;
    padding: 10px 0;
  }
  #sec_5_prod #sec_title {
    padding: 4rem 3rem;
  }
  #sec_5_img {
    height: auto;
    aspect-ratio: 2 / 1.1;
  }
}

@media screen and (max-width: 680px) {
  #sec_2_box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  #index_hero {
    height: 45vh;
  }
  #hero_title h1 {
    font-size: 4em;
  }
  #hero_title h3 {
    font-size: 1.6em;
  }
  .in_sec {
    padding: 4rem 5%;
  }
  #sec_2_box > div {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 630px) {
  .phys_gift_text h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 500px) {
  #sec_5_prod p {
    padding: 0;
  }
}

@media screen and (max-width: 440px) {
  #hero_title h1 {
    font-size: 2.4em;
  }
  #hero_title h3 {
    font-size: 1.2em;
  }
  #sec_title h2 {
    font-size: 2em;
  }
  #sec_title p {
    font-size: 1.2em;
  }
}
/* Index end */

/* About */
#retailer_hero {
  width: var(--full-width);
  padding: 0 7%;
  background: #f6f6f6;
}

#reta_hero_inner {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

#reta_hero_right {
  width: 50%;
  height: auto;
}

#reta_hero_right img {
  width: var(--full-width);
}

#reta_hero_left {
  text-align: left;
  width: 50%;
  padding: 3rem 8rem 3rem 0;
}

#reta_hero_left h1 {
  font-size: 3.4em;
  font-weight: 600;
}

#reta_hero_left p {
  margin: 2rem 0 1rem;
  font-size: 1.5em;
}

a.reta_her_but,
.wts_2_col_txt a {
  margin: 2rem auto 0 0;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 1px;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 0;
  padding: 1rem 3rem 1.2rem;
  width: fit-content;
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

.wts_2_col_txt a:hover,
a.reta_her_but:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

#del_inner {
  font-size: 1.5em;
}

#delivery_main {
  width: var(--full-width);
  padding: 8rem 7% 8rem;
  text-align: left;
}

#del_inner {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.5em;
}

@media only screen and (max-width: 1400px) {
  #reta_hero_left h1 {
    font-size: 2.7em;
  }
}

@media only screen and (max-width: 1250px) {
  #reta_hero_left h1 {
    font-size: 2.3em;
  }
}

@media only screen and (max-width: 1150px) {
  #reta_hero_left p {
    margin: 2rem 0 0.5rem;
    font-size: 1.35em;
  }

  #reta_hero_left h1 {
    font-size: 2.1em;
  }
}

@media only screen and (max-width: 1000px) {
  #reta_hero_inner {
    flex-direction: column;
  }

  #reta_hero_left,
  #reta_hero_right {
    width: var(--full-width);
  }

  #reta_hero_left {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 850px) {
  .sec_inner.banner_two {
    flex-direction: column;
    gap: 3rem;
  }

  #del_banner,
  #last_min_banner {
    max-width: var(--full-width);
  }
}

@media only screen and (max-width: 650px) {
  #cus_sec_3.retailer_faqs h3 {
    padding: 0 0;
  }

  #res_sec_2 h4 {
    font-size: 2em;
  }

  .sec p {
    font-size: 1.4em;
  }
}

/* Terms */

.module.COM00010 {
  background: #fff;
}

.wts_sec,
.sec {
  width: var(--full-width);
  padding: 8rem 7%;
}

#cus_sec_2,
#cus_sec_3,
#cus_sec_4 {
  border-top: 1px solid var(--font-color);
}

#cus_sec_2,
#cus_sec_3,
#cus_sec_4 {
  border-top: 1px solid var(--font-color);
}

.wts_sec_inner,
.sec_inner {
  margin: 0 auto;
  width: var(--full-width);
  max-width: 1400px;
}

.wts_sec p,
.sec p {
  margin: 0 auto 3rem;
  font-size: 1.5em;
  max-width: 925px;
}

.wts_retailers_title h3,
.sec_title h3 {
  font-size: 3.3em;
  font-weight: 700;
  margin: 0 auto 2rem;
}

.wts_sec_inner.cus_faqs {
  background: #f6f6f6;
}

.wts_sec_inner.cus_faqs {
  max-width: 1100px;
  margin-bottom: 2rem;
}

.faq {
  width: var(--full-width);
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 0rem 1.8rem;
}

.cus_faq_title {
  position: relative;
  width: var(--full-width);
  padding: 2.4rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cus_faq_title h6 {
  font-size: 1.37em;
  font-weight: 600;
  margin: 0;
  padding-right: 1.5rem;
  max-width: 95%;
}

.cus_faq_title svg {
  width: 12px;
  height: 14px;
  transition: 0.3s all;
}

.cus_faq_txt p,
.cus_faq_txt ol {
  max-width: var(--full-width);
  font-weight: 400;
  font-size: 1.4em;
  margin: 0 0 2rem;
  display: var(--none);
}

.cus_faq_txt ol li {
  margin: 0 0 1rem;
}

/* My Account */

div#contact_main {
  width: var(--full-width);
  padding: 10rem 7%;
}

#contact_inner {
  max-width: 1400px;
  margin: 0 auto;
}

#con_thirds {
  width: var(--full-width);
  justify-content: space-between;
  display: flex;
  gap: 4rem;
}

.con_three {
  background: #f6f6f6;
  padding: 0 0 2.5rem;
}

.con_three img {
  width: var(--full-width);
  margin: 0 0 2.5rem;
  height: auto;
}

.con_three h4 {
  font-size: 1.8em;
  margin: 0 0 1.5rem;
}

#contact_main.account_main a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 7px;
  padding: 10px 20px 6px;
  width: auto;
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

/* Searchcategory */

.elm82Title {
  display: var(--none);
}

.module.elm00005 {
  display: flex;
  width: var(--full-width);
  justify-content: center;
  padding: 10rem 8%;
  margin: 0 auto;
}

div#elm05productContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

.elm05product {
  width: var(--full-width);
  height: auto;
  border: var(--none);
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  border-radius: 0;
  margin: 0 auto;
  float: var(--none);
  transition: 0.3s all;
}

.elm05productimg {
  width: var(--full-width);
  height: auto;
  border: var(--none);
  border-bottom: 6px solid var(--prime-color);
  box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

img.elm05img {
  width: var(--full-width);
  height: auto;
}

.elm05desc {
  height: auto;
  padding: 1.5rem;
  font-size: 1.1em;
  color: #000;
  border-top: var(--none);
}

@media only screen and (max-width: 1100px) {
  div#elm05productContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  div#elm05productContainer {
    grid-template-columns: repeat(1, 1fr);
  }

  .elm05desc {
    padding: 1.3rem;
  }

  .elm00005 {
    padding: 6rem 10%;
  }
}

/* Search */

.elm206facetedNav.elm206facetedNavBig {
  display: var(--none) !important;
}

div#elm206facetedSearch {
  max-width: 1400px;
  margin: 0 auto;
  float: var(--none);
  width: var(--full-width);
}

.elm00206 {
  float: var(--none);
  width: var(--full-width);
  padding: 10rem 7%;
  margin: 0 auto;
}

.elm206facetedSearch {
  width: var(--full-width);
  float: var(--none);
  display: var(--none);
}

.elm206h2,
#fpagetop {
  display: var(--none);
}

div#elm206loader {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.elm206loadImg img {
  width: 122px;
}

.elm206loadMess {
  font-size: 2em;
  font-weight: 500;
  color: #000;
  font-family: "sofia-pro", sans-serif;
}

div.elm206ProductBegins {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 3rem 1rem;
}

.elm206product {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 0;
  width: var(--full-width);
  max-width: 350px;
  position: relative;
  overflow: visible;
}

.elm206ProdDetail {
  display: flex;
  flex-direction: column;
  width: var(--full-width);
  padding: 1.5rem 0;
}

.elm206Desc {
  float: var(--none);
  height: auto;
  max-height: var(--none);
  text-align: left;
}

.elm206prodImg {
  border: var(--none);
  display: inline-block;
  width: var(--full-width);
  height: auto;
}

.elm206prodImg img {
  width: var(--full-width);
  height: auto;
}

a.enk206Desc1 {
  font-size: 1.25em;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.elm206TopPrice {
  margin-top: 1rem;
  font-size: 1.2em;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
  text-align: left;
}

.elm206Paging {
  max-width: 1400px;
  margin: 7rem auto 0;
  float: var(--none);
}

#elm206facedDetail .elm206Paging:first-of-type {
  display: var(--none);
}

div#refine-search {
  display: var(--none) !important;
}

div#elm206overlay {
  background: #f6f6f6 !important;
}

.earlyBird {
  display: flex;
  width: 112px;
  background-color: #3769c4;
  border-radius: 50%;
  padding: 6px;
  color: #fff;
  height: auto;
  max-width: var(--full-width);
  position: absolute;
  top: -6px;
  right: -6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  aspect-ratio: 1 / 1;
  align-items: center;
  font-weight: 300;
  pointer-events: none;
}

#earlyBirdIndex {
  top: 0;
  right: 0;
}

#earlyBirdProd {
  text-align: center;
  top: -20px;
  left: -30px;
  right: 0;
}

.earlyBird a {
  color: #fff;
  font-size: 10px;
}

.elm206product.sold_out {
  pointer-events: none;
}

.elm206product.sold_out .elm206prodImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.7);
  pointer-events: none;
}

.elm206product.sold_out .elm206prodImg::after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4em;
  width: max-content;
  pointer-events: none;
}

.sold_out .elm206prodImg {
  position: relative;
}

.phys_gift_text .earlyBird {
  top: -90px;
  right: -3px;
}

@media only screen and (max-width: 1300px) {
  div.elm206ProductBegins {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 900px) {
  div.elm206ProductBegins {
    grid-template-columns: repeat(2, 1fr);
  }
  .elm00206 {
    padding: 8rem 7%;
  }
}

@media only screen and (max-width: 680px) {
  .elm206product.sold_out .elm206prodImg::after {
    font-size: 3em;
  }
}

@media screen and (max-width: 630px) {
  .earlyBird a {
    font-size: 10px;
  }
  .earlyBird {
    width: 112px;
  }
  .phys_gift_text .earlyBird {
    top: -100px;
    right: -9px;
  }
  .phys_gift_text h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 580px) {
  .elm00206 {
    padding: 7rem 7%;
  }
  div.elm206ProductBegins {
    gap: 3rem 2rem;
  }
}

@media only screen and (max-width: 500px) {
  .elm00206 {
    padding: 6rem 7%;
  }
  a.enk206Desc1 {
    font-size: 1.2em;
  }
  .elm206product.sold_out .elm206prodImg::after {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 440px) {
  .earlyBird {
    width: 74px;
  }
  .earlyBird a {
    font-size: 9px;
  }
  #earlyBirdIndex {
    top: 100px;
    right: -20px;
    z-index: 10;
  }
  .phys_gift_text h4 {
    font-size: 16px;
    height: auto;
  }
  .earlyBird a {
    font-size: 9px;
  }
  .earlyBird {
    width: 98px;
  }
  .phys_gift_text .earlyBird {
    top: -84px;
    right: -9px;
  }
}

@media only screen and (max-width: 420px) {
  div.elm206ProductBegins {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
  .elm206product.sold_out .elm206prodImg::after {
    font-size: 3em;
  }
}

.elm206loadImg img {
  display: var(--none);
}

.elm206loadImg {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.elm206loadImg:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.elm206loadImg:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Search End */

/***DETAIL***/
.elm00250 {
  padding: 5rem 7%;
  display: inline-block;
  width: var(--full-width);
  text-align: left;
  font-size: 1.2em;
}

div#carouselBegin,
.elm250_enlargeLink {
  display: var(--none);
}

h1.elm250_title {
  font-size: 2em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  color: var(--font-color);
}

#elm250imgcontainer {
  width: 50%;
  float: left;
}

.zoomPreload,
.zoomPup,
.zoomWindow {
  display: var(--none) !important;
}

.zoomPad {
  z-index: 0 !important;
  cursor: default !important;
  margin: 0 !important;
  position: static !important;
}

span.elm250price {
  color: #2b2d31;
}

span.elm250priceDesc {
  display: var(--none);
}

#carouselThumbNail {
  border: var(--none);
  width: var(--full-width);
  max-width: 550px;
  border-radius: 0;
}

.elm250_pricing {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
  max-width: calc(50% - 2rem);
  margin: 1rem 0 1rem auto;
  float: var(--none);
  color: var(--font-color);
}

#zoomWrapperElm {
  width: var(--full-width);
}

#elm250container {
  display: flex;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  gap: 6rem;
}

#elm250container a#top-anchor {
  display: var(--none);
}

#elm250Description p {
  margin: 0;
}

#elm250Description {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 2rem;
  height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
  font-weight: 300;
}

.elm250_code {
  margin: 1rem 0 1rem;
  font-size: 1em;
  font-weight: 800;
}

.numberQnt {
  width: var(--full-width);
  float: left;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  font-size: 1.5em;
  text-align: center;
  text-align-last: center;
}

span.minus,
span.plus {
  width: 49px;
  height: auto;
  padding: 0px 0 8px;
  cursor: pointer;
  user-select: var(--none);
  -webkit-user-select: var(--none);
  -khtml-user-select: var(--none);
  -moz-user-select: var(--none);
  -ms-user-select: var(--none);
  transition: 0.5s all;
  background: #fff;
  transition: 0.2s all;
  color: var(--font-color) !important;
}

span.minus,
span.plus,
.numberQnt input {
  border: 2px solid #eaeaea;
  color: var(--font-color);
  font-weight: 100;
  font-size: 1.8em;
  font-family: "sofia-pro", sans-serif;
  border-radius: 0;
  line-height: 1;
}

span.minus:hover,
span.plus:hover {
  background: #e2eced;
  color: var(--font-color) !important;
}

.numberQnt input {
  color: var(--font-color);
  border-left: 0;
  border-right: 0;
  text-align-last: center;
  font-size: 0.9em;
  width: var(--full-width);
  max-width: calc(100% - 100px);
  font-weight: 500;
}

.elm250_qty label,
.elm250qtyDropdown {
  display: var(--none) !important;
}

.elm250_buybutton {
  float: left;
  padding-left: 20px;
}

.elm250_qty {
  float: left;
  margin: 20px 0 0;
}

#addedToBasket {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--full-width);
  height: 100%;
  background: rgb(255 255 255 / 95%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #114294;
  text-align: center;
  padding: 0 10%;
}

#addBasWrap {
  display: var(--none);
}

#closeAdded {
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 35px;
  width: 40px;
  filter: grayscale(1) brightness(0);
}

#addedInner h3 {
  font-size: 2.5em;
  font-weight: 500;
  color: #000;
  font-family: "sofia-pro", sans-serif;
}

#addedBasButtons {
  margin: 10px 0 0;
  display: flex;
  width: var(--full-width);
  justify-content: space-between;
  gap: 20px;
}

#addedBasButtons a.addedBas {
  padding: 0.9rem 2.2rem;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6em;
  margin-top: 15px;
  transition: 0.5s all;
  border-radius: 0;
  color: #fff;
  box-shadow: var(--none);
  max-width: var(--full-width);
  width: 250px;
  background: var(--prime-color);
  border: 2px solid var(--prime-color);
  height: max-content;
  float: right;
  min-width: 130px;
  text-align: center;
  text-transform: var(--none);
}

#addedBasButtons a:hover {
  text-decoration: var(--none);
  background: #e2eced;
  color: var(--prime-color);
  border: 2px solid var(--prime-color);
}

#addedBasButtons a:focus {
  outline: var(--none);
  text-decoration: var(--none);
}

#addedBasButtons a:active {
  text-decoration: var(--none);
}

.elm250_qty label,
.elm250qtyDropdown {
  display: var(--none) !important;
}

.elm250_buybutton {
  float: left;
  padding-left: 0;
  margin: 0;
  width: 50%;
  display: flex;
  align-items: stretch;
}

.elm250_qty {
  float: left;
  margin: auto 0;
  width: 50%;
}

input.elm250buy {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 0;
  padding: 1rem 1rem 1.1rem;
  max-width: var(--full-width);
  width: var(--full-width);
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

input.elm250buy:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

input.elm250buy:focus {
  outline: var(--none);
  text-decoration: var(--none);
}

input.elm250buy:active {
  text-decoration: var(--none);
}

.elm250_imageViews {
  z-index: 0;
}

#elm250imgcontainer {
  position: relative;
}

.elm250descContainer {
  display: flex;
  flex-direction: column;
  width: var(--full-width);
  padding: 2rem 0 0;
  font-size: 1.1em;
}

#elm250prodoptions {
  display: flex;
  flex-direction: column;
  width: 55%;
  min-width: 700px;
}

#elm250fWrap {
  position: fixed;
  bottom: 0;
  width: var(--full-width);
  height: auto;
  padding: 1.5rem 7%;
  left: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
}

form.elm250ax {
  max-width: var(--full-width);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  width: var(--full-width);
  justify-content: space-between;
  gap: 4rem;
}

.elm250relatedProducts {
  display: var(--none);
}

.elm00250 input.elm48PriceBtn {
  display: inline-block;
}

.elm00250 .elm00048 {
  font-size: 0.85em;
}

/* .slick-track {
  display: flex !important;
  align-items: stretch !important;
} */

a#detail_gc_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto auto auto 0;
}

#detail_gc_link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s all;
}

#detail_gc_link span {
  margin-bottom: -2px;
  color: #000;
  font-weight: 500;
  font-size: 1.1em;
}

#detail_gc_link:hover {
  text-decoration: var(--none);
}

#detail_gc_link:hover svg {
  transform: translateX(5px);
}

span.elm250price::before {
  content: "Price: ";
}

.bodyPAG00037 .ui-widget-overlay.ui-front {
  position: fixed;
  z-index: 10;
}

.bodyPAG00037 .ui-dialog {
  z-index: 10;
  border: var(--none);
  padding: 0;
  width: 500px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.bodyPAG00037 .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: var(--none);
  overflow: auto;
  zoom: 1;
  border-radius: 0 !important;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  padding: 3rem;
  min-height: auto !important;
}

.bodyPAG00037 .CMSerrorarea {
  border: var(--none);
  background: var(--none);
  padding: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #000;
  font-weight: 200;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.1em;
}

.bodyPAG00037 .CMSerrorarea ul {
  padding: 0 0 0 15px;
}

.bodyPAG00037 .elm00250 .CMSerrorarea {
  margin: 0 auto 4rem;
  text-align: center;
  color: #e10000;
}

.bodyPAG00037 .popupError input {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 0;
  padding: 10px 10px 8px;
  max-width: 160px;
  width: var(--full-width);
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
  margin: 2rem auto 0 0;
  display: block;
}

.bodyPAG00037 .popupError input:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
  color: #fff;
}

.bodyPAG00037 .popupError input:focus {
  outline: var(--none);
  box-shadow: var(--none);
}

.bodyPAG00037 .CMSerrorarea b {
  font-size: 1.1em;
}

p.pre-order-txt {
  width: 100%;
  text-align: right;
  margin: 1rem 0 0;
  font-weight: 600;
  font-size: 1.1em;
}

p.pre_order_winterlux {
  font-size: 1.2em;
}

.pre_order_winterlux span {
  font-weight: 900;
  color: #b90909;
  text-transform: uppercase;
}

@media only screen and (max-width: 1480px) {
  div#elm250prodoptions {
    min-width: unset;
  }
}

@media only screen and (max-width: 1300px) {
  .elm250_pricing {
    font-size: 2em;
    max-width: calc(50% - 1rem);
  }

  form.elm250ax {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  div#elm250container {
    flex-direction: column;
    gap: 0;
  }

  #elm250prodoptions {
    width: var(--full-width);
  }

  #carouselThumbNail {
    max-width: 400px;
  }

  #elm250imgcontainer {
    padding: 0;
    width: var(--full-width);
    margin: 0 0 4rem;
  }
}

@media only screen and (max-width: 600px) {
  h1.elm250_title {
    font-size: 1.8em;
  }

  .elm250_pricing {
    font-size: 1.8em;
    max-width: var(--full-width);
  }

  .elm250descContainer {
    font-size: 1em;
  }

  .elm250_qty {
    width: 40%;
  }

  .elm250_buybutton {
    width: 55%;
  }

  #addedBasButtons {
    display: grid;
    gap: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  form.elm250ax {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .elm250_buybutton {
    width: var(--full-width);
  }

  .elm250_qty {
    width: var(--full-width);
  }
}

/***DETAIL end***/

/***BASKET***/
.elm00340 {
  padding: 7rem 7%;
  width: var(--full-width);
  color: var(--nav-font-color);
  display: inline-block;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.elm340basketContainer {
  max-width: 1400px;
  width: var(--full-width);
  margin: 0 auto;
  float: var(--none);
}

form[name="elm340basket"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: var(--full-width);
}

h1.elm340_title {
  text-align: left;
  width: var(--full-width);
  font-size: 2.6em;
  font-weight: 800;
  color: var(--nav-font-color);
  margin: 0 0 2.5rem;
}

.elm340product {
  width: var(--full-width);
  background: #fff;
  padding: 3rem;
  display: flex;
}

.elm340prods_wrap {
  display: flex;
  width: var(--full-width);
  flex-direction: column;
  gap: 2rem;
}

.elm340priceQty span:not(.elm340price span) {
  display: var(--none);
}

a#backShopping {
  display: var(--none);
}

.elm340prodTotal {
  display: var(--none);
}

.elm340image img {
  max-width: 165px;
  width: var(--full-width);
}

.elm340prodRow {
  width: var(--full-width);
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.elm340img_wrap_wrap {
  width: 35%;
}

.elm340productDetail {
  width: 65%;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}

.elm340productTitle a {
  color: var(--nav-font-color);
  font-weight: 700;
  font-size: 1.5em;
}

.elm340priceQty {
  font-size: 1.5em;
  font-weight: 700;
  margin: 1rem 0;
}

.elm340qtyBtns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.3em;
}

input.elm340qtyBtn {
  background: var(--none);
  border: 2px solid #eaeaea;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  transition: 0.2s all;
}

input.elm340qtyBtn:hover:not(input.elm340qtyBtn[disabled]:hover) {
  border: 2px solid var(--prime-color);
  background: #e4eefd;
}

.elm340qty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaeaea;
  border-width: 2px 0;
  padding: 0 1.8rem;
  font-weight: 700;
}

input.elm340delete {
  border: var(--none);
  background: var(--none);
  padding: 0;
  margin: 1rem 0 0;
  color: #528df7;
  font-weight: 700;
  font-size: 1.3em;
  width: fit-content;
}

input.elm340qtyBtn.elm340qtyBtnDown {
  padding: 0.5rem 1.8rem;
}

.elm340rightSection {
  text-align: left;
  background: #fff;
  padding: 3rem;
  max-width: 500px;
  margin: 0 0 0 auto;
}

#elm00341_basket #cmsErrorArea {
  grid-column: 1 / -1;
  margin: 0;
}

.elm341rightPanel h3 {
  width: var(--full-width);
  border-bottom: 2px solid #f6f6f6;
  padding: 0 0 1.3rem;
  margin: 0 0 1.3rem;
  font-size: 1.6em;
  font-weight: 800;
  color: var(--nav-font-color);
}

.elm340totalInner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 3rem;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--nav-font-color);
}

.elm340checkoutGTMBtn button {
  width: var(--full-width);
  padding: 1rem;
  font-weight: 700;
  font-size: 1.5em;
  border: var(--none);
  border-radius: 0;
  background: #528df7;
  color: #fff;
  transition: 0.2s all;
}

.elm340checkoutGTMBtn button:hover {
  background: var(--hover-color);
}

label.basProdLab {
  margin: 1rem 0 0.5rem;
  font-size: 1em;
}

input.elm340qtyBtn[disabled] {
  color: #eaeaea;
}

.elm340emptyMessage {
  font-size: 1.7em;
  text-align: left;
}

.elm340qty {
  width: fit-content;
  padding-top: 4px;
  padding-bottom: 4px;
}

input#backShopping {
  display: var(--none);
}

.elm00341 {
  width: var(--full-width);
  padding: 6rem 7%;
  background: #f6f6f6;
  margin: 0 0 10px;
}

.elm341_title {
  text-align: left;
  width: var(--full-width);
  font-size: 2.6em;
  font-weight: 800;
  color: var(--nav-font-color);
  margin: 0 0 2.5rem;
}

.elm341miniBasket {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
}

.elm341fullWrap {
  width: var(--full-width);
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.elm341rightPanel {
  text-align: left;
  background: #fff;
  padding: 3rem;
  max-width: 500px;
  margin: 0 0 0 auto;
}

.elm341product {
  width: var(--full-width);
  background: #fff;
  padding: 3rem;
  display: flex;
}

.elm341prodInner {
  display: flex;
}

.elm341image img {
  max-width: 165px;
  width: 165px;
}

.elm341prodDetail {
  text-align: left;
  padding-left: 6rem;
}

.elm341prodDelDate {
  display: var(--none);
}

.elm341productTitle a {
  color: var(--nav-font-color);
  font-weight: 700;
  font-size: 1.5em;
}

.elm341Price {
  font-size: 1.5em;
  font-weight: 700;
  margin: 1rem 0;
}

select.elm341dropdown {
  border: 2px solid #eaeaea;
  box-shadow: var(--none);
  border-radius: 0;
  height: auto;
  font-weight: 600;
  font-size: 1.3em;
  max-width: 85px;
}

input.elm341delete {
  background: var(--none);
  border: var(--none);
  padding: 0;
  border: var(--none);
  background: var(--none);
  padding: 0;
  margin: 0 auto 0 0;
  color: #528df7;
  font-weight: 700;
  font-size: 1.3em;
  width: fit-content;
}

.elm341blankBasket {
  font-size: 1.7em;
  text-align: left;
}

#elm341products {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.elm341contContainer {
  display: var(--none);
}

div#elm341totals {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--nav-font-color);
  width: 100%;
}

.elm341sub,
.elm341totalWrap {
  display: flex;
  gap: 11px;
  margin: 0 0 1rem;
}

a.elm341updateBtn {
  width: var(--full-width);
  padding: 1rem;
  font-weight: 500;
  font-size: 1.5em;
  border: var(--none);
  border-radius: 0;
  background: #528df7;
  color: #fff;
  transition: 0.2s all;
  display: block;
  text-align: center;
}

a.elm341updateBtn:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

.elm341fullWrap a#top-anchor {
  display: var(--none);
}

.elm341vouchAccordion {
  display: var(--none);
}

#elm341SourceWrap input#source {
  border: 2px solid #eaeaea;
  box-shadow: var(--none);
  border-radius: 0;
  height: auto;
  font-weight: 600;
  font-size: 1.3em;
  max-width: var(--full-width);
}

input.elm341sourceBtn {
  border: none;
  background: #528df7;
  padding: 7px 5px 9px;
  margin: 29px auto 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  width: 46%;
  float: right;
}

input.elm341sourceBtn:hover {
  background: var(--hover-color);
}

.elm341product.gc_no_click a {
  pointer-events: var(--none);
  cursor: default;
}

.elm341sourceCode .form-group {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1200px) {
  .elm341prodDetail {
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 995px) {
  form[name="elm340basket"],
  .elm341fullWrap {
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .elm340rightSection {
    max-width: var(--full-width);
  }
  .elm340checkoutGTMBtn button {
    max-width: fit-content;
    padding: 1rem 3rem;
  }
  .elm341rightPanel {
    width: var(--full-width);
    max-width: var(--full-width);
  }
}

@media only screen and (max-width: 600px) {
  .elm341image img {
    max-width: 115px;
  }
}

@media only screen and (max-width: 500px) {
  .elm340product,
  .elm341product {
    padding: 2rem;
    font-size: 0.9em;
  }
  .elm340productDetail,
  .elm341prodDetail {
    padding-left: 2rem;
  }
  .elm341rightPanel {
    padding: 2rem;
  }
}

@media only screen and (max-width: 400px) {
  .elm341image img {
    max-width: 90px;
  }
  div#elm341totals {
    font-size: 1.1em;
  }
  .elm341sourceCode .form-group {
    width: 100%;
    float: left;
  }
  input.elm341sourceBtn {
    margin: 0px auto 2rem auto;
    width: 100%;
  }
}
/***BASKET end***/

/***PERSONAL DETAIL***/
.module.elm00032,
.module.elm00033,
.elm00036 {
  padding: 7rem 7%;
  width: var(--full-width);
  background: #f6f6f6;
  border-bottom: 10px solid #fff;
}

.elm36Order {
  margin: 0 auto;
}

.elm32personalDetails,
.elm33Password {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.elm32marketingCont {
  display: var(--none);
}

p.elm32text,
p.elm33text {
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.3em;
  max-width: 470px;
}

.elm32h2,
.elm33h2 {
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 400;
  color: var(--font-color);
  margin: 0 0 3rem;
  text-align: center;
}

.elm32maindetails h3,
.elm33Password h3 {
  font-size: 1.7em;
  margin: 4rem 0 1rem;
  font-weight: 500;
  color: #1c244b;
}

.elm32maindetails label,
.elm33Password label {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: var(--full-width);
}

.elm32maindetails select,
.elm32maindetails input,
.elm33Password input {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

input#postcodeLookupBtn {
  margin: 2rem auto 1rem 0;
  width: fit-content;
  padding: 10px 30px 7px;
  background: var(--prime-color);
  color: #fff;
  transition: 0.2s all;
  border-radius: 7px;
  border: var(--none);
}

input#postcodeLookupBtn:hover {
  background: #1c3346;
}

input.elm32next,
input.elm33next {
  margin: 1rem auto 0;
  float: var(--none);
  background: var(--font-color);
  border: var(--none);
  padding: 8px 20px;
  color: #fff;
  font-size: 1.3em;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  transition: 0.2s all;
  max-width: var(--full-width);
  width: var(--full-width);
  letter-spacing: 0.02em;
  text-align: center;
}

input.elm32next:hover,
input.elm33next:hover {
  background: var(--prime-color);
}

.elm32buttons,
.elm33buttons {
  display: flex;
}

.elm33buttons a.elm33next {
  display: var(--none);
}

.elm00032 p.elm32text {
  display: var(--none);
}

.elm32maindetails {
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  max-width: 450px;
}

.elm32persCont h3:first-of-type {
  margin-top: 0;
}

.elm00032 h3 {
  display: var(--none);
}

.elm33maindetails {
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  max-width: 450px;
}

p.elm33text {
  display: var(--none);
}

@media only screen and (max-width: 1000px) {
  .elm32h2,
  .elm33h2 {
    font-size: 2.5em;
  }

  .elm32maindetails h3,
  .elm33Password h3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 460px) {
  .elm32h2,
  .elm33h2 {
    font-size: 2em;
  }

  .elm32maindetails h3,
  .elm33Password h3 {
    font-size: 1.4em;
  }

  .elm32maindetails select,
  .elm32maindetails input {
    font-size: 1.2em;
  }

  .elm32maindetails label,
  .elm33Password label {
    font-size: 1.3em;
  }

  input.elm32next,
  input.elm33next {
    margin: 2rem 0 0 auto;
  }

  .module.elm00032,
  .elm00033 {
    padding: 6rem 7%;
  }
}

/***PERSONAL DETAIL end***/

/***CHANGE PASSWORD***/
.elm36Order h2 {
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 400;
  color: var(--font-color);
  margin: 0 0 3rem;
  text-align: center;
}

.elm36maindetails {
  font-size: 1.3em;
}

.elm36Order {
  margin: 0 auto;
  max-width: 1400px;
}

/***CHANGE PASSWORD end***/

/***FAQs***/
.faqContain {
  background-color: #fff;
}

div#faq_main {
  padding: 0 7%;
  width: var(--full-width);
}

#contact_faqs {
  max-width: 1400px;
  text-align: left;
  margin: 4rem auto 10rem;
  width: var(--full-width);
}

.accord p {
  padding: 3rem;
  background: #f6f6f6;
  display: var(--none);
  margin: 0;
}

#contact_faqs h2 {
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 2rem;
}

.accord h3 {
  padding: 1.5rem 2rem 1.2rem;
  background: var(--prime-color);
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  cursor: pointer;
}

.accord {
  width: var(--full-width);
  margin: 0 0 2rem;
  font-size: 0.95em;
}

.bodyPAG00046 .wts_sec {
  border: var(--none) !important;
}

div#faq_sec_2,
div#faq_sec_3,
div#faq_sec_4,
div#faq_sec_5 {
  padding-top: 0;
}

.bodyPAG00046 .wts_sec_inner.wts_retailers_title {
  font-size: 0.8em;
  text-align: left;
  max-width: 1100px;
}

@media only screen and (max-width: 400px) {
  .accord h3 {
    padding: 1.5rem 1.5rem;
    font-size: 1em;
  }
}

/***FAQs end***/

/***ORDERCONF***/
#wrapFor294 {
  padding: 10rem 10%;
  display: flex;
  flex-direction: column;
}

.elm00294 {
  max-width: 1500px;
  margin: 0 auto;
  width: var(--full-width);
  padding: 9rem 8%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70vh;
}

.elm294createAcc,
.elm294image,
#elm294orderDet,
#elm294print {
  display: var(--none);
}

.elm294_thanks {
  margin: 0 auto 1rem;
  font-size: 1.7em;
}

p#emailConfInfo {
  margin: 0 auto 3rem;
}

.elm294ordNo span {
  padding-left: 6px;
  font-family: silkamedium, sans-serif;
  font-size: 20px;
}

.elm294continue a {
  width: max-content;
  display: block;
  transition: 0.2s all;
  border: var(--none);
  box-shadow: var(--none);
  margin: 5rem 0 0 auto;
  height: auto;
  padding: 0.7rem 3rem;
  background: #009fdf;
  color: #fff;
  border-radius: 7px;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.elm294continue a:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
  color: #fff;
}

.elm294continue a:focus {
  outline: var(--none);
  text-decoration: var(--none);
}

.elm294continue a:active {
  text-decoration: var(--none);
}

p.elm32text {
  font-size: 42px;
}

h1.elm294_title {
  display: var(--none);
}

.elm206PerPage {
  display: var(--none);
}

@media only screen and (max-width: 1024px) {
  p.elm32text {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  p.elm32text {
    font-size: 25px;
    padding: 0;
  }
}

/***ORDERCONF end***/

/***CUSTOMER SUPPORT***/
.wts_sec_inner.cus_icons {
  display: grid;
  grid-template-columns: calc(33.333% - 2rem) calc(33.333% - 2rem) calc(
      33.333% - 2rem
    );
  gap: 3rem;
  margin-bottom: 2rem;
}

a.cus_icon {
  transition: 0.2s all;
  background: #f2f2f2;
  border-radius: 20px;
}

a.cus_icon svg,
a.cus_icon img {
  width: 70px;
  height: 70px;
}

a.cus_icon {
  transition: 0.2s all;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

a.cus_icon h5 {
  font-size: 1.25em;
  color: var(--font-color);
  letter-spacing: 2px;
  font-weight: 600;
}

a.cus_icon:hover {
  text-decoration: var(--none);
  transform: scale(1.05);
}

#cus_hero_inner {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#cus_hero {
  width: var(--full-width);
  padding: 15rem 7%;
  text-align: left;
  background-image: url(../images/page/cus_hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

#cus_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full-width);
  height: 100%;
  background: rgb(0 0 0 / 25%);
}

#cus_hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4.5em;
  text-shadow: 0 0 10px rgb(0 0 0 / 0.6);
}

.cus_video video {
  width: var(--full-width);
  max-width: 1000px;
  margin-top: 1rem;
}

#cus_sec_2 h3 {
  font-size: 5.7em;
  color: var(--font-color);
}

#cus_sec_2 p {
  max-width: 670px;
  color: var(--font-color);
  font-weight: 300;
}

#cus_sec_2 p span {
  font-weight: 600;
}

#cus_sec_2,
#cus_sec_3,
#cus_sec_4 {
  border-top: 1px solid var(--font-color);
}

.wts_sec_inner.cus_video {
  margin-bottom: 1.5rem;
}

.faq {
  width: var(--full-width);
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 0rem 1.8rem;
}

.cus_faq_txt p,
.cus_faq_txt ol {
  max-width: var(--full-width);
  font-weight: 400;
  font-size: 1.4em;
  margin: 0 0 2rem;
  display: var(--none);
}

.cus_faq_txt ol li {
  margin: 0 0 1rem;
}

.wts_sec_inner.cus_faqs {
  max-width: 1100px;
}

.cus_faq_title {
  position: relative;
  width: var(--full-width);
  padding: 2.4rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cus_faq_title h6 {
  font-size: 1.37em;
  font-weight: 600;
  margin: 0;
  padding-right: 1.5rem;
  max-width: 95%;
}

.cus_faq_title svg {
  width: 12px;
  height: 14px;
  transition: 0.3s all;
}

.cus_faq_title.active svg {
  transform: rotate(180deg);
}

#cus_sec_4 h3 {
  text-align: left;
}

.wts_sec_inner.cus_qs {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.qs_col {
  width: 25%;
  padding: 2rem 2rem 8rem;
  text-align: left;
  border-right: 1px solid var(--font-color);
}

.qs_col:last-of-type {
  border: var(--none);
}

.qs_col_inner {
  max-width: 260px;
  margin: 0 auto;
}

.qs_col.qs_col_1 .qs_col_inner {
  margin-left: 0;
}

.qs_col.qs_col_4 .qs_col_inner {
  background-image: url(../images/page/cus_sup_qs.jpg);
  background-size: cover;
  background-position: center;
  width: var(--full-width);
  height: 100%;
  max-width: var(--full-width);
}

.qs_col.qs_col_3 {
  border: var(--none);
}

.qs_col h4 {
  font-size: 1.7em;
  font-weight: 700;
}

.qs_col p {
  font-size: 1.45em;
  margin: 2rem 0 2.5rem;
}

.qs_col p a {
  color: var(--font-color);
  margin-top: 1rem;
  display: block;
  width: var(--full-width);
}

.qs_col.qs_col_4 {
  padding: 0;
  margin: 0 0 0 auto;
}

a.qs_but {
  display: block;
  padding: 1.1rem 3rem;
  color: var(--font-color);
  font-weight: 700;
  font-size: 1.25em;
  border: 2px solid var(--font-color);
  border-radius: 30px;
  width: max-content;
  transition: 0.2s all;
}

a.qs_but:hover {
  text-decoration: var(--none);
  color: #fff;
  background-color: var(--font-color);
}

.qs_col.qs_col_1 {
  padding: 2rem 2rem 5rem 0;
  width: calc(25% - 2rem);
}

.qs_col.qs_col_3 p {
  margin-bottom: 0;
}

.faq:last-of-type {
  border-bottom: 1px solid #ccc;
}

.wts_sec_inner.cus_faqs {
  max-width: 1100px;
  margin-bottom: 2rem;
}

.qs_col_inner span {
  margin: 1.1rem 0 0;
  display: block;
}

.COM00005 .wts_sec_inner {
  max-width: 1100px;
  text-align: left;
}

.COM00005 .wts_sec_inner.wts_retailers_title {
  font-size: 0.7em;
}

.COM00005 .wts_sec_inner.wts_retailers_title p {
  font-size: 2em;
  max-width: var(--full-width);
}

.module.COM00005 {
  background: #f6f6f6;
}

.COM00005 .wts_sec_inner.cus_faqs {
  background: #fff;
}

.faq_sec {
  padding: 4rem 7%;
}

#faq_sec_5.faq_sec {
  padding-bottom: 8rem;
}

#faq_sec_1.faq_sec {
  padding-top: 0;
}

.faq_sec .wts_retailers_title h3 {
  font-size: 2.4em;
}

.contactLink {
  color: var(--font-color);
  margin-top: 1rem;
  display: block;
  width: var(--full-width);
  font-size: 1.45em;
}

@media only screen and (max-width: 1500px) {
  .qs_col {
    padding: 2rem 2rem 5rem;
  }

  .qs_col p {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 1400px) {
  #cus_hero {
    padding: 12rem 7%;
  }
}

@media only screen and (max-width: 1270px) {
  .qs_col.qs_col_4 {
    display: var(--none);
  }

  .qs_col {
    width: 33.333%;
  }

  .qs_col.qs_col_1 {
    width: calc(33.333% - 2rem);
  }

  #cus_hero h1 {
    font-size: 4em;
  }

  #cus_hero {
    padding: 11rem 7%;
  }
}

@media only screen and (max-width: 1050px) {
  a.cus_icon svg,
  a.cus_icon img {
    width: 50px;
    height: 50px;
  }

  a.cus_icon {
    padding: 5rem 2rem;
  }

  #cus_hero {
    padding: 10rem 7%;
  }

  #cus_hero h1 {
    font-size: 3.6em;
  }
}

@media only screen and (max-width: 950px) {
  .qs_col {
    width: var(--full-width) !important;
    border: var(--none);
    padding: 0 !important;
  }

  .wts_sec_inner.cus_qs {
    flex-direction: column;
    gap: 5rem;
  }

  .qs_col_inner {
    max-width: var(--full-width);
  }

  .wts_sec_inner.cus_icons {
    grid-template-columns: calc(50% - 1.5rem) calc(50% - 1.5rem);
  }

  #cus_sec_2 h3 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 900px) {
  #cus_hero h1 {
    font-size: 3.4em;
  }

  #cus_hero {
    padding: 9rem 7%;
  }
}

@media only screen and (max-width: 700px) {
  .qs_col.qs_col_4 {
    display: block;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  a.cus_icon svg,
  a.cus_icon img {
    width: 45px;
    height: 45px;
  }

  a.cus_icon h5 {
    font-size: 1.2em;
  }

  #cus_hero {
    padding: 8rem 7%;
  }

  #cus_hero h1 {
    font-size: 3.1em;
  }
}

@media only screen and (max-width: 650px) {
  .faq {
    padding: 0;
    font-size: 0.9em;
  }

  #cus_sec_2 h3 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 580px) {
  .wts_sec_inner.cus_icons {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 550px) {
  #cus_hero {
    padding: 7rem 7%;
  }
}

@media only screen and (max-width: 450px) {
  #cus_hero h1 {
    font-size: 2.8em;
  }

  .faq_sec .wts_retailers_title h3 {
    font-size: 2em;
  }
}

/***CUSTOMER SUPPORT end***/

/***COOKIES***/
.cookieControl {
  width: var(--full-width);
  right: auto;
  left: 0;
  max-width: var(--full-width);
  bottom: 0;
  border: var(--none);
  border-radius: 0;
  background: #f6f6f6;
  color: #222;
  font-family: "sofia-pro", sans-serif;
  opacity: 1;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.3);
  padding: 3rem 7%;
  z-index: 6;
}

.cookie_inner {
  width: var(--full-width);
  max-width: 1400px;
  margin: 0 auto;
}

.cookieCtlHeader {
  color: #327fef;
  font-size: 2.5em;
  font-weight: 500;
}

.cookieCtlContents {
  font-size: 1.46em;
  margin: 0.5rem auto 2rem;
}

.cookieControlBtns {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto;
  gap: 2rem;
}

input.cookieCtlButtons {
  width: auto;
  margin: 0;
  padding: 1rem 4rem;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: var(--e-global-color-ca995d8);
  color: var(--e-global-color-ca995d8);
  background-color: var(--prime-color);
  color: #fff;
  border: var(--none);
  font-size: 1.2em;
  transition: 0.2s all;
}

input.cookieCtlButtons:hover {
  background-color: var(--hover-color);
}

.cookieCtlContents {
  font-size: 1.46em;
  margin: 0.5rem auto 2rem;
  max-width: 581px;
}

@media only screen and (max-width: 600px) {
  input.cookieCtlButtons {
    padding: 0.8rem 3rem;
    font-size: 1.1em;
  }

  .cookieCtlHeader {
    font-size: 2em;
  }

  .cookieCtlContents {
    font-size: 1.3em;
  }

  .cookieControlBtns {
    gap: 1rem;
  }
}

/***COOKIES end***/

/***REGISTER***/
.bodyPAG00044 #pagecell1 {
  padding: 7rem 7%;
  width: var(--full-width);
  background: #f6f6f6;
  border-bottom: 10px solid #fff;
}

.elm21maindetails form {
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  max-width: 450px;
}

.elm21maindetails {
  width: var(--full-width);
}

h1.elm21h2 {
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 400;
  color: var(--font-color);
  margin: 0 0 3rem;
}

p.elm21text {
  display: var(--none);
}

h3.elm21h3 {
  display: var(--none);
}

.elmerrorarea p {
  font-size: 13px;
}

.elm00021 label {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: var(--full-width);
}

.elm00021 input,
.elm00021 select {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

.elmerrorarea {
  color: #f11150;
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}

.elm00021 .form-group {
  margin-bottom: 20px;
}

input#postcodeLookupBtn {
  margin: 1rem auto 0;
  float: var(--none);
  padding: 7px 20px;
  font-size: 1.1em;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  transition: 0.1s all;
  max-width: var(--full-width);
  width: var(--full-width);
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid var(--prime-color);
  background: var(--prime-color);
  color: #fff;
}

input#postcodeLookupBtn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
}

.hideThis {
  display: var(--none) !important;
}

input.elm21next {
  margin: 1rem auto 0;
  float: var(--none);
  background: var(--font-color);
  border: var(--none);
  padding: 8px 20px;
  color: #fff;
  font-size: 1.3em;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  transition: 0.2s all;
  max-width: var(--full-width);
  width: var(--full-width);
  letter-spacing: 0.02em;
  text-align: center;
}

input.elm21next:hover {
  background: var(--prime-color);
}

.elm00021 #postcodeLookupAddressForm {
  display: var(--none);
}

/***REGISTER end***/

/***FORGOT***/
.module.elm00038 {
  background: var(--none);
  margin: 0 auto;
}

.elm00038 form {
  margin: 0;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
}

.elm38h2 {
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 400;
  color: var(--font-color);
  margin: 0 0 3rem;
}

.elm38h3 {
  font-size: 1.3em;
  text-align: left;
  margin: 0 0 2.5rem;
}

.elm00038 label {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 1.25em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: var(--full-width);
}

.elm00038 input {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

.elm00038 input.next {
  margin: 1rem auto 0;
  float: var(--none);
  background: var(--font-color);
  border: var(--none);
  padding: 7px 20px;
  color: #fff;
  font-size: 1.38em;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  transition: 0.2s all;
  max-width: var(--full-width);
  width: var(--full-width);
  letter-spacing: 0.02em;
  text-align: center;
}

.elm38Forgot {
  max-width: 450px;
  margin: 0 auto;
}

.addressList {
  border: var(--none);
  border-radius: 0;
}

/***FORGOT end***/

/***DELADD***/
.elm347basket,
.elm347PaymentCardDetails {
  display: var(--none);
}

.elm00347 {
  width: var(--full-width);
  display: block;
  padding: 5rem 7%;
}

#elm347 {
  max-width: 1400px;
  margin: 0 auto;
  width: var(--full-width);
}

body.bodyPAG00009 {
  background: #f6f6f6;
  font-family: "sofia-pro", sans-serif;
}

.checkout_left {
  text-align: left;
  width: 60%;
}

.checkout_main_sec {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 2rem;
}

#pymDetail {
  text-align: left;
  padding: 3rem;
  background: #fff;
}

h1.elm347h1 {
  text-align: left;
  width: var(--full-width);
  padding: 0 0 2rem;
  font-weight: 800;
  font-size: 2em;
}

.g_card_buttons a {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.8rem 1rem;
  background: var(--prime-color);
  border-radius: 0;
  color: #fff;
  transition: 0.2s all;
  display: inline-block;
  width: 48%;
  text-align: center;
}

.g_card_buttons a:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

.elmUnits_1,
.elmUnits_3,
#elm347form .elm347NeedCCDiv,
#elm347form .elm347_deliverby,
#elm347formGiftdiv .elm347payPal {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 2rem;
  margin: 0 0 2rem;
}

.elmUnits_3 {
  margin: 2rem 0;
}

.elm347FieldDiv.elm347_poref.form-group {
  display: var(--none);
}

#elm347form .postCodeLookupContainer,
#elm347formGiftdiv .postCodeLookupContainer {
  background: #fff;
  padding: 2rem;
  margin: 2rem 0;
}

h3.el347_sub_tits {
  font-weight: 800;
  font-size: 1.5em;
  margin: 0 0 1rem;
}

h3.elm347h3 {
  display: var(--none);
}

.elm347orderOptions {
  padding: 2rem;
  background: #fff;
  margin: 0 0 2rem;
}

form[name="giftform"] .form-group {
  margin: 0;
}

.elm347_deliverby,
.elm347deliveryDate {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.elm347radiotext {
  font-size: 1.4em;
}

.elm347radio.radio-inline,
.elm347DDradio.elm347Radio {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  flex-direction: row-reverse;
  font-size: 1.3em;
  font-weight: 500;
  width: fit-content;
  cursor: default;
}

.elm347DDradio.elm347Radio {
  flex-direction: row;
}

.radio-inline input[type="radio"],
.elm347DDradio.elm347Radio input[type="radio"] {
  position: static;
  margin: 0;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
}

.elm347radiotext {
  font-size: 1.4em;
  margin: 0 auto 0 0;
  font-weight: 800;
}

label.elm347label {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 1.25em;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: var(--full-width);
}

.elm00347 select,
.elm00347 input {
  width: var(--full-width);
  height: auto;
  font-size: 1.2em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

#elm347form .elmUnits_3 .elm347_deliverby {
  padding: 0;
  background: var(--none);
}

#elm347_buttonsection,
#elm347_giftButtons {
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}

input#postcodeLookupBtn,
input#postcodeLookupBtn_elm347formGift {
  font-weight: 700;
  margin: 1rem auto 0 0;
  padding: 1rem 3rem;
  background: var(--prime-color);
  border-radius: 0;
  color: #fff;
  transition: 0.2s all;
  display: inline-block;
  width: fit-content;
  border: var(--none);
}

input#postcodeLookupBtn:hover,
input#postcodeLookupBtn_elm347formGift:hover {
  background: var(--hover-color);
}

h3.el347_paym_tit {
  font-weight: 800;
  font-size: 1.7em;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #eaeaea;
}

#pymDetail {
  text-align: left;
  padding: 2rem;
  background: #fff;
  width: 320px;
  max-width: var(--full-width);
  position: sticky;
  top: 2rem;
}

.elm00347 #proceed,
.elm00347 #continue {
  font-weight: 700;
  margin: auto auto 0 0;
  padding: 1rem 3rem;
  background: var(--prime-color);
  border-radius: 0;
  color: #fff;
  transition: 0.2s all;
  display: inline-block;
  border: var(--none);
  font-size: 1.3em;
  border: 1px solid var(--prime-color);
}

.elm00347 #continue {
  background: #fff;
  color: var(--font-color);
}

.elm347PaymentTotals {
  font-size: 1.3em;
}

.elm347_del_ops {
  margin: 2rem 0 0 !important;
}

#elm347formGiftdiv .elm347_giftdetails {
  padding: 2rem;
  background: #fff;
  margin: 0 0 2rem;
}

#added_paym_dets,
#elm347formGiftdiv .elm347FieldDiv.elm347_pym,
#elm347formGiftdiv .elm347_deliverby {
  padding: 2rem;
  background: #fff;
  margin: 0 0 2rem !important;
}

.elm00347 .form-group {
  display: inline-block;
  width: var(--full-width);
}

div#deliveryMethodGift,
#deliveryMethod {
  font-size: 1.3em;
}

label.elm347label:empty {
  display: var(--none) !important;
}

.elmUnits_1.active,
.postCodeLookupContainer.active,
.elmUnits_3.active,
.elm347NeedCCDiv.active {
  outline: 2px solid var(--prime-color);
}

.elmfieldDiv2.radio-inline {
  padding: 0;
  margin: 0;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin: 0;
  padding: 0;
}

table.elm214table.table {
  margin: 0;
  border: 1px solid #eaeaea;
  font-size: 0.9em;
}

table.elm214table.table td {
  border-color: #eaeaea;
}

.checkout_payment {
  max-width: 40%;
}

#added_paym_dets p {
  font-size: 1.3em;
  margin: 0;
}

input#datepicker,
input#datepickergift {
  width: auto;
  cursor: pointer;
  font-weight: 700;
  margin: auto auto 0 0;
  padding: 1rem 3rem;
  background: var(--prime-color);
  border-radius: 0;
  color: #fff;
  transition: 0.2s all;
  display: inline-block;
  border: var(--none);
  text-align: center;
  font-size: 1.3em;
}

#elm347formGiftdiv .elm347FieldDiv.elm347_pym label.elm347label {
  font-weight: 800;
  font-size: 1.5em;
  margin: 0 0 1rem;
}

#elm347formGiftdiv .elm347_deliverby .elm347radiotext {
  font-weight: 800;
  font-size: 1.5em;
  margin: 0 0 1rem;
}

.deladd_checkbox {
  width: 100%;
  display: flex;
  background-color: #fff;
  flex-direction: column;
}

.agree-chk,
.marketAgree {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.25em;
  padding: 20px;
}

.agree-chk input,
.marketAgree input {
  width: 15px;
  padding: 0;
  margin: 0;
  height: 15px;
  position: relative;
  appearance: auto;
  -webkit-appearance: auto;
}

#checkout_login {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 2rem;
  margin: 0 0 2rem;
}

#check_log_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check_log_txt p {
  margin: 0;
  font-size: 1.3em;
}

.check_log_buttons a {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.8rem 2rem;
  background: var(--prime-color);
  border-radius: 0;
  color: #fff;
  transition: 0.2s all;
  display: inline-block;
  width: auto;
  text-align: center;
}

.check_log_buttons a:hover {
  text-decoration: var(--none);
}

.elm347Payment a {
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
}

.elm347Payment a:hover {
  text-decoration: var(--none);
}

.deladd_checkbox {
  width: var(--full-width);
  display: flex;
  background-color: #fff;
}

.agree-chk {
  width: var(--full-width);
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.25em;
  padding: 20px;
}

.agree-chk input {
  width: fit-content;
  padding: 0;
  margin: 0;
}

.check_log_buttons {
  display: grid;
  gap: 1rem;
}

.agree-chk p {
  margin: 0;
}

.marketAgree {
  padding-bottom: 0;
}

.check_log_buttons {
  display: grid;
  gap: 1rem;
}

/* .COM00017 {
  display: var(--none);
} */

.elm00347 input[type="radio"] {
  width: 15px;
  height: 15px;
  padding: 0;
  position: relative;
  -webkit-appearance: auto;
  appearance: auto;
}

.elm347NeedCCDiv .elm347FieldDiv.elm347_pym {
  display: var(--none);
}

.elm347payPal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.elm347_paypal .elm347Radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.3em;
}

#elm347formGiftdiv .elm347payPal h3.el347_sub_tits {
  margin: 0;
}

.accepted_pay_meth img {
  width: var(--full-width);
}

.accepted_pay_meth {
  width: 59px;
  max-width: calc(20% - 0.8rem);
}

#accepted_pay_meths {
  display: flex;
  width: var(--full-width);
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 0;
}

.accepted_pay_meth img {
  width: var(--full-width);
  filter: drop-shadow(-1px 2px 3px rgb(0, 0, 0, 0.2));
}

.elm347PaymentCardDetails {
  display: var(--none);
}

p.del_date_notice {
  font-size: 1.2em;
}

#checkout_login {
  display: none !important;
}

.ui-datepicker-calendar tr td.ui-datepicker-week-end:first-of-type {
  pointer-events: none;
}

.ui-datepicker-calendar tr td.ui-datepicker-week-end:first-of-type a {
  opacity: 0.35;
  filter: Alpha(Opacity = 35);
  background-image: none;
}

p#gift_or_no_gift {
  font-size: 1.3em;
  margin: 0;
}

.elm00347 {
  min-height: 52dvh;
  border-bottom: 10px solid #fff;
}

@media only screen and (max-width: 900px) {
  .checkout_main_sec {
    flex-direction: column;
  }

  .checkout_payment {
    max-width: var(--full-width);
    width: var(--full-width);
  }

  .checkout_left {
    width: var(--full-width);
  }

  #pymDetail {
    width: var(--full-width);
  }
}

@media only screen and (max-width: 550px) {
  .elm00347 {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 480px) {
  .elm347continue {
    display: var(--none);
  }

  #elm347_buttonsection,
  #elm347_giftButtons {
    justify-content: end;
  }
}

/***DELADD end***/

/***ORDER TRACKER***/
.module.elm00304 {
  padding: 8rem 7%;
}

.elm304order_tracker {
  margin: 0 auto;
  max-width: 1100px;
}

.elm00304 label {
  width: var(--full-width);
  font-size: 1.3em;
  margin: 1rem auto 0.8rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  text-align: left;
}

.elm00304 input {
  width: var(--full-width);
  height: auto;
  font-size: 1.3em;
  text-align: left;
  background: #fff;
  color: var(--font-color);
  margin: 0 0 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 8px 12px;
  box-shadow: var(--none);
}

input.elm304btn-findorder,
button.elm304forgot_btn,
.elm304remembered_btn {
  width: max-content;
  display: block;
  transition: 0.2s all;
  border: var(--none);
  box-shadow: var(--none);
  margin: 0 0 0 auto;
  height: auto;
  padding: 0.8rem 4rem;
  background: var(--prime-color);
  color: #fff;
  border-radius: 0;
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--prime-color);
}

input.elm304btn-findorder:hover,
button.elm304forgot_btn:hover,
.elm304remembered_btn:hover {
  background: var(--hover-color);
  border: 2px solid var(--hover-color);
  color: #fff;
}

.elm304forgotten_order {
  width: var(--full-width);
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 2rem;
}

/* button.elm304forgot_btn {
text-align: center;
margin: 2rem 0 0 auto;
background: var(--none);
padding: 0;
border: var(--none);
text-decoration: underline;
font-size: 1.1em;
} */

.elm304find_order {
  margin: 3rem 0 2rem auto;
}

a#backShopping {
  display: var(--none);
}

.elm304order_tracker .titleContainer {
  display: none;
}

#elm304_order_container {
  background: #f6f6f6;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 5rem;
  text-align: left;
}

#elm304_order_container .row {
  margin: 0;
}

#elm304_order_container .col-xs-12 {
  float: none;
  padding: 0;
}

.elm304order_count {
  width: 100%;
  font-size: 2em;
  font-weight: 600;
  padding: 0 0 1rem;
}

.elm304order_count::before {
  content: "Order ";
}

.elm304order_summary {
  padding: 0;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.elm304order_summary span {
  font-weight: 500;
}

.elm304history_icon.history_AAA {
  display: none;
}

.elm304order_preview {
  padding: 0;
  font-size: 1.2em;
}

.elm304orderAccordion span {
  font-weight: 500;
}

.elm304qty .form-control {
  display: flex;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}

.elm304link img {
  width: 100%;
}

.elm304prods {
  width: 100%;
}

.elm304link {
  max-width: 200px;
  margin: 0 0 1rem;
}

.elm304productTitle h3 {
  font-size: 1.4em;
  margin: 0 0 0.5rem;
}

.elm304price {
  font-size: 1.6em;
}

.elm00304 .elm304accordionContainer label {
  font-weight: 500;
}

.elm304qty {
  display: flex;
  margin: 0;
  width: min-content;
  align-items: baseline;
  gap: 10px;
}

.elm304qty .form-control {
  font-size: 1.4em;
}

@media only screen and (max-width: 775px) {
  .module.elm00304 {
    padding: 6rem 7%;
  }
}

@media only screen and (max-width: 540px) {
  #elm304_order_container {
    padding: 3rem;
  }
}

@media only screen and (max-width: 420px) {
  input.elm304btn-findorder,
  button.elm304forgot_btn,
  .elm304remembered_btn {
    width: var(--full-width);
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/***ORDER TRACKER end***/

/* Delivery Information */

#del_inner h1 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

/* Delivery Information End */

/***CONTACT***/
#con_thirds {
  width: var(--full-width);
  justify-content: space-between;
  display: flex;
  gap: 4rem;
}

div#contact_main {
  width: var(--full-width);
  padding: 10rem 7%;
}

#contact_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.con_three img {
  width: var(--full-width);
  margin: 0 0 2.5rem;
  height: auto;
}

.con_three h4 {
  font-size: 1.8em;
  margin: 0 0 1.5rem;
}

.con_three a {
  color: var(--font-color);
  font-size: 1.2em;
  display: block;
  max-width: 275px;
  margin: 0 auto;
  font-weight: 300;
}

.con_three {
  background: #f6f6f6;
  padding: 0 0 2.5rem;
}

.bodyPAG00045 iframe {
  margin: 0 0 -7px;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #939ba0;
  padding: 10px 20px;
  border-radius: unset;
}

.btn-send:hover {
  color: #fff;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

input.form-control.d-var(--none) {
  display: var(--none);
}

#con_wrap {
  width: var(--full-width);
  padding: 0 7% 10rem;
}

.con_form {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: var(--full-width);
  justify-content: space-between;
}

.con_for_left {
  text-align: left;
  width: 50%;
  font-size: 1.3em;
  max-width: 470px;
}

h3.con_sub_tit {
  font-size: 1.5em;
  margin: 0 0 1.8rem;
}

.con_form_wrap {
  width: var(--full-width);
  padding: 0 0 0 6rem;
}

.con_form_wrap input,
.con_form_wrap textarea {
  border: 2px solid var(--prime-color);
  border-radius: 0;
  padding: 11px 12px 7px;
  height: auto;
}

input.con_send {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 7px;
  padding: 10px 50px 6px;
  max-width: 186px;
  width: var(--full-width);
  display: block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
  margin: -56px 0 0;
}

input.con_send:hover {
  background: var(--hover-color);
}

#contact_main.account_main a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 0;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

#contact_main.account_main a:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
}

@media only screen and (max-width: 1050px) {
  #con_thirds {
    gap: 2rem;
  }
  .con_three h4 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 1000px) {
  #con_thirds {
    flex-direction: column;
    max-width: 560px;
    margin: 0 auto;
    gap: 4rem;
  }
}

@media only screen and (max-width: 960px) {
  .con_form {
    flex-direction: column;
    gap: 2rem;
  }
  .con_for_left {
    width: var(--full-width);
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
  .con_form_wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 560px) {
  input.con_send {
    margin: 0;
  }
}
/***CONTACT end***/

/***ORDERCONF***/
#wrapFor294 {
  padding: 10rem 10%;
  display: flex;
  flex-direction: column;
}

.elm00294 {
  max-width: 1500px;
  margin: 0 auto;
  width: var(--full-width);
  padding: 9rem 8%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70vh;
}

.elm294createAcc,
.elm294image,
#elm294orderDet,
#elm294print {
  display: var(--none);
}

.elm294_thanks {
  margin: 0 auto 1rem;
  font-size: 1.7em;
}

p#emailConfInfo {
  margin: 0 auto 3rem;
}

.elm294ordNo span {
  padding-left: 6px;
  font-family: silkamedium, sans-serif;
  font-size: 20px;
}

.elm294continue a {
  width: max-content;
  display: block;
  transition: 0.2s all;
  border: var(--none);
  box-shadow: var(--none);
  margin: 5rem 0 0 auto;
  height: auto;
  padding: 0.7rem 3rem;
  background: #009fdf;
  color: #fff;
  border-radius: 7px;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.elm294continue a:hover {
  text-decoration: var(--none);
  background: var(--hover-color);
  color: #fff;
}

.elm294continue a:focus {
  outline: var(--none);
  text-decoration: var(--none);
}

.elm294continue a:active {
  text-decoration: var(--none);
}

p.elm32text {
  font-size: 42px;
}

h1.elm294_title {
  display: var(--none);
}

.elm206PerPage {
  display: var(--none);
}

@media only screen and (max-width: 1024px) {
  p.elm32text {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  p.elm32text {
    font-size: 25px;
    padding: 0;
  }
}
/***ORDERCONF end***/

/* Early Bird */

.del_info_row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.del_info_td {
  width: 25%;
  padding: 0 2rem 0 0;
}

.del_info_td.del_info_title {
  font-weight: 800;
}

.del_info_row.del_title_row {
  border-bottom: 2px solid #eaeaea;
  padding: 1rem 0;
}

.del_info_table {
  margin: 2rem 0 5rem;
}

.del_info_td:first-of-type {
  width: 37%;
}

p.del_info_sub_tit {
  text-decoration: underline;
}

p.del_info_sub_tit_2 {
  font-weight: 800;
}

@media only screen and (max-width: 700px) {
  #del_inner ul {
    padding-inline-start: 30px;
  }
  #delivery_main {
    padding: 4rem 7% 6rem;
  }
  #del_inner {
    font-size: 1.3em;
  }
  .del_info_table {
    font-size: 0.8em;
  }
}

/* Early Bird End */

/***FOR BUSINESS***/
.elm297giftQuery {
  padding: 5rem;
  background: #f6f6f6;
  max-width: 1400px;
  margin: 0 auto;
}

.con_form_wrap input,
.con_form_wrap textarea {
  border: var(--none);
  border-radius: 0;
  padding: 12px 15px 9px;
  height: auto;
  outline: var(--none);
  box-shadow: 0px 1px 7px rgb(0, 0, 0, 0.15);
}

input#sendform,
button#sendform {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0;
  color: #fff;
  background-color: var(--prime-color);
  border-radius: 0;
  padding: 10px 50px 8px;
  max-width: 186px;
  width: var(--full-width);
  display: block;
  text-align: center;
  border: var(--none);
  transition: 0.2s all;
}

input#sendform:hover,
button#sendform:hover {
  background: var(--hover-color);
}

.forBusinessForm #elm297Form h3 {
  width: var(--full-width);
  text-align: left;
  margin: 0 0 2rem;
  font-size: 2em;
  font-weight: 700;
}

.bodyPAG00108 #del_inner p {
  margin: 0;
}

.con_form_wrap .controls {
  display: flex;
  flex-direction: column;
  width: var(--full-width);
  gap: 1rem;
}

#elm297messageCont input,
#elm297messageCont textarea {
  border: var(--none);
  border-radius: 0;
  padding: 12px 15px 9px;
  height: auto;
  outline: var(--none);
  box-shadow: 0px 1px 7px rgb(0, 0, 0, 0.1);
  margin: 0 0 2rem;
}

.elm00297.forBusinessForm {
  padding: 0 7% 10rem;
}

#elm297messageCont p {
  text-align: left;
  font-size: 1.3em;
}

h2#submittedBecca {
  font-size: 2em;
}
/***FOR BUSINESS end***/

/* Order History */

.elm36Order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  margin-block: 5rem;
  margin-inline: auto;
  text-align: left;
}

.elm36ordlist {
  display: flex;
  flex-direction: column-reverse;
  width: var(--full-width);
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.elm36ordcontainer {
  width: 48%;
  border: 1px solid #316dd5;
  padding: 20px;
  text-align: center;
}

.elm37history {
  width: var(--full-width);
  padding-block: 8rem;
}

.elm37title {
  margin-bottom: 6rem;
}

.elm37table {
  width: 60%;
}

.elm37tabletitle:last-of-type,
.elm37tabletext:last-of-type {
  text-align: right;
}

.elm37tabletext:nth-child(3),
.elm37tabletext:nth-child(4) {
  text-align: left;
}

/* 347 Checkout Spinner */

.elm347loading img,
.elm347loading h4 {
  display: var(--none);
}

.elm347loading {
  width: var(--full-width);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgb(255 255 255) !important;
}

.elm347loading::after {
  content: "Your order is being processed, please wait ...";
  position: absolute;
  font-size: 2em;
  font-weight: 500;
  color: #000;
  font-family: "poppins", sans-serif;
  width: var(--full-width);
  text-align: center;
  display: block;
  bottom: 30%;
}

.elm347loading > div {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.elm347loading > div:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.elm347loading > div:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #4f86eb;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/***HOME HEADER***/
#home_header {
  background: #f6f6f6;
  width: var(--full-width);
  padding: 0 7%;
  position: relative;
}

#home_header_inner {
  width: var(--full-width);
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  background-image: url(../images/banners/lines-complete.jpg);
}

#home_header_right {
  width: 50%;
  overflow: hidden;
}

#home_header_left {
  text-align: left;
  width: 50%;
  padding: 4rem 5rem 4rem;
  max-width: 700px;
  margin: auto 0 auto auto;
}

#home_header_left h1 {
  font-size: 5em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  max-width: 502px;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0 auto 1rem;
}

#home_header_left h1 span {
  color: #eac093;
}

#home_header_left p {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0;
  max-width: 604px;
  color: #fff;
}

#in_hero_buts {
  display: flex;
  gap: 1rem;
  margin: 2.5rem 0 0;
}

#in_hero_buts a {
  font-size: 1.3em;
  font-weight: 500;
  padding: 1rem 3rem 1.2rem;
  background: #fff;
  border-radius: 0;
  color: #212121;
  transition: 0.2s all;
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
}

#in_hero_buts a:hover {
  background: #f6f6f6;
  text-decoration: var(--none);
}

#home_header_right img {
  width: var(--full-width);
}

#snow_1,
#snow_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full-width);
  height: 100%;
  background: url(../images/page/snow.png);
  background-position: 0 0;
  pointer-events: var(--none);
  display: none;
}

#snow_1 {
  background-size: 70em;
  animation: snowfall 30s linear infinite;
}

#snow_2 {
  background-size: 50em;
  animation: snowfall2 30s linear infinite;
  opacity: 0.5;
}

#in_hero_buts {
  justify-content: space-between;
  width: 100%;
}

#home_header_left p {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto 3rem;
}

#home_header_left h1 span {
  display: block;
  width: 100%;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
  margin: -15px 0 0;
}

.bodyPAG00001 .home_banner.hom_ban_desk {
  display: none;
}

@keyframes snowfall {
  100% {
    background-position: 70em 70em;
  }
}

@keyframes snowfall2 {
  100% {
    background-position: 50em 0;
  }
}

#reponsive_overlay {
  display: var(--none);
}

@media only screen and (max-width: 1600px) {
  #home_header_left h1 {
    font-size: 4em;
    max-width: 425px;
  }
  #home_header_left p {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 1450px) {
  #home_header_right video {
    margin: 0;
  }
}

@media only screen and (max-width: 1250px) {
  #home_header_left h1 {
    font-size: 3em;
    max-width: 400px;
  }
  #home_header {
    padding: 0 7% 0 7%;
  }
}

@media only screen and (max-width: 1150px) {
  #home_header_left h1 {
    font-size: 2.9em;
    max-width: 388px;
  }
}

@media only screen and (max-width: 1100px) {
  #home_header_left h1 {
    font-size: 2.6em;
    max-width: 345px;
  }
}

@media only screen and (max-width: 1030px) {
  #home_header {
    padding: 0;
  }
  #home_header_inner {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
  }
  #home_header_right {
    width: 100%;
    overflow: hidden;
  }
  #home_header_right video {
    margin: -8% 0;
  }
  #home_header_left {
    width: 100%;
    max-width: 100%;
    padding: 6rem 7%;
  }
}

@media only screen and (max-width: 650px) {
  #home_header_right video {
    margin: -5% 0;
  }
  #home_header_left {
    padding: 5.5rem 7%;
  }
}

@media only screen and (max-width: 450px) {
  #home_header_left h1 {
    font-size: 2.3em;
    max-width: 304px;
  }
  #home_header_left {
    padding: 4.5rem 7%;
  }
  #home_header_left p {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 380px) {
  #home_header_right video {
    margin: 0;
  }
}

@media only screen and (max-width: 350px) {
  #home_header_right video {
    margin: 0;
  }
  #in_hero_buts {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  #in_hero_buts a {
    width: 100%;
  }
}
/***HOME HEADER end***/

/***PAGE HEADER***/
#page_header {
  background: #f6f6f6;
  width: 100%;
  padding: 0 7%;
}

#page_header_inner {
  width: 100%;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

#page_header_right {
  width: 56%;
  background: url(../images/page/header-othergifts.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page_header_right img {
  width: 100%;
}

#page_header_left {
  text-align: left;
  width: 40%;
  padding: 4rem 4rem 4rem 0;
}

#page_header.cat_other_gifts {
  color: #222222;
}

#page_header_left h1 {
  font-size: 3em;
  font-weight: 600;
  margin: 0 auto 1.6rem 0;
}

#page_header_left p {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0;
}

#page_header.cat_flowers {
  background: #57806c;
  color: #fff;
}

#page_header.cat_wine {
  background: #231123;
  color: #fff;
}

@media only screen and (max-width: 1350px) {
  #page_header_right {
    width: 54%;
  }
  #page_header_left {
    width: 46%;
  }
  #page_header_left h1 {
    font-size: 2.7em;
  }
}

@media only screen and (max-width: 1180px) {
  #page_header_left h1 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 1140px) {
  #page_header_left {
    width: 100%;
    padding: 5rem 0;
  }
  #page_header_left p {
    max-width: 520px;
  }
  #page_header_inner {
    flex-direction: column-reverse;
  }
  #page_header_right {
    width: 100%;
    max-width: 700px;
  }
}

@media only screen and (max-width: 700px) {
  .elm00206 {
    padding: 6rem 7%;
  }
  #page_cat_subtit h3 {
    font-size: 2.1em;
  }
}

@media only screen and (max-width: 570px) {
  #page_header_left h1 {
    font-size: 2.3em;
  }
  #page_header_left {
    width: 100%;
    padding: 4rem 0;
  }
}
/***PAGE HEADER end***/

/***THANK YOU***/
#thank-you-main {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.4em;
  padding: 6rem 7%;
}

#thank-you-main h2 {
  font-size: 1.7em;
}

@media only screen and (max-width: 400px) {
  #thank-you-main h2 {
    font-size: 1.5em;
  }
  #thank-you-main {
    font-size: 1.3em;
  }
}
/***THANK YOU end***/

/***BANNERS***/
.home_banner {
  width: 100%;
  background: #f6f6f6;
}

.hom_ban_desk_cat {
  margin: 0 0 10px;
}

.home_ban_inner {
  width: 100%;
  /* max-width: 1400px; Removed for Christmas Banner */
  margin: 0 auto;
}

.home_ban_inner img {
  width: 100%;
  max-width: 1400px;
}

.hom_ban_mobile {
  display: none;
}

.hom_ban_mob {
  display: none;
}

div#head_2_bot {
  display: none;
}

img#hom_ban_mobile {
  max-width: 420px;
  margin: 0 auto;
}

#page_header.cat_christ_hamp {
  background: #3c2451;
  color: #fff;
}

#page_header_left p span {
  display: block;
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: 1.1em;
}

.hom_ban_desk_cat {
  display: none;
}

.bodyPAG00042 .hom_ban_desk_cat,
.bodyPAG00037 .hom_ban_desk_cat,
.bodyPAG00004 .hom_ban_desk_cat,
.bodyPAG00009 .hom_ban_desk_cat {
  display: block;
}

.bodyPAG00042 .hom_ban_desk,
.bodyPAG00037 .hom_ban_desk,
.bodyPAG00004 .hom_ban_desk,
.bodyPAG00009 .hom_ban_desk {
  display: none;
}

/* .hom_ban_desk_cat a,
.bodyPAG00042 .home_ban_inner a,
.bodyPAG00037 .home_ban_inner a,
.bodyPAG00004 .home_ban_inner a,
.bodyPAG00009 .home_ban_inner a {
  pointer-events: none;
} */

#page_cat_subtit {
  text-align: left;
  margin: 0 0 4rem;
}

#page_cat_subtit h3 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 auto 1.6rem 0;
}

#page_cat_subtit p {
  font-size: 1.5em;
}

#page_cat_subtit p {
  font-size: 1.4em;
  font-weight: 400;
}

@media only screen and (max-width: 1030px) {
  #hom_ban_mobile {
    display: block;
  }
  #hom_ban_desktop {
    display: none;
  }
  .hom_ban_mob {
    display: block;
  }
  .hom_ban_desk,
  .hom_ban_desk_cat {
    display: none !important;
  }
}

@media only screen and (max-width: 570px) {
  .home_banner {
    padding: 0;
  }
  img#hom_ban_mobile {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .home_banner {
    padding: 0;
  }
}
/***BANNERS end***/

/***CORPORATE HAMPERS***/
#corp_header {
  display: flex;
  width: 100%;
  padding: 14rem 7%;
  align-items: center;
  justify-content: center;
  background-image: url(../images/corporate-hampers/Corporate-Hampers-Hero-1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

#corp_head_inner {
  position: relative;
}

#corp_header h4 {
  color: #ffffff;
  font-family: "sofia-pro", Sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

#corp_header h1 {
  color: #fff;
  font-family: "sofia-pro", Sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  word-spacing: 0px;
  max-width: 700px;
  margin: 1.4rem auto 0;
}

#corp_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0, 0, 0, 0.3);
}

#corp_header a {
  font-family: "sofia-pro", Sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  background-color: #5189ef;
  border-radius: 0px 0px 0px 0px;
  padding: 1.5rem 4rem 1.7rem;
  display: inline-block;
  margin: 3rem auto 0;
}

#corp_header a:hover {
  text-decoration: none;
}

.corp_sec {
  display: flex;
  width: 100%;
  padding: 5.5rem 7%;
  justify-content: center;
  align-items: center;
  color: #212121;
}

.corp_sec_title h2 {
  font-family: "sofia-pro", Sans-serif;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  word-spacing: 0px;
  margin: 0 0 2.1rem;
}

.corp_sec_title p {
  max-width: 834px;
  font-size: 1.33em;
  margin: 0 auto 4rem;
  font-weight: 400;
}

#corp_sec_2 {
  background: #f6f6f6;
  border-top: 1px solid #eaeaea;
}

.corp_sec_inner.corp_sec_split {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  position: relative;
}

.corp_sec_img img {
  width: 100%;
}

.corp_sec_img {
  width: 50%;
}

.corp_sec_split .corp_sec_title {
  width: 50%;
  text-align: left;
  padding-left: 4rem;
}

.corp_sec_title h4 {
  color: #767676;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 0 2rem;
}

.corp_sec_title h3 {
  font-size: 2.7em;
  font-weight: 600;
  margin: 0 0 2.5rem;
}

.corp_sec_title a {
  font-family: "sofia-pro", Sans-serif;
  font-size: 1.36em;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  background-color: #5189ef;
  border-radius: 0px 0px 0px 0px;
  padding: 1.4rem 4.2rem 1.6rem;
  display: block;
  width: fit-content;
}

.corp_sec_title a:hover {
  text-decoration: none;
}

.corp_sec.corp_sec_dark .corp_sec_img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-image: url(../images/corporate-hampers/Luxury-Corporate-Gift-Baskets.jpg);
  background-position: center;
  background-size: cover;
}

.corp_sec_dark .corp_sec_inner {
  background: #3c2450;
  color: #fff;
}

.corp_sec_dark .corp_sec_split .corp_sec_title {
  width: 50%;
  text-align: left;
  padding: 7rem 5rem;
}

.corp_sec_dark .corp_sec_title h2 {
  max-width: 380px;
}

.corp_sec_dark h2 span {
  color: #ffa68a;
}

.corp_sec_dark .corp_sec_title p {
  max-width: 530px;
  margin-left: 0;
}

.corp_sec.corp_sec_dark {
  padding: 3rem 7%;
  border-top: 1px solid #eaeaea;
}

.corp_third .corp_third_img {
  aspect-ratio: 3 / 2;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

.corp_third_1 .corp_third_img {
  background-image: url(../images/corporate-hampers/Corporate-Gift-Hampers-750.jpg);
}

.corp_third_2 .corp_third_img {
  background-image: url(../images/corporate-hampers/Cartwright-an-Butler-Corproate-Hampers-750.jpg);
}

.corp_third_3 .corp_third_img {
  background-image: url(../images/corporate-hampers/Next-Day-Delivery-750.jpg);
}

.corp_thirds {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 3rem;
}

.corp_third {
  width: 33%;
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
}

.corp_thid_txt {
  width: 100%;
  padding: 2rem;
  text-align: left;
}

.corp_thid_txt p {
  margin: 0;
  font-size: 1.33em;
  font-weight: 400;
}

.corp_thid_txt h5 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 1.5rem;
}

#corp_sec_4,
#corp_sec_5 {
  border-top: 1px solid #eaeaea;
}

#corp_sec_5 .corp_sec_inner.corp_sec_split {
  max-width: 1250px;
}

.corp_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 3rem;
  height: auto !important;
}

#corp_sec_6 {
  background: #f6f6f6;
}

.corp_reviews {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.corp_reviews.slick-initialized .slick-slide {
  display: flex;
}

.corp_reviews .slick-track {
  gap: 2rem;
}

.corp_third_img img {
  width: 140px;
}

.corp_review_txt {
  text-align: left;
  font-size: 1.33em;
  padding: 0 0 0 4rem;
}

.corp_review_txt p {
  margin: 0 0 2rem;
  font-style: italic;
  font-weight: 400;
}

.corp_review_txt h5 {
  font-style: italic;
  font-size: 1.05em;
}

#corp_sec_7 img {
  max-width: 980px;
  opacity: 0.75;
  width: 100%;
}

#corp_sec_9 .corp_third_1 .corp_third_img {
  background-image: url(../images/corporate-hampers/Christmas-Hampers.jpg);
}

#corp_sec_9 .corp_third_2 .corp_third_img {
  background-image: url(../images/corporate-hampers/Flower-Gifts.jpg);
}

#corp_sec_9 .corp_third_3 .corp_third_img {
  background-image: url(../images/corporate-hampers/Corporate-Gift-Hampers.jpg);
}

#corp_sec_9 .corp_third .corp_third_img {
  aspect-ratio: 1 / 1;
}

.corp_sec_inner {
  width: 100%;
  max-width: 1400px;
}

.corp_thirds_light .corp_thid_txt {
  padding: 2rem 0 0;
}

.corp_thirds_light .corp_third {
  background: none;
}

.corp_thirds_light .corp_sec_title {
  text-align: left;
}

.corp_thirds_light .corp_sec_title p {
  width: 100%;
  max-width: 100%;
}

#corp_sec_9,
#corp_sec_11 {
  border-top: 1px solid #eaeaea;
}

#corp_sec_11 .corp_sec_title p {
  max-width: 1000px;
}

.corp_bottom_txt {
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f6f6f6;
  padding-top: 3rem;
}

.corp_bottom_txt h4 {
  text-transform: none;
  color: #212121;
  font-size: 2em;
}

#corp_sec_11 h3 {
  margin: 0 0 4rem;
}

a#corp_broch_but {
  display: none;
  font-family: "sofia-pro", Sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  background-color: #5189ef;
  border-radius: 0px 0px 0px 0px;
  padding: 1.2rem 3rem 1.4rem;
  width: fit-content;
  margin: 0 auto;
}

a#corp_broch_but:hover {
  text-decoration: none;
}

.phys_gift img {
  width: 100%;
}

#prod_slider_search .slick-track {
  gap: 1rem;
}

.cat_lower_sec {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.bodyPAG00042 .in_sec {
  border-top: 2px solid #dadada;
}

.bodyPAG00042 #sec_title h2,
.bodyPAG00042 #sec_title p {
  width: 100%;
  text-align: left;
  max-width: 100%;
}

@media only screen and (max-width: 1250px) {
  #corp_header h1 {
    font-size: 4.5em;
  }
  #corp_header h4 {
    font-size: 1.6em;
  }
  #corp_header {
    padding: 11rem 7%;
  }
  .corp_sec_title h2 {
    font-size: 3em;
  }
  .corp_sec_title h2 {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 1000px) {
  .corp_thirds {
    gap: 2rem;
  }
  .corp_thid_txt h5 {
    font-size: 1.7em;
  }
  .corp_sec_title h2 {
    font-size: 2.5em;
  }
  .corp_sec_title h3 {
    font-size: 2.2em;
  }
  .corp_sec_title p {
    margin: 0 auto 3rem;
  }
  .corp_bottom_txt h4 {
    font-size: 1.8em;
  }
  #corp_sec_11 h3 {
    margin: 0 0 3rem;
  }
  #corp_sec_7 img {
    max-width: 580px;
  }
}

@media only screen and (max-width: 900px) {
  #corp_header h1 {
    font-size: 3.5em;
    max-width: 560px;
  }
  #corp_header {
    padding: 8rem 7%;
  }
  #corp_header h4 {
    font-size: 1.4em;
  }
  .corp_sec_title h2 {
    font-size: 2.4em;
  }
  .corp_sec_inner.corp_sec_split {
    flex-direction: column;
  }
  .corp_sec_split .corp_sec_title {
    width: 100%;
    padding: 0;
  }
  .corp_sec.corp_sec_dark .corp_sec_img {
    display: none;
  }
  .corp_sec_dark .corp_sec_split .corp_sec_title {
    width: 100%;
    padding: 4rem 4rem;
  }
  .corp_sec_dark .corp_sec_title h2 {
    max-width: 338px;
  }
  .corp_sec_title h3 {
    font-size: 2em;
  }
  .corp_thirds {
    flex-direction: column;
  }
  .corp_third {
    width: 100%;
  }
  .corp_sec_img {
    width: 100%;
  }
  #corp_sec_1 iframe {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  #corp_sec_1 iframe {
    display: none;
  }
  a#corp_broch_but {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  #corp_header h1 {
    font-size: 3em;
    max-width: 383px;
    line-height: 1.15em;
  }
  #corp_header h4 {
    font-size: 1.3em;
  }
  #corp_header a,
  .corp_sec_title a {
    padding: 1.3rem 3rem 1.5rem;
  }
  #corp_sec_1 iframe {
    height: 500px;
  }
  .corp_sec_dark .corp_sec_split .corp_sec_title {
    padding: 3rem;
  }
  .corp_sec_dark .corp_sec_title h2,
  .corp_sec_dark .corp_sec_title h2 {
    max-width: 240px;
    font-size: 2.1em;
  }
  .corp_review {
    flex-direction: column;
  }
  .corp_review_txt {
    padding: 1rem 0 0;
  }
  .corp_review_img {
    aspect-ratio: 1;
    border-radius: 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    padding: 1rem;
  }
  .corp_review_img img {
    width: 114px;
  }
}

@media only screen and (max-width: 450px) {
  #corp_header h1 {
    font-size: 2.3em;
    max-width: 330px;
  }
  #corp_header a,
  .corp_sec_title a {
    padding: 1.2rem 3rem 1.4rem;
  }
  #corp_header h4 {
    font-size: 1.2em;
    max-width: 215px;
    margin: 0 auto;
  }
}
/***CORPORATE HAMPERS end***/

/***ENQUIRE***/
.bodyPAG00072 a.reta_her_but {
  display: none;
}

.bodyPAG00072 #reta_hero_left p {
  margin-bottom: 0;
}

#enquire_text {
  width: 100%;
  text-align: left;
  margin: 0 0 3rem;
}

.COM00044,
.COM00045 {
  padding-top: 6rem;
}

#enquire_text h3 {
  font-size: 2em;
}

#enquire_text p {
  margin: 2rem 0 0;
  font-size: 1.33em;
  font-weight: 400;
}

.enquireForm .elm297giftQuery {
  display: flex;
}

.enquireForm form#elm297Form {
  width: 55%;
}

div#enquire_image {
  width: 45%;
}

#enquire_image img {
  width: 100%;
}

.enquireForm .elm297giftQuery {
  display: flex;
  gap: 7rem;
}

@media only screen and (max-width: 1200px) {
  div#enquire_image {
    display: none;
  }
  .enquireForm form#elm297Form {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .enquireForm .elm297giftQuery {
    padding: 3rem;
  }
  .forBusinessForm #elm297Form h3 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 460px) {
  .enquireForm .elm297giftQuery {
    padding: 2rem;
  }
  .forBusinessForm #elm297Form h3 {
    font-size: 1.6em;
  }
  #enquire_text_inner p {
    font-size: 1.26em;
  }
  #enquire_text {
    margin: 0 0 2rem;
  }
}
/***ENQUIRE end***/

/***FLOWER CATEGORY***/
.bodyPAG00042 .corp_third_1 .corp_third_img {
  background-image: url(../images/page/Corporate-Flower-Experts-in-UK.jpg);
}

.bodyPAG00042 .corp_third_2 .corp_third_img {
  background-image: url(../images/page/Freshly-sent-to-last-longer-1.jpg);
}

.bodyPAG00042 .corp_third_3 .corp_third_img {
  background-image: url(../images/page/Next-day-flower-delivery.jpg);
}

#corp_sec_5.flowers_sec_3 .corp_sec_img img {
  max-width: 75%;
}

.flowers_sec_2 .corp_third {
  background: none;
}

.flowers_sec_4 .corp_bottom_txt {
  text-align: left;
  max-width: 800px;
}

.bodyPAG00042 #sec_title p {
  font-weight: 400;
  font-size: 1.4em;
}

.flowers_sec_1 #sec_title {
  gap: 1rem;
}

.flowers_sec_1 #sec_3_prod_slide {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

/***FLOWER CATEGORY end***/

/***SOLD OUT***/
.phys_gift.sold_out {
  pointer-events: none;
}

.phys_gift.sold_out .phys_gift_img::before,
.phys_gift.sold_out .pro_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.7);
  pointer-events: none;
}

.phys_gift.sold_out .phys_gift_img::after,
.phys_gift.sold_out .pro_img_wrap::after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4em;
  width: max-content;
  pointer-events: none;
}

.sold_out .phys_gift_img,
.sold_out .pro_img_wrap {
  position: relative;
  width: 100%;
  display: block;
}

.phys_gift_img,
.pro_img_wrap {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 680px) {
  .phys_gift.sold_out .phys_gift_img::after {
    font-size: 3em;
  }
}

@media only screen and (max-width: 500px) {
  .phys_gift.sold_out .phys_gift_img::after {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 420px) {
  .phys_gift.sold_out .phys_gift_img::after {
    font-size: 3em;
  }
}
/***SOLD OUT end***/

#header_2 {
  border-bottom: 1px solid #cbd2d4;
}

/* .bodyPAG00001 .home_banner.hom_ban_mob, .bodyPAG00001 #hom_ban_mobile {
  display: none;
} */

#home_header_left {
  margin: auto;
}

/***VALENTINES DAY***/
.ndd_notice {
  width: 100%;
  padding: 10px 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  gap: 0;
  font-weight: 300;
  background: #212121;
  color: #fff;
}

.ndd_notice img {
  width: 33px;
  filter: brightness(0) invert(1);
  margin: 0 0 -1px;
}

#home_header_inner {
  background-image: none;
  background: #af3439;
}

#home_header_left h1 {
  font-size: 44px;
  margin-left: 0;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}

#in_hero_buts a {
  background: #fff;
  color: #212121;
}

#in_hero_buts a:hover {
  background: #fff;
  color: #212121;
}

#home_header_left p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.ndd_notice p {
  margin: 0;
}

.ndd_notice_left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* padding-right: 2rem; */
  /* border-right: 1px solid #fff; */
}

.bodyPAG00001 .home_banner.hom_ban_mob {
  display: none;
}

.ndd_notice_right a {
  color: #fff;
  margin: 0 0 -1px 2rem;
  display: block;
}

.ndd_notice.ndd_notice_mob {
  display: none;
}

#mob_slide_2 {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .ndd_notice.ndd_notice_desk {
    display: none !important;
  }
  .ndd_notice.ndd_notice_mob {
    display: flex !important;
  }
}

@media only screen and (max-width: 750px) {
  .ndd_notice_left {
    padding: 0;
    border: none;
  }
  .ndd_notice p {
    display: inline-block !important;
    margin: auto;
    padding: 0 0 0 1rem;
  }
  .ndd_notice img {
    margin: -2px 0 0;
    display: inline-block !important;
  }
  .ndd_notice_right a {
    margin: auto;
  }
}

@media only screen and (max-width: 650px) {
  #ndd_notice {
    font-size: 15px;
    text-align: left;
  }
}

@media only screen and (max-width: 490px) {
  .ndd_notice {
    font-size: 14px;
    font-weight: 300;
  }
  .ndd_notice img {
    width: 27px;
    margin: -4px 0 0;
  }
  .ndd_notice p span {
    display: none;
  }
  #mob_slide_2 {
    display: block;
  }
  #desk_slide_2 {
    display: none;
  }
  .ndd_notice_right a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 450px) {
  .ndd_notice {
    font-size: 14px;
    font-weight: 300;
  }
  .ndd_notice img {
    width: 27px;
    margin: -4px 0 0;
  }
}

@media only screen and (max-width: 350px) {
  #ndd_notice {
    font-size: 13px;
  }
}
/***VALENTINES DAY end***/

/***IRIS FIXES***/
html {
  font-size: 10px;
}

a {
  text-decoration: none;
}

hr {
  opacity: 1;
}

p.elm36text {
  text-align: center;
}

.module.COM00017 {
  position: absolute;
}
/***IRIS FIXES end***/


/***HEADER - NEW 08-2025***/
#hamp_head {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#hamp_head_top {
    display: flex;
    justify-content: center;
    background: #151517;
    width: 100%;
    padding: 10px 7%;
    align-items: center;
    position: relative;
}

#hamp_head_top_inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p#hamp_head_offer {
    margin: auto auto;
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

p#hamp_head_offer span {
    font-weight: 600;
}

#hamp_head_top_icons {
    display: flex;
    margin: 0 0 0 auto;
    gap: 2rem;
    align-items: center;
}

#hamp_head_top_icons svg {
    width: 25px;
    height: 25px;
    transition: 0.2s all;
}

#hamp_head_top_icons a {
    display: flex;
}

#hamp_head_top_icons a:hover svg {
  scale: 1.2;
}

.hamp_nav_drop {
  display: none;
}

#hamp_head_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 7%;
    position: relative;
}

#hamp_head_main_inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bodyPAG00074 #masthead {
    background-size: cover;
    background-position: center;
    background-image: url(../images/page/index_hero_christmas_2025.jpg);
    min-height: 75dvh;
}

.bodyPAG00074 #masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 35%) 100%);
}

img#hamp_logo {
    width: 250px;
    filter: drop-shadow(-2px 3px 6px rgb(0,0,0,0.3));
}

a#hamp_logo_wrap {
    display: flex;
}

#hamp_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#hamp_nav p, #hamp_nav a {
    color: #fff;
    font-size: 1.45em;
    margin: 0;
    cursor: pointer;
    text-shadow: 0 2px 6px rgb(0,0,0,0.7);
}

#hamp_top_signin a {
    display: flex;
    color: #fff;
}

#del_nationwide img {
    width: 23px;
    border-radius: 6px;
}

#del_nationwide p {
    margin: 0;
    color: #fff;
}

#del_nationwide {
    display: flex;
    gap: 1rem;
}
/***HEADER - NEW 08-2025 end***/


/***INDEX - NEW 08-2025***/
#idx_hero {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14rem 7%;
    position: relative;
    color: #fff;
}

#idx_hero_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#idx_hero_inner h1 {
    font-size: 4em;
    max-width: 850px;
    margin: 0 auto 2rem;
    font-weight: 900;
    text-shadow: 0 0 5px rgb(0,0,0,0.3);
}

#idx_hero_inner p {
    font-size: 1.8em;
    max-width: 706px;
    margin: 0 auto;
}

#idx_buts {
    margin: 4rem 0 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#idx_buts a {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0.9rem 2rem 1.1rem;
    background: #fff;
    border-radius: 0;
    color: #212121;
    transition: 0.2s all;
    display: inline-block;
    letter-spacing: 0.05em;
    text-align: center;
    border: 2px solid #fff;
}
/***INDEX - NEW 08-2025 end***/


/***HEADER NEW 2***/
#hamp_head.take_2 #hamp_nav p, 
#hamp_head.take_2 #hamp_nav a:not(.hamp_nav_drop a) {
    text-shadow: none;
    color: #151517;
    position: relative;
}

#hamp_head.take_2 #hamp_nav p::before, 
#hamp_head.take_2 #hamp_nav a:not(.hamp_nav_drop a)::before {
    content: "";
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    transition: 0.1s all;
    background: #C5A572;
    position: absolute;
}

#hamp_head.take_2 #hamp_nav p:hover, 
#hamp_head.take_2 #hamp_nav a:hover {
    text-decoration: none;
}

#hamp_head.take_2 #hamp_nav p:hover::before, 
#hamp_head.take_2 #hamp_nav a:not(.hamp_nav_drop a):hover::before {
    width: 100%;
}

#hamp_head.take_2 img#hamp_logo {
    filter: none;
    width: 250px;
}

#hamp_head.take_2 #hamp_head_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 7%;
    position: relative;
    border-bottom: 4px solid #C5A572;
}

#idx_hero.take_2 {
    background-size: 60%;
    background-position: right;
    background-image: url(../images/page/index_hero_christmas_2025.jpg);
}

#idx_hero.take_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 845px;
    height: 100%;
    background: #F5F5F0;
}

#idx_hero.take_2 #idx_hero_inner {
    position: relative;
    text-align: left;
}

#idx_hero.take_2 #idx_hero_inner h1 {
    font-weight: 400;
    margin-left: 0;
    font-size: 3.3em;
    max-width: 565px;
    text-shadow: none;
    color: #151517;
}

#idx_hero.take_2 #idx_hero_inner p {
    margin-left: 0;
    font-size: 1.6em;
    max-width: 485px;
    color: #151517;
}

#idx_hero.take_2 #idx_buts {
    justify-content: flex-start;
}

#idx_hero.take_2 #idx_buts {
    margin: 3rem 0 0;
}

#idx_hero.take_2 #idx_buts a {
    background: #C5A572;
    color: #fff;
    border: 2px solid #C5A572;
    font-weight: 300;
}

#idx_hero.take_2 #idx_buts a:hover {
    background: #C5A572;
    text-decoration: none;
}
/***HEADER NEW 2 end***/