body {
  font-family: "Inter", sans-serif;
}
.form-container {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  background: #ffffff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.form-header {
  padding: 20px;
  text-align: center;
}
.title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.form-title {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  margin: 0;
}
.form-title span {
  color: #ff0000;
}
.viewtext {
  background: #fff5d4;
  border: 1px solid #eecc97;
  padding: 10px 20px;
  margin-top: 20px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewtext p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.viewtext p span {
  color: #ff0000;
  font-weight: 600;
}
.viewtext p i {
  color: #ff0000;
}
.upsale-modern-checkout-offer .leftarrow {
  display: block;
  animation-name: left;
  -webkit-animation-name: left;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.upsale-modern-checkout-offer .rightarrow {
  display: block;
  animation-name: right;
  -webkit-animation-name: right;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}
.step-header {
  background-color: #1a1a1a;
  color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.step-number {
  background-color: #1d1d1d;
  color: #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  border: 1px solid #fff;
}

.step-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0;
}

.step-subtitle {
  margin: 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.form-wrapper {
  padding: 20px 30px;
}
.form-wrapper .form-control {
  height: 48px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  outline: none;
  color: #000;
  font-size: 16px;
  padding: 10px;
}
.form-wrapper .form-select {
  height: 48px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
}
.form-wrapper .form-control::placeholder {
  color: #000;
}
.delivery-estimate {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.delivery-date {
  color: #ff0000;
  font-weight: 700;
}
.delivery-truck {
  max-width: 30px;
}
.cta-section {
  margin-top: 25px;
}
.cta-button {
  display: inline-block;
  vertical-align: top;
  /*height: 77px;*/
  color: #fff;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;

  text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  background: rgba(255, 96, 2, 0.1);
  background: linear-gradient(
    0deg,
    rgba(241, 89, 2, 1) 0%,
    rgba(241, 89, 2, 1) 51%,
    rgba(235, 86, 2, 1) 97%
  );
  overflow: hidden;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  padding:20px 35px;
}
.disclaimer-text {
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 16px;
}
.disclaimer-text span a{
  text-decoration: underline;
  color: #222222;
}

.delivery-section,
.cta-section,
.disclaimer-section {
  padding: 0 30px;
}
.trust-badges {
  text-align: center;
}

.trust-badges img {
  max-width: 65%;
  height: auto;
  display: inline-block;
}

.delivery-estimate img {
  max-width: 30px;
}

.trust-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.trust-badges {
  padding: 10px 30px 20px 30px;
}

.bundle-wrapper {
  padding: 20px;
}
.bundle-options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*.bundle-options-list li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 7px;
  margin-bottom: 7px;
}*/
.bundle-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding: 0 5px;
  cursor: pointer;
  font-weight: normal;
}

.bundle-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
}

.bundle-option.active {
  background: #fff8cc;
}

.bundle-image {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #eee;
}
.bundle-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bundle-info {
  width: 100%;
  text-align: left;
  position: relative;
  /*padding: 0 0 0 121px;*/
  display: flex;
  align-items: center;
  gap: 15px;
}
.bundle-info input[type="radio"] + span {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #a5a5a5;
}
.bundle-info h5 {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.bundle-info p {
  /*color: #ff0000;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /*margin-top: 5px;*/
  margin-bottom: 10px;
}

.bundle-price {
  text-align: right;
}
.bundle-price p{
  margin-bottom: 0;
}
.pro-price {
  color: #1d1c1c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.bundle-price del {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.bundle-price del:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  background: red;
  right: 0;
  transform: rotate(-7deg);
}

.bundle-price strong {
  font-weight: 700;
}
.tag-popular {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
  font-weight: 500;
  background: #ff0000;
  letter-spacing: 0.3px;
  padding: 4px 10px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  line-height: 20px;
}
.tag-popular:after {
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #ff0000;
  border-top: 14px solid #ff0000;
  content: "";
}
.tax-note {
  font-size: 12px;
  color: #808080;
}


/*.bundle-options-list li:nth-child(2) .bundle-info {
  padding-top: 0;
  padding-bottom: 0;
}*/
.bundle-info input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #da1333;
}
.cvv-code {
  color: #000;
  text-decoration: none;
}
.upsale-offer {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
}
.upsale-offer li:not(:last-child) {
  margin-bottom: 20px;
}
.upsell-header {
  background: #139b25;
  padding: 15px;
  text-align: center;
  border-radius: 7px 7px 0 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px dashed #fff;
  gap: 20px;
}
.upsale-toggle {
  float: left;
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 0.3px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
}
/* .upsale-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
} */
.upsale-toggle input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 23px;
  height: 23px;
  position: relative;
  background: #fff;
  margin-left: 5px;
}
.upsale-toggle input[type="checkbox"] + span {
  position: absolute;
  left: 0;
}
.upsale-toggle input[type="checkbox"]:checked + span:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/tik-blk.svg) no-repeat center center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.upsale-box {
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  overflow: hidden;
}
.upsell-body {
  background: #fff;
  padding: 15px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.upsell-body .img-thumb img {
  width: 100px;
  height: auto;
}
.upsell-body .upsell-info {
  width: calc(100% - 120px);
}
.upsell-body p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: normal;
}
.upsell-body p strong {
  font-weight: 600;
}
.upsell-body p span {
  text-transform: uppercase;
}

/* popup */
.popup-loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.95);
}
.popup-loading-wrapper .popup {
  min-width: 300px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-loading-wrapper .popup .product-image {
  width: 250px;
  height: 150px;
  margin: 0 auto 15px;
  position: relative;
  background: url("../images/ggwhite.png") no-repeat left top;
  background-size: 100% auto;
}
.popup-loading-wrapper .popup p {
  font-size: 18px;
  color: #e5f3fc;
  padding: 8px 0 3px;
  opacity: 0.5;
}
.popup-loading-wrapper .popup h2 {
  width: 300px;
  font-size: 32px;
  color: #e5f3fc;
  line-height: 36px;
  letter-spacing: -1px;
  padding: 0 0 20px;
  margin: 0;
}
.popup-loading-wrapper .popup .loading-image {
  width: 70px;
  height: 70px;
  margin: auto;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.has-error {
    border: none !important;
}
.form-wrapper .has-error .form-control {
    border-color: orange;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.no-error {
    border: none !important;
}
.form-wrapper .no-error .form-control {
    border-color: green;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.mm-selectList{
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #000;
      font-size: 16px;
    padding-left: 10px;
    height: 48px !important;
    font-weight: normal;
}
.form-wrapper .has-error .mm-selectList {
    border-color: orange !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-wrapper .no-error .mm-selectList{
  border-color: green !important;
}
.bundle-options-list li{
  list-style-type: none;
}


.bundle-info>ul {
    list-style: none;
    padding-left: 0;
}
.bundle-info>ul>li {
    display: flex;
    justify-content: space-between;
    height: auto;
}
.bundle-info>ul>li.pod-order-total-section {
    padding-top: 8px;
}
.bundle-info>ul>li.pod-order-total-section {
    border-top: 2px solid #e1e1e1;
}

/* Modal overlay */
.modal-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

/* Modal content box */
.modal-content {
  background: #fff;
  width: 400px;
  max-width: 90%;
  margin: 100px auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

/* Close button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.checkout-modern-terms{
  margin-bottom: 0;
}

.bundle-options-list li:not(:last-child) {
  padding-bottom: 3px;
}
.total-section{
      border-top: 2px solid #e1e1e1;
      padding-top: 10px;
}
.shipping-section{
  padding-top: 15px;
}
.upsale_cross_product {
    padding: 0px;
    text-align: center;
    width: 100%;
    left: -10%;
    position: static;
}
.upsale_cross_product .bump-box .crossItem {
     min-height: auto; 
}
.upsale_cross_product li {
    width: 100%;
}
.upsale_cross_product .bump-box .crossItem strong {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    min-height : 0px;
}

.upsale_cross_product .bump-box .crossItem.checked {
    background: #40a61e !important;
}
.crossItem-description-wrapper{
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}
.crossItem-description-wrapper .cross_product_description{
  width: 100%;
  flex:0 0 auto;
  max-width: 260px;
}
.crossItem-description-wrapper .cross_product_description img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crossItem-description-wrapper .crossItem-description{
  width: calc(100% - 120px);
}

.upsale-modern-checkout-offer .crossItem-description-wrapper .crossItem-description .crossItem-text{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.upsale-modern-checkout-offer .cross-sell-pod-product-form {
    min-height: 100px;
}
.upsale-modern-checkout-offer .crossItem-description-wrapper {
    min-height: 130px;
}
.upsale_cross_product .upsale-modern-checkout-offer .bump-box .crossItem {
    padding-left: 10px; 
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.upsale_cross_product .upsale-modern-checkout-offer .bump-box .crossItem input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    position: static;
    flex: 0 0 auto;
    display: block;
}
.payment-wrap .mm-selectList.no-error  {
    border: 1px solid green !important;
}
.payment-wrap .mm-selectList.has-error {
    border: 1px solid orange!important;
}
.upsale-modern-checkout-offer{
  padding: 20px;
  margin: 0;
  list-style-type: none;
}
.upsale-modern-checkout-offer li:not(:last-child){
  padding-bottom: 10px;
}

.modern-checkout-country-message .modal-dialog,
.modern-checkout-limelight-message .modal-dialog{
    max-width: 600px;
}
.modern-checkout-country-message .modal-content,
.modern-checkout-limelight-message .modal-content {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    padding: 0;
}
.modern-checkout-country-message .modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modern-checkout-limelight-message .modal-header{
    border-radius: 0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.modern-checkout-limelight-message .modal-header .close {
    position: absolute;
    top: -5px;
    right: 20px;
    font-family: Helvetica Neue, sans-serif;
    font-size: 3.2em;
    font-weight: 300;
    margin: 0;
    color: #fff;
    text-shadow: none;
    opacity: .9;
}
.modern-checkout-country-message .modal-body,
.modern-checkout-limelight-message .modal-body {
    padding: 30px;
}
.modern-checkout-country-message .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    justify-content: center;
}
.modern-checkout-country-message .domestic_control-redirect-manual {
    color: #ffffff !important;
    border: 2px solid #000 !important;
    background-color: #000 !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}
.modern-exp-year.has-error,
.modern-exp-month.has-error{
  border: 1px orange solid !important;
}
.ship_state.no-error,
.ship_country.no-error{
  border-color: green !important;
}
.modern_shipping_state .mm-textField{
  height: 48px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    outline: none;
    color: #000;
    font-size: 16px;
    padding: 10px;
    background-color: #fff;
    font-weight: 400;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.modern_shipping_state .mm-textField::placeholder {
  color: #000;
}

.checkout-modern-terms{
  text-align: left;
  font-size: 16px;
}
.disclaimer-text.disclaimer-text-widget{
  text-align: left;
  padding: 15px 30px 0;
}
.disclaimer-text.disclaimer-text-widget .disclaimer-text-ele{
  padding-right: 5px;
}
.font-base{
  font-size: 16px;
}
.disclaimer-text.disclaimer-text_term {
    padding: 0 30px;
    text-align: left;
}
.disclaimer-text.disclaimer-text_term input[type='checkbox'] {

  width: 13px;
  height: 14px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #6c6d6e;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
  transition: all 0.15s ease-in-out;
  top: 2px;
  margin-right: 3px;
}

.disclaimer-text.disclaimer-text_term input[type='checkbox']:focus {
  outline: 0;
}

.disclaimer-text.disclaimer-text_term input[type='checkbox']::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.disclaimer-text.disclaimer-text_term input[type='checkbox']:checked {
  background: #0d6efd;
  border: #0d6efd;
}
.disclaimer-text.disclaimer-text_term input[type='checkbox']:checked::after {
  opacity: 1;
}

/* media queries */
@media (max-width: 992px) {
  .cta-button {
      font-size: 20px;
  }
  .crossItem-description-wrapper {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.crossItem-description-wrapper .crossItem-description {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 767px) {
  .disclaimer-text.disclaimer-text_term {
    padding: 0 15px;
}
  .form-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  .hide-mobile {
    display: none !important;
  }
  .viewtext {
    padding: 3px 4px 3px;
    margin-top: 14px;
  }
  .viewtext p {
    font-size: 12px;
    line-height: 27px;
  }
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .step-title {
    font-size: 20px;
  }
  .step-subtitle {
    font-size: 12px;
    letter-spacing: normal;
  }
  .step-header {
    padding: 15px 12px;
  }
  .form-wrapper {
    padding: 20px 15px;
  }
  .delivery-estimate {
    font-size: 16px;
    letter-spacing: normal;
    gap: 0.8rem;
    text-align: center;
  }
  .cta-button {
    margin-top: 20px;
    font-size: 16px;
    /*height: 65px;*/
    /*line-height: 65px;*/
    padding: 15px;
    box-shadow: none;
  }
  .delivery-section,
  .cta-section,
  .disclaimer-section {
    padding: 0 15px;
  }
  .cta-section {
    margin-top: 0;
  }
  .trust-badges img {
    max-width: 88%;
  }
  .popup-loading-wrapper .popup h2 {
    letter-spacing: normal;
  }
  .bundle-wrapper {
    padding: 6px;
  }
  .bundle-option {
    padding: 5px;
    gap: 15px;
  }
  .bundle-info {
    width: 100%;
    padding: 0;
  }
  .bundle-info input[type="radio"] + span {
    left: 1px;
    width: 20px;
    height: 20px;
  }
  .bundle-info input[type="radio"]:checked + span:after {
    width: 10px;
    height: 10px;
  }
  .bundle-image {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
  }
  .bundle-price p {
    font-size: 14px;
}
.upsale_cross_product .bump-box .crossItem strong {
    text-align: left;
    font-size: 14px;
}
.upsale_cross_product .bump-box .crossItem {
    min-height: auto;
    display: flex;
    gap: 10px;
    text-align: left;
    justify-content: flex-start;
}
.upsale_cross_product .bump-box .crossItem input[type=checkbox] {
    position: static;
}
  .total-section {
    padding-top: 0;
}
  .tag-popular {
    font-size: 12px;
    padding: 4px 7px;
  }
  .bundle-info h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .bundle-info p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }
  .pro-price {
    font-size: 16px;
    line-height: 24px;
  }
  .bundle-price del {
    font-size: 14px;
  }
  .upsell-header {
    padding: 10px;
    gap: 10px;
    justify-content: flex-start;
  }
  .upsale-offer {
    padding: 15px;
  }
  .upsale-toggle input[type="checkbox"] + span {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
  }
  .upsale-toggle input[type="checkbox"]:checked + span:after {
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
  }
  .upsale-toggle {
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  .upsell-body .upsell-info {
    width: calc(100% - 60px);
  }
  .upsell-body p {
    font-size: 14px;
    line-height: 20px;
  }
  .upsell-body {
    padding: 8px;
    gap: 10px;
  }
  .upsell-body .img-thumb img {
    width: 60px;
    height: auto;
  }
  .crossItem-description-wrapper .cross_product_description{
  width: 100%;
  height: 100%;
  flex:0 0 auto;
  max-width: 100%;
}
.crossItem-description-wrapper .cross_product_description img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crossItem-description-wrapper .crossItem-description{
  width: 100%;
}
.upsale-modern-checkout-offer .crossItem-description-wrapper .crossItem-description .crossItem-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.crossItem-description-wrapper {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.modern-checkout-country-message .modal-body,
.modern-checkout-limelight-message .modal-body {
    padding: 10px;
}
.modern-checkout-limelight-message .modal-content {
    padding-bottom: 0 !important;
}
  .disclaimer-text {
    padding: 0 15px;
  }
  .disclaimer-text.disclaimer-text-widget {
    padding: 0 15px;
  }
  .upsale_cross_product .upsale-modern-checkout-offer .bump-box .crossItem {
    padding-left: 10px;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}
  .upsale_cross_product .bump-box .crossItem strong {
      max-width: 100%;
  }

  .crossItem-description-wrapper .crossItem-description {
    text-align: left;
  }
}

.modern-checkout-form-container{
    margin-top: 0!important;
}
.modern-checkout-form-container select{
    border: 1px solid rgb(196, 196, 196)!important;

}
.modern-checkout-form-container .step-number{
    border: 1px solid #fff !important
}
.my-swal-popup {
  width: 40em !important;   /* default ~32em */
  padding: 2em !important;
}
.my-swal-text {
  font-size: 16px !important; /* Bigger content */
}

/* Confirm button */
.my-swal-confirm {
  font-size: 1rem !important;
  padding: 0.75em 2em !important;
}