@charset "utf-8";
/* CSS Document */

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Roboto";
  font-weight: normal;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
table,
tr,
td {
  border: 0;
}
a {
  outline: none;
  color: #333;
  text-decoration: none;
}
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*=========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: normal;
  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;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-10 {
  margin-top: 10px;
}

.w-100p {
  width: 100%;
}

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

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top_strip {
  float: left;
  width: 100%;
  background: #000000;
  padding: 8px 0;
  position: relative;
}

.top_strip--inner {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  column-gap: 15px;
}
.inner--content {
  text-align: left;
}
.strip_text1 {
  font-size: 18px;
  line-height: 18px;
  color: #ffe56d;
  font-weight: 500;
  text-transform: uppercase;
}
.strip_text2 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 4px;
}
.top_strp_img1 {
  position: absolute;
  top: -10px;
  left: 0;
}
.top_strp_img2 {
  position: absolute;
  top: 0;
  right: 0;
}

#clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-top: 0;
}
#clockdiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 28px;
  height: 100%;
  background: #fff;
  padding: 0 0 2px;
  border-radius: 3px;
}
#clockdiv div > span {
  text-align: center;
  color: #000000;
  font-size: 17px;
  line-height: 19px;
  font-family: "Roboto Condensed";
  font-weight: bold;
}
.smalltext2 {
  font-size: 10px;
  line-height: 10px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
}
#clockdiv span.col {
  width: 12px;
  height: 25px;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

/*-----------------------
CSS FOR HEADER
------------------------*/
.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);
}
.logo {
  float: left;
  width: 87px;
}
a.call_text {
  float: right;
  font-size: 12px;
  line-height: 12px;
  color: #0f2446;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 7px;
}
a.call_text img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: -3px 7px 0 0;
}

.secure_strip {
  float: left;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
}
.secure_strip--inner {
  float: left;
  width: 100%;
  padding: 0 10px 12px;
}
.secure_strip_text {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  margin-top: -10px;
}
.secure_strip_text span {
  padding: 0 20px;
  background: #fff;
}
.lock {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -6px 7px 0 0;
}
.credit-cards {
  display: block;
  width: 428px;
  margin: 15px auto 0;
}

/*-----------------------
	Checkout Section
------------------------*/
.checkout_section {
  background: #fff;
  float: left;
  width: 100%;
  padding: 35px 0;
}
.stock_strip {
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #f5f9ff;
  border: 1px dashed #637dab;
  border-radius: 4px;
  padding: 7px 8px;
}
.stock_strip--inner {
  margin: 0 auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock_strip p {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  position: relative;
}
.stock_strip p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: -1px 8px 0 4px;
  background: #06cd55;
  animation: shadow-pulse 3s infinite;
}
@keyframes 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;
  }
}
.seals_img {
  width: 82px;
}

.select_box_wrap {
  float: left;
  width: 100%;
}
.select_wrap {
  float: left;
  width: 100%;
  margin-top: 0;
}
.select_wrap--header {
  float: left;
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 8px;
}
.step_text {
  width: 25px;
  height: 25px;
  background: #000d33;
  border-radius: 50%;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.step_heading {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}
a.size_text {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 13px;
  line-height: 13px;
  color: #555555;
  text-decoration: underline;
}

.selectBox {
  float: left;
  width: 100%;
}
.prd-opt {
  float: left;
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin: 25px auto 0;
  background: #bababa;
  overflow: hidden;
}
.pkg_inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.check_box_left {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pakge_row {
  float: left;
  width: 100%;
  padding: 20px 20px;
}
.prd-opt.active {
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #000d33;
}
.check_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 10px 15px;
  background: #bababa;
  overflow-y: clip;
}
.prd-opt.active .check_box {
  background: #000d33;
}
.rad-opt {
  width: 24px;
  margin-right: 10px;
}
.rad-opt input[type="radio"] {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
}
.rad-opt input[type="radio"] + span {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #000d33;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
}
.rad-opt span img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
.rad-opt input[type="radio"]:checked + span img {
  display: block;
}
.rad-opt input[type="radio"]:checked + span {
}
.sel-prd-info {
  width: 100%;
  text-align: center;
  position: relative;
}
.prd-qty {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.prd-opt.active .prd-qty {
  color: #fff;
}
.check_prod_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 432px;
  position: relative;
}
.pillow-product {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}
.off_seal {
  position: absolute;
  top: 10px;
  left: 240px;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  background: url(../images/red-seal-bg.webp) no-repeat center center;
  background-size: 100%;
}
.pkg1 .off_seal {
  left: 160px;
}
.off_seal.free_seal {
  right: 0;
  left: auto !important;
  padding-top: 0;
  line-height: 50px;
}
.check_pord_iner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
}
.check-prod {
  display: block;
  width: 110px;
}
.check_box_right {
  float: right;
  width: 97px;
  position: relative;
}
.check_box_right:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -70px;
  width: 27px;
  height: 27px;
  transform: rotate(45deg) skew(10deg, 10deg);
  border-right: 1px solid #1b2748;
  border-top: 1px solid #1b2748;
}
.shipping_text {
  font-size: 12px;
  line-height: 12px;
  color: #252525;
}
.van {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin: -3px 6px 0 0;
}
.prd-opt.active .shipping_text {
  color: #fff;
}
.prd-opt.active .van {
  filter: invert(1);
}

.sel-prd-prc {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.prd-prc {
  font-size: 40px;
  line-height: 40px;
  color: #06cd55;
  font-weight: bold;
}
.prd-prc span {
  color: #646363;
  font-weight: 400;
  position: relative;
}
.prd-prc span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  right: -5px;
  border-top: 2px solid #ff1919;
  transform: rotate(-21deg);
}
.prd-prc small {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}
.prd-save {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  padding: 5px 20px 5px;
  margin-top: 10px;
  border: 1px solid #ffb243;
  border-radius: 50px;
  background: #ffd99e;
}
.prd-ship-prc {
  font-size: 14px;
  line-height: 14px;
  color: #000d33;
  margin-top: 10px;
}
.prod_size_row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.prod_size_col {
  width: 100%;
  column-gap: 10px;

  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod_size_hdng {
  font-size: 17px;
  line-height: 17px;
  color: #000;
}
.prod_size_field {
  width: 180px;
  height: 40px;
  border: 1px solid #747474;
  border-radius: 6px;
  background: #fff;
  margin-top: 0;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #343434;
  font-family: "Roboto";
  font-weight: normal;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: url(../images/down-arw.webp) no-repeat right 15px center #fff;
  background-size: 14px;
}

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

/*=====Footer Sticky=====*/
.footer_section {
  float: left;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.ftr_sec--inner {
  float: left;
  width: 100%;
  background: #000d33;
  padding: 15px 0;
  text-align: center;
}
.button_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 350px;
}
.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);
}
.common_button img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -2px 0 0 10px;
}
.btn_top_text {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
}
.btn_top_text:before,
.btn_top_text:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #999999;
  width: 40px;
  height: 1px;
}
.btn_top_text:after {
  left: auto;
  right: 0;
}
.dot_text {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: -3px 10px 0 0;
  background: #ffbd3e;
  animation: shadow-pulse2 3s infinite;
  z-index: 3;
}
@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0 #404a66;
  }
  50% {
    box-shadow: 0 0 0 0 #404a66;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
.clr_text {
  color: #ffe554;
  font-weight: 500;
}

/*=====Order Summary=====*/
.order_sumry_sec {
  float: left;
  width: 100%;
  background: #f8f8f8;
  transition: background 0.3s ease;
}
.order_sumry_sec.active-bg {
  background: #fff;
}
.order_sumrybox {
  float: left;
  width: 100%;
}
.sumry-hdng {
  background: url(../images/close.webp) no-repeat right center;
  font-size: 15px;
  line-height: 16px;
  color: #313131;
  font-weight: normal;
  text-align: left;
  padding: 13px 30px 13px 0;
  cursor: pointer;
}
.sumry-hdng.active {
  background: url(../images/open.webp) no-repeat right center;
}
.order_sumry_details {
  float: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding: 15px 0 20px;
}
.prod-box {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ord-lft {
  width: 75%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.prod-img {
  width: 70px;
  height: 70px;
  background: #f1f1f1;
  position: relative;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding: 9px;
}
.prod-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}
.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;
}

.odr-rgt {
  width: calc(100% - 70px);
  padding-left: 20px;
  text-align: left;
}
.ord-title1 {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
}
.ord-title2 {
  font-size: 13px;
  line-height: 15px;
  color: #646464;
  margin-top: 8px;
}

.ord-right {
  width: 22%;
  text-align: right;
}
.cut_price {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 14px;
}
.cut_price span {
  position: relative;
}
.cut_price span:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 44%;
  border-bottom: 1px solid #fa2e2e;
  right: -4px;
  transform: rotate(-1deg);
}
.each_price {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 6px;
}
.each_price span {
  font-size: 14px;
  line-height: 14px;
}

.devider-cp {
  float: left;
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background: #d1d1d1;
}
.cart-table {
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 29px;
}
.green {
  color: #00ad0c;
}
.medium {
  font-weight: 500;
}
.saving-text,
.total-text {
  font-size: 17px;
  font-weight: bold;
}
.today_saving {
  background: #cfffd7;
  border-radius: 8px;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  padding: 13px;
  margin-top: 15px;
}
.today_saving span {
  font-size: 34px;
  line-height: 34px;
  color: #00ad0c;
  font-weight: bold;
}

/*=====Inner Page=====*/
.inner_section {
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px 0 50px;
}
.secure_strip {
  float: left;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
}
.secure_strip--inner {
  float: left;
  width: 100%;
  padding: 0 10px 12px;
}
.secure_strip_text {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  margin-top: -10px;
}
.secure_strip_text span {
  padding: 0 20px;
  background: #fff;
}
.lock {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -6px 7px 0 0;
}
.credit-cards {
  display: block;
  width: 428px;
  margin: 15px auto 0;
}

.reserve_strip {
  float: left;
  margin: 25px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.reserve_text {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 38px;
}
.reserve_text img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
}

.paypal-box {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.paypal-box span {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  background: #fff;
}
.paypalbtn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 7px;
  background: #ffc439;
  color: #111;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  margin: 10px auto 0;
}
.paypalbtn img {
  display: inline-block;
  vertical-align: top;
  width: 75px;
}
.alternate-payment-opt {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 2em;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
.alternate-payment-opt span {
  display: inline-block;
  padding: 0 1em;
}
.alternate-payment-opt span img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.alternate-payment-opt::after,
.alternate-payment-opt::before {
  content: "";
  display: inline-block;
  height: 1px;
  background: #e6e6e6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form_steps_wrap {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.form_header {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;

  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.frm_steps_text {
  width: 30px;
  height: 30px;
  background: #000d33;
  border-radius: 50%;
  font-size: 15px;
  line-height: 29px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.frm-hdr-icn {
  width: 40px;
}
.frm_hdr_content {
  padding-left: 10px;
  text-align: left;
}
.frm_hdr_content h3 {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}
.frm_hdr_content p {
  font-size: 14px;
  line-height: 18px;
  color: #585859;
  letter-spacing: 0.3px;
  margin-top: 3px;
}

.happy_customers {
  float: left;
  width: 100%;
  background: #000d33;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 6px;
  margin: 12px 0 0;
}
.happy_star {
  width: 80px;
}
.happy_customers p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0 10px;
}
.faces {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 3px;
  width: 47px;
}
.verfy-icn {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 5px 0 0;
  width: 16px;
}
.seals_img2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  width: 90px;
}
.ship_strip.happy_customers {
  background: #c2f58e;
}
.ship_strip.happy_customers p {
  color: #000;
  margin: 0;
}
.total_saving_strip.happy_customers {
  background: #fff1c0;
}
.total_saving_strip.happy_customers p {
  color: #000;
  margin: 0;
}
.cards_img {
  position: absolute;
  top: -4px;
  right: 0;
  width: 62px;
}
.form_box {
  float: left;
  width: 100%;
}
.form_element {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.label_text {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-bottom: 10px;
}
.frm_flds {
  width: 100%;
  height: 55px;
  background-color: #fff;
  outline: none;
  font-size: 16px;
  color: #000;
  font-family: "Roboto";
  padding: 0 15px;
  -webkit-appearance: none;
  border: 1px solid #979797;
  border-radius: 5px;
  -webkit-appearance: none;

  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.select_flds {
  background: url(../images/down-arrow.webp) no-repeat center right 15px;
  background-size: 12px !important;
}
.flds_half {
  width: 48.5%;
}

.frm_flds:focus {
  border: 1px solid #000d33;
  box-shadow: 0 0 0 1px #000d33;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fieldToggle2 {
  float: left;
  text-align: left;
  cursor: pointer;
  padding-left: 28px;
  margin-top: 20px;
  position: relative;
}
.fieldToggle2 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.fieldToggle2 input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
}
.fieldToggle2 input[type="checkbox"] + span {
  position: absolute;
  left: 0;
  top: 2.5px;
}
.fieldToggle2 input[type="checkbox"]:checked + span {
  background: #3e3e3e;
  border: 1px solid #000;
}
.fieldToggle2 input[type="checkbox"]:checked + span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/tik-white.svg) no-repeat center center;
  background-size: 100%;
  left: 1px;
  top: 1px;
}
.fieldToggle2 p {
  font-size: 15px;
  line-height: 21px;
  color: #000;
}
.billing_address {
  float: left;
  width: 100%;
}

.submit_btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
}
.submit_btn {
  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);
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.submit_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -2px 0 0 10px;
}
.submit_btn_text {
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
  margin-top: 14px;
}
.submit_btn_text span {
  text-decoration: underline;
}

.guarantee_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #e4ebff;
  padding: 65px 40px 25px;
  border-radius: 10px;
  margin-top: 90px;
  position: relative;
}
.guarantee_imgbx {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 125px;
  background: #fff;
  border-radius: 50%;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.guarantee_img {
  display: block;
  margin: 0 auto;
  width: 110px;
}
.guarantee_head {
  font-size: 19px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}
.guarantee_txt {
  font-size: 17px;
  line-height: 23px;
  color: #000;
  margin-top: 10px;
}

.choice_txt {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  text-transform: uppercase;
  margin-top: 40px;
}
.choice_txt span {
  position: relative;
  background: #fff;
  padding: 0 20px;
}
.choice_txt:before {
  position: absolute;
  content: "";
  border-top: 1px solid #d4d4d4;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.choice_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul.choice_list li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 25px auto 0;
}
ul.choice_list li img {
  width: 90px;
}
.choice_list_cont {
  width: calc(100% - 90px);
  padding-left: 18px;
  text-align: left;
}
.choice_list_cont h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}
.choice_list_cont p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-top: 7px;
}

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

/*=======Timer========*/

.timer-box {
  display: inline-block;
  vertical-align: middle;
}
.psgTimer {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  content: none;
}
.psgTimer_numbers > div,
.psgTimer_labels > div {
  display: inline-block;
  font-size: 0;
  width: 74px;
  text-align: center;
}
.psgTimer_numbers > div {
  position: relative;
}
.psgTimer_numbers > div:after {
  content: ":";
  line-height: 28px;
  height: 28px;
  display: block;
  font-size: 21px;
  color: #000;
  position: absolute;
  font-weight: bold;
  top: 0;
  right: -3px;
}
.up-timer .psgTimer_numbers > div:after {
  content: ":";
  color: #000;
}
.psgTimer_numbers > div:last-child:after {
  content: none;
}

.psgTimer_numbers > div > div {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  font-size: 21px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin: 0 2px;
}
.up-timer .psgTimer_numbers > div > div {
  color: #fff;
  background: #000;
}
.psgTimer_numbers > div > div:first-child {
}
.psgTimer_labels > div {
  padding-top: 5px !important;
  font-size: 17px;
  line-height: 20px;
  color: #1f1f1f;
  padding-left: 0.5px;
}
.hours {
  display: none !important;
}

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

  .header {
    padding: 12px 0;
  }

  .checkout_section {
    padding-top: 0;
  }
  .select_wrap {
    margin-top: 20px;
  }
  .prd-opt {
    margin-top: 15px;
  }
  .btn_top_text {
    font-size: 13px;
    line-height: 13px;
  }
  .form_steps_wrap {
    margin-top: 25px;
  }

  .check_box_right:before {
    top: -9px;
    left: -50px;
  }
  .check_prod_box {
    max-width: 303px;
  }
  .seals_img {
    width: 75px;
  }
  .off_seal {
    top: 0px;
    left: 160px;
  }
  .pkg1 .off_seal {
    left: 110px;
  }
  .rad-opt {
    width: 21px;
  }
  .rad-opt input[type="radio"] + span {
    width: 21px;
    height: 21px;
  }
  .rad-opt span img {
    width: 13px;
  }
  .prd-qty {
    font-size: 20px;
    line-height: 20px;
  }
  .rad-opt span img {
    width: 13px;
  }

  .footer_section {
    background: #000d33;
    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);
  }
  .ftr_sec--inner {
    padding: 10px 0;
    box-shadow: none;
  }

  /*=====Inner Page======*/
  .inner_section {
    padding: 30px 0 35px;
  }

  .today_saving {
    margin-top: 15px;
    padding: 10px;
  }

  .reserve_text {
    font-size: 13px;
    line-height: 17px;
    padding-left: 25px;
  }
  .reserve_text img {
    top: 5px;
    width: 20px;
  }

  .submit_btn_text {
    font-size: 9px;
    line-height: 11px;
  }

  .happy_customers {
    padding: 7px 12px;
  }
  .cards_img {
    width: 52px;
  }
  .happy_star {
    width: 63px;
  }
  .seals_img2 {
    width: 68px;
  }
  .happy_customers p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 7px;
  }
  .faces {
    width: 43px;
  }

  .guarantee_box {
    padding: 60px 30px 20px;
  }
  .guarantee_imgbx {
    width: 120px;
    height: 120px;
  }
  .guarantee_img {
    width: 100px;
  }
  .guarantee_txt {
    font-size: 16px;
    line-height: 22px;
  }

  .choice_txt {
    margin-top: 30px;
  }
  .choice_txt span {
    padding: 0 10px;
  }
  ul.choice_list {
    margin-top: 0;
  }
  ul.choice_list li {
    margin: 20px auto 0;
  }
  ul.choice_list li img {
    width: 80px;
  }
  .choice_list_cont {
    width: calc(100% - 80px);
    padding-left: 12px;
  }
  .choice_list_cont p {
    margin-top: 5px;
  }

  /*=====Timer======*/

  .psgTimer_labels > div {
    font-size: 14px;
    line-height: 17px;
  }
}

/* Help Modal Styles */
.body_checkout {
  background-color: #fff;
}

.modal_heading {
  color: #092447;
  margin-bottom: 0.7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.modal_number-block {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.modal_card {
  text-align: center;
  background-color: #e8eeff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3.1rem 3.5rem;
  display: flex;
  position: relative;
}

.modal_email-block {
  margin-top: 1rem;
}

.modal_sub-heading {
  color: #1a1f36;
  font-size: 1.5rem;
  line-height: 1.2;
}

.modal_sub-number {
  color: #4a7dff;
  border-bottom: 2px solid #4a7dff;
  margin-left: 2px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 0.8;
}

.modal_sub-text {
  color: #092447;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.modal_button-icon {
  width: 1.3rem;
  margin-left: 6px;
  font-weight: 400;
  position: relative;
  left: 8px;
}

.modal_sub-name {
  color: #1a1f36;
  font-size: 1.7rem;
  line-height: 1.3;
}

.modal_button {
  color: #fff;
  background-color: #2ab05b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  padding: 19px 27px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.modal_block {
  cursor: pointer;
  background-color: #092447e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.modal_close-icon {
  color: #8d8d8d;
  width: 1.7rem;
  font-weight: 400;
}

.modal_wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal_sub-email {
  color: #4a7dff;
  border-bottom: 2px solid #4a7dff;
  font-size: 1.7rem;
  line-height: 0.9;
}

.modal_close-block {
  position: absolute;
  inset: 2% 3% auto auto;
}

/* Responsive styles for modal */
@media screen and (max-width: 767px) {
  .modal_heading {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .modal_card {
    padding: 2rem 2.6rem;
  }

  .modal_sub-heading {
    font-size: 1.2rem;
  }

  .modal_sub-number {
    font-size: 1.3rem;
  }

  .modal_sub-text {
    font-size: 1.4rem;
  }

  .modal_sub-name {
    font-size: 1.3rem;
  }

  .modal_button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3rem;
  }

  .modal_close-icon {
    width: 1.3rem;
  }

  .modal_sub-email {
    font-size: 1.3rem;
  }
}
