:root {
  --white: #fff;
  --black: #000;
  --grey: #858585;
  --green: #adf4a1;
  --blue: #b3eaff;
  --orange: #e44613;
  --red: #f20404;
  --yellow: #ffc43a;
}

a {
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rethink Sans", sans-serif;
  color: #0a0a0a;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

input[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

header {
  padding: 0.313rem 0;
  background-color: #f9fdff;
}

header .left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

header .right p {
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}

header .right p:last-child {
  margin-left: 0.313rem;
  padding-left: 1rem;
  position: relative;
}

header .right p:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.063rem;
  height: 100%;
  /*    background-color: var(--white);*/
  background-color: #777777;
}

header .right p span {
  display: block;
}

header .right p span a {
  color: var(--black);
  text-decoration-line: underline;
}

/* header .container {
    max-width: 960px;
} */

.div-line {
  margin: 0.375rem auto;
  padding: 0.75rem 0px;
  overflow: hidden;
  font-size: 0.87rem;
  text-align: center;
  font-weight: 600;
  position: relative;
  color: #000000;
  font-weight: 700;
}

.div-line:before {
  position: absolute;
  content: "";
  width: 232px;
  height: 0.5px;
  background: #e0e0e0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.div-line:after {
  position: absolute;
  content: "";
  width: 232px;
  height: 0.5px;
  background: #bbbbbb;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.cover-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: relative;
}

.cover-price::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: rotate(352deg);
  transform: rotate(352deg);
  left: 0px;
}

ul.grpbx-list {
  float: left;
  width: 100%;
  padding-left: 15px;
  font-family: "Inter", sans-serif;
}

ul.grpbx-list li {
  float: left;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  list-style: disc;
}

.black-stripe {
  background: #323743 !important;
  padding: 0.313rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.black-stripe .black-stripe-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--white);
}

.d-none {
  display: none;
}

.bold {
  font-weight: 600;
}

.checkout-bonusDeals-reciept {
  padding: 1.875rem 0;
}

.checkout-bonusDeals-reciept h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.188rem;
  margin-bottom: 0;
}

.checkout-bonusDeals-reciept h3 span {
  font-size: 12px;
  line-height: 1.125rem;
  font-weight: 400;
  color: var(--grey);
}

/*.checkout-bonusDeals-reciept h3 span.line-with-arrow {
    width: 6.25rem;
}*/

.checkout-bonusDeals-reciept h3 span.active {
  color: var(--black);
}

.left {
  float: none;
  padding-right: 10px;
}

.green-stripe {
  background-color: #f8d902;
}

.green-stripe h4 {
  margin: auto 0;
  padding: 4px 0 4px 8px;
  align-items: center;
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: 800;
  text-align: left;
}

.green-stripe h4 span {
  color: var(--black);
}

.blue-stripe {
  background-color: var(--blue);
  padding: 0.375rem 1rem 0.375rem 1rem;
}

.blue-stripe h4 {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
}

.blue-stripe h4 span {
  color: var(--orange);
}

.express-checkout {
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  text-align: center;
  margin-top: 1rem;
  padding-top: 0px;
  position: relative;
  margin-bottom: -10px;
}
.express-checkout-btn-group {
  border-radius: 5px;
  padding: 25px 15px 20px;
  gap: 5px;
  align-items: stretch;
  margin-top: -0.65rem;
  border: 1px solid #e1e1e1;
}
/* .express-checkout::before {
  position: absolute;
  content: "";
  width: 184px;
  height: 0.5px;
  background: #bbbbbb;
  left: 0px;
  top: 58%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.express-checkout::after {
  position: absolute;
  content: "";
  width: 184px;
  height: 0.5px;
  background: #bbbbbb;
  right: 0px;
  top: 58%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
} */
.paypal-gpay-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.paypal-gpay-buttons a {
  width: 100%;
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 8px;
}

.paypal-gpay-buttons a.paypal-button {
  background-color: var(--yellow);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paypal-gpay-buttons a.paypal-button:hover {
  background-color: #ffbb1b;
}

.paypal-gpay-buttons a.gpay-button {
  background-color: var(--black);
}
.option-wrap {
  background-color: #ffffff;
  padding: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.option-wrap-upsell {
  background-color: #ffffff;
  padding: 16px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .option-wrap,
  #Choose-your-package {
    padding: 6px 10px;
  }
}
.Choose-your-package {
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 1.3rem;
  margin-bottom: 0.938rem;
  color: #0a0a0a;
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sarabun {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#would-you-like {
  color: #000000;
  background-color: #ffffff;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  #would-you-like {
    font-size: 18px;
    line-height: 25px;
  }
}
.choose-your-package-sub {
  background: #f7efdf;
  padding: 6px 16px;
  font-size: 14px;
  margin-bottom: 0;
}
.Choose-your-package span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 10px;
}
.Choose-your-package-section li {
  /*    margin-bottom: 6px;*/
  border-radius: 8px;
  border: 2px solid var(--white);
  font-size: 14px;
}

li.active {
  border-color: #2ba4ff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
}

.radio-section p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.radio-section p span {
  font-weight: 700;
}

.radio-section p:last-child {
  color: #4c4c4c;
  font-weight: 700;
}

.radio-section .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: end;
}

.radio-section .right p {
  margin-bottom: 0;
}

.radio-section .right .original-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.radio-section .right .original-price::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 122%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: rotate(352deg);
  transform: rotate(352deg);
  left: -8px;
}

.radio-section .right .offer-price {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 24px;
  color: var(--black);
  text-wrap: nowrap;
}

.radio-section .recommended-deal {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #08927a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-wrap: nowrap;
}
.radio-section .recommended-deal.is-blue {
  color: #298fbd;
}
.radio-section .recommended-deal img {
  margin-right: 4px;
  padding-bottom: 2px;
}

.radio-section input[type="radio"] {
  width: 21px;
  height: 20.5px;
  margin-top: 1px;
  margin-right: 1rem;
}

.radio-section input[type="radio"]:not(:checked) {
  background-color: #f6f6f6;
  border-color: #919191;
}
.shipping-address {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  /*    margin-top: 1rem;*/
}

.enter-your-shipping-details {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

/* .payment-section {
  background-color: #f6f6f6;
} */

.payment-section .payment-section-head {
  /* border: 1px solid #f6f6f6; */
  padding-top: 11px;
  padding-bottom: 11px;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}

.payment-section .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.payment-section .form-check input[type="radio"] {
  width: 20px;
  height: 19.5px;
}

.payment-section .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.payment-section p {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 0;
}

.payment-section .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.payment-section .right span {
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  color: #6a6a6a;
}

.payment-section .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.payment-section .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.payment-section label:focus-visible {
  outline: none;
}

.payment-section .payment-section-body {
}

.payment-section .expiration-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* .payment-section.active .payment-section-head {
  border-color: #141414;
} */

.left li .radio-section input[type="radio"] {
  margin-top: 1px;
  margin-right: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #919191;
  background-color: #f6f6f6;
  transition: 0.1s all linear;
  /*    margin-right: 5px;*/
  position: relative;
}

/* .left li:first-child.active .radio-section input[type=radio] {
    width: 20.5px;
    height: 20px;
}

 .left li:nth-child(2).active .radio-section input[type=radio] {
    width: 20.5px;
    height: 20px;
}

 .left li:last-child.active .radio-section input[type=radio] {
    width: 20.5px;
    height: 20px;
}*/

.left li .radio-section input[type="radio"]:checked {
  /*  background-color: #000;
    border-color: #000;*/
  border: 6px solid #000;
}

.right {
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .right {
    position: sticky;
    top: 0;
  }
  .checkout-form-submit.show-desk {
    margin: 0 !important;
  }
  .right-section-form {
    padding-bottom: 50px;
  }
}

.right .right-bottom,
.right-bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.right .right-bottom .right-bottom-image,
.right-bottom .right-bottom-image {
  width: 13%;
  text-align: right;
}

@media only screen and (max-width: 576px) {
  .right .right-bottom .right-bottom-image,
  .right-bottom .right-bottom-image {
    width: 18%;
    text-align: right;
  }
}

.right .right-bottom .right-bottom-text,
.right-bottom .right-bottom-text {
  width: 82%;
  padding-left: 14px;
  flex-grow: 1;
}

.right .right-bottom .right-bottom-text p,
.right-bottom .right-bottom-text p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .right .right-bottom .right-bottom-text p,
  .right-bottom .right-bottom-text p {
    font-size: 12px;
  }
}

.right .right-bottom .right-bottom-text p span,
.right-bottom .right-bottom-text p span {
  font-weight: 700;
}

.right-top {
  /*background-color: #f6f6f6;
    padding: 16px 16px;*/
  background-color: #ffffff;
  padding: 16px 16px;
  border: 1px solid #bbbbbb;
}
.your-cart {
  color: white;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: #002f28;
  padding: 14px 16px;
}
.right-top .your-cart {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.star-happyCustomer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.star-happyCustomer h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 0;
}
.selected-product-name-1 {
  flex: 1 0 65px;
}
.checkout-page-cart-product-title {
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #000;
}

/* .checkout-page-cart-product-section {
    text-align: left;
    width: 230px;
}*/
.checkout-page-cart-product-section {
  margin-top: 0;
}

.checkout-page-cart-price-section {
  margin-top: 0px;
}

.checkout-page-cart-price-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  /*    padding: 8px 0;*/
}

.checkout-page-cart-price-section ul li:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 15px;
}

.checkout-page-cart-price-section ul li p {
  margin-bottom: 0;
}

.checkout-page-cart-price-section ul li p span {
  font-weight: 700;
}

.checkout-page-cart-price-section ul li p span.org {
  color: var(--orange);
}

/* .checkout-page-cart-price-section ul li:first-child {
    border-bottom: 2px solid var(--black);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

 .checkout-page-cart-price-section ul li:first-child p {
    font-size: 14px;
    line-height: 21px;
}*/

/* .checkout-page-cart-price-section ul li:nth-child(2) {
    padding: 8px 0;
    align-items: start;
}

 .checkout-page-cart-price-section ul li:nth-child(2) p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 5px;
}*/

li.cart-discount p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

/* .checkout-page-cart-price-section ul li:nth-child(4) {
        border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 8px 0;
    display: none;
}*/
li.cart-subtotal {
  /*    border-bottom: 1px solid #e1e1e1;*/
  border-top: 1px solid #e1e1e1;
  padding: 10px 0;
  font-size: 14px;
  /*    margin-top: 10px;*/
}

li.cart-subtotal .org_price {
  font-size: 15px;
}
.checkout-page-cart-price-section ul li.cart-subtotal p span {
  font-weight: 400;
}
li.warranty-price-wrapper {
  /* border-bottom: 1px solid #e1e1e1; */
  /* border-top: 1px solid #E1E1E1; */
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  /*    margin-top: 10px;*/
}
li.charging-price-wrapper {
  /* border-bottom: 1px solid #e1e1e1; */
  /* border-top: 1px solid #E1E1E1; */
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  /*    margin-top: 10px;*/
}
li.cart-shipping-mob {
  /* border-bottom: 1px solid #e1e1e1; */
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
}
li.shipping-price-wrapper {
  /* border-bottom: 1px solid #e1e1e1; */
  /* border-top: 1px solid #E1E1E1; */
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  /*    margin-top: 10px;*/
}
li.cart-shipping {
  /* border-bottom: 1px solid #e1e1e1; */
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  /*    margin-top: 10px;*/
}

li.offer-product {
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 10px 0;
}

li.cart-discount {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  font-size: 15px;
  border-top: 1px solid #e1e1e1;
}
li.cart-item-amount {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  font-size: 15px;
}

.container {
  /* max-width: 960px; */
  max-width: 1200px;
}

.paypal-gpay-buttons #container {
  width: 100%;
  height: 46px !important;
  margin-top: 0 !important;
}

.gpay-button.black {
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gpay-button.black:hover {
  background-color: #2a2a2a;
}

.recommended-deal {
  display: none;
  display: block;
  color: #08927a;
}

.checkout-form input[type="text"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="email"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="tel"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="number"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="text"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="email"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="tel"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form input[type="number"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.checkout-form .input_wrap {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.checkout-form .input_wrap label {
  width: auto;
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.checkout-form select + label {
  font-size: 12px !important;
  color: var(--black) !important;
  top: -5px !important;
  left: 10px !important;
  background: #ffffff;
  padding: 0px 5px 0px 5px !important;
}

.checkout-form .form-control {
  height: auto;
  padding: 0.78rem 2.5rem 0.75rem 0.75rem;
  border: 1.5px solid #bbbbbb !important;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkout-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-form .form-control:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-form .first-last-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.checkout-form .first-last-name .input_wrap {
  width: 50%;
}

.checkout-form #shippingAddressSearch {
  position: absolute;
  top: 25%;
  right: 7px;
  right: 25px;
}

.checkout-form #cardNumber {
  position: absolute;
  top: 25%;
  right: 7px;
}

.checkout-form #securityCode {
  position: absolute;
  top: 25%;
  right: 7px;
}

.checkout-form #billingAddressSearch {
  right: 25px;
}

.checkout-form .expiration-security .input_wrap {
  width: 50%;
}

.checkout-form .billing-address-section .form-check input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 0;
}

.checkout-form .billing-address-section .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-form .billing-address-section .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.checkout-form .billing-address-section .billing-address-head {
  /* background-color: #f6f6f6; */
  /* padding: 0 20px 20px 20px; */
}

.checkout-form .billing-address-section .billing-address-head label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.checkout-form .billing-address-section .billing-address-body {
  background-color: #fff;
  padding: 0 4px 0;
  display: none;
}

.checkout-form
  .billing-address-section
  .billing-address-body
  .input_wrap.country-wrap.country-wrap2
  + div.input_wrap {
  margin-bottom: 0;
}

.checkout-form .billing-address {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-top: 1rem;
}

.enter-your-billing-details {
  font-size: 15px;
}

.checkout-form .enter-your-shipping-details {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.checkout-form-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #ffd431;
  color: #000;
  padding: 15px 0;
  margin: 30px 0 25px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.checkout-form-submit:hover {
  background-color: #ffcd11;
  cursor: pointer;
}
.btn-checkout:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 6px;
  background-image: url("../img/icon-btn-arrow-right.svg");
}
.checkout-form input.no-error ~ #shippingAddressSearch {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form input.has-error ~ #shippingAddressSearch {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form input.no-error ~ #cardNumber {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form input.has-error ~ #cardNumber {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form input.has-error ~ #securityCode {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form input.no-error ~ #securityCode {
  position: absolute;
  top: 25%;
  right: 24px;
}

.checkout-form select {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat, repeat;
  background-image: url(../images/polygon-icon.svg);
  background-position: right 23px top 50%, 0 0;
  background-size: 0.85em auto, 100%;
}
.package-selector input[type="text"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="email"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="tel"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="number"]:focus + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="text"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="email"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="tel"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector input[type="number"].form-control.has-value + label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

.package-selector .input_wrap {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.package-selector .input_wrap label {
  width: auto;
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.package-selector select + label {
  font-size: 12px !important;
  color: var(--black) !important;
  top: -5px !important;
  left: 10px !important;
  background: #ffffff;
  padding: 0px 5px 0px 5px !important;
}

.package-selector .form-control {
  height: auto;
  padding: 0.78rem 2.5rem 0.75rem 0.75rem;
  border: 1.5px solid #bbbbbb !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.package-selector .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.package-selector .form-control:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.package-selector select {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  /*    background-size: 0.65em auto, 100%;*/
  font-size: 15px;
}

.payment-section input:focus + label {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    color-stop(43%, #f6f6f6),
    color-stop(43%, #ffffff),
    to(#ffffff)
  ) !important;
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f6f6f6 43%,
    #ffffff 43%,
    #ffffff 100%
  ) !important;
}

.payment-section input.has-value + label {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    color-stop(43%, #f6f6f6),
    color-stop(43%, #ffffff),
    to(#ffffff)
  ) !important;
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f6f6f6 43%,
    #ffffff 43%,
    #ffffff 100%
  ) !important;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.ph-pos {
  position: relative;
}

.ph-pos .opt-text {
  position: absolute;
  top: 30%;
  right: 23px;
  font-size: 0.8125rem;
  color: #908d8d;
}

.input_wrap input::-webkit-input-placeholder {
  color: #212529 !important;
}

.input_wrap input::-moz-placeholder {
  color: #212529 !important;
}

.input_wrap input:-ms-input-placeholder {
  color: #212529 !important;
}

.input_wrap input::-ms-input-placeholder {
  color: #212529 !important;
}

.input_wrap input::placeholder {
  color: #212529 !important;
}

#id_expiry_year {
  font-weight: 600 !important;
}

#id_expiry_month {
  font-weight: 600 !important;
}

#billingAddressSearch {
  position: absolute;
  top: 25%;
  right: 7px;
}

.payment-text {
  font-size: 20px;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.ssl-safe-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.ssl-safe-section .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.ssl-safe-section .inner-section h5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #5c5c5e;
}

.ssl-safe-section .inner-section h5 span {
  display: block;
}

.bundle-of-cards {
  text-align: center;
  margin-top: 20px;
}

.invalid-ph {
  color: rgb(184, 17, 17);
}

/* footer {
  background-color: white;
  padding: 40px 0;
  text-align: center;
  padding-bottom: 20px;
}

footer p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  margin-bottom: 6px;
  border-top: 1px solid #a8a8a8;
  padding-top: 15px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}

footer ul li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  position: relative;
}

footer ul li a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  height: 70%;
  width: 1px;
  background-color: #a8a8a8;
}

footer ul li a:hover {
  color: #a8a8a8;
}

footer ul li:last-child a::after {
  display: none;
} */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.yt-loader {
  -webkit-animation-name: horizontalProgressBar;
  animation-name: horizontalProgressBar;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #ef534e;
  height: 3px;
  left: 0;
  top: 0;
  width: 0%;
  z-index: 9999;
  position: absolute;
}

.yt-loader:after {
  display: block;
  position: absolute;
  content: "";
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 0.5;
}

.floating-cart {
  background-color: #f6f6f6;
  display: none;
}

.floating-cart .row .col-6:first-child {
  position: relative;
}

.floating-cart .row .col-6:first-child::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 56%;
  background-color: #b6b6b6;
}

.floating-cart .left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.floating-cart .right {
  padding: 8px 0;
}

.floating-cart .right p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.floating-cart .right p span {
  font-weight: 700;
}

.floating-cart .right p span.org {
  color: var(--orange);
}

.floating-cart .container {
  max-width: 915px;
}

.has-tooltip1 {
  position: relative;
}

.has-tooltip1::before {
  background: #000;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  display: inline-block;
  font-weight: normal;
  left: 50%;
  margin-top: -9px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  min-width: 200px;
  max-width: 200px;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 12px;
  text-align: center;
}

.has-tooltip1:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.has-tooltip1:hover:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.has-tooltip1:focus:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.has-tooltip1:focus:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.has-tooltip1:after {
  border: 10px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -11px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  width: 0;
  z-index: 1;
}

.has-tooltip2 {
  position: relative;
}

.has-tooltip2::before {
  background: #000;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  display: inline-block;
  font-weight: normal;
  left: 50%;
  margin-top: -9px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  min-width: 200px;
  max-width: 200px;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 12px;
  text-align: center;
}

.has-tooltip2:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.has-tooltip2:hover:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.has-tooltip2:focus:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.has-tooltip2:focus:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.has-tooltip2:after {
  border: 10px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -11px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  width: 0;
  z-index: 1;
}

form.checkout-form {
  padding: 0;
}

.form-control#inputEmail {
  border-color: #000 !important;
}

.form-control#inputEmail:focus {
  border-color: #000 !important;
}

.form-control.no-error {
  border-color: #5c9657 !important;
  font-weight: 600;
}

.form-control.has-error {
  border-color: orange !important;
}

.size-selector.has-error {
  border-color: orange !important;
}

.form-control#inputEmail.no-error {
  border-color: #5c9657 !important;
}

.form-control#inputEmail.no-error:focus {
  border-color: #000 !important;
}

.form-control#inputEmail.has-error {
  border-color: orange !important;
}

.form-control#inputEmail.default-border {
  border-color: #bbbbbb !important;
}

.form-control#inputEmail.default-border.no-error {
  border-color: #5c9657 !important;
}

.form-control#inputEmail.default-border.has-error {
  border-color: orange !important;
}

input.has-error ~ #billingAddressSearch {
  position: absolute;
  top: 25%;
  right: 24px;
}

input.no-error ~ #billingAddressSearch {
  position: absolute;
  top: 25%;
  right: 24px;
}

.green-stripe #disc_per {
  color: #000;
}

.mobile-active-arrow {
  display: none;
}

.mobile-inactive-arrow {
  display: none;
}

#id_shipping_country {
  border-color: #5c9657 !important;
}

#id_billing_country {
  border-color: #5c9657 !important;
}

.country-wrap [name="shippingState"] {
  border-color: #5c9657 !important;
}

.country-wrap [name="billingState"] {
  border-color: #5c9657 !important;
}

.row.after-sec .input_wrap {
  /*    margin-top: 20px;*/
  margin-bottom: 0;
}

.gpay-button {
  padding: 12px 24px 12px !important;
}

select[name="expmonth"] {
  font-weight: 400 !important;
}

select[name="expyear"] {
  font-weight: 400 !important;
}

select[name="expmonth"].has-value {
  font-weight: 600 !important;
}

select[name="expyear"].has-value {
  font-weight: 600 !important;
}

select[name="expmonth"].no-error {
  font-weight: 600 !important;
}

select[name="expyear"].no-error {
  font-weight: 600 !important;
}

#form-top-part input:focus {
  border-color: #000 !important;
}

.billing-address-body input:focus {
  border-color: #000 !important;
}

.payment-section-body input:focus {
  border-color: #000 !important;
}

select:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.addTick {
  position: relative;
}

/* .addTick::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/tick-input.png);
  background-repeat: no-repeat;
  top: 1em;
  right: 5px;
  position: absolute;
  display: inline-block;
} */

/*.addTick .no-error {
    background: none;
}*/
/* .input_wrap.country-wrap.addTick::after, .input_wrap.country-wrap.addErrorIcon::after, .expiration-security .input_wrap.addTick::after, .expiration-security .input_wrap.addErrorIcon::after    {
    background: none;
} */

.addErrorIcon {
  position: relative;
}

.addErrorIcon::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/error-input.png);
  background-repeat: no-repeat;
  top: 1rem;
  right: 5px;
  position: absolute;
  display: inline-block;
}

/*.addErrorIcon .has-error {
    background: none;
}*/

.mob-only {
  display: none;
}

#securityCode {
  background: #fff;
  padding: 0px 3px;
}

.new-color {
  color: #46a82d !important;
  font-size: 16px !important;
}

.show-mob {
  display: none;
}

.show-desk {
  display: block;
}

.quotes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 12px;
}

.walla-img {
  width: 200px;
  border-radius: 5px;
}

.checkout-testimonial-img {
  width: 110px;
  border-radius: 5px;
}

.review_name {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0px;
}

.review_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  font-weight: normal;
  margin: -4px 0 0 4px;
  font-family: Inter, sans-serif;
}

.review_check {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 15px;
  height: 15px;
}

.selector-group {
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  padding: 20px 12px;
  position: relative;
}
.selector-group label {
  font-size: 14px;
}
.size-container label {
  font-weight: bold;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
}
.size-chart-btn {
  color: #0250bc;
  text-decoration: underline;
}
.size-chart-btn-upsell1 {
  color: #000000;
  text-decoration: underline;
  padding-right: 0.5rem;
}

.selector-group.active {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  border: 3px solid #050505;
  background-color: #eff7ff;
}

.selector-group.active .selectors {
  margin-top: 0.5rem;
}

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* border-bottom: 1px solid #eee; */
  /* padding:  1.25rem 0; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.selector:not(:last-child) {
  padding: 0.5rem 0 1rem;
}

/* offer details section start */
.bundle-info {
  display: none;
  margin-top: -1rem;
}

.selector-group.active .bundle-info {
  display: block;
  margin-top: 0.5rem;
}

.selector-group .offer-details-wrapper,
.selector-group .offer-details-size-chart-wrapper,
.selector-group .accordion {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0;
  margin-top: -1rem;
}

.selector-group.active .offer-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selector-group.active .offer-details-size-chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.25rem 0.75rem;
}

.selector-group.active .accordion {
  display: block;
}
.selector-group hr,
.offer-details-wrapper hr,
.offer-details-size-chart-hr,
.offer-details-sizing-tips-wrapper hr {
  margin: 0.5rem auto;
  /*    color: #eee;*/
  border-top: 1px solid #eeeeee;
  opacity: 1;
}
.offer-details-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.offer-details-select-title {
  padding-bottom: 5px;
  width: 135px;
}

.offer-details-size-chart-wrapper-left,
.offer-details-size-chart-wrapper-right {
  font-size: 15px;
  color: #0a0a0a;
  line-height: 18.15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.tips {
  margin: 1.5rem 0rem 1.25rem;
  font-size: 15px;
  margin-bottom: 0px;
}
.offer-details-sizing-tips-wrapper .accordion-button {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  /*padding-left: 0;
    padding-right: 0;*/
}

.offer-details-sizing-tips-wrapper .accordion-item {
  border: 0;
  color: black;
}

.offer-details-sizing-tips-wrapper .accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
}

.offer-details-sizing-tips-wrapper .accordion-button:focus {
  box-shadow: none;
}

.num-wrapper {
  font-size: 20px;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 0;
  margin-right: 5px;
}

.color-container {
  padding-right: 10px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  font-family: "Inter";
  font-size: 15px;
}

.size-container {
  padding-right: 10px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  font-size: 15px;
  font-family: "Inter";
}

.save-off-text {
  font-size: 16px;
  color: #d32b33;
  margin-left: 3px;
}

.save-off-text-top {
  font-size: 16px;
  color: #d32b33;
  font-weight: 700;
  margin-top: 8px;
}

.form-check-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  align-items: center;
}

.select-quantity-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  white-space: nowrap;
  margin-right: 6px;
}

@media (max-width: 768px) {
  /*.checkout-page-cart-product-section {
        text-align: left;
        width: 200px;
        margin: 0 auto;
    }*/

  .express-checkout {
    font-size: 14px;
    font-weight: 700;
  }

  .right .right-bottom .right-bottom-text,
  .right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 0px;
  }

  header .right p span {
    display: block;
    font-size: 12px;
  }

  .checkout-bonusDeals-reciept {
    padding: 0.975rem 0;
  }

  .hide-mob {
    display: none;
  }

  .show-mob {
    display: block;
  }

  .show-desk {
    display: none;
  }

  .quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .with-for-mob {
    width: 1.4em !important;
    height: 1.4em !important;
    margin-top: 0.15em !important;
    margin-right: 8px !important;
  }

  .div-line:before {
    position: absolute;
    content: "";
    width: 210px;
    height: 0.5px;
    background: #bbbbbb;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .div-line:after {
    position: absolute;
    content: "";
    width: 210px;
    height: 0.5px;
    background: #bbbbbb;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media (max-width: 440px) {
  li.offer[data-package-id="3"] .right {
    position: relative;
    top: 18px;
  }

  .new-color {
    color: #46a82d !important;
    font-size: 15px !important;
  }

  .div-line:before {
    width: 165px;
  }

  .div-line:after {
    width: 165px;
  }
}

@media (max-width: 420px) {
  .radio-section p {
    font-size: 18px;
  }

  .radio-section .right .original-price {
    font-size: 16px !important;
  }

  .radio-section .right .offer-price {
    font-size: 18px !important;
  }

  .save-off-text {
    font-size: 15px !important;
  }

  .div-line:before {
    width: 160px;
  }

  .div-line:after {
    width: 160px;
  }
}

@media (max-width: 394px) {
  .div-line:before {
    width: 150px;
  }

  .div-line:after {
    width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .checkout-bonusDeals-reciept h3 {
    gap: 10px;
  }

  .checkout-bonusDeals-reciept h3 span.line-with-arrow {
    width: 2rem;
  }

  .checkout-form .first-last-name {
    display: block;
  }

  .checkout-form .first-last-name .input_wrap {
    width: 100%;
  }

  .checkout-form .expiration-security .input_wrap {
    width: 100%;
  }

  .checkout-form .first-last-name.first2 {
    display: block;
  }

  .checkout-form .first-last-name.first2 .input_wrap {
    width: 100%;
  }

  .left {
    padding-right: 0;
    padding-left: 0;
  }

  .green-stripe h4 {
    text-align: center;
  }

  .paypal-gpay-buttons {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .radio-section .form-check .form-check-label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /*.radio-section .right .recommended-deal {
        display: none;
    }*/

  .radio-section .recommended-deal {
    display: block;
  }

  .radio-section .save-off-text {
    font-size: 15px;
    line-height: 18px;
  }

  .payment-section p {
    font-size: 16px;
    font-weight: 800;
  }

  .payment-section .right span {
    display: none;
  }

  .payment-section .expiration-security {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .right {
    padding-left: 0;
  }

  .right .right-bottom {
    gap: 8px;
  }

  /* .right .right-top {
        display: none;
    }*/

  .new-mob-top {
    background-color: #fff;
    padding: 23px 18px 0 18px;
  }

  .ssl-safe-section .inner-section h5 {
    font-size: 8px;
    line-height: 12px;
  }

  .bundle-of-cards img {
    max-width: 75%;
  }

  footer {
    padding: 30px 0;
    margin-top: 8px;
  }

  .has-tooltip1::before {
    top: 55px;
    left: -110px;
  }

  .has-tooltip1:after {
    top: 17px;
    left: 0;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .has-tooltip2::before {
    top: 75px;
    left: -110px;
  }

  .has-tooltip2:after {
    top: 14px;
    left: 0;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .desktop-active-arrow {
    display: none;
  }

  .desktop-inactive-arrow {
    display: none;
  }

  .mobile-active-arrow {
    display: block;
  }

  .mobile-inactive-arrow {
    display: block;
  }

  .pay-1 {
    margin-top: 20px;
  }

  .new-mob-top {
    text-align: center;
  }

  .new-mob-top .checkout-page-cart-product-title.txt-1 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .new-mob-top .checkout-page-cart-product-title.txt-2 {
    border-bottom: 1px solid #e7e7e7;
  }

  .new-mob-top .star-happyCustomer {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /*.new-mob-top .checkout-page-cart-product-section {
        text-align: center;
    }*/

  .right-t-top {
    border: 1px solid #d6d6d6;
    padding: 12px 16px;
    margin-top: 17px;
  }

  .right-t-top .right-top {
    background-color: #fff;
    padding: 0;
  }

  .right-t-top .checkout-page-cart-price-section {
    margin-top: 0px;
  }

  .package-selector,
  .variant-selector {
    margin-left: -12px;
    margin-right: -12px;
  }
  .option-wrap {
    border: none;
  }
  .Choose-your-package {
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .right-top {
    background-color: #ffffff;
    padding: 16px 16px;
    padding-bottom: 0px;
  }
  header .right .header-right-first-text {
    display: none;
  }

  .logo1 {
    width: 130px;
    height: auto;
  }

  .mob-hide {
    display: none;
  }

  .offer-details-size-chart-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .mob-only {
    display: block;
  }
  .Choose-your-package {
    font-size: 18px;
  }
  .choose-your-package-sub {
    padding: 6px 16px;
  }
  header .right {
    gap: 0;
  }
  header .right .gbadge {
    width: 45px;
    height: 45px;
  }
  .right-bottom .right-bottom-text p {
    font-size: 12px;
  }
  header .right p span {
    font-size: 11px;
  }
  header .right p:last-child {
    margin-left: 0.313rem;
    padding-left: 0.313rem;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  header .right p span {
    font-size: 10px;
  }
}
.size-guide-header {
}

.size-guide-header p {
  display: inline-block;
  font-size: 21px;
  padding-left: 0.5rem;
  color: #0a0a0a;
}

.size-guide-table {
  width: 100%;
  margin-top: 0.5rem;
}

.size-guide-table th,
td {
  width: 25%;
  text-align: center;
  border: 1px solid #fc5706;
  border-collapse: collapse;
  padding: 5px 0;
  color: #000000;
}

.size-guide-table th {
  background: #ffcaae;
}

.size-guide-table tr:hover {
  background-color: #5fa3a2;
}

.size-guide-bottom {
  width: 85%;
}

.size-guide-bottom-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.size-guide-bottom ol {
  padding: 1.5rem;
}

.size-guide-bottom ol > li {
  list-style-type: decimal;
}

.size-guide-bottom ol > li::marker {
  width: 5px;
}

.size-guide-bottom-note {
  font-size: 14px;
  color: #000000;
}

.selected-products {
  line-height: 1.3;
  margin-top: 0.3rem;
}
.selected-products .item:first-child {
  padding-bottom: 16px;
}
.btn-style {
  border-radius: 8px;
  padding: 15px 5px;
  gap: 10px;
  align-items: stretch;
  padding-top: 25px;
}
@media (max-width: 992px) {
  .selected-products .item:first-child {
    padding-top: 16px;
    border-top: 1px solid #e1e1e1;
  }
  .btn-style {
    border-radius: 5px;
    padding: 10px 5px;
    align-items: stretch;
    padding-bottom: 5px;
    padding-top: 25px;
    gap: 10px;
  }
}

.selected-products .item:not(:first-child) {
  padding: 16px 0;
}
.selected-products .item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.selected-products p {
  margin: 0;
  padding: 0;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-selected {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 5px 5px 12px;
  cursor: pointer;
  height: 52px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/polygon-icon.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}

.select-items {
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99;
  display: none;
  width: 100%;
}

.select-items div {
  padding: 7px;
  cursor: pointer;
}

.optionName {
  padding: 7px;
  cursor: pointer;
  font-weight: 400;
}

.select-items div:hover {
  background-color: #ddd;
}

.color-option {
  display: flex;
  align-items: center;
}

.color-option img,
.custom-select img {
  width: 43px;
  height: 42px;
  margin-right: 10px;
}

.size-selector,
.power-bank-select {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 5px 5px 12px;
  cursor: pointer;
  height: 52px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/polygon-icon.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
  background-color: white;
}

.power-bank-select {
  width: 100%;
}

.shipping_price {
  color: black;
  /*    font-size: 13px;*/
  font-weight: normal !important;
}

.summary-prod-display {
  display: flex;
  align-items: center;
  padding: 0 15px 0 0;
}

.summary-prod-display img {
  width: 60px; /* Adjust size as needed */
  height: auto;
}
#summary-prod-variant,
#summary-prod-price-container {
  font-size: 16px !important;
  line-height: 18px;
}
/*.summary-prod-display:last-child {
    border-left: 2px solid #c8c8c8;
}*/
.quantity {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
#cartContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.desktop-view {
  display: block; /* Ensure it's visible on desktop */
}

.text-center {
  text-align: center;
}
.points-list {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.4;
}

.points-list li {
  display: flex;
  align-items: start;
  margin-bottom: 0.75rem;
}
.points-list li span {
  font-weight: bold;
}
.points-list li:before {
  content: url(../img/point-checkmark.svg);
  margin-right: 12px;
  margin-top: 6px;
}
@media only screen and (max-width: 600px) {
  .selector {
    flex-wrap: wrap;
    /* justify-content: flex-end; */
  }
  .size-container {
    width: 60%;
    margin-left: 0;
  }
  .color-container {
    width: 90%;
    margin-bottom: 0.5rem;
  }
  .num-wrapper {
    padding-right: 0.675rem;
  }
  .checkout-form-submit {
    font-size: 18px;
  }
}
.main-box-scissor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.main-box-scissor-1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.scissors {
  position: relative;
}
.scissors1 {
  position: relative;
  width: 190px;
}
.scissors1::before {
  content: attr(data-number);
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #5fa3a2;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.scissors::before {
  content: attr(data-number);
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #5fa3a2;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.checkout-page-cart-price-section {
  margin-top: 20px;
  border: 1px solid #bbbbbb;
  padding: 15px;
  border-radius: 12px;
}

@media (max-width: 789px) {
  .summary-prod-display img {
    width: 90px;
    height: auto;
    margin-right: 30px;
  }
  .main-box-scissor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
  }
  .main-box-scissor-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
  }
  .scissors {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .scissors1 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

.green-stripe .coupon {
  background-color: #000000;
  color: #ffffff;
  padding: 6px 14px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.green-stripe .coupon span {
  color: #f8d902;
}

.ex-protection {
  position: relative;
  font-family: "Inter", sans-serif;
}

.power-bank-img {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}

@media only screen and (max-width: 576px) {
  .power-bank-select {
    width: 100%;
  }

  .power-bank-img {
    scale: 0.8;
    right: 1rem;
    top: 1.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .power-bank-img {
    scale: 0.8;
    right: 0.5rem;
    top: 2.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .green-stripe {
    margin: 0 0rem;
  }

  .green-stripe h4 {
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
    line-height: 19px;
    text-align: left;
  }

  .green-stripe .coupon {
    /* padding: 8px 16px; */
    width: 60%;
    line-height: 19px;
  }
}

#stopwatch,
#stopwatch2 {
  /* width: 41px; */
}
#cartContent {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.left-ring-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ring-img-box {
  padding: 20% 0;
  border: 1px solid #dedede;
  position: relative;
}

.ring-img-box:nth-child(1) {
  border-right: 0;
  border-bottom: 0;
}

.ring-img-box:nth-child(2) {
  border-bottom: 0;
}

.ring-img-box:nth-child(3) {
  border-right: 0;
}

.ring-img-box img {
  width: 60%;
}

.ring-img-box p {
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 3%;
  left: 5%;
  margin-bottom: 0;
  font-size: 15px;
  color: #0a0a0a;
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2%;
  font-size: 14px;
}

.review-item {
  background-color: #eff7ff;
  padding: 1rem 0.5rem;
}

.review-item p {
  margin-bottom: 0;
  padding-top: 5px;
}

.review-item .review-text {
  padding-top: 10px;
}

@media only screen and (max-width: 576px) {
  .reviews-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shipping-text,
.choose-your-package-text {
  font-size: 20px;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 0;
}

@media only screen and (max-width: 576px) {
  .shipping-text,
  .billing-address {
    font-size: 18px;
  }
}

.summary-prod-name {
  font-size: 16px;
}

.offer-name {
  font-size: 20px;
}

.summary-prod-price-container,
.order-summary-total-value {
  font-size: 16px;
}

.cart-shipping-text-mob {
  font-size: 15px !important;
}

.save_price-mob {
  font-size: 16px;
}

.progress-bar {
  z-index: 6;
  top: 0;
  position: sticky; /* Sticky positioning */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
}

.progress-bar.hidden {
  opacity: 0;
  pointer-events: none; /* Sprečava interakciju kada je sakriven */
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: gray;
}

.step.active {
  color: black;
}

.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ccc;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.step.active .circle {
  background: black;
}

.line {
  flex: 1;
  height: 2px;
  background: #ccc;
  margin-bottom: 1.5rem;
}

/* Dodaj ikonicu za aktivni korak */
.step.active .circle {
  background: url("../images/Vector.png") center center no-repeat;
  background-size: 30px 30px;
  color: transparent;
  transition: background-color 0.3s ease;
}

.vest-img {
  position: absolute;
  right: 1rem;
}

@media only screen and (max-width: 576px) {
  .choose-your-package-text {
    padding: 0 0px;
  }
}
.holiday-banner {
  font-family: "Poppins";
  background-color: #fffacc;
  padding: 10px;
  border-radius: 8px;
  line-height: 24px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.banner-title {
  color: #f25606;
  font-size: 12px;
  line-height: 29px;
  font-weight: 700;
  margin: 0;
}

.banner-text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}

@media only screen and (max-width: 430px) {
  .banner-title {
    line-height: 29px;
  }

  .banner-text {
    font-size: 12px;
    line-height: 23px;
  }
}

.summary-price-container {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}

@media screen and (min-width: 769px) {
  /* .summary-price-container {
        flex-direction: row;
        padding-left: 1rem;
        padding-right: 1rem;
    } */

  /* .cover-price {
        margin-right: 15px;
    } */
}
.selector-group.active input[type="radio"] {
  appearance: none;
  width: 21px;
  height: 20.5px;
  border: 1px solid rgb(255, 255, 255); /* Crna ivica */
  border-radius: 50%;
  background-color: rgb(0, 0, 0); /* Bela pozadina */
  position: relative;
}

.selector-group.active input[type="radio"]:checked::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: rgb(255, 255, 255); /* Crna boja kada je selektovan */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.shipping-price {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #d32b33 !important;
}
.special-padding {
  padding: 40px 12px;
}
@media only screen and (max-width: 768px) {
  .mobile-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .center-mobile-text {
    text-align: center;
  }

  .features-container {
    width: 40%; /* Da stanu po dva u jednom redu */
    text-align: center;
  }
  .features-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .bundle-of-cards img {
    max-width: 85%;
  }
}

.product-title {
  color: #212225;
  font-family: "ivypresto-text", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.88px;
}

@media only screen and (max-width: 768px) {
  .product-title {
    color: #212225;
    font-family: "ivypresto-text", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.64px;
  }
}

/* Footer Styles */
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 16px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.footer .container {
  max-width: 1152px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 24px;
}

.footer-section {
  margin-bottom: 0;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 31px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-address {
  font-style: normal;
  line-height: 1.2;
}

.footer-copyright {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 16px;
}

.footer-payment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .footer {
    padding: 40px 0 16px;
  }

  .footer-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .footer-copyright {
    grid-column: span 4;
    font-size: 14px;
  }

  .footer-payment {
    grid-column: 5;
  }
}

.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3) {
  display: none;
}

@media (min-width: 768px) {
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .container {
    max-width: 430px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer {
    padding: 32px 0 8px 0;
    font-size: 15px;
    line-height: 22px;
  }
  .footer-grid {
    gap: 50px;
  }
  .footer-title {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .footer-links {
    gap: 12px;
  }
  .footer-section:first-child {
    margin-bottom: 18px;
  }
  .footer-copyright {
    padding-top: 18px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-payment {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    display: none;
  }
}

.landing-page-body {
  background-color: #f8f8f8;
}

html,
body {
  overflow-x: hidden;
}

.homepage-banner {
  position: relative;
  display: block;
  width: 100%;
}

.homepage-video {
  display: block;
  width: 100%;
  height: 36rem;
  object-fit: cover;
}

.guarantee_info {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 98px;
  height: 109px;
  height: auto;
  z-index: 2;
}

.margin-navbar-mobile {
  margin-top: 67px !important;
}

.rating-green {
  width: 81px;
  margin-right: 0.5rem;
}

.text-rating {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.homepage-banner-title {
  font-size: 42px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.homepage-banner-subtitle {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.homepage-banner-info {
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0%;
}

.check-mark {
  width: 19px;
  height: 19px;
}

.Order_Now_Button_Banner {
  background-color: #004df7;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  width: 342px;
  height: 54px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  line-height: 23px;
  font-size: 18px;
  box-shadow: 0px 3px #dedede;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stock-levels {
  width: 280px;
  height: 16px;
  margin-top: 10px;
  margin-left: 2rem;
}

.stock-levels-centered {
  width: 280px;
  height: 16px;
  margin-top: 10px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white-pb {
  background-color: #ffffff;
  padding-bottom: 4rem;
}

.odin-footer-info {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem !important;
}

.odin-faq-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
}

.partners-banner {
  background-color: #000000;
  height: 80.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-logos {
  width: 100%;
}

/* .section-margin {
  margin-bottom: 4rem;
} */

.info-section-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 49px;
  margin-top: 1.5rem;
}

.info-section-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

.emf-img {
  width: 100%;
  height: auto;
}

.section-margin {
  margin-bottom: 4rem;
}

.emf-neutralizer-tag {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #2c4e9c;
  margin-bottom: 1rem;
}

.emf-neutralizer-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
}

.emf-neutralizer-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 52px;
  text-align: center;
}

.align-text-center {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.emf-neutralizer-body {
  background-color: #ffffff;
  padding-top: 4rem;
}

.info-sections-body {
  background-color: #ffffff;
}

.reduce-mental-drain-body {
  background-color: #ffffff;
}

.emf-protection-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.emf-protection-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

.physical-drain-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 1rem;
  color: #ffffff;
  padding-top: 3rem;
  padding-left: 3rem;
}

.physical-drain-text {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 3rem;
}

.physical-drain-img {
  width: 100%;
  height: auto;
}

.radiation-person {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.odin-products {
  width: 100%;
  height: auto;
  margin-top: 4rem;
}

.margin-2rem {
  margin-top: 2rem;
}

.margin-4rem {
  margin-top: 4rem;
}

.odin-reviews-numbers {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #2c4e9c;
  margin-top: 2rem;
}

.odin-reviews-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 1rem;
}

.margin-5rem {
  margin-top: 5rem;
}

.margin-6rem {
  margin-top: 6rem;
}

.margin-7rem {
  margin-top: 7rem;
}

.reduce-drain {
  background-color: #000000;
  margin-top: 4rem;
  border-radius: 4px;
}

.mom-phone-odin {
  width: 100%;
  max-height: 475px;
  height: 475px;
  background-image: url("../img/landing/mom-phone-odin.webp");
  background-size: cover;
  background-position: center;
}

.mom-phone-body {
  background-color: #000000;
}

.mom-phone--section {
  color: #ffffff;
  padding: 0rem 2rem 0 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mom-phone--section-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
}

.mom-phone--section-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding-right: 10rem;
  margin-top: 2rem;
}

.mom-phone--section-signature {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin-top: 2rem;
}

.safewave-features-img {
  width: 100%;
  height: auto;
}

.work-every-device {
  background-color: #000000;
  width: 100%;
  padding-bottom: 2rem;
}

.work-every-device-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.how-odin-works-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  margin-top: 1rem;
  color: #000000;
}

.video-steps {
  border-radius: 4px;
  max-width: 100%;
}

.how-odin-works-img {
  width: 772px;
  height: 636px;
  display: block;
}

.how-odin-works-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.how-odin-works-text {
  position: absolute;
  top: 17rem;
  left: 14rem;
  width: 16rem;
  height: auto;
  z-index: 2;
}

.how-odin-works-text-right {
  position: absolute;
  top: 17rem;
  right: 10rem;
  width: 16rem;
  height: auto;
  z-index: 2;
}

.order-now-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.how-odin-works-text-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.how-odin-works-text-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin-top: 1rem;
}

.how-odin-works-container {
  background-color: #ffffff;
  padding-top: 1rem;
}

.work-every-device-images {
  height: 59px;
  margin-bottom: 10px;
}

.work-every-device-item {
  color: #ffffff;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.features-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 2rem;
}

.features-list {
  margin-top: 2rem;
}

.features-list-item {
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.features-list-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin-left: 29px;
  display: inline-block;
}

.protection-steps-title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
}

.step-text-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
}

.protection-steps-container {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.step-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin-top: 1rem;
}

.check-mark-features {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.odin-advantage-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.guarantee-img {
  width: 98.88px;
  height: 109.87px;
}

.risk-free-container {
  background-color: #000000;
  border-radius: 12px;
  padding: 2rem;
}

.guarantee-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.risk-free-text {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.risk-free-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 0.5rem;
}

.odin-advantage-img {
  width: 784px;
  height: 469px;
}

.reviews-card {
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.sticker-odin {
  width: 100%;
  height: auto;
}

.reviews-card-id {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-card-img {
  width: 100%;
}

.reviews-card-img-profile {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.reviews-verified-tag {
  width: 79px;
  height: 20px;
  margin-left: 0.5rem;
}

.reviews-card-id-row {
  border-bottom: 1px solid #e3e3e3;
  width: 90%;
  padding: 2rem 0rem 1rem 0rem;
  margin-bottom: 1rem;
}

.reviews-card-rating {
  border-bottom: 1px solid #e3e3e3;
  width: 90%;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.trust-rating-review {
  width: 82.78px;
  height: 15.55px;
  margin-right: 1rem;
}
.reviews-card-text {
  width: 90%;
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 1rem;
  min-height: 16rem;
}

.reviews-card-text-2row {
  width: 90%;
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 1rem;
  min-height: 13rem;
}

.reviews-card-text-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.reviews-card-text-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 162%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 1rem;
}

.review-name-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.date-review {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}

.reviews-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion {
  width: 100%;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion-header {
  cursor: pointer;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #fff;
}

.footer-padding {
  padding-bottom: 10rem;
}

.accordion-content.open {
  padding-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0%;
  width: 91%;
  max-height: 500px;
}

.accordion-icon {
  width: 29.69px;
  height: 30px;
}

.plus-icon {
  width: 29.69px;
  height: 30px;
}

.icon-open {
  display: none;
}

.accordion-header.open .icon-open {
  display: inline;
}

.accordion-header.open .icon-closed {
  display: none;
}

.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
}

.footer-top {
  margin-bottom: 10px;
}

.footer-top a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}

.footer-top span {
  color: #ffffff;
  margin: 0 4px;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
}

.protection-steps-container {
  padding: 40px 0;
}

.carousel-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 1rem 0;
  scrollbar-width: none;
}

.carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  flex: 0 0 80%;
  scroll-snap-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

.step-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.step-text-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.step-text-description {
  font-size: 1rem;
  line-height: 1.4;
}

.ship-date-stock {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
}

.mr-05-rem {
  margin-right: 0.5rem;
}

.stock-levels-info {
  display: flex;
  align-items: center;
}

.stock-levels-main-info {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.center-scr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pl-1rem {
  padding-left: 1rem;
}

.banner-promo-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.brand-carousel-container {
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.brand-carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
  justify-content: space-between;
}

.brand-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.brand-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .brand-card-margin {
    margin-right: 5rem;
  }
  .physical-drain-title {

  padding-top: 2.5rem;

}
.site-footer {
 padding-bottom: 8rem;
}
}

@media (min-width: 768px) {
  .carousel-wrapper {
    overflow-x: visible;
    justify-content: space-between;
    gap: 0;
  }

  .carousel-slide {
    flex: 0 0 33.333%;
    scroll-snap-align: unset;
  }
}
.show-1200{
  display: none;
}
.none-1200{
  display: block;
}
@media (max-width: 1200px) {
  .partners-banner {
    height: 55px;
  }

  .reviews-card-text {
    min-height: 0;
  }

  .center-mobile-text {
    text-align: center;
  }

  .odin-footer-info {
    padding-left: 0 !important;
  }

  .step-img img {
    object-fit: contain;
  }

  .margin-0-mobile {
    margin: 0px !important;
  }
  .accordion-header {
    font-size: 16px;
  }
  .accordion-content {
    font-size: 16px;
  }
  .accordion-content.open {
    font-size: 16px;
  }

  .text-rating {
    font-size: 13px;
  }
  .step-text-title {
    font-size: 22px;
  }
  .step-text-description {
    font-size: 16px;
  }
  .physical-drain-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0%;
  }

  .physical-drain-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
  }
  .pl-2rem {
    padding-left: 0;
  }
  .reduce-drain {
    margin-top: 0rem;
  }
  .info-section-title {
    font-size: 28px;
    line-height: 33px;
    padding-top: 1rem;
    border-top: 1px solid #e8e8e8;
  }

  .emf-protection-title {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 26px;
  }

  .p-0-mobile {
    padding: 0 !important;
  }

  .emf-protection-text {
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 16px;
  }

  .emf-neutralizer-title {
    font-size: 28px;
    line-height: 33px;
  }

  .risk-free-text {
    margin-top: 2rem;
    text-align: center;
    font-size: 20px;
  }

  .odin-reviews-numbers {
    font-size: 13px;
  }

  .odin-reviews-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
  }

  .risk-free-subtitle {
    text-align: center;
  }

  .emf-neutralizer-subtitle {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 25px;
  }

  .homepage-banner-subtitle {
    text-align: center;
  }

  .odin-home-info {
    padding-left: 0;
  }

  .homepage-banner-title {
    font-size: 35px;
    line-height: 36px;
  }

  .homepage-banner {
    margin-top: 1rem;
  }

  .homepage-video {
    height: 288px;
  }

  .emf-neutralizer-tag {
    font-size: 13px;
    line-height: 22px;
  }

  .emf-neutralizer-title {
    font-size: 28px;
    line-height: 33px;
  }

  .emf-neutralizer-subtitle {
    font-size: 16px;
    line-height: 25px;
  }

  .section-margin {
    margin-bottom: 1rem;
  }

  .emf-neutralizer-body {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .pb-info-section {
    padding-bottom: 4rem;
  }

  .mw-info-section {
    max-width: 100% !important;
  }

  .child-odin-tablet-text {
    order: 2;
  }

  .child-odin-tablet-img {
    order: 1;
  }

  .center-mobile-scr {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .center-mobile-scr-direction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .order-now-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .homepage-banner-title {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
  }

  .homepage-banner-info {
    font-size: 16px;
  }

  .homepage-banner-info-body {
    order: 2;
    padding-bottom: 2rem;
  }

  .padding-x-2rem {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .no-gutter-row {
    --bs-gutter-x: 0 !important;
  }

  .odin-faq-title {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .homepage-banner-subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 0.2rem;
  }

  .reduce-mental-drain-body {
    background-color: #000000;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .mom-phone--section {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mom-phone--section-text {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .mom-phone--section-title {
    text-align: center;
    padding: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .mom-phone--section-signature {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .features-title {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 33px;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .features-list {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features-list-item {
    font-size: 22px;
    line-height: 32px;
  }

  .features-list-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .odin-advantage-img {
    width: 80%;
    height: auto;
    margin-bottom: 2rem;
  }

  .info-section {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .info-section-text {
    display: none;
  }

  .safewave-features-img {
    width: 80%;
  }

  .work-every-device-images {
    height: 59px;
    margin-bottom: 10px;
  }

  .info-section-img {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .how-odin-works-text-title-mobile {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
  }

  .how-odin-works-text-subtitle-mobile {
    text-align: center;
    margin-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
  }

  .how-odin-works-title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 0px;
    margin-top: 1rem;
  }

  .how-odin-works-img-mobile {
    width: 100%;
    height: auto;
  }
  .devices-mobile-section {
  background-color: #000; /* crna pozadina */
  padding: 20px 0;
  overflow: hidden;
}

.devices-mobile-title {
  color: #fff; 
  text-align: center;
  margin-bottom: 25px;
  font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.devices-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.devices-carousel-track {
  display: flex;
  gap: 60px;
  animation: scrollLeft 20s linear infinite;
  align-items: baseline;
}

.device-item {
  flex: 0 0 auto;
  text-align: center;
  color: #fff;
  align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.device-item img {
  display: block;
  margin: 0 auto 15px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.show-1200{
  display: block;
}
.none-1200{
  display: none;
}
}
