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

@font-face {
  font-family: "Roboto";
  src: url("../../fonts-nco/Roboto-SemiBold.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  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 Condensed";
  src: url("../../fonts-nco/RobotoCondensed-Bold.woff2") format("woff2"),
    url("../../fonts-nco/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.new-checkout-v4 {
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
}

.new-checkout-v4 label {
  font-weight: normal;
}
.new-checkout-v4 a {
  text-decoration: none;
}

.new-checkout-v4-container {
  width: 480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.new-checkout-v4-top_strip {
  float: left;
  width: 100%;
  padding: 8px 0;
  position: relative;
  background: url(../images/top-strip-bg.svg) no-repeat #c4ceeb;
  background-size: cover;
  background-position: 50% 0, 20% 50%;
}

.new-checkout-v4-top_strip_inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.new-checkout-v4-top_strip_inner_content {
}
.new-checkout-v4-top_strip_text {
  font-size: 22px;
  line-height: 22px;
  color: #33427a;
  font-weight: 800;
  text-transform: uppercase;
}
.new-checkout-v4-off-cloud {
  width: 149px;
}

.new-checkout-v4-clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
  padding: 4px 12px 5px;
  border-radius: 6px;
  background: #780c0c;
}
.new-checkout-v4-clockdiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new-checkout-v4-clockdiv div > span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-family: "Roboto Condensed";
  font-weight: 800;
}
.new-checkout-v4-smalltext2 {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-transform: uppercase;
}
.new-checkout-v4-clockdiv span.new-checkout-v4-col {
  width: 12px;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  font-weight: 800;
}
a.new-checkout-v4-call_text {
  float: right;
  font-size: 12px;
  line-height: 12px;
  color: #0f2446;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 7px;
}
a.new-checkout-v4-call_text img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: -3px 7px 0 0;
}

/*-----------------------
CSS FOR HEADER
------------------------*/
.new-checkout-v4-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);
}
.new-checkout-v4-logo {
  float: left;
  width: 87px;
}

/*-----------------------
	Checkout Section
------------------------*/
.new-checkout-v4-checkout_section {
  background: #fff;
  float: left;
  width: 100%;
  padding: 45px 0 35px;
}

.new-checkout-v4-select_box_wrap {
  float: left;
  width: 100%;
}
.new-checkout-v4-shipping_box {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  padding: 0 15px 18px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.new-checkout-v4-seals {
  display: block;
  margin: -15px auto 0;
  width: 118px;
  padding: 0 15px;
  background: #fff;
}
.new-checkout-v4-shipping_text1 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-top: 15px;
}
.new-checkout-v4-shipping_text1 span {
  border-bottom: 1px solid #d8d8d8;
}
.new-checkout-v4-shipping_text1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: -3px 8px 0 4px;
  background: #06cd55;
  animation: new-checkout-v4-shadow-pulse 3s infinite;
}
@keyframes new-checkout-v4-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #06cd55;
  }
  50% {
    box-shadow: 0 0 0 0 #06cd55;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
.new-checkout-v4-shipping_text2 {
  font-size: 19px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-top: 8px;
}
.new-checkout-v4-shipping_text2 span {
  color: #f00000;
  font-weight: bold;
}

.new-checkout-v4-select_wrap--header {
  float: left;
  width: 100%;
  text-align: left;

  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 8px;
}
.new-checkout-v4-step_count {
  width: 40px;
  height: 40px;
  background: #0e1b3e;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.new-checkout-v4-step_heading {
  font-size: 24px;
  line-height: 24px;
  color: #101111;
  font-weight: bold;
}
.new-checkout-v4-step_text {
  font-size: 16px;
  line-height: 22px;
  color: #585859;
  margin-top: 5px;
}
a.new-checkout-v4-size_text {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 13px;
  line-height: 13px;
  color: #555555;
  text-decoration: underline;
}

ul.new-checkout-v4-size_list {
  float: left;
  width: 100%;
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
ul.new-checkout-v4-size_list li {
  background: #ffffff;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border: 2px solid #ababab;
  cursor: pointer;

  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul.new-checkout-v4-size_list li span {
  font-size: 12px;
  line-height: 17px;
  color: #343434;
}
ul.new-checkout-v4-size_list li.new-checkout-v4-active {
  color: #fff;
  border: 2px solid #102345;
  background: #102345;
}
ul.new-checkout-v4-size_list li.new-checkout-v4-active span {
  color: #fff;
}

.new-checkout-v4-selectBox {
  float: left;
  width: 100%;
}
.new-checkout-v4-prd-opt {
  float: left;
  width: 100%;
  border: 1px solid #aeaeae;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin: 20px auto 0;
  overflow: hidden;
}
.new-checkout-v4-prd_opt_header {
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
  background: url(../images/banner-offer-tile-r8-mobile.svg) no-repeat #c4ceeb;
  background-size: cover;
  background-position: 54% 40%;
}
.new-checkout-v4-prd_opt_header p {
  font-size: 20px;
  line-height: 20px;
  color: #101111;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.new-checkout-v4-prd_opt_header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 215px;
  height: 56px;
  transform: translate(-50%, -63%);
  text-transform: uppercase;
  background: url(../images/cloud.webp) no-repeat;
  background-size: cover;
}
.new-checkout-v4-pkg_inner {
  width: 100%;
  padding: 15px 20px 20px;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-checkout-v4-prd-opt.new-checkout-v4-active {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  outline: 1px solid #000d33;
  border: 1px solid #000d33;
}
.new-checkout-v4-prd-opt.new-checkout-v4-active .new-checkout-v4-pkg_inner {
  background: #f4f7ff;
}
.new-checkout-v4-check_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.new-checkout-v4-rad-opt {
  width: 24px;
  margin-right: 10px;
}
.new-checkout-v4-rad-opt input[type="radio"] {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
}
.new-checkout-v4-rad-opt input[type="radio"] + span {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #9c9494;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
}
.new-checkout-v4-rad-opt span img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
}
.new-checkout-v4-rad-opt input[type="radio"]:checked + span img {
  display: block;
}
.new-checkout-v4-rad-opt input[type="radio"]:checked + span {
  border: 1px solid #000d33;
}
.new-checkout-v4-prd-qty {
  width: calc(100% - 34px);
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: #000d33;
  margin-top: 1px;
}

.new-checkout-v4-pkg_discount--strip {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.new-checkout-v4-pkg_discount--list {
  float: left;
  width: 100%;
  padding-left: 34px;
  margin-top: 10px;
}
.new-checkout-v4-pkg_discount--list li {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  padding-left: 28px;
  text-align: left;
  margin-top: 12px;
  background: url(../images/green-tick-01.webp) no-repeat;
  background-position: top 3px left;
  background-size: 16px;
}

.new-checkout-v4-pakge_row_right {
  flex-shrink: 0;
}
.new-checkout-v4-prod-det_price_text {
  font-size: 44px;
  line-height: 44px;
  color: #1a9c00;
  font-weight: bold;
}
.new-checkout-v4-prod-det_price_text span {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.new-checkout-v4-prd-shipping_charges {
  font-size: 15px;
  line-height: 16px;
  color: #2d2c2c;
  margin-top: 10px;
}
.new-checkout-v4-prod-det--total {
  font-size: 16px;
  line-height: 16px;
  color: #2d2c2c;
  margin-top: 10px;
  position: relative;
}
.new-checkout-v4-prod-det--total span {
  position: relative;
}
.new-checkout-v4-prod-det--total span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 1px;
  background: #2d2c2c;
}

.new-checkout-v4-protection_box {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 15px 15px 12px;
  text-align: left;
  margin-top: 30px;
}
.new-checkout-v4-fieldToggle {
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.new-checkout-v4-fieldToggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.new-checkout-v4-fieldToggle input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.new-checkout-v4-fieldToggle input[type="checkbox"] + span {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.new-checkout-v4-fieldToggle input[type="checkbox"]:checked + span:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #18cb57;
  background: url(../images/tik-white.svg) #18cb57 no-repeat center center;
  background-size: 77%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-checkout-v4-protecbx_heading {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding-left: 30px;
}
.new-checkout-v4-protecbx_text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  margin-top: 8px;
  padding-left: 30px;
}

/*=====Footer Sticky=====*/
.new-checkout-v4-footer_section {
  float: left;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.new-checkout-v4-ftr_sec--inner {
  float: left;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 -3px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -3px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
}
.new-checkout-v4-product_size--box {
  float: left;
  width: 100%;
  text-align: left;
  column-gap: 8px;

  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-checkout-v4-product_size--text {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
}
.new-checkout-v4-product_size--text a {
  display: inline-block;
  vertical-align: middle;
}
.new-checkout-v4-size-wrapper {
  position: relative;
}
.new-checkout-v4-help-icn {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-top: -3px;
}
.new-checkout-v4-size-tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #102345;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  display: none;
  z-index: 999;
}
.new-checkout-v4-size-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #102345 transparent transparent transparent;
}
.new-checkout-v4-size-wrapper:hover .new-checkout-v4-size-tooltip {
  display: block;
}

.new-checkout-v4-button_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.new-checkout-v4-common_button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  border-radius: 5px;
  text-align: center;
  background: #00c646;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.new-checkout-v4-common_button img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -2px 0 0 10px;
}
.new-checkout-v4-medium {
  font-weight: 500;
}

/*=======Media Query========*/
.new-checkout-v4-show-mob,
.new-checkout-v4-show-tab {
  display: none;
}
.new-checkout-v4-fl {
  float: left;
}
.new-checkout-v4-fr {
  float: right;
}

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

  .new-checkout-v4-top_strip {
    height: 47px;
    padding: 1px 0;
    background: url(../images/top-strip-bg-mob.svg) no-repeat #c4ceeb;
    background-size: cover;
    background-position: 0 0, 20% 50%;
  }
  .new-checkout-v4-top_strip_text {
    font-size: 18px;
    line-height: 18px;
  }
  .new-checkout-v4-off-cloud {
    width: 145px;
  }
  .new-checkout-v4-clockdiv {
    padding: 4px 10px 6px;
  }
  .new-checkout-v4-clockdiv div > span {
    font-size: 14px;
    line-height: 15px;
  }
  .new-checkout-v4-smalltext2 {
    font-size: 7px;
    line-height: 7px;
  }
  .new-checkout-v4-clockdiv span.new-checkout-v4-col {
    width: 12px;
    line-height: 14px;
    font-size: 12px;
  }

  .new-checkout-v4-header {
    padding: 12px 0;
  }
  .new-checkout-v4-checkout_section {
    padding: 35px 0 25px;
  }

  .new-checkout-v4-selectBox {
    margin-top: 5px;
  }
  .new-checkout-v4-shipping_box {
    margin-bottom: 25px;
    padding: 0 15px 16px;
  }
  .new-checkout-v4-ready_text {
    font-size: 16px;
    line-height: 16px;
  }
  .new-checkout-v4-ready_text span {
    padding: 0 20px;
    margin-top: -10px;
  }
  .new-checkout-v4-seals {
    margin: -13px auto 0;
    width: 99px;
    padding: 0 12px;
  }
  .new-checkout-v4-shipping_text1 {
    font-size: 15px;
    line-height: 18px;
  }
  .new-checkout-v4-shipping_text2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 11px;
  }

  .new-checkout-v4-step_heading {
    font-size: 20px;
    line-height: 20px;
  }
  .new-checkout-v4-step_text {
    font-size: 14px;
    line-height: 18px;
  }
  .new-checkout-v4-step_count {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
  }

  .new-checkout-v4-prd-opt {
    margin: 13px auto 0;
  }
  .new-checkout-v4-prd_opt_header p {
    font-size: 20px;
    line-height: 20px;
  }
  .new-checkout-v4-rad-opt {
    width: 20px;
  }
  .new-checkout-v4-rad-opt input[type="radio"] + span {
    width: 20px;
    height: 20px;
  }
  .new-checkout-v4-pkg_inner {
    padding: 15px 12px 20px;
    column-gap: 7px;
  }
  .new-checkout-v4-prd-qty {
    width: calc(100% - 30px);
    font-size: 22px;
    line-height: 22px;
  }
  .new-checkout-v4-pkg_discount--list {
    padding-left: 30px;
    margin-top: 5px;
  }
  .new-checkout-v4-pkg_discount--list li {
    font-size: 12px;
    line-height: 16px;
    padding-left: 18px;
    margin-top: 7px;
    background-position: top 5px left;
    background-size: 11px;
  }
  .new-checkout-v4-prod-det_price_text {
    font-size: 39px;
    line-height: 40px;
  }
  .new-checkout-v4-prod-det_price_text span {
    font-size: 20px;
  }
  .new-checkout-v4-prd-shipping_charges {
    font-size: 13px;
    line-height: 14px;
  }
  .new-checkout-v4-prod-det--total {
    font-size: 15px;
    line-height: 15px;
  }
  .new-checkout-v4-fieldToggle input[type="checkbox"] + span {
    width: 18px;
    height: 18px;
  }
  .new-checkout-v4-protecbx_heading {
    font-size: 14px;
    line-height: 16px;
  }
  .new-checkout-v4-protecbx_text {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
  }

  .new-checkout-v4-protection_box {
    margin-top: 20px;
  }

  .new-checkout-v4-footer_section {
    background: #fff;
    box-shadow: 0 -3px 8px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -3px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
  }
  .new-checkout-v4-ftr_sec--inner {
    padding: 10px 0 15px;
    box-shadow: none;
  }

  ul.new-checkout-v4-size_list {
    margin-top: 5px;
  }
  ul.new-checkout-v4-size_list li {
    font-size: 14px;
    line-height: 14px;
  }
  ul.new-checkout-v4-size_list li span {
    font-size: 11px;
  }
  .new-checkout-v4-button_box {
    margin-top: 10px;
  }
  .new-checkout-v4-product_size--text {
    font-size: 13px;
    line-height: 13px;
  }
}
