.sf-scrollbar {
  background: linear-gradient(#fff, #aaa 67%, #fff 100%) no-repeat center;
  background-size: 1px 100%;
  bottom: 0;
  position: absolute;
  right: 12px;
  top: 1px;
  width: 10px;
}
.sf-isMsie .sf-scrollbar {
  visibility: hidden !important;
}
@media (max-width: 659px) {
  .sf-scrollbar {
    right: 0;
  }
}
.sf-scrollbar .sf-thumb {
  background: #2f2f2f;
  border-radius: 5px;
  width: 10px;
}
.sf-content {
  bottom: 60px;
  top: 160px;
  height: calc(100% - 160px - 60px);
  width: 660px;
}
.sf-content.sf-inMsp {
  height: calc(100% - 90px - 60px);
}
@media (max-width: 659px) {
  .sf-content {
    width: 100vw;
  }
  .sf-content.sf-showScrollbar .sf-scrollbar {
    display: none;
  }
  .sf-content.sf-showScrollbar ::-webkit-scrollbar {
    -webkit-appearance: initial;
    width: 5px;
  }
  .sf-content.sf-showScrollbar ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.sf-content .sf-overlay {
  display: none;
  opacity: 0.3;
  position: absolute;
  z-index: 90;
}
@media (max-width: 659px) {
  .sf-content .sf-overlay {
    position: fixed;
    top: 70px;
    bottom: 60px;
  }
}
.sf-content .sf-overlay.sf-active {
  display: block;
}
.sf-content .sf-step {
  padding: 35px;
  padding-top: 15px;
}
@media (max-width: 659px) {
  .sf-content .sf-step {
    padding: 13px;
    padding-top: 0px;
    margin-right: 0;
  }
}
.sf-content .sf-step .sf-warnLabel {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
.sf-content .sf-step .sf-warnLabel.sf-hidden {
  display: none;
}
.sf-content .sf-step .sf-headline h1 {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.sf-content .sf-step .sf-headline .sf-title {
  line-height: 21px;
}
.sf-content .sf-step .sf-headline .sf-index {
  display: inline-block;
  font-size: 17px;
  width: 30px;
  min-width: 30px;
  line-height: 21px;
  font-weight: normal;
}
.sf-content .sf-step .sf-headline p {
  font-size: 13px;
  margin-left: 30px;
  margin-bottom: 0;
}
.sf-content .sf-step .sf-stepContent {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.sf-content .sf-step .sf-stepContent.sf-activities {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-gap: 20px;
}
@media (max-width: 659px) {
  .sf-content .sf-step .sf-stepContent.sf-activities {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.sf-content .sf-step .sf-stepContent .sf-activity {
  margin: 30px 0;
}
.sf-content .sf-step .sf-stepContent .sf-closure {
  padding-bottom: 60px;
}
@media (max-width: 659px) {
  .sf-content .sf-step .sf-stepContent .sf-closure + img {
    max-height: 32vh;
  }
}
.sf-content .sf-step .sf-selection {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sf-content .sf-step .sf-selection .sf-item {
  opacity: 0.5;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  margin-right: 22px;
  padding-bottom: 45px;
  width: 182px;
  margin-bottom: 22px;
  outline: none;
}
.sf-content .sf-step .sf-selection .sf-item img {
  display: block;
}
.sf-content .sf-step .sf-selection .sf-item.sf-shape {
  width: 280px;
}
.sf-content .sf-step .sf-selection .sf-item.sf-shape:nth-child(even) {
  margin-right: 0;
}
.sf-content .sf-step .sf-selection .sf-item.sf-usage,
.sf-content .sf-step .sf-selection .sf-item.sf-sole,
.sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap {
  margin-right: 26px;
  width: 282px;
}
.sf-content .sf-step .sf-selection .sf-item.sf-last {
  margin-right: 0;
}
.sf-content .sf-step .sf-selection .sf-item.sf-selected {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
  opacity: 1;
}
.sf-content .sf-step .sf-selection .sf-item.sf-selected .sf-check {
  background-image: url(./images/check-active.svg);
  bottom: 7px;
}
.sf-content .sf-step .sf-selection .sf-item.sf-selected .sf-label {
  font-weight: 500;
}
.sf-content .sf-step .sf-selection .sf-item .sf-label {
  background: url(./images/bg-line.gif) no-repeat center top 2px;
  background-size: 1px 17px;
  font-size: 15px;
  height: auto;
  padding-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 659px) {
  .sf-content .sf-step .sf-selection .sf-item .sf-label {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.sf-content .sf-step .sf-selection .sf-item .sf-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) {
  .sf-content .sf-step .sf-selection .sf-item .sf-label {
    font-size: 13px;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-temperature {
    width: calc(100% / 3 - 9px);
    margin-right: 10px;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-temperature img {
    object-fit: cover;
    width: 100%;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-usage,
  .sf-content .sf-step .sf-selection .sf-item.sf-sole,
  .sf-content .sf-step .sf-selection .sf-item.sf-shape,
  .sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap {
    width: calc(50% - 7px);
    margin-right: 10px;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-usage img,
  .sf-content .sf-step .sf-selection .sf-item.sf-sole img,
  .sf-content .sf-step .sf-selection .sf-item.sf-shape img,
  .sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap img {
    object-fit: cover;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-usage .sf-image-overlay,
  .sf-content .sf-step .sf-selection .sf-item.sf-sole .sf-image-overlay,
  .sf-content .sf-step .sf-selection .sf-item.sf-shape .sf-image-overlay,
  .sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap .sf-image-overlay {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-usage .sf-image-overlay img,
  .sf-content .sf-step .sf-selection .sf-item.sf-sole .sf-image-overlay img,
  .sf-content .sf-step .sf-selection .sf-item.sf-shape .sf-image-overlay img,
  .sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap .sf-image-overlay img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: auto;
    margin-bottom: 5px;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-usage .sf-image-overlay .sf-text,
  .sf-content .sf-step .sf-selection .sf-item.sf-sole .sf-image-overlay .sf-text,
  .sf-content .sf-step .sf-selection .sf-item.sf-shape .sf-image-overlay .sf-text,
  .sf-content .sf-step .sf-selection .sf-item.sf-protectiveCap .sf-image-overlay .sf-text {
    margin: auto;
    width: 100%;
  }
  .sf-content .sf-step .sf-selection .sf-item.sf-last {
    margin-right: 0;
  }
}
.sf-content .sf-step .sf-selection:after {
  clear: both;
  content: '';
  display: block;
}
@media (min-width: 659px) and (hover: hover) and (pointer: fine) {
  .sf-content .sf-step .sf-selection:hover {
    opacity: 1;
  }
  .sf-content .sf-step .sf-selection:hover > div {
    opacity: 0.5;
  }
  .sf-content .sf-step .sf-selection:hover > div.sf-selected {
    opacity: 1;
  }
  .sf-content .sf-step .sf-selection:hover > div:hover {
    border: 1px solid #d3d3d4;
    border-bottom: 3px solid #000;
    opacity: 1;
    padding-bottom: 43px;
  }
  .sf-content .sf-step .sf-selection:hover > div:hover .sf-check {
    bottom: 7px;
  }
}
@media (max-width: 659px) {
  .sf-content {
    height: calc(100% - 138px - 60px);
    top: 138px;
  }
}

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

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

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

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

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

.sf-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;
}
.sf-selectorBubble:active {
  cursor: grabbing;
}
.sf-selectorBubble .sf-value {
  font-size: 13px;
}
.sf-selectorBubble .sf-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;
}
.sf-selectorBubble .sf-arrow.sf-next {
  transform: rotate(180deg) translate(0px, -10px) rotate(130deg);
}
.sf-selectorBubble .sf-arrow.sf-prev {
  transform: rotate(0deg) translate(0px, -10px) rotate(130deg);
}

.sf-startView {
  background: url(./images/schuhfinder_intro.jpg) no-repeat right -110px bottom 0px;
  background-size: 80%;
  height: 100%;
  position: relative;
  z-index: 90;
  margin-top: 0px;
  overflow: hidden;
}
@media (min-width: 659px) {
  .sf-startView {
    min-height: 600px;
  }
}
@media (max-width: 659px) {
  .sf-startView {
    background: url(./images/schuhfinder_intro.jpg) no-repeat right -90px top 110px;
    background-size: 340px;
    max-height: 450px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .sf-startView .sf-description {
    top: 0px;
  }
}
@media (max-device-width: 374px) {
  .sf-startView .sf-description > p {
    display: none;
  }
}
@media (max-height: 700px) and (max-width: 659px) {
  .sf-startView {
    position: relative;
    overflow: initial;
    height: 800px;
  }
}
@media (max-device-width: 374px) and (max-height: 700px) {
  .sf-startView {
    background: url(./images/schuhfinder_intro.jpg) no-repeat right -90px top 125px;
    background-size: 100%;
  }
}
.sf-startView .sf-logoContainer {
  position: absolute;
  max-width: 438px;
  max-height: 645px;
  height: 200px;
  width: 200px;
  right: calc(50% - 125px);
  bottom: 375px;
}
@media (max-width: 659px) {
  .sf-startView .sf-logoContainer {
    width: 180px;
    right: 130px;
    max-height: initial;
    height: initial;
    bottom: 18px;
  }
}
@media (max-width: 659px) and (max-height: 700px) {
  .sf-startView .sf-logoContainer {
    top: 260px;
  }
}
.sf-startView .sf-logoContainer .sf-logo {
  width: 175px;
  height: 175px;
}
@media (max-width: 659px) {
  .sf-startView .sf-logoContainer .sf-logo {
    width: 160px;
    height: 160px;
  }
}
.sf-startView .sf-description {
  bottom: 125px;
  left: 33px;
  position: absolute;
  width: 300px;
}
@media (max-height: 720px) {
  .sf-startView .sf-description {
    bottom: 160px;
  }
}
.sf-startView .sf-description h1 {
  font-size: 27px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: normal;
}
.sf-startView .sf-description p {
  width: 245px;
}
@media (max-width: 659px) {
  .sf-startView .sf-description {
    top: -20px;
    bottom: 0;
    width: calc(100% - 185px);
    left: 13px;
  }
  .sf-startView .sf-description h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 32px;
    line-height: 26px;
  }
  .sf-startView .sf-description p {
    width: calc(100vw - 185px);
  }
}
@media (max-device-width: 374px) {
  .sf-startView .sf-description {
    top: 0;
  }
}
.sf-startView .sf-description p {
  font-size: 13px;
}

.sf-startButton {
  position: fixed;
}

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

.sf-sole .sf-imageContainer {
  position: relative;
}
.sf-sole .sf-imageContainer img {
  display: block;
}
.sf-sole .sf-imageContainer .sf-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) {
  .sf-sole .sf-imageContainer .sf-imageOverlay {
    display: none;
  }
}
.sf-sole .sf-imageContainer .sf-imageOverlay .sf-icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.sf-sole .sf-imageContainer .sf-imageOverlay .sf-icon svg .sf-st0 {
  fill: #fff;
}
.sf-sole .sf-imageContainer .sf-imageOverlay .sf-text {
  font-size: 13px;
  color: #fff;
  width: 199px;
}

.sf-sizes {
  font-size: 13px;
  display: grid;
  padding: 24px 50px 0 50px;
  grid-template-columns: repeat(auto-fill, 45px);
  grid-gap: 0 20px;
  justify-items: center;
  justify-content: space-between;
}
.sf-sizes .sf-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;
}
.sf-isMsie .sf-sizes .sf-sizevalue {
  margin-right: 30px;
}
@media (max-width: 659px) {
  .sf-sizes .sf-sizevalue {
    margin: 0 auto 15px auto;
  }
}
.sf-sizes .sf-sizevalue:hover {
  border-color: #000;
}
.sf-sizes .sf-sizevalue.sf-active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.sf-protectiveCap .sf-imageContainer {
  position: relative;
}
.sf-protectiveCap .sf-imageContainer img {
  display: block;
}
.sf-protectiveCap .sf-imageContainer .sf-imageOverlay {
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
}
@media (max-width: 659px) {
  .sf-protectiveCap .sf-imageContainer .sf-imageOverlay {
    display: none;
  }
}
.sf-protectiveCap .sf-imageContainer .sf-imageOverlay svg {
  height: 50px;
  margin: auto;
}

.sf-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;
}
.sf-tooltip_overlay.sf-show {
  display: flex;
  position: fixed;
}
.sf-tooltip_overlay.sf-hide {
  display: none;
}
@media screen and (max-width: 659px) {
  .sf-tooltip_overlay.sf-show {
    width: 100%;
    top: -70px;
  }
}
.sf-tooltip_overlay .sf-modal_box {
  background-color: #fff;
  padding: 18px;
  border-bottom: solid #e30613 10px;
  width: 320px;
  position: relative;
  color: #000;
}
.sf-tooltip_overlay .sf-modal_box .sf-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;
}
.sf-tooltip_overlay .sf-modal_box .sf-close_button:before,
.sf-tooltip_overlay .sf-modal_box .sf-close_button:after {
  position: absolute;
  top: 12px;
  left: 28px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #fff;
}
.sf-tooltip_overlay .sf-modal_box .sf-close_button:before {
  transform: rotate(45deg);
}
.sf-tooltip_overlay .sf-modal_box .sf-close_button:after {
  transform: rotate(-45deg);
}
.sf-tooltip_overlay .sf-modal_box .sf-tooltip_image {
  width: 100%;
  height: 290px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.sf-tooltip_overlay .sf-modal_box .sf-tooltip_text {
  font-size: 13px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sf-shoeFinder,
.sf-shoeFinder *,
.sf-shoeFinder ::before,
.sf-shoeFinder ::after {
  box-sizing: border-box;
}
@media (max-width: 659px) {
  .sf-shoeFinder,
  .sf-shoeFinder *,
  .sf-shoeFinder ::before,
  .sf-shoeFinder ::after {
    box-sizing: content-box;
  }
}
.sf-shoeFinderOverlay {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1050;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: sf-fadein 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: sf-fadein 0.3s forwards;
  animation-delay: 0s;
}
@media (max-width: 659px) {
  .sf-shoeFinderOverlay {
    display: none;
  }
}
.sf-shoeFinderOverlay.sf-hidden {
  -webkit-animation: sf-fadeout 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: sf-fadeout 0.3s forwards;
  animation-delay: 0s;
}
.sf-shoeFinder {
  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: sf-slide_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: sf-slide_mobile 0.3s forwards;
  animation-delay: 0s;
  max-width: 660px;
}
@media (min-width: 659px) {
  .sf-shoeFinder {
    z-index: 1050;
    -webkit-animation: sf-slide 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: sf-slide 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes sf-slide {
  100% {
    width: 660px;
  }
}
@keyframes sf-slide {
  100% {
    width: 660px;
  }
}
@-webkit-keyframes sf-slide_mobile {
  100% {
    width: 100vw;
  }
}
@keyframes sf-slide_mobile {
  100% {
    width: 100vw;
  }
}
.sf-shoeFinder.sf-lockCursor {
  cursor: pointer;
}
.sf-shoeFinder.sf-lockCursor input {
  cursor: pointer;
}
.sf-shoeFinder.sf-lockScrollbar .sf-content > div > div {
  overflow: hidden !important;
}
.sf-shoeFinder.sf-isMsie {
  display: block;
}
.sf-shoeFinder.sf-inSidePanel {
  position: absolute;
  width: 100%;
  left: 0;
}
.sf-shoeFinder.sf-hidden {
  -webkit-animation: sf-slideout_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: sf-slideout_mobile 0.3s forwards;
  animation-delay: 0s;
}
@media (min-width: 659px) {
  .sf-shoeFinder.sf-hidden {
    -webkit-animation: sf-slideout 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: sf-slideout 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes sf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@keyframes sf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes sf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@keyframes sf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes sf-fadeout {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes sf-fadeout {
  0% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes sf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes sf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}
.sf-lockCursor {
  cursor: pointer;
}
.sf-lockCursor input {
  cursor: pointer;
}
@media (max-width: 659px) {
  .sf-lockScrollbar .sf-content > div > div {
    overflow: hidden !important;
  }
}

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

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

