/* Scoped Reset */
.gui-header *,
.gui-header *::before,
.gui-header *::after,
.gui-header-top *,
.gui-header-top *::before,
.gui-header-top *::after,
.gui-secondary-nav *,
.gui-secondary-nav *::before,
.gui-secondary-nav *::after {
    box-sizing: border-box;
}
.gui-header a, .gui-header-top a, .gui-secondary-nav a {
    background-color: transparent;
    color: #222222;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
.gui-header a:hover, .gui-header-top a:hover {
    text-decoration: underline;
}
.gui-header a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.gui-header img {
    vertical-align: middle;
    border-style: none;
}
.gui-header svg:not(:root) {
    overflow: hidden;
}
.gui-header button {
    border-radius: 0;
}
.gui-header button:focus {
    outline: 0;
}
.gui-header input,
.gui-header button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
}
.gui-header button,
.gui-header [type="button"],
.gui-header [type="reset"],
.gui-header [type="submit"] {
    -webkit-appearance: button;
}
.gui-header button::-moz-focus-inner,
.gui-header [type="button"]::-moz-focus-inner,
.gui-header [type="reset"]::-moz-focus-inner,
.gui-header [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Header Sections */
.gui-header, .gui-header-top {
    background: #FFFFFF;
    line-height: 1.5;
    width: 100%;
    position: relative;
    z-index: 100;
}

/* Sticky Header Utility Class */
.gui-header-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

/* Header Top */
.gui-header-top {
	display: none;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    z-index: 101;
}
@media (min-width: 768px) {
    .gui-header-top {
        display: inherit;
    }
}
.gui-header-top-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px;
}
.gui-header-top-container .block-1 {
    align-items: center;
    display: flex;
}
.gui-header-top-container .block-2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.gui-header-top-container .block-2 > * {
    margin-right: 10px;
}
.gui-header-top-container .block-2 > *:last-child {
    margin: 0;
}
@media (min-width: 992px) {
    .gui-header-top-container .block-2 {
        justify-content: flex-end;
        width: auto;
    }
}

/* Header Top Links */
.gui-header-top-links ul {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gui-header-top-links ul li a {
    align-items: center;
    display: flex;
    padding: 10px;
}

/* Super Sites */
.super-sites {
    display: none;
}
.super-sites ul {
    border-right: 1px solid #E5E5E5;
    display: flex;
    flex-flow: wrap;
    font-size: 12px;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.super-sites ul li a {
    border-left: 1px solid #E5E5E5;
    display: block;
    padding: 10px;
}
@media (min-width: 768px) {
    .super-sites {
        display: block;
    }
}

/* Region Selector */
.gui-region-selector {
    font-size: 12px;
}
.gui-region-selector .gui-dropdown-toggle {
    border-bottom: none;
    border-top: none;
    padding: 10px;
}
.gui-region-selector > span {
    padding: 10px;
}
.gui-region-selector img {
    border: 1px solid #E5E5E5;
    margin-right: 5px;
    position: relative;
    width: 24px;
}

/* Header Main */
.gui-header-main {
    background: #FFFFFF;
    padding: 8px 0;
}

@media only screen 
and (min-width : 767px) {
  .gui-header-main {
      padding: 16px 0;
  }
  .gui-header-main .block-1 {
      display: none;
  }
}
.gui-header-main-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px;
}

/* Header Main Blocks */
.gui-header-main .block-1 {
    width: auto;
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}
.gui-header-main .block-1 > *:first-child {
    margin: 0;
}
.gui-header-main .block-1 > * {
    margin-left: 10px;
}
.gui-header-main .block-3 {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}
.gui-header-main .block-3 > * {
    margin-left: 10px;
}
.gui-header-main .block-3 > *:first-child {
    margin: 0;
}
.gui-header-main .block-4,
.gui-header-main .block-5 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.gui-header-main .block-4 > *,
.gui-header-main .block-5 > * {
    flex: 1 auto;
}
@media (min-width: 768px) {
    .gui-header-main .block-3 {
        order: 4;
    }
    .gui-header-main .block-4 {
        width: auto;
        order: 3;
    }

    /* Centre Logo */
    .gui-logo-center.gui-header-main .block-2 {
        display: flex;
        justify-content: center;
        order: 2;
    }
    .gui-logo-center.gui-header-main .block-4 {
        order: 1;
    }
    .gui-logo-center.gui-header-main .block-3 {
        order: 3;
    }
    .gui-logo-center.gui-header-main .block-5 {
        order: 3;
    }
}

/* Nav Toggle */
.gui-nav-toggle {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 34'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:6px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3ebag%3c/title%3e%3cline class='cls-1' y1='3' x2='44' y2='3'/%3e%3cline class='cls-1' y1='31' x2='44' y2='31'/%3e%3cline class='cls-1' y1='17' x2='44' y2='17'/%3e%3c/svg%3e");
    background-position: 12px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: block;
    height: 46px;
    width: 46px;
}

/* Logo */
.logo {
    width: 120px;
}
.logo img {
    width: 100%;
}
@media (min-width: 992px) {
    .logo {
        width: 260px;
    }
}
@media (max-width: 479px) {
    .logo {
        max-width: 120px;
        width: 100%;
    }
}

/* Header Main Links */
.gui-header-main-links ul {
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gui-header-main-links ul li {
    margin-right: 10px;
}
.gui-header-main-links ul li:last-child {
    margin-right: 0;
}
.gui-header-main-links ul li a {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: flex;
    height: 46px;
    min-width: 46px;
    padding: 10px 12px;
}
.gui-header-main-links ul li a:hover {
    text-decoration: none;
}

/* Header Search Box */
.gui-search {
    max-height: 0;
    order: 1;
    overflow: hidden;
    xtransition: max-height .3s;
}
.gui-search-box {
    margin-top: 10px;
    position: relative;
}
.gui-search.gui-show {
    max-height: 300px;
}
.gui-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    padding: 10px 12px;
    width: 100%;
}
.gui-search input::-ms-clear,
.gui-search input::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}
.gui-search button {
    position: absolute;
    right: 0;
    top: 0;
}
.gui-search input:focus {
    outline: none;
}
.gui-search button,
.gui-search-toggle  {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3e%3ctitle%3eUntitled-1%3c/title%3e%3cpath d='M44,40.61A3.43,3.43,0,0,1,40.61,44a3.14,3.14,0,0,1-2.38-1l-9.07-9a18.11,18.11,0,0,1-10.55,3.28,18.3,18.3,0,0,1-7.23-1.47,18.22,18.22,0,0,1-9.92-9.92,18.56,18.56,0,0,1,0-14.46,18.24,18.24,0,0,1,9.92-9.92,18.56,18.56,0,0,1,14.46,0,18.26,18.26,0,0,1,9.92,9.92,18.31,18.31,0,0,1,1.47,7.23A18.1,18.1,0,0,1,34,29.17L43,38.24A3.24,3.24,0,0,1,44,40.61ZM27,27a11.4,11.4,0,0,0,3.48-8.37A11.4,11.4,0,0,0,27,10.25a11.4,11.4,0,0,0-8.37-3.48,11.4,11.4,0,0,0-8.37,3.48,11.41,11.41,0,0,0-3.48,8.37A11.41,11.41,0,0,0,10.25,27a11.41,11.41,0,0,0,8.37,3.48A11.41,11.41,0,0,0,27,27Z' transform='translate(0)'/%3e%3c/svg%3e");
    background-position: 12px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: block;
    height: 46px;
    width: 46px;
}
@media (min-width: 768px) {
    .gui-search {
        margin: 0 10px;
        max-height: 100px;
        width: 210px;
    }
    .gui-search-box {
        margin-top: 0;
    }
    .gui-search-toggle {
        display: none;
    }
}
@media (min-width: 992px) {
    .gui-search {
        width: 360px;
    }
}

/* Minibag Toggle */
.gui-minibag-toggle {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: flex;
    height: 46px;
    min-width: 46px;
    padding: 10px 12px;
}
.gui-minibag-toggle-text {
    display: none;
}
.gui-minibag-toggle-alt .gui-minibag-toggle-text {
    order: 2;
}
.gui-minibag-toggle-count {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3ebag%3c/title%3e%3ccircle class='cls-1' cx='22.5' cy='16.5' r='15'/%3e%3cpath d='M22.5,33A16.5,16.5,0,1,1,39,16.5,16.5,16.5,0,0,1,22.5,33Zm0-30A13.5,13.5,0,1,0,36,16.5,13.5,13.5,0,0,0,22.5,3Z'/%3e%3crect y='8' width='44' height='36'/%3e%3c/svg%3e");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 2.25;
    text-align: center;
    width: 20px;
}

@media (min-width: 768px) {
    .gui-minibag-toggle-count {
        margin-left: 10px;
    }
    .gui-minibag-toggle-alt .gui-minibag-toggle-count {
        margin-left: 0;
        margin-right: 10px;
    }
    .gui-minibag-toggle-text {
        display: inline-flex;
    }
}

/* START - My Account Selector */
.gui-my-account-selector img {
    border: 1px solid #555555;
    float: left;
}
.gui-my-account-selector .gui-dropdown-menu {
    background-color: #424242;
    min-width: 260px;
    max-height: 800px;
    margin-top: -1px;
    right: 0;
    border: 1px solid #555555;
    color: #FFFFFF;
    padding: 16px 16px 6px;
}
.gui-my-account-selector .gui-dropdown-toggle {
    background-color: #424242;
    border: 1px solid #555555;
    border-bottom: none;
    border-top: none;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 16px;
}
.gui-my-account-selector .gui-dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FFFFFF' d='M96 160C96 71.634 167.635 0 256 0s160 71.634 160 160-71.635 160-160 160S96 248.366 96 160zm304 192h-28.556c-71.006 42.713-159.912 42.695-230.888 0H112C50.144 352 0 402.144 0 464v24c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24v-24c0-61.856-50.144-112-112-112z'/%3e%3c/svg%3e");
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin-left: 12px;
    content: "";
}
.gui-my-account-selector .gui-dropdown-menu ul li {
    border-bottom: none;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.gui-my-account-selector .gui-dropdown-menu ul li:last-child {
    border: none;
}
.gui-my-account-selector .gui-dropdown-menu ul li:first-child {
    border-bottom: 1px solid #555555;
}
.gui-my-account-selector .gui-dropdown-menu ul li:first-child a {
    margin-bottom: 12px;
    padding: 10px;
    text-transform: uppercase;
}
.gui-my-account-selector .gui-dropdown-menu ul li:not(:first-child) a {
    margin-bottom: 0;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
}
.gui-my-account-selector ul li:not(:first-child) a:hover {
    color: #c6c6c6;
}
.gui-my-account-selector ul li:not(:first-child) .gui-btn-sm.gui-icon-right:after {
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .gui-my-account-selector .gui-dropdown-menu ul li:not(:first-child) a {
        padding: 5px 0;
    }
    .gui-header .gui-my-account-selector.gui-dropdown {
        display: none;
    }
}
/* Mobile - My Account Link/Dropdown */
.gui-header-main .gui-my-account-selector .gui-dropdown-toggle {
    padding: 0;
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    display: block;
    height: 46px;
    width: 46px;
}
.gui-header-main .gui-my-account-selector .gui-dropdown-menu {
    right: 0;
    border: none;
}
.gui-header-main .gui-my-account-selector .gui-dropdown-menu ul li a {
    align-items: center;
    display: flex;
    font-size: 14px;
}
/* END - My Account Selector */

/* Button sizes for Mobile */
@media (max-width: 479px) {
    .gui-header-main .gui-my-account-selector .gui-dropdown-toggle,
    .gui-header-main .gui-search-toggle {
        background-position: 7px 7px;
        height: 36px;
        width: 36px;
    }
    .gui-header-main .gui-minibag-toggle {
        height: 36px;
        width: 36px;
        min-width: 36px;
        padding: 5px 7px;
    }
    .gui-header-main .gui-nav-toggle    {
        background-position: 8px;
        height: 36px;
        width: 36px;
    }
}

/* Display a customers previous keyword search history */
.gui-search-container {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}
.gui-search-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    margin: 0;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
}
.gui-search-item {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
    padding: 11px;
    color: #333;
}
.gui-search-item:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.gui-search-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    width: 100%;
}
.gui-header .gui-search-item-link:hover {
    text-decoration: none;
}
.gui-search-item-dismissable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gui-search-item-dismissable:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.gui-search-item-link:after {
    margin: 0;
    padding: 11px;
}
.gui-search-dismissable {
    padding: 11px;
}
.gui-search-dismissable::after {
    margin: 0;
}
/* END - Display a customers previous keyword search history */

/* Start - Bloomreach Auto Complete Suggestions */
body {
    font: normal normal normal 100%/1.25 Arial, Helvetica, Verdana, sans-serif;
}
.gui-search-container {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}
.gui-search-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    margin: 0;
    border-bottom: 1px solid #EEEEEE;
}
.gui-search-item {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
    padding: 11px;
    color: #333;
}
.gui-search-item:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.gui-search-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    width: 100%;
}
.gui-header .gui-search-item-link:hover {
    text-decoration: none;
}
.gui-search-item-dismissable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gui-search-item-dismissable:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.gui-search-item-link:after {
    margin: 0;
    padding: 11px;
}
.gui-search-dismissable {
    padding: 11px;
}
.gui-search-dismissable::after {
    margin: 0;
}


/* Start - Bloomreach Auto Complete Suggestions */
.auto-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.auto-suggestion {
    position: relative;
    display: flex;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    line-height: 17px;
    color: #252525;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.auto-suggestion:hover,
.auto-suggestion.selected {
    background: #f8f8f8;
    cursor: pointer;
}
.auto-suggestion div {
    border-bottom: 1px solid #e3e5e6;
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.auto-suggestion.product div {
	padding: 8px 16px;
}
.auto-suggestion div a {
    display: block;
    padding: 8px 16px;
    color: #252525;
    font-size: 14px;
    white-space: normal
}
.auto-suggestions a:hover,
.auto-suggestion div a:hover {
    text-decoration: none;
}
.auto-suggestion b {
    color: #3f4952;
    text-decoration: underline;
}
.auto-suggestion-header {
    position: relative;
    display: flex;
    color: #252525;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    padding: 8px 16px;
    margin-top: -1px;
    text-transform: capitalize;
    background-color: #e3e5e6;
}
.auto-suggestion.product {
    flex-flow: row nowrap;
}
.auto-suggestion.product img {
    width: 30px;
    align-self: center;
    height: auto;
}
.auto-suggestion.product span {
    display: block;
    padding: 0 8px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.auto-suggestion.product span span.title {
    padding: 0;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 14px;
}
.auto-suggestion.product span span.price {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
.auto-suggestion.product div {
    width: 100%;
    display: flex;
}
a.auto-suggestion-btn {
    position: relative;
    display: block;
    padding: 16px;
    margin: -1px 0 0;
    font-size: 20px;
    line-height: 24px;
    white-space: normal;
    background: #e3e5e6;
    overflow: hidden;
    box-sizing: border-box;
}
a.auto-suggestion-btn .btn {
    display: block;
    position: inherit;
    width: 100%;
    color: #fff;
    background: #000;
    margin: 0;
    padding: 11px 10px;
    height:  auto;
    line-height: 25px;
    text-align: center;
}
@media screen and (min-device-width: 375px) {
    .auto-suggestion.product div {
	    padding: 10px 16px;
	}
    .auto-suggestion div a {
	    padding: 10px 16px;
	}
}
@media screen and (min-device-width: 768px) {
    .auto-suggestion {
        font-size: 16px;
        line-height: 24px;
    }
    .auto-suggestion.product div {
	    padding: 12px 16px;
	}
    .auto-suggestion div a {
	    padding: 12px 16px;
	}
    .auto-suggestion-header {
        font-size: 18px;
        line-height: 20px;
    }
    a.auto-suggestion-btn {
        padding: 16px;
    }
    a.auto-suggestion-btn .btn {
        font-size: 18px;
        padding: 10px;
    }
}
@media only screen and (min-device-height : 668px) {
    .auto-suggestion {
        font-size: 15px;
        line-height: 17px;
    }
    .auto-suggestion.product img {
        width: 50px;
        align-self: center;
    }
    .auto-suggestion.product span {
        white-space: normal;
        overflow: hidden;
    }
    .auto-suggestion.product span span.title {
        white-space: normal;
    }
    .auto-suggestion.product span span.price {
        padding: 4px 0 0;
    }
}
/* End - Bloomreach Auto Complete Suggestions */
