:root {
  --main-color: #67a8cb;
}

#quick-find-keyword:focus::placeholder {
  color: transparent;
}

.grecaptcha-badge {
  visibility: hidden;
}

#banner-top {
  display: none;
}

#topMobileMenu .icon-user::before,
.desktop-menu .icon-user::before,
#topMobileMenu .icon-shopping-cart:before,
.desktop-menu .icon-shopping-cart:before {
  content: "";
}

#topMobileMenu {
  border: none;
}

#onepagecheckoutBody #topMobileMenu {
  display: none;
}
 
.search-top-header input[type="text"].m-wrap:focus {
  width: 100%;
}

.desktop-menu .pull-right {
  float: none;
  padding-left: 0;
}

.desktop-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.desktop-menu .pull-right {
  display: flex;
  margin-bottom: 0;
  height: 41px;
  align-items: center;
}

.desktop-menu .pull-right > li {
  list-style-type: none;
  width: 50px;
  position: relative;
  text-align: center;
}

.icon-lock:before {
  content: unset;
}

.desktop-menu .pull-right li form,
.desktop-menu .pull-right #currency-header {
  height: 100%;
}

#currency-header .dropdown-toggle {
  width: auto;
  height: 80%;
}

.flag_gbp {
  background: center / contain no-repeat url(../images/flag_GB.png) !important;
}

.flag_usd {
  background: center / contain no-repeat url(../images/usd_flag.jpg) !important;
}

.flag_eur {
  background: center / contain no-repeat url(../images/eu_flag.jpg) !important;
}

.flag_cad {
  background: center / contain no-repeat url(../images/cad_flag.jpg) !important;
}

.flag_aud {
  background: center / contain no-repeat url(../images/au_flag.jpg) !important;
}

.m-dropdown-menu li > a:hover {
  background-color: unset;
}

.m-dropdown-menu {
  /* transform: translateX(-50%); */
  left: 50%;
}

.ds-none {
  display: none;
}

#currency-header .m-dropdown-menu li > a:hover {
  background: unset;
}

.m-dropdown-menu li.flag_gbp > a {
  background: center / contain no-repeat url(../images/flag_GB.png);
}

.m-dropdown-menu li.flag_usd > a {
  background: center / contain no-repeat url(../images/usd_flag.jpg);
}

.m-dropdown-menu li.flag_eur > a {
  background: center / contain no-repeat url(../images/eu_flag.jpg);
}

.m-dropdown-menu li.flag_cad > a {
  background: center / contain no-repeat url(../images/cad_flag.jpg);
}

.m-dropdown-menu li.flag_aud > a {
  background: center / contain no-repeat url(../images/au_flag.jpg);
}

.m-dropdown-menu > li {
  text-indent: -9999px;
  width: 32px;
  margin: 7px;
}

.sold_out.button {
  background: #009932;
  pointer-events: none;
}

.sold_out.button:hover {
  background: #0c6;
}

.productInfoWrapper #productAttributes {
  margin-bottom: 15px;
}

a.preview {
  margin-bottom: 15px;
}

#currency-header .dropdown-toggle {
  width: 100%;
  display: inline-block;
}

.icon-angle-down:before {
  content: "";
}

.icon-angle-down:after {
  content: "\f107";
}

.icon-angle-down {
  padding-left: 53px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% + 6px);
}

.desktop-menu #currency-header,
.desktop-menu form#currency-change {
  width: 100%;
}

.desktop-menu .pull-right li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.desktop-menu ul.pull-right > li a .hidden-phone {
  order: 2;
  color: #333;
  text-transform: lowercase;
  top: 17px;
  left: auto;
  line-height: 1.4;
  margin-top: -2px;
}

#navMain ul > li {
  display: inline-block;
}

#navMain ul > li a {
  display: flex;
  flex-direction: column;
}

#navMain ul > li a .hidden-phone {
  font-size: 12px;
  text-transform: lowercase;
  margin-top: -6px;
}

#navMain ul > li:last-child a .hidden-phone {
  order: 2;
}

#navMain ul > li:last-child a .icon-shopping-cart {
  order: 1;
}

#navMain ul li a {
  padding: 5px 10px 9px;
}

.desktop-menu ul.pull-right > li a .icon-user {
  order: 1;
}

.icon-search:before {
  content: unset;
}

#headerWrapper .row-fluid,
#headerWrapper .input-append {
  display: flex;
}

#headerWrapper .span5 {
  width: 110%;
  display: flex;
}

#navMainWrapper {
  display: none;
}

.search-top-header input[type="text"].m-wrap {
  width: 250px;
  margin-bottom: 0;
  height: 48px;
  box-sizing: border-box;
  transition: unset;
}

.search-top-header button.button {
  width: 81px;
  height: 41px;
  display: inline-block;
}

.search-top-header button.button .icon-search {
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shopBagWrapperMobile .edit-cart {
  font-size: 14px;
}

@media (min-width: 1024px) {
  #topMobileMenu #currency-header .m-dropdown-menu li > a {
    display: inline-block;
    width: 42px;
    margin: 7px 0;
  }

  .search-top-header input[type="text"].m-wrap {
    width: 210px;
  }

  .search-top-header input[type="text"].m-wrap:focus {
    width: 210px;
  }
  .m-dropdown-menu {
    position: absolute;
    top: 100%;
    left: -15px;
  }
  .m-dropdown-menu a {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  .desktop-menu .pull-right {
    display: none;
  }

  .search-top-header button.button .icon-search {
    font-size: 16px !important;
  }

  #navMainWrapper {
    display: block;
  }

  .search-top-header {
    margin-top: 0;
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  #textGreeting {
    display: none !important;
  }

  form#currency-change {
    width: 100%;
    height: 100%;
  }

  #topMobileMenu {
    margin-bottom: 12px;
  }

  .search-top-header input[type="text"].m-wrap {
    width: 100%;
  }

  #ajaxFormWrapper {
    width: 100%;
  }

  #headerWrapper .span5 {
    width: 100%;
  }

  .pull-left {
    position: relative;
  }

  .icon-align-justify:before {
    font-size: 20px;
  }
  .pull-left:not(.visible-phone)[data-target="#mobile-menu"]::after {
    content: "";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    z-index: 100;
    border: 1px solid #b6b6b6;
    display: none !important;
  }

  .pull-left:not(.visible-phone)[data-target="#mobile-menu"]::before {
    content: "" !important;
    width: 23px !important;
    height: 8px !important;
    background: url(/images/icon-burger-2.png) no-repeat center center;
    background-size: 100% 100%;
    display: none !important;
  }

  #nav-icon1 {
    width: 23px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
  }
  
  #nav-icon1 span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 19px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 18px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 25px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  #topMobileMenu.collapsed {
    display: flex;
    padding-bottom: 0;
    padding-left: 15px;
  }

  #currency-header .dropdown-toggle {
    width: 100%;
    display: inline-block;
  }

  .m-btn-group {
    width: 100%;
    height: 100%;
  }

  #navMain ul:not(.m-dropdown-menu) {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;  
    right: -22px;
    position: relative;
  }

  #navMain ul:not(.m-dropdown-menu) li a {
    width: 100%;
    padding: 0;
    
    margin-right: 16px;
  }

  #navMain ul > li {
    padding: 0 5px;
    width: 50px;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
  }
  #navMain ul > li:not(:first-child) {
    min-width: 35px;
  }

  #navMain ul:not(.m-dropdown-menu) > li:last-child {
    /* margin-left: 4px; */
  }

  #navMain ul > li .hidden-phone {
    display: none !important;
    order: 2;
    font-size: 10px !important;
  }

  .row-fluid.hidden-phone {
    display: none;
  }

  #navMain ul li a:hover {
    /* background: unset !important; */
    color: #60a4c9;
  }

  .nmx-buttons {
    font-size: 14px;
  }
}

.nmx-list {
  list-style: none;
}

@media (min-width: 980px) {
  .search-top-header input[type="text"].m-wrap {
    width: 361px;
  }

  .search-top-header input[type="text"].m-wrap:focus {
    width: 361px;
  }

  .search-top-header button.button {
    width: 109px;
  }
}

/* BOF KIP-205 :: Implement Lazy Loader */
.nmx-lazyload-container {
  display: flex;
  align-content: center;
  justify-content: center;
}
/* EOF KIP-205 :: Implement Lazy Loader */

.main-link {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

/* === Forms ==== */
.close-holder {
  text-align: right;
  cursor: pointer;
}

.group {
  margin-bottom: 25px;
}

.group .input-holder {
  position: relative;
}

.group .input-holder label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.group .input-holder input,
.group .input-holder select {
  width: 100%;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  font-family: "Intro Regular2";
  font-size: 18px;
  outline: 0;
  margin-top: 12px;
  color: #000;
  background: #f6f6f7;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 14px;
}

.group .input-holder ::-webkit-input-placeholder {
  font-family: "Open Sans";
}

.group .input-holder span {
  position: absolute;
  right: 20px;
  bottom: 12px;
  cursor: pointer;
}

.group .input-holder .require {
  color: #ee1b23;
}

.groups h3 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}

.groups {
  margin-top: 40px;
}

.groups.grid-one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.groups .heading {
  grid-column: 1 / -1;
}

.groups.grid-one .group:nth-of-type(4) {
  grid-column: 2 span;
}

.groups.grid-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  align-items: flex-end;
}

.groups .input-holder button {
  background: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  height: 51px;
  cursor: pointer;
}

.address .groups .input-holder button {
  font-size: 15px;
}

.groups .modal-footer2 .input-holder button.main-btn{
  width: auto !important;
  background-color: var(--main-color);
  border-color: var(--main-color) !important;
  border: none !important;
}

.groups .modal-footer2 .input-holder button.main-btn:hover {
  background-color: #75BDE3;
  border-color: #75BDE3 !important;
}

.groups .group.two-span {
  grid-column: 2 span;
}

.d-none {
  display: none;
}

.groups .input-holder .icon-holder {
  position: absolute;
  right: 15px;
  top: 47px;
  cursor: pointer;
}

.groups .input-holder.two-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px
}

.three-span{
  grid-column: 3 span;
}

.all-span{
  grid-column: 1 / -1;
}

.j-flex-end{
  align-items: flex-end;
}
/* === Forms ==== */
/* === Buttons ==== */
.main-btn {
  background-color: #67a8cb;
  border-radius: 4px;
  border: 1px solid #67a8cb;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.main-btn:hover {
  background-color: #75BDE3 !important;
  border-color: #75BDE3 !important;
}

.main-btn.main-hover:hover {
  background-color: #75BDE3 !important;
  border-color: #75BDE3 !important;
  color: #fff !important;
}

.secondary-btn {
  background: none;
  border-radius: 4px;
  border: 1px solid #67a8cb !important;
  padding: 12px 20px;
  color: #67a8cb;
  font-size: 16px;
  text-align: center;
  width: auto !important;
}

.third-btn {
  background: none;
  border: 1px solid rgb(0 0 0 / 50%) !important;
  padding: 10px 35px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  width: auto !important;
  cursor: pointer;
}

.third-btn:hover {
  background: rgba(166, 166, 166, 0.1) !important;
}
/* === Buttons ==== */
/* === Alerts === */
.v-tooltip{
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #67A8CB;
  width: 60px;
  position: absolute;
  right: 43px;
  top: 25px;
  width: 500px;
  box-shadow: 7px 12px 23px rgba(165, 161, 161, 0.13);
  display: none;
}

.v-tooltip p{
  line-height: 21px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.v-tooltip p:not(:last-child) {
  margin-bottom: 20px;

}

.alert.alert-success {
  background-color: #d7ffd7;
  border: 1px solid #069203;
  box-shadow: 7px 12px 23px rgb(165 161 161 / 13%);
  border-radius: 8px;
  width: 35%;
  position: fixed;
  top: 19px;
  left: 50%; 
  transform: translateX(-50%); 
}

.alert.alert-success > div {
  margin-left: 15px;
}

.alert.alert-success .close-holder {
  position: absolute;
  right: 17px;
  top: 14px;
  cursor: pointer;
}

.alert.alert-success .close-holder svg { 
  width: 12px;
}

.alert.alert-success .close-holder:hover svg path{ 
  fill: #000000;
}

.alert.alert-success p {
  color: #202223;
  font-size: 20px;
  margin-bottom: 5px;
}

.alert.alert-success > svg {
  position: relative;
  top: -12px;
  width: 20px;
}

.alert.alert-success span {
  color: #202223;
  font-size: 14px;
}
/* === Alerts === */
/* === Utilities === */
.s16-w400{
  font-size: 16px;
  font-weight: 400;
}

.s14-w400{
  font-size: 16px;
  font-weight: 400;   
}

.fs-14{
  font-size: 14px;
}

.black{
  color: #000;
}
/* === Utilities === */

@media (max-width: 992px) {
  .v-tooltip{
    padding-inline: 20px;
    top: 67px;
    right: 11px;
    font-size: 11px;
  }
  .alert.alert-success{
    width: 90%;
  }
}

  .loader-loading-newsletter {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #282c34;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    display: inline-block;
  }

  .indexProductsInner {
    padding: 10px 10px 15px 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 3px solid transparent;
  }

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

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

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

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

  @media (max-width: 820px) {
    .desktop-only {
      display: none;
    }

    .centerBoxWrapper h2#recentlyViewedHeading {
      font-size: 16px;
      text-align: center;
    }

    .recentlyView-carousel-nav {
      top: 5px;
    }

    .centerBoxWrapper h2#recentlyViewedHeading {
      margin-top: 20px;
    }

    .carousel-nav ul li a {
      padding: 0px;
    }
  }

  @media (min-width: 768px) {
    .mobile-only {
      display: none;
    }
  }

  .centerBoxWrapper h2#recentlyViewedHeading {
    margin-bottom: 10px !important;
  }

  .loader-loading {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #282c34;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    display:inline-block;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.create-account #postcode_lookup{
    flex-wrap: wrap;
}
.create-account #postcode_lookup #postcode{
    width: 70% !important;
    order: 3 !important;
}
.create-account #postcode_lookup #getaddress_button{
    width: 25%;
    order: 2;
}
.create-account #postcode_lookup #getaddress_error_message{
    order: 3;
}
@media (max-width:768px) {
  .grey-viewport .slides .gridItem {
    width: 180px !important;
  }
}