.tf-scrollbar {
  background: linear-gradient(#fff, #aaa 50%, #fff 100%) no-repeat center;
  background-size: 1px 100%;
  bottom: 0;
  position: absolute;
  right: 12px;
  top: 0;
  width: 10px;
}
.tf-isMsie .tf-scrollbar {
  visibility: hidden !important;
}
@media (max-width: 659px) {
  .tf-scrollbar {
    right: 0;
  }
}
.tf-scrollbar .tf-thumb {
  background: #2f2f2f;
  border-radius: 5px;
  width: 10px;
}
.tf-content {
  bottom: 60px;
  top: 160px;
  height: calc(100% - 160px - 60px);
  width: 660px;
}
.tf-content.tf-inMsp {
  height: calc(100% - 90px - 60px);
}
@media (max-width: 659px) {
  .tf-content {
    width: 100vw;
  }
  .tf-content.tf-showScrollbar .tf-scrollbar {
    display: none;
  }
  .tf-content.tf-showScrollbar ::-webkit-scrollbar {
    -webkit-appearance: initial;
    width: 5px;
  }
  .tf-content.tf-showScrollbar ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.tf-content .tf-overlay {
  display: none;
  opacity: 0.3;
  position: absolute;
  z-index: 90;
}
@media (max-width: 659px) {
  .tf-content .tf-overlay {
    position: fixed;
    top: 70px;
    bottom: 60px;
  }
}
.tf-content .tf-overlay.tf-active {
  display: block;
}
.tf-content .tf-step {
  padding: 35px;
  padding-top: 15px;
}
@media (max-width: 659px) {
  .tf-content .tf-step {
    padding: 13px;
    padding-top: 0px;
    margin-right: 0;
  }
}
.tf-content .tf-step .tf-warnLabel {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
.tf-content .tf-step .tf-warnLabel.tf-hidden {
  display: none;
}
.tf-content .tf-step .tf-headline h1 {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.tf-content .tf-step .tf-headline .tf-title {
  line-height: 21px;
}
.tf-content .tf-step .tf-headline .tf-index {
  display: inline-block;
  font-size: 17px;
  width: 30px;
  min-width: 30px;
  line-height: 21px;
  font-weight: normal;
}
.tf-content .tf-step .tf-headline p {
  font-size: 13px;
  margin-left: 30px;
}
.tf-content .tf-step .tf-selection {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}
.tf-content .tf-step .tf-selection .tf-item {
  opacity: 0.5;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  margin-right: 22px;
  padding-bottom: 45px;
  width: 182px;
  outline: none;
}
.tf-content .tf-step .tf-selection .tf-item img {
  display: block;
}
.tf-content .tf-step .tf-selection .tf-item.tf-pocket,
.tf-content .tf-step .tf-selection .tf-item.tf-function,
.tf-content .tf-step .tf-selection .tf-item.tf-thickness,
.tf-content .tf-step .tf-selection .tf-item.tf-temperature {
  margin-right: 26px;
  width: 282px;
}
.tf-content .tf-step .tf-selection .tf-item.tf-last {
  margin-right: 0;
}
.tf-content .tf-step .tf-selection .tf-item.tf-selected {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
  opacity: 1;
}
.tf-content .tf-step .tf-selection .tf-item.tf-selected .tf-check {
  background-image: url(./images/check-active.svg);
  bottom: 7px;
}
.tf-content .tf-step .tf-selection .tf-item.tf-selected .tf-label {
  font-weight: 500;
}
.tf-content .tf-step .tf-selection .tf-item .tf-label {
  background: url(./images/bg-line.gif) no-repeat center top 2px;
  background-size: 1px 17px;
  font-size: 15px;
  height: auto;
  padding-top: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 659px) {
  .tf-content .tf-step .tf-selection .tf-item .tf-label {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.tf-content .tf-step .tf-selection .tf-item .tf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  margin-top: 11px;
  width: 100%;
  position: absolute;
  bottom: 9px;
}
@media (max-width: 659px) {
  .tf-content .tf-step .tf-selection .tf-item.tf-gender,
  .tf-content .tf-step .tf-selection .tf-item.tf-form,
  .tf-content .tf-step .tf-selection .tf-item.tf-cut,
  .tf-content .tf-step .tf-selection .tf-item.tf-branch {
    width: calc(100% / 3 - 9px);
    margin-right: 10px;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-gender img,
  .tf-content .tf-step .tf-selection .tf-item.tf-form img,
  .tf-content .tf-step .tf-selection .tf-item.tf-cut img,
  .tf-content .tf-step .tf-selection .tf-item.tf-branch img {
    object-fit: cover;
    width: 100%;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-pocket,
  .tf-content .tf-step .tf-selection .tf-item.tf-function,
  .tf-content .tf-step .tf-selection .tf-item.tf-thickness,
  .tf-content .tf-step .tf-selection .tf-item.tf-temperature {
    width: calc(100% / 2 - 7px);
    margin-right: 10px;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-pocket img,
  .tf-content .tf-step .tf-selection .tf-item.tf-function img,
  .tf-content .tf-step .tf-selection .tf-item.tf-thickness img,
  .tf-content .tf-step .tf-selection .tf-item.tf-temperature img {
    object-fit: cover;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-pocket .tf-image-overlay,
  .tf-content .tf-step .tf-selection .tf-item.tf-function .tf-image-overlay,
  .tf-content .tf-step .tf-selection .tf-item.tf-thickness .tf-image-overlay,
  .tf-content .tf-step .tf-selection .tf-item.tf-temperature .tf-image-overlay {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-pocket .tf-image-overlay img,
  .tf-content .tf-step .tf-selection .tf-item.tf-function .tf-image-overlay img,
  .tf-content .tf-step .tf-selection .tf-item.tf-thickness .tf-image-overlay img,
  .tf-content .tf-step .tf-selection .tf-item.tf-temperature .tf-image-overlay img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: auto;
    margin-bottom: 5px;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-pocket .tf-image-overlay .tf-text,
  .tf-content .tf-step .tf-selection .tf-item.tf-function .tf-image-overlay .tf-text,
  .tf-content .tf-step .tf-selection .tf-item.tf-thickness .tf-image-overlay .tf-text,
  .tf-content .tf-step .tf-selection .tf-item.tf-temperature .tf-image-overlay .tf-text {
    margin: auto;
    width: 100%;
  }
  .tf-content .tf-step .tf-selection .tf-item.tf-last {
    margin-right: 0;
  }
}
.tf-content .tf-step .tf-selection:after {
  clear: both;
  content: '';
  display: block;
}
@media (min-width: 659px) and (hover: hover) and (pointer: fine) {
  .tf-content .tf-step .tf-selection:hover {
    opacity: 1;
  }
  .tf-content .tf-step .tf-selection:hover > div {
    opacity: 0.5;
  }
  .tf-content .tf-step .tf-selection:hover > div.tf-selected {
    opacity: 1;
  }
  .tf-content .tf-step .tf-selection:hover > div:hover {
    border: 1px solid #d3d3d4;
    border-bottom: 3px solid #000;
    opacity: 1;
    padding-bottom: 43px;
  }
  .tf-content .tf-step .tf-selection:hover > div:hover .tf-check {
    bottom: 7px;
  }
}
@media (max-width: 659px) {
  .tf-content {
    height: calc(100% - 138px - 60px);
    top: 138px;
  }
}

.tf-debug-view {
  background: #fff;
  height: 80%;
  left: 50px;
  position: fixed;
  top: 100px;
  width: 60%;
  overflow: auto;
}
.tf-debug-view table {
  width: 100%;
}
.tf-debug-view table .tf-debug-column {
  border-bottom: 1px solid #000;
  text-align: center;
  width: auto;
}
.tf-debug-view table img {
  width: 100px;
}
.tf-debug-view table span {
  display: block;
  font-size: 12px;
}
@media (max-width: 659px) {
  .tf-debug-view {
    display: none;
  }
}

.tf-footer {
  display: flex;
  flex-direction: column;
  width: 660px;
  position: absolute;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 659px) {
  .tf-footer {
    width: 100vw;
  }
}
.tf-footer .tf-border {
  background: transparent url(./images/bg_nav_border_bottom.png) repeat-x bottom;
  height: 10px;
}
.tf-footer .tf-border.tf-start_page {
  display: none;
}
@media (max-height: 750px) {
  .tf-footer .tf-border.tf-start_page {
    display: block;
    z-index: 90;
  }
}
.tf-footer .tf-buttons_container {
  text-align: center;
  display: flex;
}
.tf-footer .tf-buttons_container .tf-button {
  cursor: pointer;
  font-size: 13px;
  height: 60px;
  line-height: calc(60px - 2px);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.tf-footer .tf-buttons_container .tf-button.tf-inactive {
  cursor: default;
}
.tf-footer .tf-buttons_container .tf-button .tf-arrow_icn {
  height: 16px;
  width: 9px;
  line-height: 16px;
}
.tf-footer .tf-buttons_container .tf-button .tf-arrow_icn svg {
  height: 16px;
}
.tf-footer .tf-buttons_container .tf-button .tf-arrow_icn svg .tf-st0 {
  fill: #000;
  stroke-width: 3px;
  stroke: #000;
}
.tf-footer .tf-buttons_container .tf-button .tf-label_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 16px;
  align-items: center;
}
.tf-footer .tf-buttons_container .tf-button .tf-label_container .tf-label {
  text-transform: uppercase;
}
.tf-footer .tf-buttons_container .tf-button.tf-hidden {
  display: none;
}
.tf-footer .tf-buttons_container .tf-button.tf-start {
  background-color: #e30613;
  width: 100%;
}
.tf-footer .tf-buttons_container .tf-button.tf-start:hover {
  background-color: #ff0818;
}
.tf-footer .tf-buttons_container .tf-button.tf-start .tf-label_container .tf-label {
  color: #fff;
  padding-right: 20px;
  width: 100%;
}
.tf-footer .tf-buttons_container .tf-button.tf-start .tf-label_container .tf-arrow_icn svg path {
  fill: #fff;
  stroke: #fff;
}
.tf-footer .tf-buttons_container .tf-button.tf-start .tf-mobileLabel {
  display: none;
}
@media (max-width: 659px) {
  .tf-footer .tf-buttons_container .tf-button.tf-start .tf-mobileLabel {
    display: inline;
    color: #fff;
    padding-right: 20px;
    width: 100%;
  }
  .tf-footer .tf-buttons_container .tf-button.tf-start .tf-label {
    display: none;
  }
}
.tf-footer .tf-buttons_container .tf-button.tf-back {
  border-right: 1px solid #d3d3d4;
  width: 65px;
}
.tf-footer .tf-buttons_container .tf-button.tf-back .tf-arrow_icn {
  transform: rotateY(180deg);
}
.tf-footer .tf-buttons_container .tf-button.tf-results {
  background-color: #fff;
  flex: 1;
}
.tf-footer .tf-buttons_container .tf-button.tf-results .tf-label_container .tf-icn_result {
  min-width: 16px;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.tf-footer .tf-buttons_container .tf-button.tf-results .tf-label_container .tf-icn_result svg {
  height: 16px;
  display: inline;
}
.tf-footer .tf-buttons_container .tf-button.tf-results .tf-label_container .tf-icn_result svg path {
  fill: #000;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-inactive .tf-label_container svg path {
  fill: #d3d3d4;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-inactive .tf-label_container .tf-label {
  color: #d3d3d4;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-finalStep {
  background-color: #e30613;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-finalStep .tf-label_container svg path {
  fill: #fff;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-finalStep .tf-label_container .tf-label {
  color: #fff;
}
.tf-footer .tf-buttons_container .tf-button.tf-results.tf-finalStep:hover {
  background-color: #ff0818;
}
.tf-footer .tf-buttons_container .tf-button.tf-next {
  background-color: #e30613;
  border-color: #e30613;
  width: 130px;
}
.tf-footer .tf-buttons_container .tf-button.tf-next:hover {
  background-color: #ff0818;
  border-color: #ff0818;
}
.tf-footer .tf-buttons_container .tf-button.tf-next .tf-label_container .tf-label {
  color: #fff;
  padding-right: 10px;
}
.tf-footer .tf-buttons_container .tf-button.tf-next .tf-label_container .tf-arrow_icn svg {
  height: 17px;
}
.tf-footer .tf-buttons_container .tf-button.tf-next .tf-label_container .tf-arrow_icn svg .tf-st0 {
  fill: #fff;
  stroke: #fff;
}
.tf-footer .tf-buttons_container .tf-button.tf-next.tf-inactive {
  background-color: #fff;
  border-left: 1px solid #d3d3d4;
}
.tf-footer .tf-buttons_container .tf-button.tf-next.tf-inactive .tf-label_container .tf-label {
  color: #d3d3d4;
}
.tf-footer .tf-buttons_container .tf-button.tf-next.tf-inactive .tf-label_container .tf-arrow_icn svg .tf-st0 {
  fill: #d3d3d4;
  stroke: #d3d3d4;
}
@media (max-device-width: 374px) {
  .tf-footer .tf-buttons_container .tf-button.tf-next {
    width: 60px;
  }
  .tf-footer .tf-buttons_container .tf-button.tf-next .tf-label_container .tf-label {
    color: transparent;
    background-position: center;
    padding-right: 0;
    width: 100%;
    height: 60px;
    display: none;
  }
  .tf-footer .tf-buttons_container .tf-button.tf-next.tf-inactive .tf-label_container .tf-label {
    display: none;
  }
}

.tf-header {
  background: #fff;
  height: 160px;
  position: relative;
  top: 0;
  width: 660px;
  z-index: 100;
}
@media (max-width: 659px) {
  .tf-header {
    width: 100vw;
  }
}
.tf-header.tf-startScreen {
  height: 160px;
}
.tf-header.tf-inMsp {
  height: 90px;
}
.tf-header .tf-topBar {
  display: flex;
  height: 76px;
  padding: 15px 0 18px 15px;
}
.tf-header .tf-topBar .tf-title,
.tf-header .tf-topBar .tf-titleIcn {
  display: inline;
  font-size: 17px;
  font-weight: 600;
  line-height: 43px;
  text-transform: uppercase;
}
.tf-header .tf-topBar .tf-title.tf-icon,
.tf-header .tf-topBar .tf-titleIcn.tf-icon {
  background-image: url(./images/Produktfinder.svg);
  background-repeat: no-repeat;
  height: 21px;
  margin: auto 17px auto 23px;
  width: 21px;
}
@media (max-width: 659px) {
  .tf-header .tf-topBar .tf-title,
  .tf-header .tf-topBar .tf-titleIcn {
    font-size: 4vw;
    line-height: 38px;
    margin-right: 10px;
  }
  .tf-header .tf-topBar .tf-title.tf-icon,
  .tf-header .tf-topBar .tf-titleIcn.tf-icon {
    background-position-y: center;
    height: 30px;
    margin-left: 0;
    margin-right: 10px;
  }
}
.tf-header .tf-topBar .tf-right {
  display: flex;
  margin-left: auto;
  right: 10px;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper {
  border-radius: 22px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  margin-right: 10px;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper.tf-spinner {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 659px) {
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper.tf-spinner {
    width: 42px;
    height: 42px;
    margin-top: 1px;
  }
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper.tf-spinner:hover {
  background-color: #000;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon {
  display: inline-block;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-close svg {
  height: 45px;
  width: 45px;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-close svg .tf-st1 {
  fill: #000;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-close svg .tf-st0 {
  fill: #fff;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-close svg .tf-st2 {
  fill: rgba(0, 0, 0, 0.2);
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-spinner {
  height: 35px;
  margin-top: 3px;
  margin-left: 19px;
  width: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-spinner svg {
  height: 20px;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-label {
  font-size: 13px;
  line-height: 40px;
  margin: 0 24px 0 28px;
}
@media (max-width: 659px) {
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper {
    display: table;
    height: 38px;
    padding: 0 2vw;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper.tf-close svg {
    width: 38px;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-label {
    display: none;
    font-size: 3vw;
    line-height: normal;
    padding-left: 2vw;
    vertical-align: middle;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-close {
    display: table-cell;
    height: max-content;
    width: 20px;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-spinner {
    display: table-cell;
    line-height: 40px;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    width: auto;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-spinner div {
    height: 18px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }
  .tf-header .tf-topBar .tf-right .tf-button .tf-wrapper .tf-icon.tf-spinner div svg {
    height: 24px;
    width: 24px;
  }
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper:hover .tf-icon.tf-close svg {
  height: 45px;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper:hover .tf-icon.tf-close svg .tf-st0 {
  fill: #000;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper:hover .tf-icon.tf-close svg .tf-st1 {
  fill: #fff;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper:hover .tf-icon.tf-spinner {
  fill: #fff;
}
.tf-header .tf-topBar .tf-right .tf-button .tf-wrapper:hover .tf-label {
  color: #fff;
}
@media (max-width: 659px) {
  .tf-header .tf-topBar {
    height: 38px;
    padding-bottom: 27px;
  }
}
.tf-header .tf-border {
  background: transparent url(./images/bg_nav_border.png) repeat-x top;
  bottom: -33px;
  height: 10px;
  position: relative;
  width: 100%;
}
.tf-header .tf-border.tf-expanded {
  background: transparent;
  bottom: 0;
}
.tf-header .tf-border.tf-expanded .tf-arrowClose {
  background: url(./images/nav-arrow-close.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 33px;
  margin: 0 auto;
  width: 73px;
}
.tf-header .tf-border.tf-expanded .tf-description {
  background: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0 25px;
  text-align: center;
}
.tf-header .tf-border .tf-arrowClose,
.tf-header .tf-border .tf-description {
  display: none;
}
@media (max-width: 659px) {
  .tf-header {
    height: 138px;
  }
  .tf-header .tf-border {
    bottom: -7px;
  }
}

.tf-navBar {
  background: #fff;
}
.tf-navBar .tf-navigation {
  display: inline-flex;
  padding-left: 16px;
  width: calc(100% - 16px);
}
.tf-navBar .tf-navigation .tf-stepWrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.tf-navBar .tf-navigation .tf-stepWrapper:first-child .tf-horizontalLine {
  width: calc(100% + 12px);
  margin-left: 0;
}
.tf-navBar .tf-navigation .tf-stepWrapper.tf-clickable:not(.tf-expanded) {
  cursor: pointer;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-horizontalLine {
  position: absolute;
  z-index: 10;
  top: 21px;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
}
@media (max-width: 659px) {
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-horizontalLine {
    margin-left: 12px;
  }
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar {
  display: inline-flex;
  padding-left: 5px;
  width: 100%;
  margin-bottom: 8px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar > div {
  z-index: 100;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step {
  height: 43px;
  margin-left: 12px;
  max-width: 43px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step.tf-filled svg circle {
  fill: #000 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step svg {
  height: 43px;
  width: 43px;
  display: inline;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step svg circle {
  fill: #d3d3d4 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep {
  height: 13px;
  line-height: 13px;
  margin: 15px 0 auto 12px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon {
  height: 13px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon.tf-filled svg .tf-st0 {
  fill: #000 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon svg {
  height: 13px;
  width: 13px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon svg .tf-st0 {
  fill: #d3d3d4 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-hidden,
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subLabel {
  display: none;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-childSelected {
  margin-left: 20px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-label {
  left: 17px;
  position: absolute;
  top: 50px;
  line-height: 24px;
  display: flex;
  width: 100%;
  height: 34px;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-index {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding-right: 5px;
  text-align: right;
  width: 16px;
}
@media (max-width: 659px) {
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-index {
    margin-top: 5px;
  }
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-separator {
  background: #aaa;
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  margin-top: 2px;
  margin-left: 5px;
  width: 1px;
}
@media (max-width: 659px) {
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-separator {
    margin-left: 1px;
  }
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-name {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 2px;
}
@media all and (min-width: 660px) {
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded {
    background: #fff url(./images/bg-line.gif) no-repeat;
    background-position: left 38px bottom 13px;
    background-size: 1px 100%;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-horizontalLine {
    display: none;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar {
    display: block;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-label .tf-separator {
    visibility: none;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-step {
    margin-bottom: 37px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-subStep {
    clear: left;
    cursor: pointer;
    float: left;
    margin: 0 0 22px 27px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-subStep .tf-subIcon {
    float: left;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-subStep .tf-subLabel {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-subStep .tf-subLabel:hover {
    text-decoration: underline;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded .tf-progressBar .tf-subStep .tf-childSelected {
    margin-left: 0;
  }
}
@media (max-width: 659px) {
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded {
    background-size: 0;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active {
    background: #fff url(./images/bg-line.gif) no-repeat;
    background-position: left 33px bottom 13px;
    background-size: 1px 100%;
    cursor: default;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-horizontalLine {
    display: none;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-label {
    margin-left: 0;
    width: 60vw;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-label .tf-name {
    width: auto;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-label.tf-last {
    position: absolute;
    left: auto;
    text-align: right;
    display: block;
    right: calc(100% - 23px);
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-label.tf-last .tf-separator {
    display: none;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar {
    display: block;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-label .tf-separator {
    visibility: hidden;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-step {
    margin-bottom: 37px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep {
    clear: left;
    cursor: pointer;
    float: left;
    visibility: visible;
    width: max-content;
    margin: 0 0 22px 27px;
    margin-left: 29px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep .tf-childSelected {
    margin-left: 0;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep .tf-subIcon {
    line-height: 13px;
    float: left;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep .tf-subLabel {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep .tf-subLabel:hover {
    text-decoration: underline;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper.tf-expanded.tf-active .tf-progressBar .tf-subStep.tf-last .tf-subLabel {
    position: relative;
    left: -65vw;
    margin-left: 5px;
    text-align: right;
    width: 60vw;
  }
}
@media (max-width: 659px) {
  .tf-navBar .tf-navigation {
    padding-left: 0;
    width: 100%;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-horizontalLine {
    top: 21px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar {
    padding-left: 0;
    width: 10vw;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step {
    height: 43px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step svg {
    height: 43px;
    width: 43px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep {
    height: 9px;
    line-height: 9px;
    margin: 17px 0 auto 1.5vw;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-childSelected {
    margin-left: 2vw;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon {
    height: 9px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon svg {
    height: 9px;
    width: 9px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label {
    height: 26px;
    left: 11px;
    top: 45px;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label > span {
    height: 26px;
    vertical-align: top;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-index {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-separator {
    height: 30px;
    line-height: 11px;
    margin-top: 0;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label .tf-name {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-top: 5px;
    width: 40%;
  }
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-label.tf-hidden {
    display: none;
  }
}
@media (max-device-width: 374px) {
  .tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep {
    margin-left: 1vw;
  }
}

.tf-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1000;
}
@media (max-width: 659px) {
  .tf-overlay {
    display: none;
  }
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
}
.rc-slider .rc-slider-handle-1 {
  margin-left: 0;
}
.rc-slider .rc-slider-handle-2 {
  margin-left: 0;
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: calc(100% - 20px);
  background-color: #aaaaaa;
  height: 1px;
  border-radius: 6px;
  top: 6px;
  margin-left: 10px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #000;
}
.rc-slider-handle {
  position: absolute;
  margin-left: 0;
  margin-top: -18px;
  width: 40px;
  height: 40px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #000;
  background-color: #000;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #000;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #000;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #000;
}
.rc-slider-handle:active {
  border-color: #000;
  box-shadow: 0 0 5px #000;
  cursor: grabbing;
}

.tf-selectorBubble {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  cursor: grab;
}
.tf-selectorBubble:active {
  cursor: grabbing;
}
.tf-selectorBubble .tf-value {
  font-size: 13px;
}
.tf-selectorBubble .tf-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./images/arrow.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(0deg) translate(0px, -10px) rotate(130deg);
  z-index: 1000;
}
.tf-selectorBubble .tf-arrow.tf-next {
  transform: rotate(180deg) translate(0px, -10px) rotate(130deg);
}
.tf-selectorBubble .tf-arrow.tf-prev {
  transform: rotate(0deg) translate(0px, -10px) rotate(130deg);
}

.tf-startView {
  background: url(./images/start-trouser.png) no-repeat right -70px bottom -250px;
  height: 100%;
  position: relative;
  z-index: 90;
  margin-top: 0px;
  overflow: hidden;
}
@media (min-width: 659px) {
  .tf-startView {
    min-height: 560px;
  }
}
@media (max-width: 659px) {
  .tf-startView {
    background: url(./images/start-trouser.png) no-repeat right -45px top 85px;
    background-size: 225px;
    max-height: 450px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .tf-startView .tf-description {
    top: 0px;
  }
}
@media (max-device-width: 374px) {
  .tf-startView .tf-description > p {
    display: none;
  }
}
@media (max-height: 700px) and (max-width: 659px) {
  .tf-startView {
    position: relative;
    overflow: initial;
    height: 800px;
  }
}
@media (max-device-width: 374px) and (max-height: 700px) {
  .tf-startView {
    background: url(./images/start-trouser.png) no-repeat right -40px top 120px;
    background-size: 80%;
  }
}
.tf-startView .tf-logoContainer {
  position: absolute;
  max-width: 438px;
  max-height: 645px;
  height: 200px;
  width: 200px;
  right: calc(50% - 120px);
  bottom: 340px;
}
@media (max-width: 659px) {
  .tf-startView .tf-logoContainer {
    width: 180px;
    right: 130px;
    max-height: initial;
    height: initial;
    bottom: 38px;
  }
}
@media (max-width: 659px) and (max-height: 700px) {
  .tf-startView .tf-logoContainer {
    top: 250px;
  }
}
.tf-startView .tf-logoContainer .tf-logo {
  width: 200px;
  height: 200px;
}
@media (max-width: 659px) {
  .tf-startView .tf-logoContainer .tf-logo {
    width: 180px;
    height: 180px;
  }
}
.tf-startView .tf-description {
  bottom: 95px;
  left: 33px;
  position: absolute;
  width: 335px;
}
.tf-startView .tf-description h1 {
  font-size: 27px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 659px) {
  .tf-startView .tf-description {
    bottom: 0;
    width: calc(100% - 185px);
    left: 13px;
  }
  .tf-startView .tf-description h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 32px;
    line-height: 26px;
  }
}
.tf-startView .tf-description p {
  font-size: 13px;
}

.tf-startButton {
  position: fixed;
}

.tf-activity {
  float: left;
  margin: 20px 19px 64px 0;
}
@media (max-width: 659px) {
  .tf-activity {
    width: 100%;
  }
}
.tf-activity.tf-last {
  margin-right: 0;
}

.tf-collections {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
@media (max-width: 659px) {
  .tf-collections {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
    text-align: center;
  }
}
.tf-collections .tf-collectionWrapperBox {
  margin-bottom: 10px;
  margin-right: 18px;
}
.tf-collections .tf-collectionWrapperBox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 659px) {
  .tf-collections .tf-collectionWrapperBox {
    margin-right: auto;
  }
  .tf-collections .tf-collectionWrapperBox:nth-child(3n) {
    margin-right: auto;
  }
}
.tf-collections .tf-collectionWrapper {
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 5px 0 45px 0;
  text-align: center;
  width: 180px;
  position: relative;
  outline: none;
}
@media (max-width: 659px) {
  .tf-collections .tf-collectionWrapper {
    width: 40vw;
    min-width: 123px;
    max-width: 180px;
  }
}
.tf-collections .tf-collectionWrapper:hover {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
}
.tf-collections .tf-collectionWrapper:hover .tf-check {
  bottom: 7px;
}
.tf-collections .tf-collectionWrapper:hover .tf-tooltip {
  bottom: 7px;
}
.tf-collections .tf-collectionWrapper.tf-active {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
}
.tf-collections .tf-collectionWrapper.tf-active .tf-check {
  background-image: url(./images/check-active.svg);
  bottom: 6px;
}
.tf-collections .tf-collectionWrapper.tf-active .tf-tooltip {
  bottom: 7px;
}
.tf-collections .tf-collectionWrapper.tf-active .tf-label {
  font-weight: 500;
}
@media (max-width: 659px) {
  .tf-collections .tf-collectionWrapper.tf-active .tf-label {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.tf-collections .tf-collectionWrapper .tf-collectionImage {
  width: 123px;
  height: 38px;
  margin: auto auto 6px;
  background-size: 100%;
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-active {
  background-image: url(./images/es-active.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-ambition {
  background-image: url(./images/es-ambition.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-avida {
  background-image: url(./images/es-avida.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-classic {
  background-image: url(./images/es-classic.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-concrete {
  background-image: url(./images/es-concrete.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-dynashield {
  background-image: url(./images/es-dynashield.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-fusion {
  background-image: url(./images/es-fusion.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-iconic {
  background-image: url(./images/es-iconic.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-image {
  background-image: url(./images/es-image.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-industry {
  background-image: url(./images/es-industry.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-motion {
  background-image: url(./images/es-motion.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-motion2020 {
  background-image: url(./images/es-motion2020.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-motionten {
  background-image: url(./images/es-motionten.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-prestige {
  background-image: url(./images/es-prestige.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-roughtough {
  background-image: url(./images/es-roughtough.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-vintage {
  background-image: url(./images/es-vintage.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-vision {
  background-image: url(./images/es-vision.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-trail {
  background-image: url(./images/es-trail.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-motion247 {
  background-image: url(./images/es_motion24_7.svg);
}
.tf-collections .tf-collectionWrapper .tf-collectionImage.tf-es-pic {
  background-image: url(./images/es-pic.svg);
}
.tf-collections .tf-collectionWrapper .tf-label {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.tf-collections .tf-collectionWrapper .tf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 29px;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 9px;
}
.tf-collections .tf-collectionWrapper .tf-tooltip {
  background: url(./images/tooltip.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 29px;
  position: absolute;
  left: calc(50% + 5px);
  bottom: 9px;
}

.tf-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
@media (max-width: 659px) and (max-width: 659px) {
  .tf-colors .tf-colorWrapperBox {
    width: 100%;
    text-align: center;
  }
}
.tf-colors .tf-colorWrapperBox {
  width: calc((100% - 1px) / 3);
  margin-bottom: 21px;
}
.tf-colors .tf-colorWrapperBox:nth-child(4n) .tf-color-wrapper {
  margin-right: 0;
}
@media (max-width: 659px) {
  .tf-colors .tf-colorWrapperBox:nth-child(4n) .tf-color-wrapper {
    margin-right: auto;
  }
}
.tf-colors .tf-colorWrapper {
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 45px 0;
  text-align: center;
  width: 150px;
  position: relative;
  outline: none;
}
.tf-colors .tf-colorWrapper > div {
  width: 51px;
  height: 51px;
  margin: auto;
}
.tf-colors .tf-colorWrapper .tf-shades-of-blue {
  background-image: url(./images/shades-of-blue.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-brown {
  background-image: url(./images/shades-of-brown.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-green {
  background-image: url(./images/shades-of-green.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-grey {
  background-image: url(./images/shades-of-grey.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-hivis {
  background-image: url(./images/shades-of-hivis.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-orange {
  background-image: url(./images/shades-of-orange.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-red {
  background-image: url(./images/shades-of-red.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-violet {
  background-image: url(./images/shades-of-violet.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-white {
  background-image: url(./images/shades-of-white.png);
}
.tf-colors .tf-colorWrapper .tf-shades-of-yellow {
  background-image: url(./images/shades-of-yellow.png);
}
@media (max-width: 659px) {
  .tf-colors .tf-colorWrapper {
    width: 90%;
    max-width: 132px;
  }
}
.tf-colors .tf-colorWrapper:hover {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding: 10px 0 43px 0;
}
.tf-colors .tf-colorWrapper:hover .tf-check {
  bottom: 7px;
}
.tf-colors .tf-colorWrapper.tf-active {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding: 10px 0 43px 0;
}
.tf-colors .tf-colorWrapper.tf-active .tf-check {
  background-image: url(./images/check-active.svg);
  bottom: 6px;
}
.tf-colors .tf-colorWrapper.tf-active .tf-label {
  font-weight: 500;
}
@media (max-width: 659px) {
  .tf-colors .tf-colorWrapper.tf-active .tf-label {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.tf-colors .tf-colorWrapper .tf-label {
  font-size: 15px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
@media (max-width: 659px) {
  .tf-colors .tf-colorWrapper .tf-label {
    font-size: 13px;
  }
}
.tf-colors .tf-colorWrapper .tf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 100%;
  position: absolute;
  bottom: 9px;
}

.tf-function .tf-imageContainer {
  position: relative;
}
.tf-function .tf-imageContainer img {
  display: block;
}
.tf-function .tf-imageContainer .tf-imageOverlay {
  display: inline-flex;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  height: auto;
  padding: 15px;
  width: 100%;
}
@media (max-width: 659px) {
  .tf-function .tf-imageContainer .tf-imageOverlay {
    display: none;
  }
}
.tf-function .tf-imageContainer .tf-imageOverlay .tf-icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.tf-function .tf-imageContainer .tf-imageOverlay .tf-icon svg .tf-st0 {
  fill: #fff;
}
.tf-function .tf-imageContainer .tf-imageOverlay .tf-text {
  font-size: 13px;
  color: #fff;
  width: 199px;
}

.tf-price .tf-priceSlider {
  margin-top: 20px;
}
.tf-price .tf-priceSlider .tf-sliderArea {
  height: 70px;
  width: 590px;
  position: relative;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-label {
  font-size: 17px;
  font-weight: 500;
  height: 29px;
  text-align: center;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-label.tf-min {
  float: left;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-label.tf-max {
  float: right;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-line {
  background: url(./images/bg-line.gif) no-repeat center center;
  background-size: 470px 1px;
  clear: left;
  height: 41px;
  position: relative;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-line .tf-bold {
  background: #000;
  display: none;
  height: 3px;
  position: absolute;
  top: 20px;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-line .tf-bold.tf-visible {
  display: block;
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-line .tf-endpoint {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  width: 40px;
}
@media (max-width: 659px) {
  .tf-price .tf-priceSlider .tf-sliderArea {
    width: 100%;
  }
  .tf-price .tf-priceSlider .tf-sliderArea .tf-line {
    background-size: 100% 1px;
    margin: 0 45px;
  }
  .tf-price .tf-priceSlider .tf-sliderArea .tf-line .tf-min {
    left: -45px;
  }
  .tf-price .tf-priceSlider .tf-sliderArea .tf-line .tf-max {
    right: -45px;
  }
}
.tf-price .tf-priceSlider .tf-sliderArea .tf-rangeSlider {
  margin-top: 50px;
  position: absolute;
  margin-left: 40px;
  width: calc(100% - 80px);
}
.tf-price .tf-priceSlider .tf-inputArea {
  margin-top: 40px;
  text-align: center;
}
.tf-price .tf-priceSlider .tf-inputArea input {
  background: #f0f1f1;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  width: 70px;
  color: black;
}
@media (max-device-width: 374px) {
  .tf-price .tf-priceSlider .tf-inputArea input {
    width: 17vw;
  }
}
.tf-price .tf-priceSlider .tf-inputArea input::-webkit-outer-spin-button,
.tf-price .tf-priceSlider .tf-inputArea input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tf-price .tf-priceSlider .tf-inputArea input[type='number'] {
  -moz-appearance: textfield;
}
.tf-price .tf-priceSlider .tf-inputArea .tf-currency {
  font-size: 17px;
  font-weight: 500;
  margin-left: 5px;
}
.tf-price .tf-priceSlider .tf-inputArea .tf-preposition {
  font-size: 15px;
  margin: 0 35px 0 25px;
}
@media (max-device-width: 374px) {
  .tf-price .tf-priceSlider .tf-inputArea .tf-preposition {
    margin: 0 7vw 0 6vw;
  }
}

.tf-size {
  font-size: 13px;
}
.tf-size .tf-categories {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.tf-size .tf-categories .tf-category {
  border: 1px solid #d3d3d4;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  width: calc(50% - 2px);
  cursor: pointer;
  outline: none;
}
.tf-size .tf-categories .tf-category:hover {
  border-color: #000;
}
.tf-size .tf-categories .tf-category.tf-active {
  background: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
}
.tf-size .tf-categories + .tf-sizes {
  margin-top: 40px;
}
@media (max-width: 659px) {
  .tf-size .tf-categories + .tf-sizes {
    margin: 30px 0 -2px 0;
  }
}
.tf-size .tf-dimensions {
  border-bottom: 1px solid #d3d3d4;
  margin-right: 2px;
}
.tf-size .tf-dimensions .tf-dimension {
  display: inline-block;
  margin: 35px 30px -2px 0;
  padding: 10px 3px;
  cursor: pointer;
  outline: none;
}
@media (max-width: 659px) {
  .tf-size .tf-dimensions .tf-dimension {
    margin: 35px 0 -2px 0;
    padding: 0;
  }
}
.tf-size .tf-dimensions .tf-dimension .tf-label {
  color: #c1c1c1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tf-size .tf-dimensions .tf-dimension .tf-sizeIcon {
  fill: #c1c1c1;
  text-align: center;
  height: 66px;
}
.tf-size .tf-dimensions .tf-dimension .tf-sizeIcon svg {
  height: 55px;
  margin-top: 8px;
  display: inline;
}
.tf-size .tf-dimensions .tf-dimension .tf-sizeIcon.tf-long svg {
  height: 65px;
  margin-top: 0;
}
.tf-size .tf-dimensions .tf-dimension .tf-sizeIcon.tf-short svg {
  height: 52px;
  margin-top: 10px;
}
.tf-size .tf-dimensions .tf-dimension:hover .tf-label {
  color: #000;
}
.tf-size .tf-dimensions .tf-dimension:hover .tf-sizeIcon {
  fill: #000;
}
.tf-size .tf-dimensions .tf-dimension.tf-active {
  border-bottom: 3px solid #000;
  cursor: default;
}
.tf-size .tf-dimensions .tf-dimension.tf-active .tf-label {
  color: #000;
}
.tf-size .tf-dimensions .tf-dimension.tf-active .tf-sizeIcon {
  fill: #000;
}
@media (max-width: 659px) {
  .tf-size .tf-dimensions {
    display: inline-flex;
    width: 100%;
  }
  .tf-size .tf-dimensions .tf-dimension {
    margin-left: auto;
  }
  .tf-size .tf-dimensions .tf-dimension:first-child {
    margin-left: 0;
  }
}
.tf-size .tf-sizes {
  display: grid;
  padding-top: 24px;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 45px);
  grid-gap: 0 20px;
  justify-items: center;
  justify-content: space-between;
}
.tf-size .tf-sizes .tf-sizevalue {
  border: 1px solid #d3d3d4;
  border-radius: 24px;
  display: inline-block;
  height: 43px;
  line-height: 40px;
  margin: 0 0 15px 0;
  text-align: center;
  width: 43px;
  cursor: pointer;
  outline: none;
}
.tf-isMsie .tf-size .tf-sizes .tf-sizevalue {
  margin-right: 30px;
}
@media (max-width: 659px) {
  .tf-size .tf-sizes .tf-sizevalue {
    margin: 0 auto 15px auto;
  }
}
.tf-size .tf-sizes .tf-sizevalue:hover {
  border-color: #000;
}
.tf-size .tf-sizes .tf-sizevalue.tf-active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.tf-thickness .tf-imageContainer {
  position: relative;
}
.tf-thickness .tf-imageContainer img {
  display: block;
}

.tf-tooltip_overlay {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 10100;
  justify-content: center;
  align-items: center;
  width: 660px;
}
.tf-tooltip_overlay.tf-show {
  display: flex;
  position: fixed;
}
.tf-tooltip_overlay.tf-hide {
  display: none;
}
@media screen and (max-width: 659px) {
  .tf-tooltip_overlay.tf-show {
    width: 100%;
    top: -70px;
  }
}
.tf-tooltip_overlay .tf-modal_box {
  background-color: #fff;
  padding: 18px;
  border-bottom: solid #e30613 10px;
  width: 320px;
  position: relative;
  color: #000;
}
.tf-tooltip_overlay .tf-modal_box .tf-close_button {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  box-sizing: border-box;
}
.tf-tooltip_overlay .tf-modal_box .tf-close_button:before,
.tf-tooltip_overlay .tf-modal_box .tf-close_button:after {
  position: absolute;
  top: 12px;
  left: 28px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #fff;
}
.tf-tooltip_overlay .tf-modal_box .tf-close_button:before {
  transform: rotate(45deg);
}
.tf-tooltip_overlay .tf-modal_box .tf-close_button:after {
  transform: rotate(-45deg);
}
.tf-tooltip_overlay .tf-modal_box .tf-tooltip_image {
  width: 100%;
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.tf-tooltip_overlay .tf-modal_box .tf-tooltip_text {
  font-size: 13px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.tf-es-man-active {
  background-image: url(./images/m_active.png);
}
.tf-es-man-ambition {
  background-image: url(./images/m_ambition.png);
}
.tf-es-kind-active {
  background-image: url(./images/c_active.png);
}
.tf-es-man-avida {
  background-image: url(./images/m_avida.png);
}
.tf-es-woman-avida {
  background-image: url(./images/w_avida.png);
}
.tf-es-man-classic {
  background-image: url(./images/m_classic.png);
}
.tf-es-man-concrete {
  background-image: url(./images/m_concrete.png);
}
.tf-es-woman-concrete {
  background-image: url(./images/w_concrete.png);
}
.tf-es-kind-concrete {
  background-image: url(./images/c_concrete.png);
}
.tf-es-man-dynashield {
  background-image: url(./images/m_dynashield.png);
}
.tf-es-woman-dynashield {
  background-image: url(./images/w_dynashield.png);
}
.tf-es-kind-dynashield {
  background-image: url(./images/c_dynashield.png);
}
.tf-es-man-fusion {
  background-image: url(./images/m_fusion.png);
}
.tf-es-woman-fusion {
  background-image: url(./images/w_fusion.png);
}
.tf-es-man-iconic {
  background-image: url(./images/m_iconic.png);
}
.tf-es-woman-iconic {
  background-image: url(./images/w_iconic.png);
}
.tf-es-man-image {
  background-image: url(./images/m_image.png);
}
.tf-es-kind-image {
  background-image: url(./images/c_image.png);
}
.tf-es-man-industry {
  background-image: url(./images/m_industry.png);
}
.tf-es-man-motion {
  background-image: url(./images/m_motion.png);
}
.tf-es-kind-motion {
  background-image: url(./images/c_motion.png);
}
.tf-es-man-motion2020 {
  background-image: url(./images/m_motion2020.png);
}
.tf-es-woman-motion2020 {
  background-image: url(./images/w_motion2020.png);
}
.tf-es-kind-motion2020 {
  background-image: url(./images/c_motion2020.png);
}
.tf-es-man-motionten {
  background-image: url(./images/m_motionten.png);
}
.tf-es-woman-motionten {
  background-image: url(./images/w_motionten.png);
}
.tf-es-kind-motionten {
  background-image: url(./images/c_motionten.png);
}
.tf-es-man-prestige {
  background-image: url(./images/m_prestige.png);
}
.tf-es-man-roughtough {
  background-image: url(./images/m_roughtough.png);
}
.tf-es-man-trail {
  background-image: url(./images/m_trail.png);
}
.tf-es-woman-trail {
  background-image: url(./images/w_trail.png);
}
.tf-es-kind-trail {
  background-image: url(./images/c_trail.png);
}
.tf-es-man-vision {
  background-image: url(./images/m_vision.png);
}
.tf-es-woman-vision {
  background-image: url(./images/w_vision.png);
}
.tf-es-kind-vision {
  background-image: url(./images/c_vision.png);
}
.tf-es-man-vintage {
  background-image: url(./images/m_vintage.png);
}
.tf-es-woman-vintage {
  background-image: url(./images/w_vintage.png);
}
.tf-es-kind-vintage {
  background-image: url(./images/c_vintage.png);
}
.tf-es-man-motion247 {
  background-image: url(./images/m_motion24_7.png);
}
.tf-es-woman-motion247 {
  background-image: url(./images/w_motion24_7.png);
}
.tf-es-kind-pic {
  background-image: url(./images/c_pic.png);
}
.tf-es-man-pic {
  background-image: url(./images/m_pic.png);
}
.tf-es-woman-pic {
  background-image: url(./images/w_pic.png);
}

.tf-trouserFinder,
.tf-trouserFinder *,
.tf-trouserFinder ::before,
.tf-trouserFinder ::after {
  box-sizing: border-box;
}
@media (max-width: 659px) {
  .tf-trouserFinder,
  .tf-trouserFinder *,
  .tf-trouserFinder ::before,
  .tf-trouserFinder ::after {
    box-sizing: content-box;
  }
}
.tf-trouserFinderOverlay {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1050;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: tf-fadein 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: tf-fadein 0.3s forwards;
  animation-delay: 0s;
}
@media (max-width: 659px) {
  .tf-trouserFinderOverlay {
    display: none;
  }
}
.tf-trouserFinderOverlay.tf-hidden {
  -webkit-animation: tf-fadeout 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: tf-fadeout 0.3s forwards;
  animation-delay: 0s;
}
.tf-trouserFinder {
  background: #fff;
  color: #000;
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  z-index: 1050;
  -webkit-animation: tf-slide_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: tf-slide_mobile 0.3s forwards;
  animation-delay: 0s;
  max-width: 660px;
}
@media (min-width: 659px) {
  .tf-trouserFinder {
    z-index: 1050;
    -webkit-animation: tf-slide 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: tf-slide 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes tf-slide {
  100% {
    width: 660px;
  }
}
@keyframes tf-slide {
  100% {
    width: 660px;
  }
}
@-webkit-keyframes tf-slide_mobile {
  100% {
    width: 100vw;
  }
}
@keyframes tf-slide_mobile {
  100% {
    width: 100vw;
  }
}
.tf-trouserFinder.tf-lockCursor {
  cursor: pointer;
}
.tf-trouserFinder.tf-lockCursor input {
  cursor: pointer;
}
.tf-trouserFinder.tf-lockScrollbar .tf-content > div > div {
  overflow: hidden !important;
}
.tf-trouserFinder.tf-isMsie {
  display: block;
}
.tf-trouserFinder.tf-inSidePanel {
  position: absolute;
  width: 100%;
  left: 0;
}
.tf-trouserFinder.tf-hidden {
  -webkit-animation: tf-slideout_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: tf-slideout_mobile 0.3s forwards;
  animation-delay: 0s;
}
@media (min-width: 659px) {
  .tf-trouserFinder.tf-hidden {
    -webkit-animation: tf-slideout 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: tf-slideout 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes tf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@keyframes tf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes tf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@keyframes tf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes tf-fadeout {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes tf-fadeout {
  0% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes tf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes tf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}

.tf-selectorWrapper {
  position: relative;
  height: 150px;
  width: 285px;
}
@media (max-width: 659px) {
  .tf-selectorWrapper {
    margin: auto;
  }
}
.tf-selectorWrapper div {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.tf-selectorWrapper .tf-selectedValue {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 52px;
}
.tf-selectorWrapper .tf-selectedValue.tf-animate {
  transition: transform 0.2s;
}
.tf-selectorWrapper .tf-selectedValue.tf-value_1 {
  transform: rotate(-180deg) translate(115px, 20px);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_1 .tf-value {
  transform: rotate(180deg);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_1 .tf-prev {
  display: none;
}
.tf-selectorWrapper .tf-selectedValue.tf-value_2 {
  transform: rotate(-130deg) translate(115px);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_2 .tf-value {
  transform: rotate(130deg);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_3 {
  transform: rotate(-90deg) translate(115px);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_3 .tf-value {
  transform: rotate(90deg);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_4 {
  transform: rotate(-50deg) translate(115px);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_4 .tf-value {
  transform: rotate(50deg);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_5 {
  transform: rotate(0deg) translate(115px, -20px);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_5 .tf-value {
  transform: rotate(0deg);
}
.tf-selectorWrapper .tf-selectedValue.tf-value_5 .tf-next {
  display: none;
}
.tf-selectorWrapper .tf-selector,
.tf-selectorWrapper .tf-selector::before {
  display: block;
  box-sizing: border-box;
  border-radius: 100%;
  width: 235px;
  height: 235px;
  position: absolute;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.tf-selectorWrapper .tf-selector {
  border: solid #d3d3d4 1px;
  clip: rect(0px, 235px, 115px, 0px);
  margin-left: auto;
  margin-right: auto;
}
.tf-selectorWrapper .tf-selector::before {
  content: '';
  border: solid #000 2px;
  top: -1px;
  left: -1px;
  clip: rect(0px, 235px, 115px, 0px);
  transition: transform 0.2s;
}
.tf-selectorWrapper .tf-selector.tf-dragging::before {
  border: solid #d3d3d4 1px;
}
.tf-selectorWrapper .tf-selector.tf-value_1::before {
  transform: rotate(-180deg);
}
.tf-selectorWrapper .tf-selector.tf-value_2::before {
  transform: rotate(-130deg);
}
.tf-selectorWrapper .tf-selector.tf-value_3::before {
  transform: rotate(-90deg);
}
.tf-selectorWrapper .tf-selector.tf-value_4::before {
  transform: rotate(-50deg);
}
.tf-selectorWrapper .tf-selector.tf-value_5::before {
  transform: rotate(0deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer {
  font-size: 15px;
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 20px;
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value:hover {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value_1 {
  transform: translateY(15px) rotate(-180deg) translate(85px) rotate(180deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value_2 {
  transform: translateY(15px) rotate(-135deg) translate(85px) rotate(135deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value_3 {
  transform: translateY(15px) rotate(-90deg) translate(85px) rotate(90deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value_4 {
  transform: translateY(15px) rotate(-45deg) translate(85px) rotate(45deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-value_5 {
  transform: translateY(15px) rotate(0deg) translate(85px) rotate(0deg);
}
.tf-selectorWrapper .tf-selector .tf-valuesContainer .tf-selected {
  display: none;
}
.tf-selectorWrapper .tf-selector .tf-icon {
  position: absolute;
  bottom: 0;
  width: fit-content;
}
.tf-selectorWrapper .tf-selector .tf-icon svg {
  height: 50px;
  display: inline;
}
.tf-selectorWrapper .tf-label {
  position: absolute;
  bottom: 0;
  height: 20px;
  line-height: 24px;
}
.tf-selectorWrapper .tf-label.tf-left {
  right: auto;
  font-size: 14px;
}
.tf-selectorWrapper .tf-label.tf-center {
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  bottom: -25px;
}
.tf-selectorWrapper .tf-label.tf-right {
  left: auto;
  font-size: 14px;
}

.has-focus-keyboard {
  outline: Highlight auto 1px!important;
  outline: -webkit-focus-ring-color auto 1px !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step.tf-filled svg .st0 {
  fill: #000 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-step svg .st0 {
  fill: #d3d3d4 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon.tf-filled svg .st0 {
  fill: #000 !important;
}
.tf-navBar .tf-navigation .tf-stepWrapper .tf-progressBar .tf-subStep .tf-subIcon svg .st0 {
  fill: #d3d3d4 !important;
}

