.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb {
  display: none;
}
#secondary {
  display: none;
}
.page-content .primary-content {
  width: 100%;
  padding: 0;
  float: none;
}
.quiz {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 940px) {
  .quiz {
    padding: 0;
  }
}
.quiz-header {
  min-height: 160px;
  padding-top: 60px;
}
.isDesktopEnvironment .quiz-header .img {
  background-image: url(../advisor-assets/header.gif?$staticlink$);
  width: 332px;
  height: 234px;
  margin-right: 0;
  margin-left: 40px;
  background-position: 0 0;

}
.isMobileEnvironment .quiz-header .img {
  background-image: url(../advisor-assets/header-mobile.gif?$staticlink$);
  width: 105px;
  height: 135px;
  margin-right: -17px;
  background-position: 0 7px;
}
@media only screen and (min-width: 940px) {
  .quiz-header {
    min-height: 270px;
  }
}
.quiz-header h1 {
  margin: 0 0 18px 0;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
}
@media only screen and (min-width: 940px) {
  .quiz-header h1 {
    margin: 0 0 40px 0;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
}
.quiz-header .img {
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 940px) {
  .quiz-header .img {

  }
}
.quiz-header p {
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.14px;
}
@media only screen and (min-width: 940px) {
  .quiz-header p {
    font-size: 20px;
    line-height: 32px;
  }
}
.product-loading {
  display: none;
}
.recommender button {
  padding-left: 20px;
  padding-right: 20px;
}
.recommender .product {
  border: none;
}
.recommender .product:hover {
  border: none;
}
.recommender .product-price {
  text-align: center;
}
.recommender .search-result-items .grid-tile {
  float: none;
}
.recommender .question-group {
  display: inline-block !important;
  width: 100%;
}
.recommender .question-group-navigation {
  display: none;
}
.recommender .question-group-index {
  display: none;
}
.recommender .question-group-title-text {
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 940px) {
  .recommender .question-group-title-text {
    font-size: 40px;
  }
}
.recommender .question-group-title:after {
  content: '';
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 940px) {
  .recommender .question-group-title:after {
    margin-bottom: 35px;
  }
}
.recommender .question {
  margin: 0;
}
.recommender .question-required {
  display: none;
  font-weight: 300;
}
.recommender .question.question-required-error .question-required {
  display: inline;
}
.recommender .question.question-required-error .question-title-text {
  color: #c8102e;
  font-weight: 500;
}
.recommender .question.question-required-error .question-choices .chosen-container-single .chosen-single {
  border: 1px solid #c8102e;
}
.recommender .question.question-required-error .question-choices .chosen-container-single .chosen-single:after {
  border-left: 1px solid #c8102e;
}
.recommender .question-index {
  display: none;
}
.recommender .question-title {
  border-bottom: none;
}
.recommender .question-hint {
  margin-left: 5px;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .recommender .question-hint {
    margin-left: 20px;
  }
}
.recommender .question-hint a {
  font-weight: 300;
  text-decoration: underline;
}
.recommender .question-title-text {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 940px) {
  .recommender .question-title-text {
    font-size: 14px;
  }
}
.recommender .question-freetext-input {
  max-width: 355px;
  margin: 0;
  padding: 0 1em;
  border: none;
  border-radius: 0;
  height: 33px;
  line-height: 33px;
}
.recommender .question-freetext-input:focus {
  border: none;
}
.recommender .activated .question-freetext-input {
  margin: 0;
  border: none;
}
.recommender .activated .question-freetext-input:focus {
  border: none;
}
.recommender .question.multiplechoice.as-slider .question-choices {
  position: relative;
  max-width: 600px;
  height: 30px;
  padding: 0 60px;
  border: 2px solid #000;
  border-radius: 45px;
}
@media only screen and (min-width: 940px) {
  .recommender .question.multiplechoice.as-slider .question-choices {
    height: 45px;
  }
}
.recommender .question.multiplechoice.as-slider.selected .question-choices:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  right: 60px;
  height: 30px;
  border-radius: 45px 0 0 45px;
  background: #000;
}
@media only screen and (min-width: 940px) {
  .recommender .question.multiplechoice.as-slider.selected .question-choices:after {
    height: 45px;
  }
}
.recommender .question-slider {
  position: relative;
  background: none;
  box-shadow: none;
}
.recommender .question-slider .handle {
  display: none;
}
.recommender .question-slider .ticks-foreground {
  left: 0px;
  right: 0px;
  z-index: 5;
}
.recommender .question-slider .ticks-foreground .tick {
  display: none;
}
.recommender .question-slider .ticks-foreground .tick.selected {
  display: block;
  width: auto;
  height: 26px;
  right: 0;
  top: 2px;
  margin-left: 0;
  background: #fff;
  border-radius: 0;
}
@media only screen and (min-width: 940px) {
  .recommender .question-slider .ticks-foreground .tick.selected {
    height: 41px;
  }
}
.recommender .question-slider .ticks-background {
  left: 0px;
  right: 0px;
  z-index: 10;
}
.recommender .question-slider .ticks-background .tick {
  width: 60px;
  height: 80px;
  margin-left: -32px;
  margin-top: -2px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
@media only screen and (min-width: 940px) {
  .recommender .question-slider .ticks-background .tick {
    width: 100px;
    margin-left: -52px;
    height: 60px;
  }
}
.recommender .question-slider .ticks-background .tick:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 14px;
  left: 50%;
  margin-left: -1px;
  top: 24px;
  background: #000;
}
@media only screen and (min-width: 940px) {
  .recommender .question-slider .ticks-background .tick:after {
    top: 38px;
  }
}
.recommender .question-slider .ticks-background .tick .text {
  top: 5em;
}
@media only screen and (min-width: 940px) {
  .recommender .question-slider .ticks-background .tick .text {
    top: 4em;
  }
}
.recommender .question-slider .tick .text {
  color: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  min-width: 8px;
  line-height: 16px;
  vertical-align: top;
}
@media only screen and (min-width: 940px) {
  .recommender .question-slider .tick .text {
    min-width: 20em;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.recommender .question-slider .tick.selected .text {
  color: #000;
}
.recommender .recommendations {
  display: none;
}
.question.as-buttons .question-choices {
  width: 100%;
  border: 1px solid #ccc;
}
.question.as-buttons .question-choice {
  display: block;
}
.question.as-buttons .question-choice:not(:first-child) {
  border-top: 1px solid #ccc;
}
.question.as-buttons .question-radio-button {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 0 0 40px;
  border: none;
  line-height: 45px;
  text-align: left;
  background: transparent url('../advisor-assets/checkbox-unselected.png?$staticlink$') no-repeat 10px center;
  background-size: 19px 19px;
}
@media only screen and (min-width: 940px) {
  .question.as-buttons .question-radio-button {
    height: 53px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  .question.as-buttons .question-radio-button:hover {
    background-color: #eee;
  }
}
.question.as-buttons .question-radio-button.checked {
  background: #eee url('../advisor-assets/checkbox-selected.png?$staticlink$') no-repeat 10px center;
  background-size: 19px 19px;
}
.question.as-buttons .question-radio-button .button-text {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .question.as-buttons .question-radio-button .button-text {
    font-size: 14px;
  }
}
.slug-page-name .question-group-title:after {
  content: 'First, tell us a little bit about yourself so that we can get the basics down.';
}
.slug-page-name .question-title-text {
  font-weight: 500;
}
.slug-page-variations {
  margin-top: 15px;
}
@media only screen and (min-width: 940px) {
  .slug-page-variations {
    margin-top: 40px;
  }
}
.slug-page-variations:after {
  content: "";
  display: table;
  clear: both;
}
.slug-page-variations .question-group-title {
  display: none;
}
.slug-page-variations .question-title-text {
  font-weight: 500;
}
.slug-page-variations .question {
  width: 100%;
}
@media only screen and (min-width: 940px) {
  .slug-page-variations .question {
    float: left;
    width: 100%;
  }
  .slug-page-variations .question + .question {
    margin-top: 20px;
  }
}
.slug-page-variations .question-choices select {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.slug-page-variations .question-choices .chosen-container {
  min-width: 205px;
  margin: 0;
}
.slug-page-variations .question-choices .chosen-container-single .chosen-single {
  position: relative;
  height: 33px;
  padding: 0 0 0 1em;
  border-radius: 0;
  line-height: 33px;
}
.slug-page-variations .question-choices .chosen-container-single .chosen-single:after {
  content: '';
  position: absolute;
  height: 33px;
  width: 40px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background: transparent url('../advisor-assets/dropdown.png?$staticlink$') no-repeat center center;
  background-size: 12px 8px;
}
.slug-page-variations .question-choices .chosen-container-single .chosen-single:hover {
  border: 1px solid #ccc;
}
.slug-page-variations .question-choices .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ccc;
}
.slug-page-variations .question-choices .chosen-container .chosen-results li.highlighted {
  background: #000;
  color: #fff;
}
#primary .question-choices .chosen-container-single.activated .chosen-single {
  margin: 0;
  border: 1px solid #ccc;
}
#primary .question-choices .chosen-container .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #ccc;
}
#primary .question-choices .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  max-height: 300px;
}
#primary .question-choices .chosen-container .chosen-drop .chosen-results li {
  padding: 5px 1em !important;
}
.slug-page-run {
  margin-top: 40px;
}
@media only screen and (min-width: 940px) {
  .slug-page-run {
    margin-top: 90px;
  }
}
.slug-page-run:after {
  content: "";
  display: table;
  clear: both;
}
.slug-page-run .question-group-title:after {
  content: 'Now, we want all of the details!';
}
.slug-page-run .question {
  width: 100%;
}
@media only screen and (min-width: 940px) {
  .slug-page-run .question {
    width: 100%;
    float: left;
  }
}
.slug-page-run .question + .question {
  margin-top: 20px;
}
@media only screen and (min-width: 940px) {
  .slug-page-run .question + .question {
    margin-top: 26px;
  }
}
.slug-page-run .slug-where-trails,
.slug-page-run .slug-where-track,
.slug-page-run .slug-where-errands {
  display: none !important;
}
.slug-page-comfort {
  margin-top: 20px;
}
@media only screen and (min-width: 940px) {
  .slug-page-comfort {
    margin-top: 60px;
  }
}
.slug-page-comfort:after {
  content: "";
  display: table;
  clear: both;
}
.slug-page-comfort .question-group-title {
  display: none;
}
.slug-page-comfort .question .ticks-background {
  left: 0px;
  right: 0px;
  z-index: 10;
}
.slug-page-comfort .question .ticks-background .tick {
  width: 60px;
  height: 80px;
}
@media only screen and (min-width: 940px) {
  .slug-page-comfort .question .ticks-background .tick {
    width: 150px;
    margin-left: -77px;
    height: 60px;
  }
}
.slug-page-stability {
  margin-top: 80px;
}
.slug-page-stability:after {
  content: "";
  display: table;
  clear: both;
}
.slug-page-stability .question-group-title {
  display: none;
}
.slug-page-strike {
  margin-top: 80px;
}
.slug-page-strike:after {
  content: "";
  display: table;
  clear: both;
}
.slug-page-strike .question-group-title {
  display: none;
}
.slug-page-strike .question-choices {
  max-width: 100%;
}
.quiz-actions {
  margin-top: 40px;
}
.quiz-actions button {
  height: 53px;
  padding: 0 40px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 53px;
  border-radius: 0;
  width: 100%;
}
@media only screen and (min-width: 940px) {
  .quiz-actions button {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .quiz-actions button:hover {
    background: #7d7d7d;
  }
}
.question-hint-template {
  display: none;
}
body.with-question-tip {
  position: relative;
}
.question-overlay-tip {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.question-overlay-tip .question-overlay-tip-body {
  position: absolute;
  padding: 35px 23px;
  left: 50%;
  min-width: 90%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #000;
}
@media only screen and (min-width: 940px) {
  .question-overlay-tip .question-overlay-tip-body {
    min-width: 0;
    padding: 80px;
    border: none;
    min-width: 700px;
  }
}
.question-overlay-tip .question-overlay-tip-body .question-overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: transparent url('../advisor-assets/close.png?$staticlink$') no-repeat center center;
  background-size: 18px 18px;
}
.question-overlay-tip .question-overlay-tip-body .question-overlay-close span {
  display: none;
}
.question-overlay-tip .question-overlay-tip-body h2 {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 940px) {
  .question-overlay-tip .question-overlay-tip-body h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.question-overlay-tip .question-overlay-tip-body p,
.question-overlay-tip .question-overlay-tip-body li {
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
}
@media only screen and (min-width: 940px) {
  .question-overlay-tip .question-overlay-tip-body p,
  .question-overlay-tip .question-overlay-tip-body li {
    font-size: 16px;
    line-height: 18px;
  }
}
.question-overlay-tip .question-overlay-tip-body li + li {
  margin-top: 5px;
}
@media only screen and (min-width: 940px) {
  .question-overlay-tip .question-overlay-tip-body li + li {
    margin-top: 10px;
  }
}
.quiz-meta-container {
  position: relative;
}
.quiz-results {
  display: none;
}
.quiz-results.quiz-results-transition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.quiz-results-header {
  padding-top: 60px;
}
.quiz-results-header h1 {
  margin: 0 0 15px 0;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 940px) {
  .quiz-results-header h1 {
    margin: 0 0 40px 0;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
}
.quiz-actions.quiz-actions-recommendations {
  display: none;
}
.quiz.quiz-results-mode .quiz-header {
  display: none !important;
}
.quiz.quiz-results-mode .quiz-actions {
  display: none !important;
}
.quiz.quiz-results-mode .quiz-actions.quiz-actions-recommendations {
  text-align: left;
  display: block !important;
}
.quiz.quiz-results-mode .question-group:not(.question-group-results) {
  display: none !important;
}
.recommender .product-secondary-header {
  position: relative;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #7d7d7d;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 940px) {
  .recommender .product-secondary-header {
    margin-top: 120px;
    font-size: 26px;
    text-align: center;
  }
}
.recommender .recommender-products {
  padding-bottom: 60px;
  text-align: left;
}
@media only screen and (min-width: 940px) {
  .recommender .recommender-products {
    text-align: center;
  }
}
.recommender .product-primary-header {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 0;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}
@media only screen and (min-width: 940px) {
  .recommender .product-primary-header {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.recommender .quiz-summary {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 50px;
  text-align: left;
}
@media only screen and (min-width: 940px) {
  .recommender .quiz-summary {
    float: left;
    width: 435px;
    margin-bottom: 0;
  }
}
.recommender .quiz-summary .quiz-summary-header {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
@media only screen and (min-width: 940px) {
  .recommender .quiz-summary .quiz-summary-header {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.recommender .quiz-summary .quiz-summary-body {
  padding: 30px 30px 30px;
  background: #ebebeb;
}
.recommender .quiz-summary .summary-label {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 20px;
}
.recommender .quiz-summary .summary-label.summary-new-line {
  display: block;
}
@media only screen and (min-width: 940px) {
  .recommender .quiz-summary .summary-label {
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
  }
}
.recommender .quiz-summary .summary-text {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 20px;
}
@media only screen and (min-width: 940px) {
  .recommender .quiz-summary .summary-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.recommender .product .product-inner {
  padding: 0;
}
.recommender .product-category {
  display: none;
}
.recommender .first-product {
  display: block;
  overflow: hidden;
  width: auto;
}
.recommender .first-product .product-category {
  display: none;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product .product-category {
    font-size: 14px;
  }
}
.recommender .first-product .product-category-label {
  font-weight: 300;
}
.recommender .first-product .image-container {
  padding-bottom: 50%;
}
.recommender .first-product .product-colors {
  text-align: left;
}
.recommender .first-product .product-colors .product-color {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 45px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product .product-colors .product-color {
    width: 90px;
    height: 70px;
    background-size: cover;
  }
}
.recommender .first-product .image {
  left: -20%;
  right: -20%;
  top: -20%;
  bottom: -20%;
  max-width: none;
}
    .recommender .first-product .details-container {
      text-align: left;
    }
.recommender .first-product h3 a {
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product h3 a {
    font-size: 26px;
  }
}
.recommender .first-product .price {
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product .price {
    font-size: 14px;
  }
}
.recommender .first-product .match {
  display: none;
}
.recommender .first-product .add-to-cart {
  margin-top: 20px;
  text-align: left;
}
.recommender .first-product .product-long-description {
  text-align: left;
  color: #000000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product .product-long-description {
    font-size: 14px;
  }
}
.recommender .first-product .action-add-to-cart {
  width: 100%;
  height: 53px;
  padding: 0 40px;
  background: #000;
  box-shadow: none;
  border: none;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 53px;
  border-radius: 0;
}
@media only screen and (min-width: 940px) {
  .recommender .first-product .action-add-to-cart {
    width: auto;
  }
}
.recommender .first-product .action-add-to-cart span {
  text-shadow: none;
}
@media only screen and (min-width: 1024px) {
  .recommender .first-product .action-add-to-cart:hover {
    background: #7d7d7d;
  }
}
.recommender .secondary-product {
  width: 43%;
  min-height: 0;
  padding: 5px;
}
.recommender .secondary-product + .product {
  margin-left: 0;
}
@media only screen and (min-width: 940px) {
  .recommender .secondary-product {
    width: 220px;
    min-height: 360px;
    padding: 0;
  }
  .recommender .secondary-product + .product {
    margin-left: 2em;
  }
}
.recommender .secondary-product h3 {
  margin: 0;
}
.recommender .secondary-product h3 a {
  margin: 0;
  color: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  line-height: 12px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
@media only screen and (min-width: 940px) {
  .recommender .secondary-product h3 a {
    font-size: 14px;
    min-height: 28px;
  }
}
.recommender .secondary-product .price {
  margin-top: 0;
  color: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 940px) {
  .recommender .secondary-product .price {
    font-size: 14px;
  }
}
.recommender .secondary-product .match {
  display: none;
}
.recommender .secondary-product .add-to-cart {
  text-align: left;
}
    .recommender .secondary-product .details-container > :not(h3) {
      display: none;
    }
.recommender .secondary-product .details-container p {
  display: none;
}
.recommender .secondary-product .details-container p.price {
  display: block;
}
.recommender .secondary-product .details-container p.add-to-cart {
  display: block;
}
.recommender .secondary-product .action-add-to-cart {
  height: 53px;
  width: 100%;
  padding: 0 0px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #000;
  color: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 53px;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .recommender .secondary-product .action-add-to-cart {
    width: auto;
    padding: 0 40px;
  }
}
.recommender .secondary-product .action-add-to-cart span {
  text-shadow: none;
}
@media only screen and (min-width: 1024px) {
  .recommender .secondary-product .action-add-to-cart:hover {
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
  }
}
.checked ~ p.navigate-hint {
  background: #eee;
}
.where-alternate {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .where-alternate {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 940px) {
  .where-alternate {
    font-size: 14px;
  }
}
.where-alternate ul {
  margin: 0 !important;
  padding: 0 !important;
}
.where-alternate li {
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
  list-style: none;
}
.where-alternate li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: transparent url('../advisor-assets/angle.png?$staticlink$') no-repeat;
  background-size: contain;
}
.where-alternate a {
  color: #000;
  text-decoration: underline;
}
.slug-size-4,
.slug-size-45,
.slug-size-5,
.slug-size-55,
.slug-size-6,
.slug-size-65,
.slug-size-7,
.slug-size-75,
.slug-size-8,
.slug-size-85,
.slug-size-9,
.slug-size-95,
.slug-size-10,
.slug-size-105,
.slug-size-115,
.slug-size-12,
.slug-size-125,
.slug-size-13,
.slug-size-14,
.slug-size-15,
.slug-size-16 {
  display: block;
}
.gender-men .slug-size-16 {
  display: none !important;
}
.gender-women .slug-size-4,
.gender-women .slug-size-45,
.gender-women .slug-size-125,
.gender-women .slug-size-13,
.gender-women .slug-size-14,
.gender-women .slug-size-15,
.gender-women .slug-size-16 {
  display: none !important;
}
.slug-width-n,
.slug-width-m,
.slug-width-w,
.slug-width-ew {
  display: block;
}
.gender-men .slug-width-n {
  display: none !important;
}
.gender-women .slug-width-ew {
  display: none !important;
}
