﻿@charset "utf-8";

/*=========Fonts=======*/
@font-face {
  font-family: "Roboto";
  src: url("../../fonts-nco/Roboto-Bold.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts-nco/Roboto-Regular.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts-nco/Roboto-Medium.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*-----------------------
WRAPPER / RESETS
------------------------*/
.thank-you-v2 {
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
}

.thank-you-v2 label {
  font-weight: normal;
}
.thank-you-v2 a {
  text-decoration: none;
}

.thank-you-v2 table {
  border-collapse: unset;
}

/*-----------------------
MAIN CSS
------------------------*/
.thank-you-v2-container {
  width: 480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----------------------
HEADER
------------------------*/
.thank-you-v2-header {
  background: #fff;
  float: left;
  width: 100%;
  padding: 15px 0;
  position: relative;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.thank-you-v2-logo {
  float: left;
  width: 87px;
}

a.thank-you-v2-call_text {
  float: right;
  font-size: 12px;
  line-height: 12px;
  color: #0f2446;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 7px;
}

a.thank-you-v2-call_text img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: -3px 7px 0 0;
}

/*-----------------------
THANKYOU BANNER
------------------------*/
.thank-you-v2-thankyou_banner_section {
  background: #f4f7ff;
  float: left;
  width: 100%;
  padding: 30px 0;
}

.thank-you-v2-confirm-checked {
  margin: 0 auto 0;
  display: block;
  width: 58px;
}

.thank-you-v2-thank_bnr_heading {
  font-size: 20px;
  line-height: 22px;
  color: #00c646;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-top: 10px;
}

.thank-you-v2-thank_bnr_sub_heading {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 22px;
}

.thank-you-v2-thank_bnr_text {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.3px;
  margin-top: 8px;
}

/*-----------------------
ORDER STATUS STRIP
------------------------*/
.thank-you-v2-order_status_strip {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d4d7dd;
  padding: 14px 0;
}

.thank-you-v2-order_status_list {
  margin: 0 auto 0;
  width: 100%;
  max-width: 370px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.thank-you-v2-order_status_list li {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.thank-you-v2-os_iconbx {
  width: 37px;
  height: 37px;
  background: #f4f7ff;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.thank-you-v2-os_iconbx img {
  margin: 0 auto 0;
  display: block;
  width: 24px;
}

.thank-you-v2-os_contbx {
  text-align: left;
  padding-left: 8px;
}

.thank-you-v2-os_contbx p {
  font-size: 13px;
  line-height: 13px;
  color: #000;
}

.thank-you-v2-os_contbx h3 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 6px;
}

.thank-you-v2-bdr_line {
  position: relative;
}

.thank-you-v2-bdr_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #d4d7dd;
  width: 1px;
}

/*-----------------------
SECTION 1
------------------------*/
.thank-you-v2-thankyou_section1 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0 50px;
}

.thank-you-v2-track_delivery_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 20px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.thank-you-v2-td_box_header {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thank-you-v2-track_text {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
}

.thank-you-v2-view_btn {
  display: inline-block;
  vertical-align: middle;
  background: #00c646;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 3px 8px;
}

.thank-you-v2-view_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -3px 0 0 4px;
}

.thank-you-v2-td_box_mid {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.thank-you-v2-map-image {
  margin: 0 auto 0;
  display: block;
  border: 1px solid #d5d5d5;
}

/*-----------------------
GIFT BOX / QUIZ
------------------------*/
.thank-you-v2-gift_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border: 1px solid #13235b;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.thank-you-v2-gift_box_header {
  float: left;
  width: 100%;
  background: url("../../images/gift card-01.svg") center center / cover
    no-repeat;
  padding: 0;
  display: block;
  position: relative;
  line-height: 0;
}

.thank-you-v2-gift_bx_cont {
  text-align: left;
}

.thank-you-v2-gift_bx_text {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: bold;
}

.thank-you-v2-gift_bx_time {
  display: inline-block;
  vertical-align: top;
  background: #273f5d;
  border-radius: 30px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  letter-spacing: 0.3px;
  padding: 6px 12px 6px 10px;
  margin-top: 14px;
}

.thank-you-v2-gift_bx_time img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: -2px 5px 0 0;
}

.thank-you-v2-gift_imgbx {
  width: 108px;
  flex-shrink: 0;
}

.thank-you-v2-gift_imgbx img {
  margin: 0 auto 0;
  display: block;
}

.thank-you-v2-circle-shap1 {
  position: absolute;
  top: -42px;
  left: 72px;
  transform: rotate(-90deg);
  width: 46px;
}

.thank-you-v2-circle-shap2 {
  position: absolute;
  bottom: -20px;
  left: -26px;
  transform: rotate(80deg);
  width: 36px;
}

.thank-you-v2-circle-shap3 {
  position: absolute;
  top: -36px;
  right: -28px;
}

.thank-you-v2-gift_box_mid {
  float: left;
  width: 100%;
  padding: 15px;
}

.thank-you-v2-quiz-sec {
  float: left;
  width: 100%;
}

.thank-you-v2-question-Box {
  float: left;
  width: 100%;
}

.thank-you-v2-quiz_step_text {
  font-size: 14px;
  line-height: 14px;
  color: #ff7350;
  font-weight: bold;
  text-align: left;
}

.thank-you-v2-quiz_heading {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-top: 8px;
}

ul.thank-you-v2-quiz_star_list {
  margin: 20px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

ul.thank-you-v2-quiz_star_list li {
  text-align: center;
  border: 2px solid #caceda;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.thank-you-v2-quiz_star_list li.active {
  background: #000;
  border: 1px solid #000;
}

.thank-you-v2-rating_star {
  width: 35px;
  height: 32px;
  position: relative;
  overflow: hidden;
  background: #9f9e9e;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.thank-you-v2-rating_star:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #9f9e9e;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.thank-you-v2-rating_star:after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #fff;
  clip-path: inherit;
}

.thank-you-v2-rating_star.full:before {
  background: #f4643f;
}

.thank-you-v2-rating_star.full:after {
  background: #f4643f;
}

.thank-you-v2-rating_strip {
  margin: 12px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.thank-you-v2-rating_strip p {
  font-size: 13px;
  line-height: 13px;
  color: #000;
}

.thank-you-v2-tab_start_text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  border-top: 1px dashed #000;
  padding-top: 14px;
  margin-top: 20px;
}

.thank-you-v2-tab_start_text img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  margin: -2px 5px 0 0;
}

.thank-you-v2-frm_element {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.thank-you-v2-quiz_input {
  float: left;
  width: 100%;
  height: 60px;
  border: 1px solid #9e9e9e;
  color: #000;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 500;
  border-radius: 7px;
  outline: none;
  padding: 0 12px;
  -webkit-appearance: none;
}

.thank-you-v2-quiz_input_area {
  width: 100%;
  height: 120px;
  padding: 10px;
  resize: none;
  outline: none;
  font-weight: normal;
}

.thank-you-v2-option-box {
  float: left;
  width: 100%;
  margin-top: 22px;
}

.thank-you-v2-option-box-inner {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

.thank-you-v2-option-col {
  float: left;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  cursor: pointer;
}

.thank-you-v2-desc-opt {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-align: left;
  font-weight: 500;
}

.thank-you-v2-option-col input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.thank-you-v2-option-col input[type="radio"] + span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.thank-you-v2-option-col input[type="radio"]:checked + span:after {
  content: "";
  background: #fff;
  box-shadow: 0 0 0 6px #000;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
}

.thank-you-v2-button_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 440px;
  text-align: center;
  margin-top: 25px;
}

.thank-you-v2-frmBtn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  background: #00c646;
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  font-family: "Roboto";
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.1);
}

/*-----------------------
ORDER SUMMARY
------------------------*/
.thank-you-v2-order_sumrybox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 14px;
}

.thank-you-v2-sumry-hdng {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.3px;
  text-align: left;
  font-weight: 500;
  padding: 15px 0;
}

.thank-you-v2-summy_details-box {
  float: left;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: relative;
  padding-top: 10px;
}

.thank-you-v2-summy_details-box_inner {
  float: left;
  width: 100%;
  position: relative;
}

.thank-you-v2-order_sumry_details {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
}

.thank-you-v2-prod-img {
  width: 66px;
  height: 66px;
  position: relative;
  background: #f4f4f4;
  border-radius: 7px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.thank-you-v2-prod-img img {
  margin: 0 auto;
  display: block;
  border-radius: 7px;
  max-width: 100%;
}

.thank-you-v2-prod-img p {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
}

.thank-you-v2-prod-img--bg4 {
  background: #f6f2e8;
}

.thank-you-v2-odr-rgt {
  padding-left: 15px;
  width: calc(100% - 66px);
}

.thank-you-v2-devider-cp {
  float: left;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.thank-you-v2-cart-table {
  width: 100%;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}

.thank-you-v2-prod_name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.thank-you-v2-prod_sub_name {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  color: #aaaaaa;
  font-weight: normal;
  margin-top: 5px;
}

.thank-you-v2-prod-prc {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: #000;
}

.thank-you-v2-total-col {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.thank-you-v2-total-col .thank-you-v2-cart-table {
  margin-top: 12px;
}

.thank-you-v2-save_price {
  font-size: 18px;
  font-weight: 700;
  color: #218108;
}

.thank-you-v2-order-total-price {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  padding: 18px 0 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 18px !important;
}

/*-----------------------
BILLING / ADDRESS
------------------------*/
.thank-you-v2-billing_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #e8eeff;
  border-radius: 7px;
  padding: 15px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 22px;
  color: #092447;
}

.thank-you-v2-address_fields {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
}

.thank-you-v2-address_fields_inner {
  margin: 0 auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.thank-you-v2-address_info {
  min-width: 0;
  text-align: left;
  background: #e8eeff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}

.thank-you-v2-address_fields_inner .thank-you-v2-address_info:first-child {
  flex: 1.5;
}

.thank-you-v2-address_fields_inner .thank-you-v2-address_info:last-child {
  flex: 1;
}

.thank-you-v2-address_heading {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #d4c6c6;
  position: relative;
  padding-bottom: 10px;
}

.thank-you-v2-address_heading img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: -2px 6px 0 0;
}

ul.thank-you-v2-address_list {
  float: left;
  width: 100%;
  margin-top: 4px;
}

ul.thank-you-v2-address_list li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 6px;
}

/*-----------------------
SECTION 2 - CONTACT
------------------------*/
.thank-you-v2-thankyou_section2 {
  float: left;
  width: 100%;
  background: #092447;
  padding: 35px 0 40px;
}

.thank-you-v2-contact_heading {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
}

ul.thank-you-v2-contact_list {
  margin: 30px auto 0;
  width: 100%;
  max-width: 370px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

ul.thank-you-v2-contact_list li {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

ul.thank-you-v2-contact_list li img {
  margin: 0 auto 0;
  display: block;
  width: 37px;
}

ul.thank-you-v2-contact_list li p {
  margin-top: 10px;
}

ul.thank-you-v2-contact_list li a {
  color: #fff;
}

.thank-you-v2-cont_vertical_line {
  position: relative;
}

.thank-you-v2-cont_vertical_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #3f546f;
  width: 1px;
}

/*-----------------------
UTILITIES
------------------------*/
.thank-you-v2-show-mob,
.thank-you-v2-show-tab {
  display: none;
}

.thank-you-v2-fl {
  float: left;
}

.thank-you-v2-fr {
  float: right;
}

/*-----------------------
MEDIA QUERY
------------------------*/
@media only screen and (max-width: 767px) {
  .thank-you-v2-container {
    width: 100%;
    padding: 0 15px;
    max-width: 480px;
    box-sizing: border-box;
  }

  .thank-you-v2-show-mob {
    display: block;
  }

  .thank-you-v2-hide-mob {
    display: none;
  }

  .thank-you-v2-header {
    padding: 12px 0;
  }

  .thank-you-v2-thankyou_banner_section {
    padding: 25px 0 22px;
  }

  .thank-you-v2-os_contbx h3 {
    font-size: 15px;
    line-height: 15px;
  }

  .thank-you-v2-thankyou_section1 {
    padding: 32px 0 40px;
  }

  .thank-you-v2-gift_imgbx {
    width: 95px;
  }

  .thank-you-v2-billing_box {
    padding: 10px 20px;
    margin-top: 30px;
  }

  .thank-you-v2-rating_star {
    width: 30px;
    height: 27px;
  }

  .thank-you-v2-address_fields {
    margin-top: 35px;
  }

  .thank-you-v2-thankyou_section2 {
    padding: 30px 0;
  }

  ul.thank-you-v2-contact_list {
    margin: 20px auto 0;
    max-width: 320px;
  }
}

@keyframes mapSpinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 479px) {
  .thank-you-v2-gift_box_header img {
    height: auto !important;
    display: block !important;
    width: 50% !important;
    margin: 20px 10px !important;
  }
}
