/*static header css */
html{
 font-size:16px;
}
.navOpen div[role="main"] {
    transform: translate3d(calc(100% - (40px + 2em)),0,0);
    transition: all 250ms ease;
}

.navMobile ul.primaryNavMobile, .topPromoRow .secondaryNavSection ul {
    margin-bottom: 0px;
}
.static-header * {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
@font-face {
  font-family: "corisanderegular";
  src: url(https://www.vitaminshoppe.com/fonts/corisande/corisanderegular.eot);
  src: url(https://www.vitaminshoppe.com/fonts/corisande/corisanderegular.woff)
      format("woff"),
    url(https://www.vitaminshoppe.com/fonts/corisande/corisanderegular.ttf)
      format("truetype"),
    url(https://www.vitaminshoppe.com/fonts/corisande/corisanderegular.svg)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corisandebold";
  src: url(https://www.vitaminshoppe.com/fonts/corisandebold/corisandebold.eot);
  src: url(https://www.vitaminshoppe.com/fonts/corisandebold/corisandebold.woff)
      format("woff"),
    url(https://www.vitaminshoppe.com/fonts/corisandebold/corisandebold.ttf)
      format("truetype"),
    url(https://www.vitaminshoppe.com/fonts/corisandebold/corisandebold.svg)
      format("svg");
  font-weight: bold;
  font-style: normal;
}
.static-header button:focus {
  border: none;
  outline: none;
}
svg:not(:root) {
  overflow: hidden;
}
.static-header {
  font-size: 10px;
}
.static-header {
  font-family: "corisanderegular";
}
.cls-1 {
  fill: none;
  stroke: #666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3px;
}
.headerRowWrapper {
  width: 101%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
}
header.static-header {
  transition: transform 250ms ease;
  background: #fff;
  width: 100%;
}
.visibleWeb {
  display: block;
}
.visibleMobile {
  display: none;
}
.display-flex {
  display: flex;
}
.static-header input[type="text"]::-webkit-input-placeholder {
  color: #999;
  font-family: corisanderegular;
  font-style: italic;
  font-size: 1.2em;
  line-height: 18px;
}
.static-header input[type="text"]:-moz-placeholder {
  color: #999;
  font-family: corisanderegular;
  font-style: italic;
  opacity: 1;
  font-size: 1.2em;
  line-height: 20px;
}
.static-header input[type="text"]:-ms-input-placeholder {
  color: #999;
  font-family: corisanderegular;
  font-style: italic;
  font-size: 1.2em;
  line-height: 16px;
}
.topPromoRow {
  display: flex;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.6em 1em;
}
.topPromoRow a {
  color: #0076b4;
  font-family: "corisandebold";
}
.topPromoRow .promoSection {
  width: 65%;
  float: left;
}
.topPromoRow .secondaryNavSection {
  width: 35%;
  float: left;
}
.topPromoRow .secondaryNavSection ul {
  float: right;
}
.topPromoRow .secondaryNavSection ul li {
  float: left;
  margin-right: 16px;
  position: relative;
}
.topPromoRow .secondaryNavSection ul li:last-child {
  margin-right: 5px;
}
.topPromoRow .secondaryNavSection ul li a {
  color: #012169;
  font-size: 1.2em;
  font-family: corisandebold;
  float: left;
  line-height: 24px;
  padding-bottom: 3px;
  position: relative;
}
.topPromoRow .secondaryNavSection ul li a.dropDownItem {
  margin-right: 14px;
}
.topPromoRow .secondaryNavSection ul li a.dropDownItem:after {
  content: "^";
  height: 12px;
  margin: 0;
  position: absolute;
  transform: rotate(180deg);
  transform-origin: right bottom;
  width: 10px;
  right: -4px;
  top: -4px;
  font-size: 1.5em;
  color: #012169;
  font-family: Courier New;
  font-weight: 700;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper {
  display: none;
  position: absolute;
  background: #fff;
  border: #000 1px solid;
  width: 195px;
  top: 28px;
  left: -18%;
  z-index: 1001;
  border-radius: 5px;
  padding: 10px 0 5px 0;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper:before,
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 24%;
  top: -8px;
  z-index: 99;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper:after {
  top: -9px;
  z-index: 98;
  border-bottom: 8px solid #000;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper li {
  margin: 0 0 10px 0;
  width: 100%;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper li a {
  font-family: corisanderegular;
  font-size: 1.2em;
  padding: 0 15px;
  color: #444;
}
.topPromoRow .secondaryNavSection ul li ul.dropDownWrapper li a:hover {
  text-decoration: underline;
}
.topPromoRow .secondaryNavSection ul li:last-child ul.dropDownWrapper {
  left: -122%;
}
.topPromoRow .secondaryNavSection ul li:last-child ul.dropDownWrapper:before,
.topPromoRow .secondaryNavSection ul li:last-child ul.dropDownWrapper:after {
  right: 14%;
  left: auto;
}
.topPromoRow .secondaryNavSection ul li.active .dropDownItem:after {
  transform: rotate(0);
  right: -12px;
  top: 5px;
}
.topPromoRow .secondaryNavSection ul li.active ul.dropDownWrapper {
  display: block;
}
.topPromoRow .secondaryNavSection ul li a svg {
  width: 17px;
  height: 21px;
  float: left;
  fill: #012169;
  margin-right: 5px;
}
.topPromoRow .secondaryNavSection ul li a span {
  float: left;
  margin-left: 5px;
}
/*Logo and Search Row starts*/
.logoRow {
  width: 100%;
  float: left;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
}
.mobileMenuWrapper .hamburger {
  display: none;
}
.logoWrapper {
  position: relative;
  float: left;
  margin: 0 30px 0 10px;
  padding-top: 9px;
}
.logoWrapper a {
  width: 290px;
  height: 38px;
  float: left;
}
.logoWrapper a.logoWeb svg {
  width: 100%;
  height: 100%;
}
.logoWrapper svg {
  /*position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;*/
}
.logoWrapper svg .darkblue {
  fill: #14377d;
}
.logoWrapper svg .lightblue {
  fill: #15bef0;
}

.liveChatWrapper {
  order: 4;
  padding: 11px 7px;
  text-align: center;
  margin: 0;
}
.liveChatWrapper:hover {
  background: #e4e4e4;
}
.liveChatWrapper a {
  color: #666;
  width: 100%;
  font-size: 1.2em;
  display: block;
  line-height: 14px;
  font-family: corisanderegular;
}
.liveChatWrapper a span {
  width: 100%;
  line-height: 14px;
  display: inline-block;
}
.liveChatWrapper a svg {
  width: 24px;
  height: 20px;
  fill: #666;
}
.utilityNavWrapper {
  order: 5;
  margin: 0;
  min-width: 120px;
  padding: 10px;
}
.utilityNavWrapper:hover {
  background: #e4e4e4;
}
.utilityNavWrapper .utilityNavText {
  line-height: 14px;
  display: block;
  text-align: center;
  color: #666;
  font-size: 1.2em;
}
.utilityNavWrapper .utilityNavText span {
  width: 100%;
  display: inline-block;
  font-family: corisanderegular;
  line-height: 14px;
}
.utilityNavWrapper .utilityNavText span svg {
  width: 19px;
  height: 22px;
  fill: #666;
}
.reorderButton {
  order: 6;
  padding: 10px 0 10px 5px;
  margin: 0;
  text-align: center;
  transition: all 0s ease;
}
.reorderButton:hover {
  background: #e4e4e4;
}
.reorderButton a {
  line-height: 14px;
  padding: 0;
  display: block;
}
.reorderButton a span {
  width: 100%;
  display: inline-block;
  color: #666;
  font-size: 1.2em;
  font-family: corisanderegular;
  line-height: 14px;
}
.reorderButton a span svg {
  fill: #666;
  width: 25px;
  height: 22px;
}
.reorderButton .visibleMobile {
  display: none;
}
.cartIcon {
  order: 7;
  padding: 12px 12px 14px;
  margin: 0;
  width: 60px;
  height: 59px;
  transition: all 0s ease;
}
.cartIcon:hover {
  background: #e4e4e4;
}
.cartIcon svg.desktopSvg {
  fill: #666;
  width: 33px;
  height: 32px;
}
.searchWrapper {
  order: 3;
  flex-basis: 41.5%;
  max-width: 755px;
  margin: 0 7px;
  margin-right: auto;
  padding: 10px 4px 0 26px;
}
.searchWrapper form {
  width: 100%;
}
body .searchInput {
  border: 1px solid #444 !important;
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding: 0 12px !important;
  height: 38px;
  font-size: 1.2em;
  line-height: 16px;
  color: #666;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-family: corisanderegular;
  box-shadow: 0 0px 0 !important;
  margin-right:0px !important;
}
.searchInput:focus {
  outline: none;
}
button.searchIcon {
  background: #012169;
  border-radius: 0 4px 4px 0;
  width: auto;
  padding: 6px 6px 0;
  border: none;
  cursor: pointer;
  box-shadow: 0 0px 0;
}
button.searchIcon:hover{
  box-shadow: 0 0px 0;
}
button.searchIcon svg {
  height: 26px;
  width: 27px;
  position: relative;
  top: 1px;
}
button.searchIcon svg path {
  stroke: #fff;
}

/*Logo and Search Row ends*/

.NavRow {
  width: 100%;
  float: left;
}
.primaryNav {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 7px;
  margin: 0 auto;
}
.primaryNav li {
  float: left;
  margin-right: 1.5%;
  list-style: none;
}
.primaryNav li:last-child {
  margin-right: 0;
}
.primaryNav li.new-category-wrap {
  position: relative;
}
.primaryNav li.new-category-wrap a {
  padding: 0 20px 0 22px;
  cursor: pointer;
}
.primaryNav li.new-category-wrap a:hover:before {
  display: none;
}
.primaryNav li.new-category-wrap a:hover {
  border-color: #fff;
}
.primaryNav li.new-category-wrap svg {
  width: 45px;
  height: 45px;
  fill: #012169;
}
.primaryNav li.new-category-wrap .new-category {
  position: absolute;
  left: 30px;
  color: #fff;
  top: 18px;
}
.primaryNav li.new-category-wrap a:hover .new-category {
  top: 12px;
  font-size: 1.2em;
  font-family: corisanderegular;
}
.primaryNav li a {
  color: #012169;
  font-family: corisanderegular;
  font-size: 1.3em;
  line-height: 18px;
  width: auto;
  text-align: center;
  padding: 14px 13px;
  max-width: 131px;
  display: block;
  border: #fff 1px solid;
  border-top: #fff 5px solid;
  border-bottom: none;
}
.primaryNav li a span {
  line-height: 18px;
}
.primaryNav li a:before {
  content: "";
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #012169;
  left: calc(50% - 8px);
  top: -1px;
  background: #fff;
  font-family: corisandebold;
}
.primaryNav li a.oneLineName {
  padding: 24px 20px;
}
.primaryNav li a:hover {
  text-shadow: 0 0.015em #012169,0 -0.015em #012169,0.01em 0 #012169,-0.01em 0 #012169;
  color: #012169;
  line-height: 18px;
  background-color: #fff;
  border: #666 1px solid;
  border-top: #012169 5px solid;
  position: relative;
  border-bottom: none;
  text-decoration:none;
}
.primaryNav li a:hover:before {
  visibility: visible;
}
.primaryNav li a.deals-link {
  color: #bf0923;	
}
.primaryNav li a.deals-link:hover {
  text-shadow: 0 0.015em #bf0923,0 -0.015em #bf0923,0.01em 0 #bf0923,-0.01em 0 #bf0923;
}
.secondaryNav {
  width: 42%;
  float: left;
  padding-top: 1px;
}
.secondaryNav ul {
  float: right;
}
.secondaryNav ul li {
  float: left;
}
.secondaryNav ul li a {
  float: left;
  color: #444;
  white-space: nowrap;
  margin-right: 10px;
  display: flex;
}
.secondaryNav ul li a svg {
  width: 22px;
  height: 20px;
}
.secondaryNav ul li a.signInRegister {
  padding-left: 6px;
}
.secondaryNav ul li a.signInRegister svg {
  margin-right: 7px;
}
.secondaryNav ul li a:hover svg,
.secondaryNav ul li a:hover {
  fill: #0076b4;
  color: #0076b4;
}
.secondaryNav ul .liveChat {
  margin-right: 15px;
  margin-top: 1px;
}
.secondaryNav ul .liveChat:before {
  background: url("https://www.vitaminshoppe.com/images/spriteIcons.png")
    no-repeat -192px -1286px;
  width: 18px;
  height: 16px;
  content: " ";
  margin-right: 10px;
  margin-top: 2px;
}
.secondaryNav ul a.liveChat:hover:before {
  background-position: -214px -1286px;
}
.secondaryPromoRow {
  background: #012169;
  color: white;
  padding: 11px 5px;
  width: 100%;
  float: left;
  margin-top: 7px;
}

.navMobile {
  position: absolute;
  overflow-y: scroll;
  height: 100vh;
  top: 0;
  width: calc(100% - (40px + 2em));
  transform: translate3d(-100%, 0, 0);
  background: 0 0;
  display: none;
}
.navMobile ul.primaryNavMobile {
  border-top: 3px solid #012169;
  background: #fff;
}
.navMobile ul.primaryNavMobile li {
  border-bottom: 1px solid #e4e4e4;
  border-color: #e4e4e4;
  margin: 0 5%;
}
.navMobile ul.primaryNavMobile li:last-child {
  border-bottom: none;
}
.navMobile ul.primaryNavMobile li a {
  color: #012169;
  font-size: 1.4em;
  font-family: corisanderegular;
  position: relative;
  width: 100%;
  line-height: 12px;
  padding: 15px;
  display: block;
}
.navMobile ul.primaryNavMobile li a.deals-link {
  color: #bf0923;
}
.navMobile ul.primaryNavMobile li a:hover {
  background-color: #f4f4f4;
  font-family: corisandebold;
  border-bottom: 2px solid #012169;
}
.navMobile ul.primaryNavMobile li a:after {
  width: 10px;
  height: 10px;
  content: "+";
  position: absolute;
  top: 15px;
  display: none;
  right: 12px;
  font-family: corisanderegular;
  font-size: 2em;
  color: #012169;
}
.navMobile hr {
  border-color: #666;
  margin: 0;
  border-width: 0.5px;
  display: none;
}
.navMobile ul.secondaryNavMobile {
  margin: 0;
  background: #fff;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.navMobile ul.secondaryNavMobile li {
  border-bottom: 1px solid #e4e4e4;
  border-color: #e4e4e4;
  margin: 0 5%;
  list-style: none;
}
.navMobile ul.secondaryNavMobile li:last-child {
  border-bottom: 0;
}
.navMobile ul.secondaryNavMobile li a {
  font-family: corisanderegular;
  font-size: 1.2em;
  color: #012169;
  padding: 15px;
  width: 100%;
  display: block;
  line-height: 17px;
}
.navMobile ul.secondaryNavMobile li a.dropDownItemMobile {
  position: relative;
  text-transform: capitalize;
}
.navMobile ul.secondaryNavMobile li a.dropDownItemMobile:after {
  width: 10px;
  height: 10px;
  content: "+";
  position: absolute;
  top: 15px;
  display: block;
  right: 12px;
  font-family: corisanderegular;
  font-size: 2em;
  color: #012169;
}
.navMobile ul.secondaryNavMobile li a.dropDownItemMobile.activeMenu {
  background: #f4f4f4;
  border-bottom: 2px solid #012169;
}
.navMobile ul.secondaryNavMobile li a.dropDownItemMobile.activeMenu:after {
  content: "_";
  top: 8px;
  font-weight: bolder;
}
.navMobile ul.secondaryNavMobile li ul {
  display: none;
}
.navMobile ul.secondaryNavMobile li ul.active {
  display: block;
}
.navMobile ul.secondaryNavMobile li ul li {
  margin-left: 1em;
}
.navMobile ul.secondaryNavMobile li ul li a {
  color: #666;
}
.navMobile ul.utilityNavMobile {
  background: #fff;
  padding-bottom: 70px;
}
.navMobile ul.utilityNavMobile li {
  margin: 0 5%;
}
.navMobile ul.utilityNavMobile a {
  line-height: 18px;
  color: #666;
  font-family: corisanderegular;
  font-size: 1.2em;
  padding: 15px;
  width: 100%;
  display: block;
}
.navMobile ul.utilityNavMobile a:hover {
  font-family: corisandebold;
}
.navMobile ul.utilityNavMobile a span {
  position: relative;
  top: -5px;
}
.navMobile ul.utilityNavMobile a svg {
  width: 20px;
  fill: #666;
  margin-right: 5px;
}

body.navOpen {
  overflow: hidden;
  width: 100%;
  position: fixed;
}
body.navOpen header {
  transform: translate3d(calc(100% - (40px + 2em)), 0, 0);
  transition: all 250ms ease;
}
body.navOpen .mobileOverlay {
  transition: transform 250ms ease, all 250ms ease;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
body.navOpen .top.top-post,body.navOpen .primarymenu{
  transform: translate3d(calc(100% - (21px + 2em)), 0, 0);
}
.mobileOverlay span {
  display: none;
  width: 100%;
  background: #fff;
  padding: 15px 23px;
}
.mobileOverlay span svg {
  width: 20px;
  height: 22px;
}
body.navOpen .mobileOverlay.show {
  transform: translate3d(calc(100% - (40px + 2em)), 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
body.navOpen .mobileOverlay.show span {
  display: block;
}
.show {
  display: block !important;
}
@-moz-document url-prefix() {
  .primaryNav li {
	margin-right: 1.2%;
  }
  button.searchIcon {
    padding: 5px 5px 0 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .primaryNav li {
	margin-right: 1.6%;
  }
  .searchWrapper {
	flex-basis: 39%;
  }
}
@media screen and (max-width: 1023px) {
  .visibleMobile {
    display: block;
  }
  .visibleWeb {
    display: none;
  }
  .navMobile {
    display: block;
  }
  .headerRowWrapper {
    display: contents;
  }
  .mobileMenuWrapper {
    flex-grow: 2;
  }
  .mobileMenuWrapper .hamburger {
    padding: 10px 1em 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    box-shadow: 0 0px 0 !important;
  }
  .mobileMenuWrapper .hamburger .hamburgerBox {
    width: 22px;
    height: 16px;
    display: inline-block;
    position: relative;
  }
  .mobileMenuWrapper .hamburger .hamburgerInner,
  .mobileMenuWrapper .hamburger .hamburgerInner:after,
  .mobileMenuWrapper .hamburger .hamburgerInner:before {
    width: 22px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    content: "";
    left: 0;
  }
  .mobileMenuWrapper .hamburger .hamburgerInner::after {
    top: 14px;
    left: 0;
  }
  .mobileMenuWrapper .hamburger .hamburgerInner::before {
    top: 7px;
    left: 0;
  }

  .mobileStoreLocator {
    padding: 9px 12px;
    position: relative;
  }
  .mobileStoreLocator.activeStore {
    background: #e4e4e4;
  }
  .mobileStoreLocator a {
    padding: 0;
    line-height: 14px;
  }
  .mobileStoreLocator a svg {
    width: 19px;
    height: 23px;
    fill: #666;
  }
  .mobileStoreLocator ul.dropDownWrapperStore {
    display: none;
    position: absolute;
    background: #fff;
    border: #000 1px solid;
    z-index: 1001;
    border-radius: 5px;
    padding: 10px 0 5px 0;
    top: 40px;
    left: -70px;
    width: 185px;
  }
  .mobileStoreLocator ul.dropDownWrapperStore:before,
  .mobileStoreLocator ul.dropDownWrapperStore:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 45.5%;
    top: -8px;
    z-index: 99;
  }
  .mobileStoreLocator ul.dropDownWrapperStore:after {
    top: -9px;
    z-index: 98;
    border-bottom: 8px solid #000;
  }
  .mobileStoreLocator ul.dropDownWrapperStore li {
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0 15px;
  }
  .mobileStoreLocator ul.dropDownWrapperStore li:last-child {
    margin: 0;
  }
  .mobileStoreLocator ul.dropDownWrapperStore li a {
    padding: 0;
    line-height: 14px;
    color: #444;
    font-size: 1.2em;
    font-family: corisanderegular;
  }
  .mobileStoreLocator ul.dropDownWrapperStore.active {
    display: block;
  }
  .logoRow {
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 0.5em;
    clear: both;
    border-bottom: none;
  }
  .logoWrapper {
    flex-grow: 12;
    margin: unset;
    margin-left: calc(((-11 / 448) * 100vw) + (370px / 7));
    padding: 0;
  }
  .logoWrapper a.visibleMobile {
    display: block;
    padding: 0 0 40px;
    width: 40px;
    height: 0;
    position: relative;
    margin: 0 auto;
    float: unset;
  }
  .logoWrapper a.visibleMobile svg {
    position: absolute;
    height: 100%;
    width: 33px;
    left: 0;
    top: 0;
  }
  .reorderButton {
    padding: 9px;
  }
  .reorderButton a {
    padding: 0;
    line-height: 14px;
  }
  .reorderButton a svg {
    width: 26px;
    height: 23px;
    fill: #666;
  }
  .reorderButton a span.visibleWeb {
    display: none;
  }
  .cartIcon {
    padding: 9px 9px 9px 6px;
    margin: 0;
    width: auto;
    height: auto;
  }
  .cartIcon a {
    padding: 0;
    display: block;
    line-height: 8px;
  }
  .cartIcon a svg.desktopSvg {
    fill: #666;
    width: 28px;
    height: 26px;
  }
  .reorderButton,
  .cartIcon {
    order: unset;
  }
  .searchWrapper {
    flex-basis: 100%;
    padding: 5px 10px;
    display: flex;
    order: unset;
    max-width: unset;
    margin: 0;
  }
  .secondaryPromoRow {
    margin: 0;
  }
  .new-category-wrap {
    position: relative;
    margin: 0;
  }
  .new-category-wrap a {
    padding: 0 15px !important;
    margin-top: 1px;
  }
  .new-category-wrap svg {
    width: 40px;
    height: 40px;
    fill: #012169;
  }
  .new-category-wrap .new-category {
    position: absolute;
    left: 20px;
    color: #fff;
    top: 14px;
    font-size: 1em;
    line-height: 12px;
  }
  .new-category-wrap a:hover {
    border-bottom: none !important;
  }
  .new-category-wrap a:hover .new-category {
    font-family: corisandebold;
  }
}
@media screen and (min-width: 1256px) and (max-width: 1321px) {
  .primaryNav li {
    margin-right: 1%;
  }
  @-moz-document url-prefix() {
    .primaryNav li {
	  margin-right: 1.2%;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .primaryNav li {
	  margin-right: 1%;
    }
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .logoWrapper {
  	margin: 0 0 0 20px;
  }
  .primaryNav li {
    margin-right: 0.4%;
  }
  .primaryNav li a {
    font-size: 1.2em;
    padding: 14px 7px;
  }
  .topPromoRow .promoSection {
    width: 60%;
  }
  .topPromoRow .secondaryNavSection {
    width: 40%;
  }
  .topPromoRow .secondaryNavSection ul li a {
    font-size: 1.1em;
  }
  .topPromoRow .secondaryNavSection ul li:last-child ul.dropDownWrapper {
    left: -130%;
  }
}
.top.top-post{
overflow:visible;
max-width: 1440px;
margin: 0px auto;
}
.top.top-post .TagWidget{
overflow:visible;
margin:0;
} 
body .posts-by-tag-list li{
  font-size:20px;
}
.site-branding header,.site-content header{
  border-bottom:none;
}
body .main-navigation{
  font-size:15px;
}
body .widget-title, .widgettitle{
  font-size:18px;
}
body.page-template-main-template .customwidget .entry-title,.page-template-grid-template .customwidget .entry-title,body.home.page .widget .display-posts-listing .title{
  font-size:20px;
}
body.home.page .customwidget .onecolumn .post-content .entry-title{
  font-size:24px;
}
body .customwidget .entry-meta{
  font-size:13px;
}
body .frontpage .widgetized-content .widget{
  font-size:16px;
}
body .entry-content{
  font-size:16px;
}
body .entry-content p{
  line-height: 1.75;
}
body .site-main .post-navigation{
  font-size:23px;
  line-height: 29.9px !important;
}
footer.site-footer{
  display:none;
}
body.singular .entry-title{
  font-size:32px;
}
body .entry-meta,.entry-footer,body .post-navigation .meta-nav{
  font-size:14px;
}
.navOpen main[role="main"] {
    transform: translate3d(calc(100% - (21px + 0em)),0,0);
    transition: all 250ms ease;
}
.navOpen .social-block{
    transform: translate3d(calc(100% - (21px + 2em)),0,0);
    transition: all 250ms ease;
}

.navMobile ul.primaryNavMobile, .topPromoRow .secondaryNavSection ul {
    margin-bottom: 0px;
}

.navMobile ul li a:focus,.navMobile ul li a:hover{
  text-decoration:none;
}
body .primary-custom-menu{
   margin-top: 165px;
}
.menu-social-links-container .menu{
 font-size:18px;
}
.singular .featured-content h2{
 font-size:20px !important;
}
body .search-box input[type="search"], .error404 input[type="search"],.search-submit{
 font-size:18px !important;
}

@media (max-width: 1023px) and (min-width: 320px){
  .social-navigation,.search-toggle,.search-box-wrapper{
    top: 124px;
}
body .social-block{
 margin-top : 0px;
}
body header .site-logo{
/* margin-top: 97px;*/
}
}
body .bump-view{
 font-size:14px;
}
.nav-border{
  border-bottom: 1px solid #d4d4d4;
}
body .comment-reply-title{
    font-size: 23px;
}
body .comment-notes{
 font-size:18px;
}
body .comment-respond{
 font-size:18px;
}
.form-submit .submit{
 font-size:18px;
}
.posts-navigation .nav-links .nav-previous,.posts-navigation .nav-links .nav-next{
    font-size:18px;
}
.static-header input[type="text"]{
 font-size:1em;
}
/* Custom Footer CSS */
.footer .footerDesktop .footerWrapper{
    padding: 49px 120px 0px;
    background-color: #333333;
    height: auto;
    text-transform: uppercase;
}
.footer .container{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1368px;
}
.footer .footerDesktop .footerWrapper .headerFive{
    font-size: 36px;
    color: #f4f4f4;
    font-family: 'corisandebold';
    margin-bottom: 23px;
    margin-top: 0px;
}
.footerDesktop .footerWrapper .row:nth-child(2){
    padding-top: 7px;
}
.footer .footerDesktop .footerWrapper .headerSix{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f6f6f6;
    font-family: 'corisandelight';
    display: inline-block;
    margin-right: 5%;
}
.footer .footerDesktop .footerWrapper .bold{
    font-family: 'corisandebold';
    color: #fff;
}
.footerWrapper ul{
    margin-bottom: 0;
    list-style: none;
    margin-top: 0px;
    padding-left: 0px;
}
.footer .footerDesktop .footerWrapper ul li a{
    color: #999999;
    font-family: 'corisanderegular';
    font-size: 13px;
    line-height: 31px;
}
.subheader{
    width: 25%;
    float: left;
}
.footer .footerDesktop .awardsSection{
        background-color: #303030;
        padding-left:0px;
}
.footer .footerDesktop .awardsSection .row{
    margin:0px;
}
@media (min-width: 1024px){
.col-md-3 {
    width: 25%;
    float: left;
}
}
.footer .footerDesktop .awardsSection .headerSix{
    color: #f6f6f6;
    font-family: 'corisandelight';
    font-size: 16px;
    margin: 0px;
    padding-top: 34px;
}
.honors {
    padding-left: 120px;
}
.footer .footerDesktop .awardsSection .bold{
    font-family: 'corisandebold';
    color: #fff;
}
@media (min-width: 1024px){
.col-md-9 {
    width: 75%;
}
}
.awardsWrapper{
    padding: 14px 0;
}
.awardsWrapper > div{
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5%;
}
.awardsWrapper .award1 a{
    background-position: -186px -161px;
    width: 82px;
    height: 35px;
}
.footer .footerDesktop a{
    text-decoration: none;
    cursor: pointer;
}
.awardsWrapper > div a{
    background: url(/images/footerSpriteIcons.png) no-repeat;
    color: transparent;
    display: block;
}
.awardsWrapper .award2 a{
    background-position: -132px -163px;
    width: 44px;
    height: 60px;
}
.awardsWrapper .award4 a{
    background-position: -132px -233px;
    width: 90px;
    height: 29px;
}
.awardsWrapper .award5 a{
    background-position: -233px -233px;
    width: 138px;
    height: 30px;
}
.awardsWrapper > div.award6 a{
    background: url(/images/QPromise.png) no-repeat;
    width: 70px;
    height: 60px;
    background-size: contain;
}
.footer .footerDesktop .copyrightWrapper{
    padding: 26px 120px 60px 80px;
    background-color: #f4f4f4;
    height: auto;
}
.footer .footerDesktop .copyrightWrapper .row{
    margin: 0px;
    padding: 0px;
}
.footer .footerDesktop .copyrightWrapper .copyRight{
    line-height: 1.4em;
    padding-left: 15px;
    display: flex;
}
.footer .footerDesktop .copyrightWrapper .footerMedialeft{
    width: 100%;
}
.copyRight .copyright{
    font-size: 10px;
}
.visible-sm{
    display: none;
}
@media (max-width: 767px){
.hidden-xs {
    display: none;
}
.visible-xs {
    display: block;
}
}
.footer .footerMobile{
    background-color: #333333;
}
.footer .footerMobile .row{
    padding: 0px;
    margin: 0px;
}
.footer .footerMobile h5, .footer .footerMobile .headerFive{
    font-family: 'corisanderegular';
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin-left: -15px;
}
.footer .footerMobile .callWrapper{
    background-color: #333333;
    text-align: center;
    margin-top: 17px;
}
.footer .footerMobile .callus{
    font-family: 'corisandebold';
    font-size: 1em;
    display: inline-block;
    background-color: #0076b4;
    color: white;
    padding: 12px 40px;
    margin-right: 4px;
    vertical-align: bottom;
}
.footer .footerMobile a{
    text-decoration: none;
}
.footer .footerMobile .menu{
    margin-top: 25px;
}
.footer .footerMobile .panel-group{
    border-top: 1px solid #464646;
    margin: 0px;
}
.footer .footerMobile .panel-group .panel{
    margin-bottom: 0;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.footer .footerMobile .panel-default > .panel-heading{
    color: #fff;
    background-color: #333333;
    border: none;
    border-bottom: 1px solid #464646;
    padding-left: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.panel-heading{
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 10px 15px;
}
.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.headerSix{
    display: inline-block;
    margin-right: 5%;
}
.footer .footerMobile .panel-default > .panel-heading a:hover{
    color: #fff;
}
.footer .footerMobile .accordion-toggle:hover{
    text-decoration: none;
}
@media (max-width: 1023px) and (min-width: 320px){
.footer .footerMobile .panel-title a {
    font-size: 0.8em;
}
.footer .footerMobile .panel-title a .bold {
    font-family: "corisandebold";
}
}
.footer .footerMobile .panel-title a .bold{
    color: #fff;
}
.footer .footerMobile .arrowDown{
    position: relative;
    top: 4px;
    left: 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding-right: 24px;
    background: url(/images/spriteIcons.png) no-repeat -61px -579px;
}
.footer .footerMobile a{
    text-decoration: none;
    color: inherit;
}
.collapse{
    display: none;
}
.footer .footerMobile .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border: none;
}
.footer .footerMobile .panel-body{
    background-color: #333333;
    padding-top: 0px;
    padding-left: 34px;
    padding-right: 34px;
}
.panel-body{
    padding: 15px;
}
.footer .footerMobile .panel-body ul li{
    padding: 14px 0px 14px 28px;
    border-bottom: 1px solid #464646;
    list-style: none;
}
.footer .footerMobile .panel-body ul li a{
    font-family: 'corisandebold';
    font-size: 11px;
    color: #a2a2a2;
    text-transform: uppercase;
}
.footer .footerMobile a{
    text-decoration: none;
}
.footer .footerMobile .awards{
    background-color: #2d2d2d;
}
.footerMobile .awards .awardsWrapper{
    text-align: center;
    padding: 14px 0;
}
@media only screen and (max-width: 500px){
.footerMobile .awards .awardsWrapper .award1 {
    width: 72px;
    left: -4px;
}
 .award4{
    width:65px;
}
 .award5{
    width:105px;
}
.award6{
    width:50px;
}
}
@media only screen and (max-width: 500px){
.footerMobile .awards .awardsWrapper > div {
    position: relative;
}
.footerMobile .awards .awardsWrapper a {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
}
@media only screen and (max-width: 600px){
.footerMobile .awards .awardsWrapper > div {
    padding-right: 1px;
}
}
.awardsWrapper > div {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5%;
}
.awardsWrapper > div.award1 a{
    background-position: -186px -161px;
    width: 82px;
    height: 35px;
}
.footerMobile .awards .awardsWrapper a{
    color: transparent;
}
.footerMobile .awards .awardsWrapper {
    text-align: center;
}
@media (max-width: 1023px) and (min-width: 320px){
.footer .footerMobile .row .copyrightWrapper {
    padding: 0px 36px 49px 17px;
}
.footer .footerMobile .copyrightWrapper .cont {
    line-height: 11.9px;
}
}
.footer .footerMobile .copyrightWrapper{
    display: flex;
    padding: 21px 36px 49px 17px;
    background-color: #f4f4f4;
    color: #666666;
}
.footer .footerMobile .copyrightWrapper .cont{
    width: 98%;
    padding-left: 12px;
}
@media (max-width: 1023px) and (min-width: 320px){
.footer .footerMobile .copyrightWrapper p, .footer .footerMobile .copyrightWrapper div, .footer .footerMobile .copyrightWrapper .mobfooterMedialeft .disclaimer {
    font-size: 0.94em;
}
}
.footer .footerMobile .copyrightWrapper p, .footer .footerMobile .copyrightWrapper div {
    font-family: 'corisandebold';
    font-size: 0.8em;
    text-transform: uppercase;
}
#headerwrap{
    display:none;
}
.entry-summary p{
font-size:18px;
}

svg .lightblue {
  fill: #15bef0;
}
svg .darkblue {
  fill: #14377d;
}
.your-essentials-nav-link a {
  position: relative;
}
.your-essentials-nav-link svg {
  position: absolute;
  width: 85px;
  height: 18px;
  left: 12px;
}
@media (max-width: 1023px) and (min-width: 320px){
.your-essentials-nav-link span{
    padding-left: 16px;
  }
.your-essentials-nav-link svg{
   left:15px;
  }
}


/* new category page */
  body.archive .two-third .post_excerpt{
    display:block;
  }
body.archive .two-third header.entry-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.archive .two-third header.entry-header .post-thumbnail {
  width: 45%;
}
body.archive .two-third header.entry-header .post-details {
  width: 52%;
}
body.archive .two-third article.post{
    border-bottom:2px solid;
}
body.archive .two-third .page-title{
  width:100%;
  font-weight:bold;
  font-size:2rem;
}
body.archive header.entry-header .post-details .entry-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 !important;
}

body.archive .post-details .entry-title a:hover {
  text-decoration: none;
}
body.archive .post-details p {
  font-size: 0.82rem;
  line-height: 1.4rem;
}
body.archive .post-details .posted_date {
  margin: 0.8rem 0 1rem;
  text-transform:uppercase;
}
body.archive .post-details p .more-link {
  margin-top: 0.5rem;
  display: block;
  color: #003eca;
  text-decoration: underline;
}
.archive .two-third  .entry-meta span.posted-on{
  border-bottom:none;
}
.blog .entry-meta span.posted-on time{
  color:#000;
}
@media (max-width: 767px) {
 body.archive .two-third header.entry-header .post-thumbnail {
  width: 100%;
}
body.archive .two-third header.entry-header .post-details {
  width: 100%;
}
body.archive .post-details .post_excerpt {
  margin: 0;
}
body.archive .page-header {
  margin-bottom: 0;
  margin-top:1.5rem;
}
body.archive .two-third article.post {
  margin-top: 2rem;
}
}

.two-third .navigation.posts-navigation .nav-previous a, 
.two-third .navigation.posts-navigation .nav-next a{
  font-size: 0;
  border: none;
}
.two-third .navigation.posts-navigation .nav-previous a:hover, 
.two-third .navigation.posts-navigation .nav-next a:hover{
  border: none;
  }
.two-third .navigation.posts-navigation .nav-previous a::before {
    content: "Older Articles";
    visibility: visible;
    border-bottom: 3px solid;
    font-size: 18px;
}
.two-third .navigation.posts-navigation .nav-next a::after {
    content: "Newer Articles";
    visibility: visible;
    border-bottom: 3px solid;
    font-size: 18px;
}
.search-results .navigation.posts-navigation .nav-previous a:hover, 
.search-results .navigation.posts-navigation .nav-next a:hover{
  border: none;
  }
.search-results .navigation.posts-navigation .nav-previous a, 
.search-results .navigation.posts-navigation .nav-next a{
  font-size: 0;
  border: none;
}
.search-results .navigation.posts-navigation .nav-previous a::before {
    content: "Older Articles";
    visibility: visible;
    border-bottom: 3px solid;
    font-size: 18px;
}
.search-results .navigation.posts-navigation .nav-next a::after {
    content: "Newer Articles";
    visibility: visible;
    border-bottom: 3px solid;
    font-size: 18px;
}
.main-navigation a {
transition:none !important;
}
.main-navigation a:hover {
border-bottom:2px solid #303030 !important;
outline:none;
}
.main-navigation a:active {
border-bottom:0px solid #303030 !important;
}

/* holidaygift */

.new-category-wrap .holiday-gift{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #012169;
}
.primaryNav li.new-category-wrap .holiday-gift svg{
    height: 28px;
    width: 25px;
}
.new-category-wrap .holiday-gift svg .st0{
    fill: #ae262b;
    stroke: none;
}
.new-category-wrap .holiday-gift svg .st1{
    fill: #fff;
}
.primaryNav li.new-category-wrap .holiday-gift span{
    width: 70px;
    text-align: center;
    display: inline-block;
}
@media (max-width: 1023px) {
   .new-category-wrap .holiday-gift{
      justify-content: left;
      display: inline-block;
}
.new-category-wrap .holiday-gift svg{
  width:17px;
  height:20px;
}
.new-category-wrap .holiday-gift-guide{
  padding: 10.4px 15px!important;
}
  .new-category-wrap .holiday-gift-guide span{
    width: 125px;
    vertical-align: super;
    display: inline-block;
}
}

/*New footer css */

.footer--copyright-section,.footer-wrapper .link-header,.footer-wrapper ul li a,.footer--whats-good a,.footer .footer-wrapper .link-header-accordion,.footer .footer-wrapper button.link-header-accordion,.footer--call-wrapper a,.footer--wellness-council a,.footer .footer--copyright-section .copyright{
	font-size: 14px!important;
}
footer.footer .footer-copyright-disclaimer p{
	font-size: 12px !important;
}
.footer-link-wrapper .link-header-accordion::after{
	font-size: 2px!important;
}

.primaryNav {
  width: 98%;
}
.primaryNav li {
  margin-right: 2%;
}
.primaryNav li:last-child {
  margin-right: 0;
}
.primaryNav li.new-category-wrap svg {
  width: 45px;
  height: 45px;
  fill: #012169;
}
.primaryNav li.new-category-wrap .new-category {
  position: absolute;
  left: 30px;
  color: #fff;
  top: 18px;
}
.primaryNav li.new-category-wrap a:hover .new-category {
  font-family: corisandebold;
  left: 26px;
}
.primaryNav li a {
  font-size: 14px;
}
.primaryNav li a span {
  line-height: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .primaryNav li {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1023px) {
	.new-category-wrap svg {
		width: 40px;
		height: 40px;
		fill: #012169;
	}
}
@media screen and (min-width: 1256px) and (max-width: 1321px) {
  .primaryNav li {
    margin-right: 1.5%;
  }
  @-moz-document url-prefix() {
    .primaryNav li {
      margin-right: 1.5%;
    }
  }
}
 
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .primaryNav li {
    margin-right: 1.2%;
  }
  .primaryNav li a {
    font-size: 12px;
  }
 }
@media screen and (min-width: 1051px) and (max-width: 1120px) {
  .primaryNav li a {
    font-size: 12px;
  }

  .primaryNav li {
    margin-right: 0.5%;
  }
}

/* UI Fixes for Primary Nav and Best Seller Link */

header .NavRow ul.primaryNav {
  width: 100%;

  justify-content: space-around;
}

header .NavRow ul.primaryNav li {
  margin-right: 0;
}

header .NavRow ul.primaryNav li.new-category-wrap.best-sellers,
header .navMobile ul.primaryNavMobile li.new-category-wrap.best-sellers {
  align-items: center;

  display: flex;
}

header .NavRow ul.primaryNav li.new-category-wrap.best-sellers a,
header .navMobile ul.primaryNavMobile li.new-category-wrap.best-sellers a {
  margin: 0;

  min-width: 85px;

  padding: 0 !important;
}

header
  .NavRow
  ul.primaryNav
  li.new-category-wrap.best-sellers
  a
  span.new-category,
header
  .navMobile
  ul.primaryNavMobile
  li.new-category-wrap.best-sellers
  a
  span.new-category {
  align-items: center;

  background: #012169;

  border-bottom-left-radius: 15px;

  border-top-right-radius: 15px;

  display: inline-flex;

  justify-content: center;

  left: 0;

  min-height: 54px;

  position: relative;

  top: 0;

  width: 100%;
}

.primaryNav li.new-category-wrap a:hover .new-category {
  top: 12px;

  font-family: corisanderegular;

  font-size: 1em !important;
}

@media screen and (min-width: 1024px) {
  header
    .NavRow
    ul.primaryNav
    li.new-category-wrap.best-sellers
    a
    span.new-category,
  header
    .navMobile
    ul.primaryNavMobile
    li.new-category-wrap.best-sellers
    a
    span.new-category {
    min-height: 54px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header
    .NavRow
    ul.primaryNav
    li.new-category-wrap.best-sellers
    a
    span.new-category,
  header
    .navMobile
    ul.primaryNavMobile
    li.new-category-wrap.best-sellers
    a
    span.new-category {
    height: 54px;
  }
}

@media screen and (max-width: 1023px) {
  header .NavRow ul.primaryNav li.new-category-wrap.best-sellers,
  header .navMobile ul.primaryNavMobile li.new-category-wrap.best-sellers {
    width: auto;

    display: inline-flex;

    margin: 5px 15px;

    height: auto;
  }

  header
    .NavRow
    ul.primaryNav
    li.new-category-wrap.best-sellers
    a
    span.new-category,
  header
    .navMobile
    ul.primaryNavMobile
    li.new-category-wrap.best-sellers
    a
    span.new-category {
    padding: 15px;
  }

  header .navMobile ul.primaryNavMobile li.new-category-wrap.best-sellers {
    margin: 0 5%;

    display: block;
  }

  header
    .navMobile
    ul.primaryNavMobile
    li.new-category-wrap.best-sellers
    a
    span.new-category {
    width: auto;
    margin: 5px 15px;
    min-height: 42px;
  }
}

@media screen and (max-width: 420px) {
  header .navMobile .navMobile__wrapper {
    height: calc(100% + 25%);
    overflow-y: scroll;
  }
}


/* HAM:26 START*/
/* Mayur : Remove default shadow/underline effects  --HAM:26-- */
  tvs-header input[type="text"],
  tvs-header input[type="email"],
  tvs-header input[type="url"],
  tvs-header input[type="password"],
  tvs-header input[type="search"],
  tvs-header button,
  tvs-header input[type="button"],
  tvs-header input[type="reset"],
  tvs-header input[type="submit"] {
    box-shadow: none;
  }

  tvs-header input[type="text"]:hover,
  tvs-header input[type="email"]:hover,
  tvs-header input[type="url"]:hover,
  tvs-header input[type="password"]:hover,
  tvs-header input[type="search"]:hover,
  tvs-header button:hover,
  tvs-header input[type="button"]:hover,
  tvs-header input[type="reset"]:hover,
  tvs-header input[type="submit"]:hover,
  tvs-header input[type="text"]:focus,
  tvs-header input[type="email"]:focus,
  tvs-header input[type="url"]:focus,
  tvs-header input[type="password"]:focus,
  tvs-header input[type="search"]:focus,
  tvs-header button:focus,
  tvs-header input[type="button"]:focus,
  tvs-header input[type="reset"]:focus,
  tvs-header input[type="submit"]:focus {
    box-shadow: none;
  }

  tvs-header button:focus-visible,
  tvs-header input[type="button"]:focus-visible,
  tvs-header input[type="reset"]:focus-visible,
  tvs-header input[type="submit"]:focus-visible {
    box-shadow: none;
  }

  tvs-header button:focus-within,
  tvs-header input[type="button"]:focus-within,
  tvs-header input[type="reset"]:focus-within,
  tvs-header input[type="submit"]:focus-within {
    box-shadow: none;
  }

  header.victory-header .victory-header-container .utility-nav-desktop .utility-nav-anonymous .utility-nav-text span,
  header.victory-header .victory-header-container .utility-nav-desktop .utility-nav-loggedIn .utility-nav-text span.utility-nav-user-name,
  header.victory-header .victory-header-container.victory-header-container-new .reorder-button .reorder-button-desktop span{
 font-family : corisanderegular;
}

vshoppe-my-account-info-drawer-overlay .my-account__nav-drawer ul.myAccountOverlayLoyalty{
  padding-left: 0px;
}

vshoppe-my-account-info-drawer-overlay .my-account__nav-drawer ul.myAccountOverlayLoyalty 
  tvs-vshoppe-myaccount-overlay-crowdtwist-award .progress .progress-bar {
    background-color: #012269;
}

@media screen and (max-width: 768px) {
  vshoppe-my-account-info-drawer-overlay .my-account__nav-drawer ul.myAccountOverlayLoyalty 
    tvs-vshoppe-myaccount-overlay-crowdtwist-award .progress {
    width: 100%;
    background: #b8b5b5;
    height: 9px;
    border-radius: 52.5px;
    margin-top: 1px;
    margin-right: 16px;
    margin-bottom: 6px;
  }
}

 /* Shreyas: --HAM:26-- */
 /**
 * Fix: TVS Login Popup UI on /learn (WordPress)
 *
 */

/* 1. Reset italic labels */
tvs-modal .modal-container label {
 font-style: normal;
}

/* 2. Fix inputs: remove black bottom line, correct padding & margin */
tvs-modal .modal-container input[type="email"],
tvs-modal .modal-container input[type="password"],
tvs-modal .modal-container input[type="text"] {
 box-shadow: none;
}

/*  3. Fix Continue button: remove white bottom line, correct font size  */
tvs-modal .modal-container button {
 box-shadow: none;
}

/*  4. Keep focus outline intact  */
tvs-modal .modal-container input[type="email"]:focus-visible,
tvs-modal .modal-container input[type="password"]:focus-visible,
tvs-modal .modal-container input[type="text"]:focus-visible {
 outline: 1px solid #666666;
}
/*  5. Keep focus border bottom intact  */
tvs-modal .modal-container input[type="email"]:focus,
tvs-modal .modal-container input[type="password"]:focus,
tvs-modal .modal-container input[type="text"]:focus {
 border-bottom: 1px solid #666;
}
/*  6. Keep a href color intact  */
tvs-modal .modal-container a {
 color: #337ab7;
}
/*  7. Keep focus for a href intact  */
tvs-modal .modal-container a:focus {
 outline: #012169 dotted 1px;
    outline-offset: 2px;
}
/*  8. Keep hover for a href intact  */
tvs-modal .modal-container a:hover {
 color: #23527c;
}
/*  9. Keep email field font intact  */
tvs-modal#tvsLoginPopup .modal-container .display-email {
 font-size: 14px;
}
/*  10. Keep h1 margin intact  */
 /*Need to add important as WP global style affecting this elements' margin  */
tvs-modal#tvsLoginPopup .modal-container .user-login__welcome-user h1{
 margin: 15px 0 15px 0 !important; 
}
/*  11. Remove text-transform for h1  */
tvs-modal#tvsLoginPopup .modal-container .user-login__recognized-title h1{
 text-transform: none; 
}

/*  12. Keep Password strength field fonts intact  */
tvs-modal#tvsCreateAccountPopup .modal-container .vshoppe-create-account-container .password-strength-content span,
tvs-modal#tvsCreateAccountPopup .modal-container .vshoppe-create-account-container .password-strength-content label{
 font-size: 14px;
}
/*For Google SignIn*/
@media screen and (min-width: 768px) {
  tvs-modal#tvsLoginPopup .modal-container .sign-in__google-sign-in__cta__wrapper .g_id_signin {
  width: 220px;
  }
}

/**Email Footer Background as white **/
email-subscription-component .footer--signup-redesign .footer-email-singup span.emailSubscriptionFooter input#footer-signup-email{
  background: white;
}

/*Free Shipping Modal*/
.victory-header-promo-top #upgrade-pencil-banner-carousel-new>a{
font-size: 14px;
}

/*Font size fix inside Free Shipping Modal*/
vshoppe-promo-modal .modal-body .free-shipping-info ol li,
vshoppe-promo-modal .modal-body .free-shipping-info .head{
font-size: 14px;
}

/*Footer Email Subscription*/
.footer email-subscription-component .footer-signup-section .footer-email-singup input#footer-signup-email{
font-size: 12px;
box-shadow: none
}

/*Footer Email Subscription Input field*/
.footer email-subscription-component .footer--signup-redesign .footer-email-singup span.emailSubscriptionFooter input#footer-signup-submit{
font-size: 14px;
box-shadow: none;
font-weight: normal;
}

/*Footer Email Subscription Submit Button*/
.footer email-subscription-component .footer--signup-redesign .footer-email-singup span.emailSubscriptionFooter input#footer-signup-submit{
font-size: 14px;
box-shadow: none
}

/*Footer Email Subscription Error Message*/
.footer email-subscription-component .footer-signup-section span.errorMsg{
font-size: 12px;
}

/* Text in footer: Earn points with our app  */
.footer--connect-social .app_container p{
 font-size: 14px;
}

/*Mini Cart Fix*/
header.victory-header .victory-header-container.victory-header-container-new .victory-header-cart{
 font-size: 14px;
}

/*Footer Placeholder font fix*/
/*Need to add important with increased specificity as multiple important css overriding it   */
.footer email-subscription-component .footer--signup-redesign .footer-email-singup span.emailSubscriptionFooter input#footer-signup-email::placeholder{
     font-size: 14px !important;
}

/* HAM UI issuses */
.user-login__footer h1{
 margin : 0px!important;
}
 
tvs-modal#tvsCreateAccountPopup .modal-container .vshoppe-create-account-container .password-strength-content span::before{
 font-size: 30px;
}

.vshoppe-create-account-container .vshoppe-create-account-heading{
    color: #012169;
    font-family: "Lato";
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 4px !important;
}

tvs-modal .modal-container input[type="email"],
tvs-modal .modal-container input[type="password"],
tvs-modal .modal-container input[type="text"] {
box-shadow: none;
padding: 6px 12px;
}

.vshoppe-form-field .form-control:focus {
  border-color: #66afe9;
 border-bottom-width: 1px;
 border-bottom: 1px solid #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.vshoppe-form-field .form-control:focus-visible {
outline: 1px solid #666666;
}

/*Fix inputs: remove black bottom line, correct padding & margin */
tvs-modal .modal-container input[type="email"],
tvs-modal .modal-container input[type="password"],
tvs-modal .modal-container input[type="text"] {
box-shadow: none;
font-size: 14px;
color: #666;
}

/* Footer signup email duplicate issue */
email-subscription-component .footer--signup-redesign .footer-email-singup span.errorMsgg{
 font-size: 12px;
}

/* Font fix for emergency banner message */
global-content render-media .slugContent .emergencyShipDelayMsg{
 font-size: 14px;
}

/* Footer signup email success font fix*/
footer email-subscription-component .footer-email-thankyou-message.footer--signup-redesign h4.primaryHeading{
 font-size: 14px !important;
}

/*Footer Placeholder font fix*/
.footer email-subscription-component .footer--signup-redesign .footer-email-singup span.emailSubscriptionFooter input#footer-signup-email::placeholder{
     font-size: 14px !important;
     /*Need to add important with increased specificity as multiple important css overriding it   */
}

/* HAM:26 END*/