.headerContainer {
  height:90px;
  z-index:10;
  top:0;
  background:#fff;
  transition:all .3s
}
@media (min-width:768px) {
  .headerContainer {
    height:110px
  }
}
@media (max-width:1199px) {
  .headerContainer {
    position:fixed;
    width:100%
  }
}
@media (min-width:1200px) {
  .headerContainer {
    width:100%
  }
}
@media (min-width:1200px) {
  .headerContainer--fixed {
    position:fixed;
    top:0
  }
  .headerContainer--fixed-small {
    height:69px
  }
}
/*@media (min-width:1200px) and (min-width:1200px) {
  .headerContainer--fixed-small>div .headerMenu .menuContent-siteSettings {
    top:12px!important
  }
}*/
.headerContainer .german-height.headerContainer--fixed-small .menuContent-siteSettings {
  top:12px!important
}
@media (min-width:1200px) {
  .headerContainer>.container {
    max-width:1170px
  }
}
.headerContainer>div {
  height:100%;
  display:flex;
  align-items:center
}
@media (min-width:768px) {
  .headerContainer>div {
    flex-direction:row;
    justify-content:space-between
  }
}
@media (min-width:1200px) {
  .headerContainer>div {
    position:relative
  }
}
.headerContainer>div .headerLogo {
  width:200px;
  padding:15px 0;
  display:inline-block
}
.headerContainer>div .headerLogo--svg {
  width:270px
}
@media (min-width:768px) {
  .headerContainer>div .headerLogo {
    width:250px;
    margin-right:auto
  }
  .headerContainer>div .headerLogo--svg {
    /*width:300px*/
	  width: auto;
  }
}
.headerContainer>div .headerLogo img {
  width:100%
}
.headerContainer>div .headerLogo img.logo-main-svg {
  max-width:300px;
  display:block;
}

@media (min-width:768px) {
  .headerContainer>div .headerLogo img.logo-main-svg {
  	margin-left:-20px
  }	
}

@media (max-width:767px) {
  .headerContainer>div .headerMenu {
    position:absolute;
    top:0;
    right:-350px;
    width:200px;
    height:100%;
    transition:right .2s ease-in-out
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu--showOnTablet {
    display:none!important
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .headerContainer>div .headerMenu--showOnTablet {
    position:absolute;
    top:0;
    right:-350px;
    width:200px;
    height:100%;
    transition:right .2s ease-in-out
  }
}
.headerContainer>div .headerMenu .menuButton {
  cursor:pointer;
  background-color:transparent;
  width:70px;
  height:70px;
  padding:15px;
  position:absolute;
  top:10px;
  left:-85px;
  text-align:center;
  transition:all .2s ease-in-out
}
@media (min-width:768px) {
  .headerContainer>div .headerMenu .menuButton {
    display:none
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .headerContainer>div .headerMenu .menuButton--showOnTablet {
    top:20px
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuButton--showOnTablet {
    display:block
  }
}
.headerContainer>div .headerMenu .menuButton-line {
  width:100%;
  height:3px;
  background-color:#fff
}
.headerContainer>div .headerMenu .menuButton-line:not(:last-of-type) {
  margin-bottom:5px
}
.headerContainer>div .headerMenu .menuButton-text {
  color:#fff;
  font-size:12px;
  text-transform:uppercase
}
@media (max-width:767px) {
  .headerContainer>div .headerMenu .menuContent {
    height:100vh;
    background-color:#fff;
    padding-bottom:30px;
    overflow-y:auto
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent {
    display:flex;
    flex-direction:row;
    align-items:center
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuContent--showOnTablet {
    height:100vh;
    background-color:#fff;
    padding-bottom:30px;
    overflow-y:auto;
    z-index:1000;
    position:relative
  }
}
.headerContainer>div .headerMenu .menuContent-links {
  list-style-type:none;
  padding:0;
  margin:0;
  display:none
}
.headerContainer>div .headerMenu .menuContent-links--showOnTablet {
  display:block
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuContent-links--showOnTablet li a:hover {
    background-color:#4457a3;
    color:#fff;
    border-bottom-color:#4457a3
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-links--showOnTablet li a:hover {
    color:#41b0e5!important
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-links {
    display:flex;
    flex-direction:row
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-links li {
    height:45px;
    padding:0 12px;
    display:flex;
    align-items:center
  }
}
.headerContainer>div .headerMenu .menuContent-links li a {
  color:#181734;
  font-size:14px;
  border-bottom:1px solid #d3d3d3;
  display:block;
  transition:color .2s ease-in-out,background-color .2s ease-in-out,border-bottom-color .2s ease-in-out;
  padding:30px 15px;
  text-decoration: none;	
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-links li a {
    border-bottom:none;
    padding:0;
    color:#fff
  }
}
@media (max-width:767px) {
  .headerContainer>div .headerMenu .menuContent-links li a:hover {
    background-color:#4457a3;
    color:#fff;
    border-bottom-color:#4457a3;
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-links li a:hover {
    color:#41b0e5
  }
}
@media (max-width:767px) {
  .headerContainer>div .headerMenu .menuContent-accountElements {
    padding:25px 15px
  }
}
@media (min-width:768px) {
  .headerContainer>div .headerMenu .menuContent-accountElements {
    display:flex;
    flex-direction:row
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuContent-accountElements--showOnTablet {
    display:block;
    padding:25px 15px
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuContent-accountElements--showOnTablet a {
    width:100%
  }
  .headerContainer>div .headerMenu .menuContent-accountElements--showOnTablet a:last-of-type {
    margin-top:20px;
    margin-left:0!important
  }
}
@media (max-width:767px) {
  .headerContainer>div .headerMenu .menuContent-accountElements a {
    width:100%
  }
  .headerContainer>div .headerMenu .menuContent-accountElements a:last-of-type {
    margin-top:20px
  }
}
@media (min-width:768px) {
  .headerContainer>div .headerMenu .menuContent-accountElements a:last-of-type {
    margin-left:25px
  }
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-accountElements a {
    margin-left:25px
  }
}
.headerContainer>div .headerMenu .menuContent-siteSettings {
  padding:0 15px;
  display:none
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-siteSettings {
    display:block;
    position:absolute;
    left:280px;
    /*top:33px;*/
    transition:all .3s
  }
}
@media (max-width:1199px) {
  .headerContainer>div .headerMenu .menuContent-siteSettings--showOnTablet {
    display:block
  }
}
.headerContainer>div .headerMenu .menuContent-siteSettings select::-ms-expand {
  display:none
}
.headerContainer>div .headerMenu .menuContent-siteSettings select {
  width:100%;
  color:#b1afd3
}
@media (min-width:1200px) {
  .headerContainer>div .headerMenu .menuContent-siteSettings select {
    /*width:120px*/
  }
}
@media (max-width:1199px) {
  html:lang(en-us) .headerContainer,
  html:lang(es) .headerContainer {
    position:static
  }
}
html:lang(en-us) body:not(.newLanding) .pageContent,
html:lang(es) body:not(.newLanding) .pageContent {
  position:relative;
  overflow-x:hidden
}
@media (max-width:1199px) and (min-width:768px) {
  html:lang(en-us) body:not(.newLanding) .subpageContent,
  html:lang(es) body:not(.newLanding) .subpageContent {
    padding-top:0
  }
}
body:not(.newLanding) .subpageContent>.subpageContent {
  padding-top:0
}
.navbar-nav-us>.userBar-box>.userBar-cart {
  padding-top:5px!important;
  padding-bottom:10px!important
}
.navbar-nav-us>.userBar-box>.userBar-cart>.ico {
  font-size:33px;
  color:#fff
}
.navbar-nav-us>.userBar-box>.userBar-cart>.sum {
  background-color:#ffde00;

  border-radius:50%;
  display:inline-block;
  width:17px;
  height:17px;
  text-align:center;
  color:#000;
  left:-27px;
  position:relative;
  top:3px;
  font-size:12px
}
.navbar-nav-us>.userBar-box>.userBar-cart>.sum>span {
  top:-2px;
  position:relative
}
.navbar-nav-us>.userBar-box>.userBar-cart>.ico2 {
  font-size:21px;
  position:relative;
  top:-2px;
  color:#fff
}
.navbar-nav-us>.userBar-box>.userBar-cart>.title {
  font-size:12px;
  padding-right:5px;
  margin-left:-56px;
  position:relative;
  bottom:11px;
  left:37px;
  color:#fff
}
.navbar-nav-us>.userBar-box>.userBar-cart>.price {
  font-size:1em;
  padding-right:5px;
  margin-left:-10px;
  position:relative;
  top:5px;
  color:#ffde00;
  display:inline-block;
  min-width:54px;
  text-align:right
}
.cartButton {
  background-color:#41b0e5;
  border-style:none;
  text-decoration: none !important;
  cursor: pointer;
}

.cartButton:hover {
  background-color:#2585b3 !important;
  border-color:#2585b3 !important;
}
.search-bar {
  position:absolute;
  top:0;
  left:0;
  z-index:104;
  width:100%;
  background-color:#fafafa;
  display:none;
  padding:0 30px
}
.search-bar form {
  height:70px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.search-bar .search-mobile i,
.search-bar .search-mobile span {
  color:#6f6f6f
}
.search-bar-input {
  width:85%;
  border:none;
  background-color:#fafafa;
  font-size:20px
}
.search-bar-input:focus {
  outline:none
}
@media (min-width:1200px) {
  .search-bar .search-bar {
    display:none
  }
}
.showSearchBar {
  overflow-y:hidden
}
.showSearchBar .search-bar {
  display:block
}
.showSearchBar .blackout {
  visibility:visible;
  opacity:.4;
  z-index:3
}
.showSearchBar .headerContainer {
  z-index:2
}
.search-mobile {
  display:block;
  position:absolute;
  top:20px;
  right:76px
}
.search-mobile-icon {
  width:27px;
  margin:0 auto 1px;
  display:block
}
.search-mobile-submit {
  position:static
}
.search-mobile i {
  font-size:25px;
  margin-bottom:4px
}
.search-mobile span {
  font-size:11px;
  line-height:1.5em
}
.search-mobile i,
.search-mobile span {
  display:block;
  color:#fff;
  text-transform:uppercase;
  text-align:center
}
.headerMenu--mobile .menuButton {
  position:relative;
  top:12px;
  right:12px;
  height:48px;
  padding:10px;
  text-align:center
}
.headerMenu--mobile .menuButton-lines {
  width:34px;
  height:26px;
  position:relative;
  margin:0;
  -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
}
.headerMenu--mobile .menuButton-lines,
.headerMenu--mobile .menuButton-lines .menuButton-line {
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg)
}
.headerMenu--mobile .menuButton-lines .menuButton-line {
  display:block;
  position:absolute;
  height:3px;
  width:100%;
  background:#fff;
  opacity:1;
  left:0;
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out
}
.headerMenu--mobile .menuButton-lines .menuButton-line:first-child {
  top:0
}
.headerMenu--mobile .menuButton-lines .menuButton-line:nth-child(2),
.headerMenu--mobile .menuButton-lines .menuButton-line:nth-child(3) {
  top:9px
}
.headerMenu--mobile .menuButton-lines .menuButton-line:nth-child(4) {
  top:18px
}
.headerMenu--mobile .menuButton-lines.open .menuButton-line:first-child {
  top:18px;
  width:0;
  left:50%
}
.headerMenu--mobile .menuButton-lines.open .menuButton-line:nth-child(2) {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg)
}
.headerMenu--mobile .menuButton-lines.open .menuButton-line:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
.headerMenu--mobile .menuButton-lines.open .menuButton-line:nth-child(4) {
  top:18px;
  width:0;
  left:50%
}
.headerMenu--mobile .menuButton-text {
  color:#fff;
  font-size:11px;
  text-transform:uppercase
}
.headerMenu--mobile .menuButton-line {
  width:100%;
  height:3px;
  background-color:#fff
}
.headerMenu--mobile .menuButton-line:not(:last-of-type) {
  margin-bottom:5px
}
.headerMenu--mobile .menuContent-links {
  list-style-type:none;
  padding:0;
  margin:0;
  display:none
}
.headerMenu--mobile .menuContent-links--showOnTablet {
  display:block
}
.headerMenu--mobile .menuContent-links li a {
  color:#181734;
  font-size:14px;
  border-bottom:1px solid #d3d3d3;
  display:block;
  transition:color .2s ease-in-out,background-color .2s ease-in-out,border-bottom-color .2s ease-in-out;
  padding:30px 15px
}
.headerMenu--mobile .menuContent-accountElements--showOnTablet {
  display:block!important;
  padding:25px 15px
}
.headerMenu--mobile .menuContent-siteSettings {
  padding:0 15px;
  display:none
}
.headerMenu--mobile .menuContent-siteSettings select {
  width:100%;
  color:#b1afd3
}
html[lang=en-us] .headerMenu--mobile,
html[lang=es] .headerMenu--mobile {
  position:absolute
}
@media (min-width:1200px) {
  .headerMenu--mobile {
    display:none
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .headerMenu--mobile .menuButton {
    top:7px;
    right:11px
  }
  .search-mobile {
    top:14px;
    right:74px
  }
}
@media (max-width:1199px) {
  .headerMenu--mobile {
    position:fixed;
    top:0;
    right:-350px;
    height:100%;
    transition:right .2s ease-in-out;
    z-index:11;
    display:flex
  }
  .headerMenu--mobile .menuContent--showOnTablet {
    width:200px;
    height:100vh;
    background-color:#fff;
    padding-bottom:30px;
    overflow-y:auto;
    z-index:1000;
    position:relative
  }
  .headerMenu--mobile .menuContent-accountElements--showOnTablet a {
    width:100%
  }
  .headerMenu--mobile .menuContent-accountElements--showOnTablet a:last-of-type {
    margin-top:20px;
    margin-left:0!important
  }
  .headerMenu--mobile .menuContent-siteSettings--showOnTablet {
    display:block
  }
  .headerContainer {
    height:70px
  }
}
@media (min-width:768px) {
  .headerMenu--mobile .menuButton {
    display:block
  }
  .headerMenu--mobile .menuContent-accountElements {
    display:flex;
    flex-direction:row
  }
  .headerMenu--mobile .menuContent-accountElements a:last-of-type {
    margin-left:25px
  }
}
@media (max-width:400px) {
  .headerContainer>div .headerLogo img {
    width:80%
  }
  .headerContainer>div .headerLogo-layout--svg {
    margin-left:-20px
  }
  .headerMenu--mobile .menuButton {
    right:5px
  }
  .search-mobile {
    right:66px
  }
}

.openMenu {
  overflow-y:hidden
}
.openMenu .blackout {
  visibility:visible;
  opacity:.4;
  z-index:11
}
.openMenu .headerMenu--mobile {
  right:-150px
}
.openMenu .menuButton--showOnTablet {
  background:#181734!important
}
.headerMenu--mobile .categories-subCategoriesList li {
  padding-bottom:14px
}
.menuCategories {
  height:100vh;
  background-color:#fff;
  border-left:1px solid #cdcac3;
  width:150px;
  padding:25px 11px;
  overflow-y:scroll
}
.menuCategories .categories-label:hover {
  background-color:transparent;
  color:#41b0e5
}
.menuCategories ul {
  list-style-type:none;
  padding:0
}
.menuCategories ul .categories-label {
  padding:0
}
.menuCategories .categories-link-root--active {
  text-decoration:underline;
  text-decoration-color:#41b0e5
}
.menuCategories .categories-link-root--active span {
  font-weight:700
}
.menuCategories .categories-subCategoriesList {
  padding:17px 0 0 10px
}
.menuCategories__list>li {
  padding-bottom:14px
}
.openCatalogMenu .headerMenu--mobile {
  right:0
}
.openCatalogMenu .link-catalog-icon {
  transform:rotateY(190deg)
}
.link-catalog {
  display:flex!important;
  justify-content:space-between;
  align-items:center
}
.link-catalog:hover {
  background-color:transparent!important;
  color:#181734!important;
  border-bottom-color:#d3d3d3!important;
  text-decoration:none
}
.link-catalog-icon {
  font-size:18px;
  color:#21213d;
  transition:transform .3s
}
@media (min-width:1200px) {
  .menuCategories,
  .search-mobile {
    display:none
  }
}
@media (max-width:1199px) {
  .headerMenu--showOnTablet {
    width:350px;
    display:flex
  }
  .headerMenu .menuContent--showOnTablet {
    width:200px
  }
  .categories-subCategoriesList {
    display:none
  }
}
@media (max-width:420px) {
  .headerMenu--mobile {
    right:-269px
  }
  .headerMenu--mobile .menuButton {
    top:5px;
    right:0
  }
  .headerMenu--mobile .menuContent-links li a {
    padding:30px 10px
  }
  .headerMenu--mobile .menuContent-accountElements--showOnTablet {
    padding:25px 10px
  }
  .headerMenu--mobile .menuContent-accountElements--showOnTablet .button--autoWidth {
    padding-left:inherit;
    padding-right:inherit
  }
  .headerMenu--mobile .menuContent-siteSettings {
    padding:0 10px
  }
  .search-mobile {
    top:13px;
    right:56px
  }
  .menuCategories {
    padding:25px 7px
  }
  .headerMenu--mobile {
	width:100%;
    right:calc(-100% + 54px)
  }
  .headerMenu--mobile .menuContent--showOnTablet,
  .menuCategories {
    width:calc(50% - 27px)
  }
  .openMenu .headerMenu--mobile {
    right:calc(-50% + 27px)
  }
  .openCatalogMenu .headerMenu--mobile {
    right:0
  }
}
/*@media (max-width:330px) {
  .headerMenu--mobile {
    width:100%;
  }
}*/

.sectionBackground--purple {
  background-color: #201f3e !important;
}

.customSelect {
  position:relative
}
.customSelect select {
  color:#666;
  font-size:16px;
  height:45px;
  padding:0 15px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  border:1px solid #3f4973;
  cursor:pointer;
  transition:border-color .2s ease-in-out;
  z-index:1;
  background-color:transparent;
  position:relative
}
.customSelect select:hover {
  border-color:#000
}
.customSelect select:focus {
  outline:none;
  outline-offset:0;
  border-color:#000
}
.customSelect:after {
  content:"";
  height:0;
  width:0;
  border-top:7px solid #acacac;
  border-right:7px solid transparent;
  border-left:7px solid transparent;
  position:absolute;
  top:20px;
  right:15px
}

.button {
  font-size:14px;
  width:175px;
  height:45px;
  text-transform:uppercase;
  display:flex;
  justify-content:center;
  align-items:center
}
.button--autoWidth {
  /*width:auto;*/
  padding-left:35px;
  padding-right:35px
}
.button--mainMenu {
  width:auto;
  padding-left:20px;
  padding-right:20px
}
.button-centerable {
  padding:15px 35px
}
.button-blueBackground {
  background-color:#41b0e5;
  transition:background-color .2s ease-in-out;
  color:#fff
}
.button-blueBackground:hover {
  color:#fff;
  background-color:#2585b3
}
.button-redBackground {
  background:#e72d4b;
  color:#fff;
  text-decoration:none;
  display:block;
  padding:13px 10px;
  text-align:center;
  transition:all .3s;
  text-transform:uppercase
}
.button-redBackground:hover {
  color:#fff;
  text-decoration:none;
  background-color:#ae152e
}
.button-blueBorder {
  border:2px solid #41b0e5;
  color:#41b0e5;
  transition:color .2s ease-in-out,background-color .2s ease-in-out
}
.button-blueBorder:hover {
  color:#fff;
  background-color:#41b0e5
}
.button-lilacBackground {
  background-color:#8e78b5;
  transition:background-color .2s ease-in-out;
  color:#fff
}
.button-lilacBackground:hover {
  color:#fff;
  background-color:#716090
}
.button--centered {
  margin-right:auto;
  margin-left:auto
}
.button:active,
.button:focus {
  color:#fff
}
.button__banner {
  max-width:235px;
  min-height:45px;
  background-color:#e72e4b;
  font-family:Lato,sans-serif;
  font-size:14px;
  letter-spacing:.7px;
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  padding:5px 10px;
  width:100%;
  height:auto;
  margin:15px auto 15px 0
}
@media (min-width:768px) {
  .button__banner {
    margin:15px 0 0
  }
}
.cart-help-button {
  white-space:normal;
  margin-top:10px;
  margin-bottom:10px
}

.headerMenu .ml-auto {margin: auto;}

.menuCategories {
  height:100vh;
  background-color:#fff;
  border-left:1px solid #cdcac3;
  width:150px;
  padding:25px 11px;
  overflow-y:scroll
}
.menuCategories .categories-label:hover {
  background-color:transparent;
  color:#41b0e5
}
.menuCategories ul {
  list-style-type:none;
  padding:0
}
.menuCategories ul .categories-label {
  padding:0
}
.menuCategories .categories-link-root--active {
  text-decoration:underline;
  text-decoration-color:#41b0e5
}
.menuCategories .categories-link-root--active span {
  font-weight:700
}
.menuCategories .categories-subCategoriesList {
  padding:17px 0 0 10px
}
.menuCategories__list>li {
  padding-bottom:10px
}
.openCatalogMenu .headerMenu--mobile {
  right:0
}
.openCatalogMenu .link-catalog-icon {
  transform:rotateY(190deg)
}
.link-catalog {
  display:flex!important;
  justify-content:space-between;
  align-items:center
}
.link-catalog:hover {
  background-color:transparent!important;
  color:#181734!important;
  border-bottom-color:#d3d3d3!important;
  text-decoration:none
}
.link-catalog-icon {
  font-size:18px;
  color:#21213d;
  transition:transform .3s
}

.categories-label {
  font-size: 13px;
  font-weight: 400;
  color: #41b0e5;
  /*width: 129px;*/
  text-align: center;
  padding: 0px;
  cursor: pointer;
}

.categories-title {
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}