:root {
  --blue: #243D70;
  --light-blue: #20AADE;
  --yellow: #FEF205;
  --lighter-gray: #F7F7F7;
}

.button-round {
  height: 40px;
  line-height: 40px;
  font-family: 'HelveticaNeue-CondensedBlack' !important;
  font-size: 20px;
  padding: 0 24px;
  border-radius: 20px;
  text-decoration: none;
  width: fit-content;
  border: none;
  cursor: pointer;
}

.button-round-invert {
  height: 40px;
  line-height: 40px;
  font-family: 'HelveticaNeue-CondensedBlack' !important;
  font-size: 20px;
  padding: 0 24px;
  border-radius: 20px;
  border: 2px solid var(--red);
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
}

#breadcrumb {
  font-size: 12px;
  line-height: 2em;
  font-family: 'HelveticaNeue-Medium' !important;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;  
  margin-right:10px;
}

#breadcrumb::-webkit-scrollbar {
  display: none;
}

#breadcrumb * {
  color: #000;
  line-height:1;
}

#breadcrumb .f-red {
  color: var(--red) !important;
}

.bc-inner {
  padding: 17px 0 0 0;
}

#header-main {
  padding: 12px 0 10px 0;
}

header.sticky {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
}

.container {
  width: 1310px;
}

#header-main #logo {
  margin-right: 44px;
}

#header-main .hs-inner {
  width: 100%;
}

#header-main #header-search {
  flex-basis: 590px;
  flex-shrink: 1;
}

#header-main #header-search form {
  height: 41px;
  border-radius: 5px;
  background-color: #F0F0F0;
}

#header-main #header-search form input {
  font-family: 'HelveticaNeue-Roman' !important;
  font-style: normal;
  font-size: 13px;
  background-color: #F0F0F0;
}

#header-main #header-search form button {
  background: transparent !important;
  width: 54px;
}

.fa-search.fa-2x {
  color: #243D70;
}

#store-selector {
  padding: 0 13px 0 34px;
}

#store-selector img {
  margin-right: 3px;
}

#store-selector span,
#store-selector a,
#store-selector u,
#store-selector p {
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
}

#store-selector svg {
  margin-left: 4px;
}

#header-main .sep {
  height: 20px;
  width: 1px;
  background-color: #D6D6D6;
}

#header-main .portal {
  font-size: 18px;
  font-family: 'RifficFree-Bold' !important;
  text-decoration: none;
  margin-left: 12px;
  color: #243D70 !important;
}

#header-main .portal span {
  font-family: 'HelveticaNeue-CondensedBlack';
  text-transform: uppercase;
}

#header-main .cart {
  margin: 8px 9px 0 .5rem;
}

#header-main .cart img {
  max-width: 39px;
}

#header-main .quantity {
  visibility: hidden;
  background-color: var(--yellow);
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 11px;
  top: -5px;
  right: -10px;
  font-family: 'RifficFree-Bold';
  color: #243D70;
  padding-top: 2px;
}

.headerv2 #header-main .quantity {
  background-color: #000;
  color: var(--yellow);
}

#header-main .quantity.visible {
  visibility: visible;
}

#header-main #side-nav-toggle-left {
  display: flex;
  order: 1;
  margin: 0;
  width: 28px;
  height: 23px;
}

#header-main #side-nav-toggle-right {
  display: none;
}

#nav {
  border-bottom: 2.5px solid var(--red);
}

#nav .button {
  height: 28px;
  line-height: 28px;
  font-family: 'HelveticaNeue-CondensedBlack';
  border-radius: 80px;
  padding: 0 10px;
  margin: 8px 0 6px 0;
}

#nav .button strong {
  padding: 0 2px;
  font-size: 18px;
  font-weight:400
}

#nav nav {
  padding-top: 0;
}

#nav nav>ul>li {
  margin-left: 3.6em;
}

#nav nav>ul>li:nth-child(3) ul {
  gap: 10px 62px;
  display: grid;
  grid-template-columns: 161px 66px 90px;
}

#nav nav>ul>li.less-padding {
  margin-left: 2.6em;
}

#nav nav .menu-item-has-children::before {
  right: -16px;
}

#nav nav .sub-menu {
  top: 35px;
}

#footer #newsletter {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg-newsletter.png);
  background-image: -webkit-image-set(url("../images/bg-newsletter.png") 1x, url("../images/bg-newsletter.png") 2x);
}

#footer #newsletter p.sub {
  text-align: right;
}

#footer .title{
  font-size:20px;
}

#footer span,
#footer a {
  font-size:16px;
  line-height:24px;
}

#newsletter .button {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
}

#newsletter .button strong {
  font-size:20px;
  font-weight:400;
}

#newsletter p {
  font-size: 26px;
}

#newsletter p strong {
  font-family: 'HelveticaNeue-Bold' !important;
  font-weight: normal;
}

#footer-nav {
  border-bottom: 1px solid #D6D6D6;
}

footer select {
  background-image: url('../images/home/redesign/selectric.png');
  background-position: 97% 50%;
  font-size: 15px;
  padding: 12px 0px 12px 13px;
}

footer select,
footer option {
  color: #000;
}

footer .select::after {
  display: none;
}

footer .socials {
  gap: 30px;
}

footer .copyright {
  font-size: 16px;
}

footer .copyright .bottom {
  font-size: 15px;
}

footer .copyright .bottom img {
  margin-top: -3px;
}

@media screen and (max-width: 992px ) {
  #header-main {
    padding: 12px 0 6px 0;
  }

  #header-main #logo {
    order: 2;
    margin: 0 0 0 23px;
  }

  #header-main .cart {
    order: 3;
    margin-top: 10px;
  }

  #header-main #header-search {
    flex-basis: 100%;
    order: 4;
    padding: 12px 0 0px 0;
  }

  #header-main .sep,
  #header-main .portal {
    display: none;
  }

  #header-main > .container {
    flex-wrap: wrap;
    position: relative;
  }

  #header-main #header-search form {
    border: none;
    height: 37px;
  }

  #header-main #header-search form button {
    width: 34px;
  }

  #header-main #header-search form input {
    font-size: 12px;
    padding: 0 0 0 5px;
  }
}

@media screen and (max-width: 1200px ) {
  #nav nav>ul>li {
    margin-left: 2.6em;
  }
  #nav nav>ul>li.less-padding {
    margin-left: 2em;
  }
}

@media screen and (max-width: 992px ) {
  #header-main {
    border-bottom: none;
  }

  #store-selector {
    position: absolute;
    bottom: -46px;
    left: 15px;
    padding: 0;
    z-index: 4;
    font-family: "Nunito Sans", serif;
    font-weight: 700;
  }

  #nav .button {
    margin-left: auto;
    margin-bottom: 20px;
  }

  footer {
    padding-top: 0 !important;
    background-color: #222222 !important;
  }
}

@media screen and (max-width: 768px ) {
  #nav .button {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 0;
    margin-bottom: 17px;
  }

  #nav .button strong {
    font-size: 22px;
    line-height: 31px;
  }

  #newsletter p {
    text-align: center;
    max-width: 320px;
  }
}

@media screen and (max-width: 991px ) {
  #footer-nav > .flex {
    flex-direction: column-reverse;
  }

  #footer-nav > .flex.socials {
    flex-direction: row;
    padding-top: 12px;
  }

  #footer #newsletter p.sub {
    text-align: center;
  }
}

@media screen and (max-width: 768px ) {
  #newsletter {
    padding: 13px 0 33px 0;
  }

  #newsletter .my2.mr4 {
    margin: 0;
  }

  #newsletter .button {
    padding: 0 47px;
  }

  #newsletter p {
    font-size: 20px;
    line-height: 26px;
    max-width: 280px;
  }
}

@media screen and (max-width: 567px ) {
  #footer span,
  #footer a,
  footer {
    font-size: 14px;
    line-height: 20px;
  }

  footer {
    padding-bottom: 22px !important;
  }

  #footer-nav {
    padding-top: 11px;
    border: none;
    padding-bottom: 0;
  }

  #header-main #header-search {
    position: relative;
    opacity: 1;
    z-index: 1;
  }

  #footer-nav .main-nav {
    flex-direction: column;
    margin-top: 33px;
    padding: 0 5px;
  }

  footer .col-3 {
    margin: 0;
  }

  #footer-nav .main-nav ul {
    display: none;
    padding: 10px 5px;
  }

  #footer #newsletter {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg-newsletter-m.png);
    background-image: -webkit-image-set(url("../images/bg-newsletter-m.png") 1x, url("../images/bg-newsletter-m@2x.png") 2x);
  }

  #footer .title {
    font-size: 18px;
  }

  #footer .main-nav .title {
    position: relative;
    border-bottom: 1px solid #D5D5D5;
    padding: 17px 5px;
    cursor: pointer;
  }

  #footer .main-nav .title::after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-white.png);
    background-image: -webkit-image-set(url("../images/arrow-white.png") 1x, url("../images/arrow-white@2x.png") 2x);
    background-size: auto;
    background-position: 98.8% 51%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
  }

  #footer .main-nav .title.active::after {
    transform: scaleY(-1);
  }

  #footer .main-nav div:first-child .title {
    border-top: 1px solid #D5D5D5;
  }

  footer .copyright {
    text-align: center;
    font-size: 14px;
  }

  footer .copyright .bottom {
    position: relative;
    font-size: 12px;
    align-items: center;
    flex-direction: column;
    padding-top: 39px;
  }

  footer .copyright .bottom::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #D5D5D5;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-disclaimer {
    font-size: 12px;
    line-height: 18px;
  }
}