.downsell2a-v2-img-full {
  max-width: 100%;
}
.downsell2a-v2-clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.downsell2a-v2-fl {
  float: left;
}
.downsell2a-v2-fr {
  float: right;
}

/*-----------------------
FONTS
------------------------*/
@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;
}

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

@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-Black.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.downsell2a-v2 {
  font-family: "Roboto";
  text-align: center;
}

.downsell2a-v2 a {
  text-decoration: none;
}

.downsell2a-v2-pay-now {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.downsell2a-v2-pay-now-loading {
  background-color: rgb(204, 204, 204) !important;
  cursor: not-allowed !important;
  box-shadow: 0 4px 5px 0 rgb(204, 204, 204) !important ;
}

/*-----------------------
MAIN CSS START
------------------------*/

.downsell2a-v2-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----Top-Caption-------*/
.downsell2a-v2-top_caption {
  float: left;
  width: 100%;
  background: #ff0000;
  padding: 6px 0 8px;
}
.downsell2a-v2-top_caption p {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

/*========Header========*/
.downsell2a-v2-header {
  float: left;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.downsell2a-v2-logo {
  float: left;
  width: 128px;
  margin-top: 2px;
}
.downsell2a-v2-step_box {
  float: right;
}
ul.downsell2a-v2-step_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
ul.downsell2a-v2-step_list li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 80px;
  position: relative;
  z-index: 2;
}
ul.downsell2a-v2-step_list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -30%;
  right: 70%;
  height: 2px;
  background: #eaeaea;
  z-index: -1;
}
ul.downsell2a-v2-step_list li:first-child:before {
  display: none;
}
ul.downsell2a-v2-step_list li.downsell2a-v2-active:before {
  background: #25ca5f;
}
ul.downsell2a-v2-step_list li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #25ca5f;
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
ul.downsell2a-v2-step_list li:last-child span {
  color: #010000;
  background: #e1e1e1;
}
ul.downsell2a-v2-step_list li p {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  margin-top: 4px;
}
ul.downsell2a-v2-step_list li p.downsell2a-v2-none-active {
  color: #676767;
}
.downsell2a-v2-step_tick_icon {
  width: 11px;
}

/*====downsell-2-Section1====*/
.downsell2a-v2-downsell-2_section1 {
  float: left;
  width: 100%;
  padding: 25px 0 40px;
}
.downsell2a-v2-strip_content {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0 0 #b5435c;
  box-shadow: 2px 2px 0 0 #b5435c;
  background: #ef434b;
  padding: 11px 22px;
  margin: 0 auto;
}
.downsell2a-v2-strip_text {
  width: calc(100% - 122px);
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
.downsell2a-v2-strip_text span {
  color: #fff667;
  font-weight: bold;
}
.downsell2a-v2-timer_icon {
  width: 22px;
}

/*=====Strip-Section=====*/
.downsell2a-v2-strip_section {
  float: left;
  width: 100%;
  background: #fdf8e3;
  border-top: 2px dashed #ff3731;
  border-bottom: 2px dashed #ff3731;
  padding: 8px 0;
}
.downsell2a-v2-strip_sec_content {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 0 auto;
  position: relative;
}
.downsell2a-v2-strip_sec_content_left {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  text-align: left;
}
.downsell2a-v2-strip_sec_text {
  color: #141414;
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
}
.downsell2a-v2-strip_sec_text span {
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
}
.downsell2a-v2-alert_icon {
  width: 26px;
}
.downsell2a-v2-mob_alert_icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}
.downsell2a-v2-clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.downsell2a-v2-clockdiv div {
  width: 35px;
  background: #e63939;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.downsell2a-v2-clockdiv div > span {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.downsell2a-v2-clockdiv .downsell2a-v2-smalltext {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  background: none;
  padding: 0;
}
.downsell2a-v2-clockdiv p {
  color: #e63939;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
.downsell2a-v2-downsell-2_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  -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);
  background: #ffffff;
  padding: 25px 15px;
  margin: 25px auto 0;
}
.downsell2a-v2-downsell-2_box_heading {
  color: #000000;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
}
.downsell2a-v2-downsell-2_box_heading span {
  color: #f21f1f;
}
.downsell2a-v2-downsell-2_product_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 347px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
}
.downsell2a-v2-claim_text {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 10px 6px;
}
.downsell2a-v2-claim_text img {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  margin: -3px 6px 0 0;
}
.downsell2a-v2-downsell-2_product_image {
  display: inline-block;
  vertical-align: middle;
  width: 347px;
  border-radius: 8px;
}
.downsell2a-v2-downsell-2_seal {
  position: absolute;
  bottom: 24px;
  right: 12px;
  width: 108px;
}
.downsell2a-v2-price_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px auto 0;
}
.downsell2a-v2-price_box_column {
  border-right: 1px solid #c8c8c8;
  padding: 0 30px;
}
.downsell2a-v2-price_box_column:first-child {
  padding-left: 0;
}
.downsell2a-v2-price_box_column:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 20px;
}
.downsell2a-v2-regular_price {
  color: #595959;
  font-size: 17px;
  line-height: 29px;
}
.downsell2a-v2-regular_price span {
  color: #424242;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
.downsell2a-v2-regular_price span:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -3px;
  right: -3px;
  height: 2px;
  background: #fb0202;
  transform: rotate(-10deg);
}
.downsell2a-v2-offer_price {
  color: #000000;
  font-size: 17px;
  line-height: 29px;
}
.downsell2a-v2-offer_price span {
  font-size: 26px;
  font-weight: bold;
}
small {
  font-size: 13px;
}
.downsell2a-v2-button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 430px;
  text-align: center;
  margin-top: 25px;
}
.downsell2a-v2-common_button_top_text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  background: #fffed9;
  font-weight: 500;
  border: 1px dashed #df6411;
  border-radius: 5px;
  padding: 8px 36px 6px;
  position: relative;
  animation: jump ease-in-out 1.5s infinite;
}
.downsell2a-v2-common_button_top_text span {
  color: #ff0000;
}
.downsell2a-v2-common_button_top_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 20px;
}
.downsell2a-v2-common_button_top_text:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 8px;
  height: 8px;
  background: #fffed9;
  border-right: 1px dashed #df6411;
  border-bottom: 1px dashed #df6411;
  transform: rotate(45deg);
}
.downsell2a-v2-common_button {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
  background: #00c646;
  -webkit-box-shadow: 0 5px 5px 0 #7ec598;
  box-shadow: 0 4px 5px 0 #7ec598;
  padding: 24px 0 17px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downsell2a-v2-button_arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -2px -5px 0 10px;
  width: 26px;
}
.downsell2a-v2-common_button_bottom_text {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.downsell2a-v2-common_button_bottom_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 19px;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.downsell2a-v2-no_thanks_text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #454545;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
  margin-top: 40px;
}
.downsell2a-v2-no_thanks_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 7px 0 0;
  width: 16px;
}

/*-----------------------
MEDIA-QUERY
------------------------*/
.downsell2a-v2-show-mob,
.downsell2a-v2-show-tab {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .downsell2a-v2-container {
    width: 1004px;
  }
  .downsell2a-v2-hide-1200 {
    display: none;
  }
}

@media only screen and (max-width: 1021px) {
  .downsell2a-v2-container {
    width: 750px;
  }
  .downsell2a-v2-show-tab {
    display: block;
  }
  .downsell2a-v2-show-desk {
    display: none;
  }

  .downsell2a-v2-top_caption p {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.3px;
  }

  .downsell2a-v2-header {
    padding: 12px 0;
  }
  .downsell2a-v2-logo {
    width: 110px;
    margin-top: 0;
  }
  ul.downsell2a-v2-step_list li span {
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 13px;
  }
  ul.downsell2a-v2-step_list li p {
    line-height: 13px;
    margin-top: 6px;
  }

  .downsell2a-v2-no_thanks_text {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .downsell2a-v2-container {
    max-width: 600px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .downsell2a-v2-show-mob {
    display: block;
  }
  .downsell2a-v2-hide-mob {
    display: none;
  }

  .downsell2a-v2-top_caption {
    padding: 8px 0 7px;
  }

  .downsell2a-v2-header {
    padding: 10px 0;
  }
  .downsell2a-v2-logo {
    width: 92px;
  }
  ul.downsell2a-v2-step_list li {
    width: 55px;
  }
  ul.downsell2a-v2-step_list li:before {
    top: 10px;
    left: -25%;
    right: 75%;
  }
  ul.downsell2a-v2-step_list li p {
    display: none;
  }
  .downsell2a-v2-special_offer_text {
    color: #000000;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
  }

  .downsell2a-v2-downsell-2_section1 {
    padding: 25px 0 30px;
  }
  .downsell2a-v2-strip_content {
    max-width: 345px;
    column-gap: 15px;
    padding: 12px 20px 10px;
  }
  .downsell2a-v2-timer_icon {
    width: 30px;
  }
  .downsell2a-v2-strip_text {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 20px;
  }
  .downsell2a-v2-strip_section {
    background: none;
    border-top: none;
    border-bottom: none;
    padding: 30px 0 0;
  }
  .downsell2a-v2-strip_sec_content {
    column-gap: 0;
    row-gap: 5px;
    max-width: 345px;
    background: #fdf8e3;
    border: 2px dashed #ff3731;
    border-radius: 5px;
    padding: 20px 0 10px;
  }
  .downsell2a-v2-strip_sec_content_left {
    justify-content: center;
    column-gap: 0;
    text-align: center;
  }
  .downsell2a-v2-strip_sec_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .downsell2a-v2-strip_sec_text span {
    font-size: 20px;
  }
  .downsell2a-v2-clockdiv div > span {
    font-size: 18px;
    line-height: 18px;
  }
  .downsell2a-v2-clockdiv div {
    width: 35px;
    padding: 5px 0;
  }
  .downsell2a-v2-downsell-2_box {
    padding: 0 0;
    border-radius: 0;
    box-shadow: none;
    margin: 20px auto 0;
  }

  .downsell2a-v2-downsell-2_box_heading {
    font-size: 26px;
    line-height: 32px;
  }
  .downsell2a-v2-downsell-2_product_box {
    max-width: 345px;
    margin: 15px auto 0;
  }
  .downsell2a-v2-claim_text {
    padding: 9px 10px 6px;
  }
  .downsell2a-v2-downsell-2_product_image {
    width: 345px;
  }
  .downsell2a-v2-downsell-2_seal {
    bottom: 35px;
    right: 30px;
    width: 90px;
  }

  .downsell2a-v2-price_box {
    margin: 15px auto 0;
  }
  .downsell2a-v2-price_box_column {
    padding: 0 20px;
  }
  .downsell2a-v2-regular_price {
    font-size: 15px;
  }
  .downsell2a-v2-offer_price {
    font-size: 15px;
  }
  .downsell2a-v2-button_box {
    margin-top: 20px;
  }
  .downsell2a-v2-common_button_top_text {
    padding: 8px 20px 6px;
  }
  .downsell2a-v2-common_button_bottom_text img {
    margin: -3px 5px 0 -4px;
    width: 16px;
  }
  .downsell2a-v2-common_button {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 18px;
    margin-top: 8px;
  }
  .downsell2a-v2-button_arrow {
    width: 22px;
    margin: -1px -5px 0 10px;
  }

  .downsell2a-v2-no_thanks_text {
    margin-top: 20px;
  }
  .downsell2a-v2-no_thanks_text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .downsell2a-v2-no_thanks_text img {
    margin: -2px 7px 0 0;
  }
}
