: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: "Inter", 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: #f6f6f6;
}

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: 800;
  font-size: 14px;
  position: relative;
  color: #000;
}

.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-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: relative;
  margin-right: 15px;
}

.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;
}

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: black;
  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-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--black);
}

.d-none {
  display: none;
}

.bold {
  font-weight: 600;
}

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

.product-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.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: var(--green);
}

.green-stripe h4 {
  margin: auto 0;
  padding: 4px 0 4px 8px;
  align-items: center;
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: 700;
  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: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
  padding-top: 0px;
  position: relative;
  margin-bottom: 0;
}
.express-checkout-btn-group {
  border-radius: 5px;
  padding: 25px 15px 20px;
  gap: 5px;
  align-items: stretch;
  margin-top: -0.65rem;
}
/* .express-checkout::before {
    position: absolute;
    content: "";
    width: 184px;
    height: .5px;
    background: #BBBBBB;
    left: 0px;
    top: 58%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
 .express-checkout::after {
    position: absolute;
    content: "";
    width: 184px;
    height: .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 {
  padding: 16px 0 0 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 16px;
  }
}
.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: "Inter";
  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;
}
.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: #e9e9e9;
}

.payment-section .payment-section-head {
  border: 1px solid #f6f6f6;
  padding: 11px 15px;
}

.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: 15px;
  line-height: 24px;
  font-weight: 700;
  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;
}

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

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

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

.payment-section .payment-section-body {
  padding: 20px 20px 0 20px;
}

.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;
    padding: 0 16px;
  }
}

.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: 18%;
  text-align: right;
}

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

.right .right-bottom .right-bottom-text p,
.right-bottom .right-bottom-text p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

.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: 14px;
  /*    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: 15px;
  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.upsell-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.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-family: "Inter", sans-serif;
  font-size: 15px;
  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: #e9e9e9;
  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: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 1rem;
}

.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: 15px 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: "Inter", sans-serif;
}

.checkout-form-submit:hover {
  background-color: #ffcd11;
}
.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 1.3em 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: "Inter", 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: var(--black);*/
  padding: 40px 0;
  text-align: center;
}

.video-seals {
  width: 95%;
  bottom: 15px;
  right: 2.5%;
}

footer p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  margin-bottom: 6px;
}

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;
}

.yellow-box {
  width: 175px;
  background-color: #f8e559;
  padding: 12px 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.up-prcBox {
  flex-wrap: wrap;
}

.up-prcBox > * {
  width: 167px;
}

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;
}

.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;
  background-color: white;
}

.selector-group label {
  font-size: 14px;
}

.size-container label {
  font-weight: bold;
}
.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: #fffcf1;
}

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

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 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;
}
.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: 15px;
  padding-right: 1rem;
  /*    line-height: 1;*/
  font-weight: bold;
}

.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;
}

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

@media (max-width: 440px) {
  .select-quantity-text {
    font-size: 16px;
  }
}

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

  .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;
  }

  .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%;
  }

  h4.product-title {
    font-size: 22px;
  }

  .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: 15px;
    font-weight: 600;
  }

  .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;
  }

  .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;
  }
}

.size-guide-header p {
  display: inline-block;
  font-size: 18px;
  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 #e1e1e1;
  border-collapse: collapse;
  padding: 5px 0;
  color: #000000;
}

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

.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: 5px;
  padding: 15px 5px;
  gap: 10px;
  align-items: stretch;
}
@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;
  }
}

.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 {
  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;
}
.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 {
  font-size: 15px;
}
/*.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: 90%;
    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%;
}

#exit-modal-button {
  position: absolute;
  top: 17;
  right: 17;
}

.checkout-page-cart-price-section {
  margin-top: 20px;
  border: 1px solid #bbbbbb;
  padding: 5px 15px 15px;
  background-color: white;
  border-radius: 3px;
}

@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: 4px 14px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

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

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

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

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

#stopwatch,
#stopwatch2 {
  width: 63px;
}
#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: #f9f9f9;
  padding: 1rem 0.5rem;
}

.review-item p {
  margin-bottom: 0;
}

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

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

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

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

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

.cart-shipping-text-mob {
  font-size: 13px;
}

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

.progress-bar {
  z-index: 5;
  top: 0;
  position: sticky; /* Sticky positioning */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  width: 100%;
  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: 14px;
  color: gray;
}

.step.active {
  color: black;
}

.circle {
  width: 30px;
  height: 30px;
  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;
}
