body {
  line-height: 1.15;
  margin: 0px;
  font-family: Roboto;
}

h1,
h2,
h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
}

body,
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212529;
}

.cbd-header .header-warning {
  padding: 0.5rem;
}

.cbd-header .header-main {
  height: auto;
}

.cbd-header .header-main .col-height {
  height: auto;
}

.cbd-header .header-main .calms-logo img {
  margin-top: 0;
}

.cbd-header .royal-mail {
  max-height: 50px;
}

.delivery-banner {
  background-color: #3ca004;
}

.delivery-banner img {
  height: 18px;
  width: 30px;
}

.delivery-banner p {
  margin-bottom: 0px;
}

.container {
  max-width: 1180px;
}

.steps {
  padding: 10px;
  background: linear-gradient(0deg, #fff, #fff);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.steps p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}

.steps p span {
  color: #fc0303;
}

.steps.mob {
  background: none;
  border: none;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
  max-width: 600px;
  margin: 0px auto 1rem;
}

.steps.mob span {
  color: #ffffff;
}

.steps.mob .circle {
  background-color: #fff;
  border-radius: 500px;
  padding: 1px 5px;
  color: #c4c4c4;
  margin-right: 3px;
}

.steps.mob .circle.active {
  color: #fd6f03;
}

@media (max-width: 400px) {
  .steps.mob .circle {
    display: none;
  }
}

.steps-list {
  display: flex;
}

.steps-list .steps-item {
  width: 32.8333333333%;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000;
  font-size: 18px;
  background: #e0e0e0;
  border-radius: 8px;
}

.steps-list .steps-item.active {
  background-color: #fd6f03;
  color: #fff;
  margin: 0 1.4%;
}

.steps-list .steps-item.mob {
  position: relative;
  background: #c4c4c4;
  border-radius: 5px;
}

.steps-list .steps-item.mob p {
  margin: 0px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  margin-left: 15px;
}

.steps-list .steps-item.mob.active {
  margin: 0px;
  background-color: #fd6f03;
}

.steps-list .steps-item.mob.active::after {
  background: #fd6f03;
}

.steps-list .steps-item.mob::after {
  content: "";
  width: 34px;
  height: 30px;
  background: #c4c4c4;
  position: absolute;
  top: 4px;
  right: -15px;
  transform: rotate(315deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 8px;
  z-index: 9;
}

.qualify-sub {
  color: #fd6f03;
  font-size: 18px;
}

.approved-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.approved-text span {
  color: #7fcc06;
}

.card-body {
  flex: 1 1 auto;
}

@media (max-width: 1024px) {
  .card-body {
    max-width: 600px;
    margin: 1rem auto 0px;
  }
}

@media (max-width: 600px) {
  .card-body {
    max-width: calc(100% - 20px);
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden !important;
  display: block;
  border-radius: 10px;
}

.card.active {
  background-color: #fbfbe1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .card:last-child {
    margin-bottom: 0px;
  }
}

.card .packetCheck {
  width: 100%;
  display: block;
  cursor: pointer;
}

.card .packetCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.card .checkmark {
  position: absolute;
  top: 45%;
  left: 1%;
  height: 70px;
  width: 50px;
  z-index: 99;
  background-image: url(../images/check-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.card .bundleheader .col {
  background-color: #7ec304;
  color: #ffffff;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 22px;
  padding-left: 15px;
}

.card .bundleheader .col span {
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .card .bundleheader .col span {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .card .bundleheader .col {
    font-size: 18px;
  }
}

.card .bundleheader .col-auto {
  background-color: #3da109;
  color: #ffffff;
  padding: 8px 5px;
  background-image: url(../images/free_ship.png);
  background-size: contain;
  padding-left: 30px;
  background-repeat: no-repeat;
  text-align: center;
  min-width: 172px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
}

.card table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

.card .check_box_space {
  width: 12%;
}

@media (max-width: 1024px) {
  .card .check_box_space {
    width: 0px;
  }
}

.card .packet_width_height {
  width: 42%;
  height: 180px;
}

@media (max-width: 1024px) {
  .card .packet {
    padding: 10px 0px;
  }
}

.card .packet_boxes {
  height: 180px;
  position: relative;
  background-image: url(../images/plus_img.png);
  background-repeat: no-repeat;
  background-position: 143px center;
}

.card .star_box {
  width: 14%;
}

.card .star_box .save_badge {
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 11px;
  padding-top: 9px;
  font-weight: bold;
  margin-top: 5%;
  background-image: url(../images/starbg.png);
  background-size: cover;
  color: #ffffff;
  font-family: "Staatliches", cursive;
  transform: rotate(-20deg);
}

.card .star_box .save_badge div {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.card .pro_pack_5_3 {
  position: absolute;
  width: 55%;
  text-align: center;
  top: 85px;
}

.card .pro_pack_5_3:first-child {
  left: 10px;
}

.card .pro_pack_5_3:last-child {
  right: -55px;
}

.card .pro_pack_5_3 .product_l {
  position: absolute;
  width: 45%;
  margin-left: -14%;
  margin-top: -44%;
  z-index: 1;
}

.card .pro_pack_5_3 .product_r {
  position: absolute;
  width: 45%;
  margin-left: 22%;
  margin-top: -44%;
  z-index: 1;
}

.card .pro_pack_5_3 .product_c {
  position: absolute;
  width: 50%;
  z-index: 2;
  margin-top: -50%;
}

.card .plus_sign {
  width: 20%;
}

.card .checkmark img {
  display: none;
  position: absolute;
  left: 10px;
  top: 5px;
  background-image: red;
}

.card .packetCheck input:checked ~ .checkmark img {
  display: block;
}

.card .card table .packet_width_height {
  width: 42%;
  height: 180px;
}

.card .packet h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  font-style: italic;
  color: #d00f2d;
}

.card .packet h3 {
  color: #349c07;
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  font-weight: 600;
}

.card .pro_pack_3_2 {
  position: absolute;
  width: 55%;
  text-align: center;
  top: 85px;
}

.card .pro_pack_3_2:first-child {
  left: 0px;
}

.card .pro_pack_3_2:last-child {
  right: -35px;
}

.card .pro_pack_3_2 .product_r {
  position: absolute;
  width: 45%;
  margin-left: 22%;
  margin-top: -44%;
  z-index: 1;
}

.card .pro_pack_3_2 .product_c {
  position: absolute;
  width: 50%;
  z-index: 2;
  margin-top: -50%;
}

.card .pro_pack_1 {
  position: absolute;
  width: 45%;
  text-align: center;
  top: 85px;
}

.card .pro_pack_1 .product_c {
  position: absolute;
  width: 28%;
  z-index: 2;
  margin-top: -20%;
}

.card .pro_pack_2_2 {
  position: absolute;
  width: 55%;
  text-align: center;
  top: 85px;
}

.card .pro_pack_2_2:first-child {
  left: 0px;
}

.card .pro_pack_2_2:last-child {
  right: -35px;
}

.card .pro_pack_2_2 .product_r {
  position: absolute;
  width: 45%;
  margin-left: 22%;
  margin-top: -44%;
  z-index: 1;
}

.card .pro_pack_2_2 .product_c {
  position: absolute;
  width: 50%;
  z-index: 2;
  margin-top: -50%;
}

.card .pro_pack_1_a {
  position: relative;
  width: 65%;
  text-align: center;
  padding: 0px;
  text-align: right;
  color: #999999;
}

.card .pro_pack_1_a h1 {
  margin: 0px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.card .pro_pack_1_1 {
  position: relative;
  width: 35%;
  text-align: center;
  margin-left: -20%;
}

.card .pro_pack_1_1 .product_c {
  position: absolute;
  width: 96%;
  z-index: 2;
  top: -72px;
  right: -42px;
}

.card .pro_pack_1_1_free {
  position: relative;
  width: 35%;
  text-align: center;
  margin-left: -20%;
}

.card .pro_pack_1_1_free .product_c {
  position: absolute;
  width: 92%;
  z-index: 2;
  top: -96px;
  right: -92px;
}

.card .pro_pack_1_1_free .product_r {
  position: absolute;
  width: 78%;
  z-index: 2;
  top: -100px;
  right: -112px;
}

.card .pro_pack_1_1_free .product_l {
  position: absolute;
  width: 78%;
  z-index: 2;
  top: -100px;
  right: -75px;
}

.card .packet_boxes.single_pack {
  background-image: url(../images/single_box.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.guarantee-block {
  border: 1px solid #979797;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin-bottom: 17px;
}

.guarantee-block .guarantee-top {
  background-color: #252525;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  padding: 3px 5px 4px;
}

.guarantee-block .guarantee-content {
  overflow: hidden;
  padding: 7px 15px 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-block .guarantee-icon {
  float: left;
  margin: 4px 3% 0;
  width: 100%;
  max-width: 120px;
}

.guarantee-block .guarantee-text {
  overflow: hidden;
}

.guarantee-block .guarantee-text p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000;
}

.hidden-off-screen {
  position: absolute;
  left: -1000px;
  bottom: 0;
}

.checkout .footer {
  color: #393f40;
}

#checkout_form_box {
  background-color: #f3f3f3;
  max-width: 450px;
  margin: auto;
}

@media (max-width: 1024px) {
  #checkout_form_box {
    max-width: calc(100% - 20px);
    width: 100%;
    margin-bottom: 1rem;
  }
}

.form__in {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  background: linear-gradient(0deg, #fff, #fff);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.form__in.mob {
  padding: 0px;
  border: none !important;
  border-radius: 0px;
}

.form__header {
  text-align: center;
  display: inline-block;
  background-color: #323232;
  width: 100%;
  position: relative;
  border-radius: 8px;
}

.form__header h2,
.form__header h3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 13px;
}

.form__header h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.accept-text {
  font-family: Roboto, sans-serif;
  display: flex;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 9px;
}

.form__cards {
  text-align: center;
}

.form__cards li:first-child {
  margin: 0 5px 0 0;
  position: relative;
}

.form__cards li {
  display: inline-block;
}

.form__cards li img {
  width: 54px;
}

form input:not([type=checkbox]),
form select {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #989898;
  border-radius: 8px;
  color: #000;
  display: block;
  font-size: 1rem;
  margin: 0 0 1.2rem !important;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  line-height: normal;
}

@media (max-width: 1024px) {
  form input:not([type=checkbox]),
  form select {
    margin: 0 0 0.75rem !important;
  }
}

form label {
  font-size: 14px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-bottom: 3px;
}

.cvv-link a {
  font-family: Roboto, sans-serif;
  color: #7d7d7d;
  text-decoration: underline;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.04em;
  margin-left: 4%;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}

.secure-icon {
  text-align: center;
  margin-bottom: 19px;
}

.secure-icon span {
  font-size: 0.75rem;
  position: relative;
}

.secure-icon span:before {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../images/lock-img.svg) no-repeat center;
  position: absolute;
  left: -14px;
  top: 0;
}

.payment_as_shipping_label {
  margin-bottom: 1rem !important;
}

.send-btn span:before {
  content: "";
  display: block;
  width: 9px;
  height: 25px;
  background: url(../images/arrow.svg) no-repeat center;
  position: absolute;
  left: -19px;
  right: 5px;
}

@media (max-width: 1024px) {
  .send-btn span:before {
    display: none;
  }
}

.send-btn {
  box-shadow: none;
  background: #ffcf1c;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 1.375rem;
  text-indent: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  font-weight: 900;
  transition: all 0.2s;
}

.send-btn:hover {
  background: #dcb215 !important;
}

.send-btn span:before {
  content: "";
  display: block;
  width: 9px;
  height: 25px;
  background: url(/images/arrow.svg) no-repeat center;
  position: absolute;
  left: -19px;
  right: 5px;
}

@media (max-width: 1024px) {
  .send-btn span:before {
    display: none;
  }
}

.send-btn span {
  position: relative;
}

.mob-steps-body {
  max-width: 600px;
  margin: 0 auto;
}

.mob-steps-body .secure-order-mob {
  margin: 1rem 0;
}

.mob-steps-body .secure-order-mob span {
  font-size: 12px;
}

.mob-steps-body .secure-order-mob .grey-divide {
  border-top-width: 2px;
  margin: 20px 0px;
}

.mob-steps-body .secure-order-mob .grey-divide.one {
  margin-top: 5px;
}

.btn {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn.rush {
  font-size: 25px;
  font-family: "Staatliches", cursive;
  background-color: #fdc806;
  color: #000000;
  border: solid 2px #d27300;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal .back_drop .btn.rush {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "Staatliches", cursive;
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #999999;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0);
}

.modal .back_drop .btn.rush {
  background-color: #ffd900 !important;
  color: #000000 !important;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.show {
  display: block;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

.pro_03_upgrade {
  position: relative;
  text-align: center;
}

.pro_03_upgrade .pro_upgrade_c {
  position: absolute;
  width: 50%;
  margin-top: -50%;
  margin-left: -25%;
}

.w-50 {
  width: 50%;
}

.pro_01_upgrade {
  position: relative;
  text-align: center;
}

.pro_01_upgrade .pro_upgrade_l_1 {
  position: absolute;
  width: 40%;
  margin-top: -42%;
  margin-left: 4%;
}

.pro_01_upgrade .pro_upgrade_r_1 {
  position: absolute;
  width: 40%;
  margin-top: -42%;
  margin-left: 59%;
}

.pro_01_upgrade .pro_upgrade_l {
  position: absolute;
  width: 46%;
  margin-top: -47%;
  margin-left: 12%;
}

.pro_01_upgrade .pro_upgrade_r {
  position: absolute;
  width: 46%;
  margin-top: -47%;
  margin-left: 45%;
}

.pro_01_upgrade .pro_upgrade_c {
  position: absolute;
  width: 50%;
  margin-top: -50%;
  margin-left: 25%;
}

.text-end {
  text-align: right !important;
}

.pro_02_upgrade {
  position: relative;
  text-align: center;
}

.pro_02_upgrade .pro_upgrade_l {
  position: absolute;
  width: 46%;
  margin-top: -47%;
  margin-left: 10%;
}

.pro_02_upgrade .pro_upgrade_r {
  position: absolute;
  width: 46%;
  margin-top: -47%;
  margin-left: 43%;
}

.pro_02_upgrade .pro_upgrade_c {
  position: absolute;
  width: 50%;
  margin-top: -50%;
  margin-left: 26%;
}

.pro_03_upgrade {
  position: relative;
  text-align: center;
}

.pro_03_upgrade .pro_upgrade_c {
  position: absolute;
  width: 50%;
  margin-top: -50%;
  margin-left: 26%;
}

.custom-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999900;
  display: none;
}

.custom-modal.show {
  display: block;
}

.custom-modal-dialog {
  max-width: 300px;
  min-width: 300px;
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  position: fixed;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: 10000;
}

.custom-modal-body {
  background: #fff;
  color: #212529;
}

.muscle-gel-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(127, 132, 142, 0.95);
  z-index: 1000000;
  overflow-y: scroll;
  overflow-x: hidden;
}

.muscle-gel-modal.show-style {
  display: flex;
}

.muscle-gel-modal.hidden-style {
  display: none;
}

.muscle-gel-modal.modal-body {
  padding: 0px !important;
}

.parent {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
  background: linear-gradient(to bottom, #2553ad 0%, #2553ad 40%, white 40%, white 100%);
  height: 400px;
}

.parent::before {
  position: absolute !important;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background-color: #2553ad;
}

.left {
  width: 150px;
  text-align: right;
  color: white;
}

.rightCol {
  width: 250px;
  color: white;
}

.upgrade-header-text {
  width: 235px;
  padding-top: 23%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 107.5%;
  /* or 34px */
  color: #ffffff;
}

.upgrade-text {
  width: 210px;
  padding-top: 20%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11.5113px;
  line-height: 151.02%;
  /* or 17px */
  color: #000000;
}

.upgrade-button {
  width: 198px;
  height: 40.29px;
  background: #81c231;
  border-radius: 27.6497px;
}

.close_btn {
  padding-right: 3.25rem;
  opacity: 0.5;
}

@media screen and (max-width: 400px) {
  .parent {
    width: 300px;
  }

  .gel-img {
    display: none !important;
  }
}