

/* Leave as it is */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap');

/* With the background-colour you can change the header color, the last number is opacity (1 for full fill) */
.home-selector #app-header {
  background-color: #ffffff;
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 200;
}

/* Leave as it is */
#home-page .feature-region {
 background-color: transparent !important;
    background-size: cover;
    background-position: center;
}

/* Leave as it is */
#home-page .feature-region img {
width: 100%;
}

/* Leave as it is */
.header-branding > h1 > a > img {
    width: auto;
}

/* Leave as it is */
#main.product-results {
background:  url() right bottom repeat-x;
object-fit: cover;
width: 100%;
}

/* Leave as it is */
#search-form .search-form-filters {
  background-color: transparent;

}

/* Leave as it is */
.search-refine-button {
  color: #ffffff;
  outline-color: transparent;
  box-shadow: none !important;
}

/* Leave as it is */
#search-form .search-refine-button:hover,
#search-form .search-refine-button:focus {
  color: #ffffff;
outline: transparent;
}

/* Leave as it is */
#search-form .search-form__actions {
  float: none !important;
  display: inline-block;
}

/* Leave as it is */
.general-header-bg h1,
.general-header-bg h3 {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

/* Leave as it is */
.general-header-bg h1 {
  font-weight: 600;
}

/* Leave as it is */
.general-header-bg h3 {
  font-weight: 400;
}

/* Leave as it is */
#product-page #description div a .product-account-logo{
  display: none;
}

/* Leave as it is */
#product-page #description {
  overflow-y: auto;
  max-height: 230px;
}

/* Leave as it is */
#product-page .callout-region {
  display: none;
}

/* Leave as it is */
.center {
  object-fit: cover;
  width: 100%;
}

/* Leave as it is */
@media(min-width: 1024px) {
  .center {
    height: 550px;
  }

/* Leave as it is */
.product-selector  #app-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
}

/* Leave as it is */
#app-header .container .row {
  display: flex;
  flex-wrap: wrap;
}

/* Leave as it is */
@media(max-width: 768px){
     #app-header .container .row :first-child,
     #app-header .container .row :nth-child(2) {
         flex: 1 0 45%;
    }

/* Leave as it is */
.row {
     overflow: hidden;
   }

/* Leave as it is */
row .col-xs-12 .col-sm-6 .col-md-7 {
  flex: 0 0 43%;
}

/* Leave as it is */
.row .header-branding .logo-customized a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Leave as it is */
#app-header .container .row #header-menu {
  flex: 0 0 43%;
  justify-content: unset;
  margin-top: 0;
 margin-left: auto;
}
}

/* Leave as it is */
.AccountDropdown--margin-top {
     margin-top: 13px;
}

/* Leave as it is */
@media(max-width: 450px){
.home-selector #app-header > .container {
	height: 100%;
	display: flex;
	align-items: center;
}

/* Leave as it is */
.home-selector  #app-header > .container .row > div {
	flex: 1 0 33%;
}

/* Leave as it is */
.home-selector #app-header > .container .row > div .header-branding .logo-customized {
	height: auto;
	margin: 0;
}

/* Leave as it is */
.home-selector #app-header > .container .row > div .header-branding .logo-customized a img {
	margin-top: 0;
}

/* Leave as it is */
@media(max-width: 450px){
.product-selector #app-header > .container {
	height: 100%;
	display: flex;
	align-items: center;
}

/* Leave as it is */
.product-selector #app-header > .container .row > div {
	flex: 1 0 33%;
}

/* Leave as it is */
.product-selector #app-header > .container .row > div .header-branding .logo-customized {
	height: auto;
	margin: 0;
}

/* Leave as it is */
.product-selector #app-header > .container .row > div .header-branding .logo-customized a img {
	margin-top: 0;
}
}

/* Leave as it is */
.product-selector #feature .product-bg  {
background-color: #eeeeee;
}

/* Leave as it is */
.product-footer .learn-more .product-value {
      display: none;
}

/* Leave as it is */
.product-heading .product-title {
font-weight: 550;
}

/* Leave as it is */
.container .search-form {
padding-top: 10px;
}


/* Leave as it is */
#listings .ProductIcon__Wrapper--gallery-index {
display: none;

}

/* Changes the colour of the bar under the ehader image, change to a brand colour for the customer */
#home-page #search-form.callout-region {
     background-color: #f8f8f8;
}

/* Leave as it is */
#home-page .feature-region {
    height: unset;
    background-image: none;
}

/* Leave as it is */
#home-page .feature-region img {
    object-fit: cover;
    height: 50vh;
}

/*Changes the icon colour for categories and filter */
.search-form .search-refine-button__icon {
      color: #000000;
}

/*Changes the text colour for categories and filter */
.search-form .search-refine-button__text {
      color: #000000;
}

/*Changes the colour for the Login text */
#user-nav > a {
      color: #000000;
}

/*Changes the colour for the Login text */
.home-selector #user-nav .Dropdown__Toggle--header .Dropdown__ToggleTextWrapper {
      color: #000000;
}

/*Changes the colour for the Login text */
#user-nav .Dropdown__Toggle--header .Dropdown__ToggleTextWrapper .btn-link {
      color: #00000;
}

