.c-global-header {
  padding: 20px 10px 0;
}
.c-global-header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px;
}
@media all and (min-width: 1024px) {
  .c-global-header__row {
    flex-wrap: nowrap;
  }
}
.c-global-header .cc_store_logo_img {
  position: relative;
}
@media (max-width: 1024px) {
  .c-global-header__search {
    flex-grow: 1;
    width: 100%;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .c-global-header__search {
    flex-grow: 1;
    width: 100%;
    order: 0;
  }
}
.c-global-header__search .cc_search_form {
  margin: 5px auto 20px;
}
@media all and (min-width: 1024px) {
  .c-global-header__search .cc_search_form {
    max-width: 600px;
  }
}
.c-global-header__search .cc_search_form .form-control {
  height: auto !important;
  line-height: 1.8;
}
.c-global-header__search .search_button {
  background-color: rgb(130, 128, 129);
  color: white;
  line-height: 1.8;
}
.c-global-header__authenticated,
.c-global-header__authenticated a,
.c-global-header__authenticated a:hover {
  color: #635f60;
  text-decoration: none;
}
.c-global-header__authenticated {
  min-height: 50px;
  flex: 1 0;
}

@media (max-width: 520px) {
  .c-global-header__authenticated {
    padding-top: 10px;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 1024px) {
  .c-global-header__authenticated {
    min-width: 400px;
  }
}
.c-global-header__authenticated__row {
  display: flex;
  justify-content: flex-end;
}
.c-global-header__account {
  text-align: right;
}
.c-global-header__cart,
.c-global-header__account {
  margin-left: 30px;
  position: relative;
  padding-left: 35px;
}
.c-global-header__cart-icon,
.c-global-header__account-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.c-global-header__logout-link {
  white-space: nowrap;
}
.c-global-header__logout-icon {
  vertical-align: text-top;
}
.c-global-header__cart-label,
.c-global-header__cart-totals {
  white-space: nowrap;
}
.c-global-header__cart-label,
.c-global-header__full-name {
  font-weight: bold;
}
.c-global-header__effective-account .effAccount > a {
  font-weight: bold;
}

/* override some styles */
.c-global-header__effective-account .list-inline > li.effAccount {
  padding-right: 0;
  text-align: right;
}

@media all and (min-width: 768px) {
  .c-global-header__effective-account .list-inline > li.effAccount {
    white-space: nowrap;
  }
}

.c-global-header__effective-account--punchout {
  margin: 5px 0;
  text-align: right;
}

.menu_container .shop-sub-menu.active > ul li > ul.active {
  display: none;
}

.menu_container .shop-sub-menu.active,
.menu_container .shop-sub-menu.active > ul {
  display: block;
}

.menu_container .shop-sub-menu.active {
  display: flex;
}

.menu_container .shop-sub-menu > ul {
  min-width: initial !important;
}

.menu_container .shop-sub-menu.active > ul {
  position: relative;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  float: none;
}

.menu_container .shop-sub-menu.active > ul li.active > ul {
  position: relative;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  float: none;
}

.shop-sub-categories > ul.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  font-size: 12px;
  padding-left: 25px;
}

.shop-sub-categories > ul.active > li > ul {
  display: none;
}

.shop-sub-categories > ul.active .dropdown-submenu > a:after {
  display: none;
}

.menu_container .shop-sub-menu .dropdown-menu > li > a:hover {
  background: #e7e7e7 !important;
  color: #635f60 !important;
}

.menu_container .shop-sub-menu .fa,
.menu_container .shop-sub-menu .dropdown-menu > li > a:hover {
  color: #635f60 !important;
}

.menu_container .shop-sub-menu .dropdown-submenu > a:after,
.menu_container .shop-sub-menu .dropdown-submenu:hover > a:after {
  border-left-color: #635f60 !important;
}

.menu_container .navbar-nav > li:nth-of-type(1) {
  padding-left: 0px !important;
}

.menu_container .navbar {
  min-height: initial !important;
  box-shadow: grey 0px 4px 2px -2px;
}

.menu_container .cc_navbar .container.cc_container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* added for region selector */

@media (max-width: 1024px) {
  .c-global-header__search {
    flex-grow: 1;
    width: 100%;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .c-global-header__search {
    flex-grow: 1;
    width: 100%;
    order: 0;
  }
}
.c-global-header__search .cc_search_form .form-control {
  height: auto !important;
  line-height: 0.5;
}
.c-global-header__search .search_button {
  background-color: rgb(130, 128, 129);
  color: white;
  line-height: 1.2;
}

.c-global-header__region * {
  font-family: 'Source Sans Pro', sans-serif !important;
}

.c-region-selector {
  position: relative;
  margin-top: -2px;
  z-index: 1001;
  text-align: center;
}

.c-region-selector-int {
  position: relative;
  margin-top: -3px;
  z-index: 1001;
}

.languageCenterAlign {
  text-align: center;
}

#language-list {
  margin: -10px 0 15px;
}

#language-list * {
  font-size: 13px;
  padding: 0 3px 0 0;
  margin-bottom: 10px;
}

#language-list button.lang-choice {
  background-color: transparent;
  color: #454D77;
}

div.main-element {
  text-align: right;
}

div.languageRightAlign {
  text-align: right;
}

.main-element button {
  border: 0;
  background-color: #fff;
  /* font-size: 13px; */
}

.c-region-icon-wrap {
  display: flex;
  align-items: center;
}

.c-region-icon-wrap div.region-img {
  margin-top: -8px;
  margin-right: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hide-region {
  display: none;
}

.c-region-icon-wrap div.region-lbl {
  margin-top: -8px;
  white-space: nowrap;
  /* font-family: 'Source Sans Pro'; */
  font-size: 14px;
}

section.region-popover-default {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 200px;
}

section.region-popover-int {
  position: absolute;
  top: 55px;
  left: 8px;
  width: 200px;
}

section.slds-popover .slds-popover__body {
  margin-top: -10px;
  padding-bottom: 20px;
}

section.slds-popover h4.slds-text-heading_small {
  font-size: 12px;
  font-weight: 900;
  color: #000;
}

div.region-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 96%;
}

div.region-button {
  margin-top: 10px;
  width: 50%;
  text-align: center;
}

div.region-button img {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

div.region-button button {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-width: 0;
  background-color: #fff;
  font-family: 'Source Sans Pro';
  padding: 0px
}

div.region-button button div {
  white-space: nowrap;
  margin-bottom: 3px;
}

.select-region-button {
  min-height: 45px;
}

@media (max-width: 520px) {
  .select-region-button {
    margin-left: 20px;
  }
  .c-region-selector-int {
    position: relative;
    margin-top: -9px;
    /* margin-left: 15px; */
  }
  .c-region-icon-wrap div.region-lbl {
    line-height: 1.2em;
    text-align: left;
  }
  .c-region-icon-wrap div.region-img.int {
    margin-top: 5px;
  }
}
@media (max-width: 375px) {
  .select-region-button {
    margin-left: 0px;
  }
  .c-region-icon-wrap div.region-lbl {
    margin-top: -8px;
    white-space: normal;
  }
}

.c-region-icon-wrap .region-img.us img {
  width: 40px;
  height: 22px;
}

.slds-popover {
  position: relative;
  border-radius: var(--lwc-borderRadiusMedium, 0.25rem);
  width: var(--lwc-sizeMedium, 20rem);
  min-height: 2rem;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  border: 1px solid rgb(215, 211, 211);
}
.slds-nubbin_top-left:before,
.slds-nubbin--top-left:before,
.slds-nubbin_top-left-corner:before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: rotate(45deg);
  content: "";
  background-color: inherit;
  left: 50%;
  top: -0.5rem;
  margin-left: -0.5rem;
}

.slds-nubbin_top-left:after,
.slds-nubbin--top-left:after,
.slds-nubbin_top-left-corner:after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: rotate(45deg);
  content: "";
  background-color: inherit;
  left: 50%;
  top: -0.5rem;
  margin-left: -0.5rem;
}

.slds-nubbin_top-left:after,
.slds-nubbin--top-left:after,
.slds-nubbin_top-left-corner:after {
  box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.slds-nubbin_top-left:after,
.slds-nubbin--top-left:after,
.slds-nubbin_top-left-corner:after {
  box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16);
  z-index: -1;
}

.slds-nubbin_top-left:before,
.slds-nubbin_top-left:after,
.slds-nubbin--top-left:before,
.slds-nubbin--top-left:after,
.slds-nubbin_top-left-corner:before,
.slds-nubbin_top-left-corner:after {
  left: 164px;
  top: -5px;
}

.slds-transition-hide {
  display: none;
}
/* end region selector */

/* cookie statement */
div.cookie-statement * {
  font-family: 'Source Sans Pro', sans-serif;
}
div.cookie-statement{
  position:fixed;
  bottom: 5px;
  left: 5px;
  background-color: #3E859E;
  width:650px;
  font-size: 18px;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
  display: none;
  z-index: 10;
}
div.cookie-statement .cookie-message{
font-weight: 400;
}
div.cookie-statement .learn-more{
  display:flex;
  justify-content: space-between;
  color: #FFFFFF;
}

div.cookie-statement .learn-more a{
  color: #FFFFFF !important;
  text-decoration: underline;
}

div.cookie-statement .learn-more .learn-more-link{
  display:flex;
  align-items: flex-end;
}

div.cookie-statement button{
  width:155px;
  height:40px;
  font-size:16px;
  color: #306679;
}

div.cookie-statement.non-int {
  animation: hide-cs 0s 30s forwards;
}

div.cookie-statement.int {
  animation: none;
}

@keyframes hide-cs{
to {visibility: hidden;}
}

@media (max-width: 767px) {
  div.cookie-statement{
      width: auto;
  }
}
/* end cookie statement */

.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
  padding: 0 5px;
}
a.truncate:hover, a.truncate:active {
  color: white;
  text-decoration: none;
}
