#currentProductMenus {
  display: none;
  flex: 1;
  height: 100%;
}

.quiz_step {
  display: none;
}
.buttonBack .back_button {
  padding: 0px 14px 0;
  cursor: pointer;
}
#step_2  .v2-close-btn {
  margin: 20px 20px 0px 0px;
}

#noMatchExplanation.searchModal,#match.searchModal {
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right:0;
  margin:auto;
  border: 1px solid #D5D4DD;
  z-index: 999;
  background: #fff;
  height:95%;
  max-height:800px;
  /* width: min(400px,90%); */
  border-radius:8px;
  overflow:auto;
}
#match #un .back-close-wrapper .closeBtn {
  cursor: pointer;
}
#noMatchExplanation.searchModal, #match.searchModal {
  border: 0;
}
#match #un #equalSign {
  min-width: unset !important;
  justify-content: center;
  display: flex !important;

}
.randombutton {
  align-items: center;
  flex-start: button;
  appearance: none;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-family: var(--paragraph-font-family) !important;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  min-height: 44px;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 26.25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  min-width: 64px;
  outline-color: rgba(0, 0, 0, 0.87) !important;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  text-decoration-color: rgba(0, 0, 0, 0.87) !important;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform:uppercase;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: background-color, box-shadow, border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-image: none;
  background-color: #000000;
  border-color: #000;
  color: #FFF;
  font-size: 14px !important;
  border-radius: 0;
}
.randombutton:hover {
  opacity: 0.5;
}
#noMatchExplanation #noMatchContainer .randombutton {
  height: auto;
  margin: 35 auto 0;
  cursor: pointer;
}
#noMatchExplanation #noMatchContainer .randombutton:hover {
  opacity: 0.5;
}
@media screen and (min-height:900px) {
  #noMatchExplanation.searchModal,#match.searchModal {
      height:800px;
  }

}
@media screen and (min-height: 700px) and (orientation:portrait) {
  #noMatchExplanation.searchModal, #match.searchModal {
      height: 85%;
      top: 6%;
      bottom:unset;
      max-height:850px;
  }
}
@media screen and (min-height: 800px) and (orientation:portrait) {
  #noMatchExplanation.searchModal, #match.searchModal {
      height:85%;
      top: 6%;
      bottom:unset;
      max-height:850px;
  }
}
.back-close-step-wrapper {
  display: flex;
  justify-content: space-between;
}
#step_0 .content-body {
  padding: 0 12px;
  margin-top: 9px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 70%;
}


#match {
  flex-direction: column;
}
/* Quiz version 2*/
.quiz-step-wrap {
  padding: 18px;
  flex-direction: column;
  font-family: "Brandon Grotesque";
  max-width: 29.12em;
  position: relative;
}
#quiz_container {
  text-align: center;
  margin: 0 auto;
  max-width: 29.12em;
}
#quiz_container .buttonBack_icon {
  width: 35px;
  height: 35px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}
.quiz-content-wrap {
  margin: 9px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 90px);
}
.quiz-content-wrap .header-text {
  font-weight: 100;
  color: #222222;
  margin: 0 0 29px 0;
  font-family: "SangBleu Kingdom";
}
.quiz-content-wrap .content-info {
  text-align: center;
  font-family: "Brandon Grotesque";
}
.quiz-content-wrap .content-body {
  padding: 0 16px;
}
.quiz-content-wrap .content-body h4 {
  margin: 16px 0 5px 0;
  font-size: 18px;
  font-weight: 900;
}
.quiz-content-wrap .content-body p {
  margin: 0;
  font-size: 18px;
  color: #222222;
  line-height: 20px;
  font-weight: 300;
}
.btn-wrap button {
  background-color: #2c2b2b !important;
  color: #ffffff;
  border-radius: 0;
  max-width: 160px;
  margin: 21px 0;
  width: 100%;
  height: 53px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  font-family: var(--paragraph-font-family);
}
.btn-wrap button:hover {
  opacity: 0.5;
}
.icon-back {
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  background: transparent url('../../../icon/back-static.svg') 0% 0% / cover no-repeat border-box;
}

#firstStepKnownUnknownSelection .btnimages { 
  margin:10px 0px 0px 10px;
}


#step_0 .content-info h4 {
  margin: 16px 0 5px 0;
  font-size: 18px;
  text-transform: uppercase;
}
#step_0 .content-info p {
  margin: 0;
  font-family: "Brandon Grotesque" !important;
  font-size: 16px;
}

#step_0 #backToHomeFromQuiz {
  display: flex;
}

#step_1 .quiz-content-wrap .header-text {
  margin: 0;
}
/* .quiz-content-wrap .header-text .capitalize {
  text-transform: capitalize;
} */

#step_1 {
  font-family: "Brandon Grotesque";
  position: relative;
}
#step_1 .slider-wrap {
  margin: 42px 0;
  position: relative;
}
#step_1 .slider-up-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 51px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  top: -25px;
  z-index: 99;
  cursor: pointer;
}
#step_1 .slider-up-btn .back_button{
  width: 21px;
}
#step_1 .slider-up-btn:hover {
  background: #545454;
}
#step_1 .slider-top-up img {
  width: 100%;
}
#step_1 .slider-bottom-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 51px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  bottom: -25px;
  z-index: 99;
  cursor: pointer;
}
#step_1 .slider-bottom-btn:hover { 
  background: #545454;
}
#step_1 .slider-bottom-btn img {
  width: 21px;
}
#step_1 .slider-item-wrap .slider-item:hover .overlay-box {
  display: none;
}
#step_1 .slider-up-btn img {
  transform: rotate(180deg);
}

#step_1 .slider-wrap .slider-item {
  position: relative;
}
.shade-number {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  font-size: 20px;
  right: 20px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#step_2 #slider-item-wrap-face .shade-number {
  right: 0;
}
#step_1 .slider-wrap .slider-item .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_1 .slider-wrap .slider-item .overlay-box img {
  width: 24px;
  height: 24px;
}
#step_1 .slider-wrap .slider-item-wrap {
  height: 323px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#step_1 .slider-wrap .slider-item-wrap::-webkit-scrollbar {
  display: none;
}

#step_1 .slider-wrap .slider-item span {
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  height: 16px;
  border-radius: 20px;
  background: #a1815b;
  color: #ffffff;
  padding: 0 11px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_1.quiz_step .content-body {
  overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 80px);
}
#step_1 .slider-wrap .slider-item span.last-item-text {
  color: #a1815b;
  background: #ffffff;
}
#step_1 .slider-wrap .slider-item img {
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
}

#step_1 .content-info p {
  margin: 0;
}
.slider-navigation-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-navigation-dots .dots {
  width: 8px;
  height: 8px;
  background-color:#DDDDDD;
  border-radius: 100%;
  border:0;
}
.slider-navigation-dots .dots.active {
  background-color: #000000e6;
}
.content-body .header-text {
  font-weight: 100;
  font-size: 30px;
  color: #222222;
  line-height: 48px;
  margin: 10px 0 29px 0;
  font-family: "SangBleu Kingdom";
}
.content-body .header-text span {
  font-style: italic;
  font-weight: 500;
}

#step_2 .content-body .header-text {
  margin: 0 20px;
}
#quiz_container #step_2 p {
  margin: 3px 20px 23px 20px;
  line-height: 20px;
  font-size: 17px;
}
#step_2 .slider-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#step_2 .slider-item-wrap .row {
  position: relative;
  display: grid;
  height: 120px;
  padding: 0 23px;
  grid-template-columns: 130px 130px 130px;
  grid-template-rows: 120px;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
#step_2 .slider-item-wrap .row .img-box {
  position: relative;
}
#step_2 .slider-item-wrap .row .img-box:hover .overlay-box {
  display: none;
}
#step_2 .slider-item-wrap .row .img-box .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_2 .slider-item-wrap .row .img-box .overlay-box img {
  width: 24px;
  height: 24px;
}
#step_2 .slider-item-wrap .row img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  object-fit: cover;
}
.quiz-step-wrap.quiz_step#step_2 {
  padding: 0;
}
#content #search #quiz_container .quiz_step#step_2 .content-body {
  padding: 0;
}
#quiz_container #step_2 .buttonBack_icon {
  margin: 20px 0 0 20px;
}
#step_3 .slider-item-wrap .slide-btn {
  display: none;
}
#step_3 .content-body .header-text {
  margin: 0;
}
#step_3 .quiz-content-wrap .content-info p {
  margin: 0 0 21px 0;
}
#step_3 .slider-item-wrap .row .img-box {
  position: relative;
}
#step_3 .slider-item-wrap .row .img-box:hover .overlay-box {
  display: none;
}
#step_3 .slider-item-wrap .row .img-box .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_3 .slider-item-wrap .row {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 4px;
  background-position: center;
  background-size: cover;
  overflow: auto;
}
#step_3 .slider-item-wrap .row .img-box-info .img-header {
  border-right: 1px solid #dbdad5;
}
#step_3 .slider-item-wrap .row .img-box-info .img-header,
.img-text-info {
  background-color: #f2f2f2;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px 5px 12px;
}
#step_3 .slider-item-wrap .row .img-box-info .img-header {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}
#step_3 .slider-item-wrap .row .img-box-info .img-text-info {
  font-size: 14px;
  color: #403f3f;
  font-weight: 200;
  border-top: 1px solid #ffffff;
  overflow: hidden;
  padding: 10px 12px 5px 12px;
  min-height: 40px;
}
#step_3 .slider-item-wrap .row .img-box .overlay-box img {
  width: 24px;
  height: 24px;
}
#step_3 .slider-item-wrap .row img {
  width: 115px;
  height: 124px;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  object-fit: contain;
}
#step_3 {
  font-family: "Brandon Grotesque";
}
#step_3 .content-body.quiz-content-wrap {
  padding: 0 12px;
}
#step_3 .slider-item-wrap .row .img-box-info {
    display: grid;
    grid-template-columns: 115px 115px 1fr;
    word-wrap: break-word;
    cursor: pointer;
}
#step_3 .slider-item-wrap .slider-item p {
  font-size: 12px !important;
  font-style: italic;
  margin: 21px auto 25px auto;
  max-width: 409px;
}
#step_3 .slider-item-wrap button {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  height: 60px;
  max-width: 290px;
  width: 100%;
  background-color: #2c2b2b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  cursor: pointer;
  font-family: var(--paragraph-font-family);

}
#step_3 .slider-item-wrap button:hover {
  opacity: 0.5;
}
#step_3b .slider-item-wrap .slider-item {
  margin-bottom: 25px;
}
#step_3b .slider-item-wrap .slide-btn {
  display: none;
}
#step_3b .content-body .header-text {
  margin: 0;
}
#step_3b .quiz-content-wrap .content-info p {
  margin: 0 0 21px 0;
}
#step_3b .slider-item-wrap .row .img-box {
  position: relative;
  height: 141px;
}
#step_3b .slider-item-wrap .row .img-box:hover .overlay-box {
  display: none;
}
#step_3b .slider-item-wrap .row .img-box .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#step_3b .slider-item-wrap .row {
  display: flex;
  padding: 0;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  overflow: auto;
}
#step_3b .slider-item-wrap .row .img-box-info .img-header {
  border-bottom: 1px solid #dbdad5;
}
#step_3b .slider-item-wrap .row .img-box-info .img-header,
.img-text-info {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  text-align: start;
}
.img-text-info > * {
    width: 100%;
}
#step_3b .slider-item-wrap .row .img-box-info .img-header {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  min-height: auto;
}
#step_3b .slider-item-wrap .row .img-box-info .img-sub-header {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding-top: 10px;
}
#step_3b .slider-item-wrap .row .img-box-info .img-text-info {
  font-size: 14px;
  color: #403f3f;
  font-weight: 200;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  min-height: 60px;
  align-items: flex-start;
}
#step_3b .slider-item-wrap .row .img-box-info .text-sub-info {
  min-height: 60px;
  padding-top: 0;
  border-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#step_3b .slider-item-wrap .row .img-box-info .img-text-info.undertone-div {
  border-top: 0;
  display: flex;
  overflow: hidden;
  padding: 5px 12px
}
#step_3b .slider-item-wrap .row .img-box-info .img-text-info.veins-div {
  min-height: unset;
  padding-top: 0;
  border-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#step_3b .slider-item-wrap .row .img-box .overlay-box img {
  width: 24px;
  height: 24px;
}
#step_3b .slider-item-wrap .row img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  object-fit: contain;
}
#step_3b {
  font-family: "Brandon Grotesque";
  flex-direction: column;
  height: 100%;
  flex: 1;
}

#step_3b #closeBtn{
  margin: 20px 20px 0px 0px;
}

#step_4 #closeBtn{
  margin: 20px 20px 0px 0px;
}


#step_3b .content-body.quiz-content-wrap {
  padding: 0 0 0 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  flex: 1;
}

#step_3b .content-body.quiz-content-wrap::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#step_3b .content-body.quiz-content-wrap::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
}

#step_3b .content-body.quiz-content-wrap::-webkit-scrollbar-thumb{
  background-color: #7d7c7c;
}

#step_3b .slider-item-wrap .row .img-box-info {
  min-width: 131px;
  width: 131px;
  word-wrap: break-word;
}
#step_3b .slider-item-wrap .slider-item p {
  font-size: 12px !important;
  font-style: italic;
  text-transform: capitalize;
  margin: 21px auto 25px auto;
  max-width: 409px;
}
#step_3b .slider-item-wrap button {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  height: 60px;
  max-width: 290px;
  width: 100%;
  background-color: #2c2b2b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  cursor: pointer;
  font-family: var(--paragraph-font-family);
}
#step_3b .slider-item-wrap button:hover {
  opacity: 0.5;
}
#step_3b .next_step_result {
  cursor: pointer;
}
#helpTip {
  height: 100%;
  padding: 10px 20px;
  flex-direction: column;
  font-family: "Brandon Grotesque";
  max-width: 29.12em;
  margin: 0 auto;
}
#helpTip .header-text {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #403f3f;
  font-size: 15px;
  font-style: italic;
}

#helpTip .header-text .buttonBack_icon img {
  width: 35px;
  height: 35px;
}
#helptip .help-section-main-wrap {
  position: relative;
}

#helptip .help-section {
  margin: 20px 12px 0 12px;
  height: calc(100vh - 75px);
  overflow: auto;
}

#helptip .help-section::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#helptip .help-section::-webkit-scrollbar{
width: 5px;
background-color: #F5F5F5;
}


#helptip .help-section::-webkit-scrollbar-thumb{
  background-color: #7d7c7c;
}

#helptip .help-section .card-wrap {
  padding: 21px 32px 40px 32px;
  text-align: left;
  min-height: 202px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
#helptip .help-section .card-wrap :last-child {
  margin-bottom: 0;
}
#helptip .help-section .card-slide-btn {
  margin-bottom: 51px;
}
#helptip .help-section .card-slide-btn button {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 100%;
  height: 51px;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}
#helptip .help-section .card-slide-btn button:hover { 
  background: #545454;
}
#helptip .help-section .card-slide-btn-up {
  margin-bottom: 52px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
#helptip .help-section .card-slide-btn-up button {
  width: 51px;
  height: 51px;
  border: 0;
  background-color: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}
#helptip .help-section .card-slide-btn-up button:hover {
  background-color: #545454;
}
#helptip .help-section .card-slide-btn-up button img {
  transform: rotate(180deg);
  width: 21px;
}

#helptip .help-section .card-slide-btn-up-mobile {
  margin-bottom: 52px;
  display: none;
}
#helptip .help-section .card-slide-btn-up-mobile button {
  width: 35px;
  height: 35px;
  border: 0;
  background-color: #dddddd;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#helptip .help-section .card-slide-btn-up-mobile button img {
  height: auto;
  width: 100%;
  transform: rotate(90deg);
}
#helptip .help-section .card-slide-btn button img {
  width: 21px;
  cursor: pointer;
}
#helptip .help-section .card-wrap .card-header {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 13px;
}

#helptip .help-section .card-wrap .shade-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #dddddd;
  gap: 21px;
}
#helptip .help-section .card-wrap .shade-wrap:last-child {
  border-bottom: 0;
}
#helptip .help-section .card-wrap .shade-wrap .shade-round {
  height: 44px;
  width: 44px;
  min-width: 44px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
#helptip .help-section .card-wrap .shade-wrap .shade-round .shade-info {
  display: flex;
}
#helptip .help-section .card-wrap .shade-wrap .shade-info h4 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  text-transform: uppercase;
}
#helptip .help-section .card-wrap .shade-wrap .shade-info p {
  margin: 0;
  font-size: 15px !important;
  line-height: 20px;
  font-weight: 300;
}
#helptip .help-section .card-wrap p {
  margin: 10px 0;
  font-weight: 100;
  font-size: 17px;
  color: #222222;
  font-size: "Brandon Grotesque";
}
#helptip .help-section .card-wrap .card-header span {
  font-style: italic;
  text-transform: lowercase;
  font-family: "SangBleu Kingdom";
}
#helptip .tip-setion {
  padding: 29px 34px 0 29px;
  text-align: center;
}
#helptip .tip-setion p {
  font-size: 19px;
  color: #222222;
  line-height: 1;
  margin: 0 0 21px 0;
}
#helptip .tip-setion .close-btn {
  border: 0;
  background-color: #000;
  color: #ffffff;
  height: 53px;
  min-width: 180px;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  cursor: pointer;
  font-family: var(--paragraph-font-family);
}
#helptip .tip-setion .close-btn:hover {
  opacity: 0.5;
}
#step_4 {
  color: #222222;
  font-family: "Brandon Grotesque";
}
#step_4 .content-body .header-text {
  margin: 0;
}
#step_4 .quiz-content-wrap .content-info p {
  margin: 0;
  font-size: 17px;
}
/* #step_4 .slider-wrap {
  display: flex;
  justify-content: center;
} */
#step_4 .slider-item {
  margin-bottom: 24px;
}
#step_4 .slider-item-wrap {
  /* display: flex;
  justify-content: center; */
  position: relative;
}
#step_4 .slider-item-wrap button {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  height: 60px;
  max-width: 290px;
  width: 100%;
  background-color: #2c2b2b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  cursor: pointer;
  font-family: var(--paragraph-font-family);

}
#step_4 .slider-item-wrap button:hover {
  opacity: 0.5;
}
#step_4 .slider-item-wrap .slide-btn {
  display: none;
}
#step_4 .quiz-content-wrap .content-info p {
  margin: 0 0 21px 0;
}
#step_4 .slider-item {
  /* display: flex;
  justify-content: center; */
}
#step_4 .slider-item .row {
  display: flex;
  padding: 0;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  background-position: center;
  background-size: cover;
  overflow: auto;
}
#step_4 .slider-item .row.undertone-row-step-4 {
  justify-content: center;
}

#step_4 .slider-item-wrap .row .img-box-info {
  min-width: 131px;
  width: 131px;
  word-break: break-word;
  cursor: pointer;
}
#step_4 .slider-item-wrap .row .img-box-info .img-header {
  border-bottom: 1px solid #dbdad5;
}
#step_4 .slider-item-wrap .row .img-box-info .img-header,
.img-text-info,
.results-text,
.results-color {
  background-color: #f2f2f2;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_4 .slider-item-wrap .row .img-box-info .img-header {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 12px;
}
#step_4 .slider-item-wrap .row .img-box-info .img-text-info {
  font-size: 14px;
  color: #403f3f;
  font-weight: 200;
  border-top: 1px solid #ffffff;
  min-height: 80px;
  border-bottom: 1px solid #dbdad5;
  align-items: flex-start;
  padding: 5px 10px;
  display: -webkit-box;
  /* -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* word-break: break-word; */
}
#step_4 .slider-item-wrap .row .img-box-info .results-text {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  flex-direction: column;
  text-transform: capitalize;
  color: #403f3f;
  padding: 5px 10px;
  justify-content: flex-start;
}
#step_4 .slider-item-wrap .row .img-box-info .results-text div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: initial;
}
#step_4 .slider-item-wrap .row .img-box-info .results-text .dark-text {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#step_4 .slider-item-wrap .row .img-box-info .results-color {
  font-size: 14px;
  font-weight: 100;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  min-height: 55px;
  border-top: 1px solid #ffffff;
}
#step_4 .slider-item-wrap .row .img-box-info .results-color div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#step_4 .slider-item-wrap .row .img-box-info .results-color .dark-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
#step_4 .slider-item-wrap .row .img-box img {
  position: relative;
  height: 141px;
  width: 100%;
  padding: 0;
  border-radius: 0 !important;
  margin: 0;
}
#step_4 .slider-item-wrap .row .img-box {
  position: relative;
}
#step_4 .slider-item-wrap .row .img-box .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step_4 .slider-item-wrap .row .img-box .overlay-box img {
  width: 24px;
  height: 24px;
}
#step_4.quiz_step .content-body {
  padding: 0 0 0 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 90px);
  font-size: 19px !important;
  margin: 0 auto;
}
#un .match-your-shade-box {
  text-align: center;
}
#content #match.searchModal #resultTemplate #liquidSwatch{
      background: #e6b59e;
  }
#content #match.searchModal #resultTemplate #powderSwatch{
      display: none;
}
#content #match.searchModal #resultTemplate  .cartButton {
 margin: 0 auto;
}
#content #match.searchModal #resultTemplate  .matchLevel { 
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  z-index: 999;
  justify-content: center;
}
#undertone-row-step-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  justify-content: center;
  overflow: auto;
}
#undertone-row-step-4.dynamic-class {
  align-items: center;
}

#undertone-row-step-4 .box-wrap {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
#undertone-row-step-4 img {
  position: relative;
  height: 141px;
  width: 100%;
  min-width: 126px;
  padding: 0;
  border-radius: 0 !important;
  margin: 0;
  width: 128px;
}
#undertone-row-step-4 .box-wrap .img-header,.img-text-info,.results-text,.results-color {
  flex: 1;
}
#undertone-row-step-4 .box-wrap .results-text,.results-color {
  display: flex;
  flex-direction: column;
}
#undertone-row-step-4 .img-header {
  border-bottom: 1px solid #dbdad5;
}
#undertone-row-step-4 .img-header,
.img-text-info,
.results-text,
.results-color {
  background-color: #f2f2f2;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
}
#undertone-row-step-4 .img-header {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  width: 104px;
  cursor: pointer;
}
#undertone-row-step-4 .img-text-info {
  font-size: 14px;
  color: #403f3f;
  font-weight: 200;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  align-items: flex-start;
  padding: 8px 12px;
  width: 104px;
  cursor: pointer;
  text-align: center;
}
#undertone-row-step-4 .results-text {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  color: #403f3f;
  padding: 8px 12px;
  justify-content: flex-start;
  width: 104px;
  cursor: pointer;
}

#undertone-row-step-4 .results-text .dark-text {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#undertone-row-step-4 .results-color {
  font-size: 14px;
  font-weight: 100;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  border-top: 1px solid #ffffff;
  width: 104px;
  cursor: pointer;
}

#undertone-row-step-4 .results-color .dark-text {
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

#general-undertone-row-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  justify-content: center;
  overflow: auto;
}


#general-undertone-row-b::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#general-undertone-row-b::-webkit-scrollbar:horizontal{
  height: 5px;
  background-color: #F5F5F5;
}

#general-undertone-row-b::-webkit-scrollbar{
width: 5px;
background-color: #F5F5F5;
}

#general-undertone-row-b::-webkit-scrollbar-thumb{
background-color: #7d7c7c;
}

#general-undertone-row-b.dynamic-class{
  align-items: center;
}

#general-undertone-row-b .box-wrap {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
#general-undertone-row-b img {
  position: relative;
  height: 141px;
  width: 100%;
  min-width: 126px;
  padding: 0;
  border-radius: 0 !important;
  margin: 0;
  width: 102px;
}
#general-undertone-row-b .box-wrap .img-header,.img-text-info,.results-text,.results-color {
  flex: 1;
}
#general-undertone-row-b .box-wrap .results-text,.results-color {
  display: flex;
  flex-direction: column;
}
#general-undertone-row-b .img-header {
  border-bottom: 1px solid #dbdad5;
  cursor: pointer;
}
#general-undertone-row-b .img-header,
.img-text-info,
.results-text,
.results-color {
  background-color: #f2f2f2;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
}
#general-undertone-row-b .img-header {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  width: 102px;
}
#general-undertone-row-b .img-text-info {
  font-size: 14px;
  color: #403f3f;
  font-weight: 200;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  align-items: flex-start;
  padding: 8px 12px;
  width: 102px;
  cursor: pointer;
}
#general-undertone-row-b .results-text {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdad5;
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  color: #403f3f;
  padding: 8px 12px;
  justify-content: flex-start;
  width: 102px;
  cursor: pointer;
}

#general-undertone-row-b .results-text .dark-text {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#general-undertone-row-b .results-color {
  font-size: 14px;
  font-weight: 100;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  border-top: 1px solid #ffffff;
  width: 102px;
  cursor: pointer;
}

#general-undertone-row-b .results-color .dark-text {
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

#general-undertone-row-b .img-box-wrap {
  position: relative;
}
#general-undertone-row-b .overlay-box-step-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#general-undertone-row-b .overlay-box-step-3 img {
  width: 24px;
  height: 24px;
  min-width: unset;
}

#undertone-row-step-4 .img-box-wrap {
  position: relative;
}
#undertone-row-step-4 .overlay-box-step-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#undertone-row-step-4 .overlay-box-step-4 img {
  width: 24px;
  height: 24px;
  min-width: unset;
}

@media screen and (max-width: 375px) {
  #step_2 .slider-item-wrap .row {
    grid-template-columns: 86px 86px 86px !important;
  }
  #step_2 .slider-item-wrap .row .img-box {
    height: 100px !important;
    width: 86px !important;
  }
  #step_2 #slider-item-wrap-face .shade-number {
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 464px) {
  #content #search #quiz_container .quiz_step#step_4 .content-body {
    padding: 0;
    margin: unset;
  }
  #main_contain #firstStepKnownUnknownSelection{
    max-width: 25.12em;
  }
  #content #search #quiz_container .quiz_step .content-body {
    padding: 0;
  }
  #step_0 .content-body .header-text {
    font-size: 25px;
  }
  #step_0 .content-body {
    padding: 0;
    min-height: 70%;
  }
  #step_0 .content-info p {
    font-size: 17px !important;
  }
  #step_1 .quiz-content-wrap .header-text {
    font-size: 25px;
  }
  #step_1 .content-info p {
    margin: 5px 0 0 0;
  }
  #quizSelectionInstructions {
    padding: 0;
    overflow: auto;
    height: 100%;
  }
  #content #search .quiz_step .buttonBack .back_button {
    padding: 0;
  }
}
  #quiz_container #step_2 p {
    font-size: 17px !important;
  }
  #step_2 .content-body .header-text {
    margin: 0 20px 11px 20px;
    font-size: 25px;
  }
  #step_2 .slider-item-wrap .row {
    grid-template-columns: 96px 96px 96px;
  }
  #step_3 {
    padding: 0;
  }
  #step_3b {
    padding: 0;
  }
  #content
    #search
    #quiz_container
    .quiz_step#step_3
    .content-body.quiz-content-wrap {
    padding: 0;
  }

  #content
  #search
  #quiz_container
  .quiz_step#step_3
  .content-body.quiz-content-wrap::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#content
#search
#quiz_container
.quiz_step#step_3
.content-body.quiz-content-wrap::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
}

#content
#search
#quiz_container
.quiz_step#step_3
.content-body.quiz-content-wrap::-webkit-scrollbar-thumb{
  background-color: #7d7c7c;
}

  #step_3 .slider-item-wrap .row {
    justify-content: flex-start;
    margin-left: 32px;
  }

  #step_3 .slider-item-wrap .row::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #step_3 .slider-item-wrap .row::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }

  #step_3 .slider-item-wrap .row::-webkit-scrollbar-thumb {
    background-color: #7d7c7c;
  }

  #step_3 .slider-item-wrap .row::-webkit-scrollbar:horizontal  {
    height: 5px;
  }

  #undertone-row-step-4 ::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #undertone-row-step-4 ::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }

  #undertone-row-step-4 ::-webkit-scrollbar-thumb {
    background-color: #7d7c7c;
  }

  #undertone-row-step-4 ::-webkit-scrollbar:horizontal  {
    height: 5px;
  }
  
  #step_3 .content-body .header-text {
    max-width: 300px;
    margin: 0 auto;
    font-size: 25px;
    font-family: "SangBleu Kingdom";
  }
  #step_3 .quiz-content-wrap .content-info p {
    max-width: 293px;
    margin: 0 auto;
    padding-bottom: 21px;
  }
  #step_3 .slider-item-wrap .slider-item p {
    max-width: 293px;
    margin: 0 auto;
    padding: 21px 0 25px 0;
  }
  #quiz_container #step_3 .buttonBack_icon {
    margin: 20px 0 0 20px;
  }
  #step_3 .slider-item-wrap .slide-btn {
    width: 51px;
    height: 51px;
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20%;
    transform: translateY(-20%);
    z-index: 999999;
  }
  #step_3 .slider-item-wrap .slide-btn img {
    width: 100%;
    height: 100%;
  }
  #step_3 .slider-item-wrap .row .slider-btn img {
    width: 24px;
    height: 24px;
  }
  #step_3 .slider-item-wrap {
    position: relative;
  }
  #step_3b .slider-item-wrap .row {
    justify-content: flex-start;
    margin-left: 32px;
  }
  #step_3b .content-body .header-text {
    max-width: 300px;
    margin: 0 auto;
    font-size: 25px;
    font-family: "SangBleu Kingdom";
  }
  #step_3b .quiz-content-wrap .content-info p {
    max-width: 293px;
    margin: 0 auto;
    padding-bottom: 21px;
  }
  #step_3b .slider-item-wrap .slider-item p {
    max-width: 293px;
    margin: 0 auto;
    padding: 21px 0 25px 0;
  }
  #quiz_container #step_3b .buttonBack_icon {
    margin: 20px 0 0 18px;
  }
  #step_3b .slider-item-wrap .slide-btn {
    width: 51px;
    height: 51px;
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20%;
    transform: translateY(-20%);
    z-index: 999999;
  }
  #step_3b .slider-item-wrap .slide-btn img {
    height: 100%;
    width: 100%;
  }
  #step_3b .slider-item-wrap .row .slider-btn img {
    width: 24px;
    height: 24px;
  }
  #step_3b .slider-item-wrap {
    position: relative;
  }

  #step_3 .closeBtn{
    margin: 20px 20px 0px 0px;
  }

  #helpTip {
    padding: 0;
  }
  #helpTip .header-text {
    margin: 20px 20px 0 20px;
  }
  #helptip .help-section {
    margin: 20px 0 0 18px;
  }
  #helptip .help-section .card-wrap {
    padding: 26px 32px 34px 32px;
  }
  #helptip .help-section .card-wrap .card-header span {
    display: none;
  }
  #helptip .help-section .card-slide-btn-up-mobile {
    display: flex;
  }
  #helptip .help-section .card-slide-btn {
    display: none !important;
  }
  #helptip .help-section .card-slide-btn-up {
    display: none !important;
  }
  #step_4 {
    padding: 0;
  }
  #content #search #quiz_container .quiz_step#step_4 .content-body {
    padding: 0;
  }

  #content #search #quiz_container .quiz_step#step_4 .content-body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #content #search #quiz_container .quiz_step#step_4 .content-body::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
  }

  #content #search #quiz_container .quiz_step#step_4 .content-body::-webkit-scrollbar-thumb{
    background-color: #7d7c7c;
  }


  #step_4 .slider-item-wrap .with-scroll .slide-btn {
    width: 51px;
    height: 51px;
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20%;
    transform: translateY(-20%);
  }
  #step_4 .slider-item-wrap .slide-btn img {
    height: 100%;
    width: 100%;
  }
  #step_4 .content-body .header-text {
    max-width: 300px;
    margin: 0 auto;
    font-size: 25px;
    font-family: "SangBleu Kingdom";
  }
  #step_4 .quiz-content-wrap .content-info p {
    max-width: 293px;
    margin: 0 auto;
    padding-bottom: 21px;
  }

  #step_4 .slider-item-wrap .row {
    justify-content: flex-start;
    margin-left: 32px;
  }

  #step_4 .slider-item .row.undertone-row-step-4 {
    margin: 0;
  }
  #step_4 .slider-item-wrap .slide-btn #backToResults {
    height: 100%;
    width: 100%;
  }
  #quiz_container #step_4 .buttonBack_icon {
    margin: 20px 0 0 18px;
  }
  #quiz_container #step_2 .buttonBack_icon {
    margin: 18px 0 0 18px;
  }
  #undertone-row-step-4 {
    /* align-items: flex-start; */
    margin-left: 32px;
  }
  #general-undertone-row-b {
    justify-content: flex-start;
    margin-left: 32px;
  }
  #general-undertone-row-bb {
    justify-content: flex-start;
    margin-left: 32px;
  }

@media screen and (min-width: 640px) {
  #step_2 .slider-item-wrap .row .img-box:hover .overlay-box {
    display: flex;
  }
  #step_3 .slider-item-wrap .row .img-box:hover .overlay-box {
    display: flex;
  }
}

/* iphone issue  */

@media screen and (max-width: 360px) {
  #content {
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
  #content #search #main_contain {
    padding: 0;
  }
  #firstStepKnownUnknownSelection .randombutton {
    margin: 25px !important;
  }
}

#noMatchHelpLink {
  cursor: pointer;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  height: fit-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: absolute;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#firstStepKnownUnknownSelection {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 29.12em;
  margin: 0 auto;
  position: relative;
}
