/*----- Reset -----*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

* {
  touch-action: manipulation;
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html * {
  max-height: 1000000px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-weight: 400;
  line-height: 1.42857;
}

a {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a:hover {
  color: #666;
  text-decoration: none;
}

p {
  line-height: 1.2;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

* {
  padding: 0px;
  margin: 0px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.fixclear::before,
.fixclear::after {
  content: " ";
  display: table;
}

.fixclear::after {
  clear: both;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_justify {
  text-align: justify;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

select.form-control {
  appearance: none;
  line-height: normal;
  position: relative;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA1LjQ1NiA0MDUuNDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDUuNDU2IDQwNS40NTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4NCjxnPg0KCTxwYXRoIGQ9Ik03NC4xMzQsNjQuMTQ3Yy00Ljk4NSwwLjA3OC05LjkxMSwyLjE2My0xMy40MzgsNS42ODhsLTU1LDU1QzIuMDk2LDEyOC40MzIsMCwxMzMuNDkyLDAsMTM4LjU4MyAgIHMyLjA5NiwxMC4xNTEsNS42OTcsMTMuNzVsMTgzLjI4MSwxODMuMjgxYzMuNTk5LDMuNjAxLDguNjU5LDUuNjk3LDEzLjc1LDUuNjk3czEwLjE1MS0yLjA5NiwxMy43NS01LjY5N2wxODMuMjgxLTE4My4yODEgICBjMy42MDEtMy41OTksNS42OTctOC42NTksNS42OTctMTMuNzVzLTIuMDk2LTEwLjE1MS01LjY5Ny0xMy43NWwtNTUtNTVjLTMuNTk4LTMuNTkxLTguNjUxLTUuNjgxLTEzLjczNC01LjY4MSAgIGMtNS4wODMsMC0xMC4xMzYsMi4wOS0xMy43MzQsNS42ODFMMjAyLjcyOCwxODQuMzk3TDg4LjE2Niw2OS44MzNDODQuNDk5LDY2LjE2OSw3OS4zMTgsNjQuMDcsNzQuMTM0LDY0LjE0N0w3NC4xMzQsNjQuMTQ3eiIgZmlsbD0iIzk2OTY5NiIvPg0KPC9nPg0KPC9zdmc+DQo=);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

textarea.form-control {
  height: auto;
}

.control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: right;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
}

/*----- Reset -----*/


/*----- Global Styles ----*/

.wraper {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.wraper-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  width: 100%;
}

/*----- Global Styles ----*/


.checkout_inner {
  display: flex;
  justify-content: center;
  padding: 20px 20px;
}


.checkout_inner h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.form_section {
  max-width: 810px;
  width: 100%;
  padding-right: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form_section .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.form-group input,
.form-group select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  font-size: 15px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.phone-input {
  display: flex;
  gap: 10px;
}

.phone-input select {
  max-width: 80px;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .phone-input {
    flex-direction: column;
  }
}





.summary_section {
  max-width: 540px;
  width: 100%;
  border: 2px solid #005f32;
  padding: 20px;
}

.order-summary {
  width: 100%;
  margin: auto;
  padding: 0 0 20px 0;
  border-radius: 6px;
  background: #fff;
}

.order-summary h2 {
  margin-bottom: 10px;
}

span.coupon_txt {
  color: #00a676;
  font-weight: bold;
  margin: 20px 0;
  /* display: inline-block; */
  cursor: pointer;
  font-size: 1.8rem;
}

button.coupon_txt {
  color: #00a676;
  font-weight: bold;
  margin: 20px 0;
  /* display: inline-block; */
  cursor: pointer;
  font-size: 1.8rem;
  background: transparent;
  border: none;
  border-radius: inherit;
  font-family: "Montserrat", sans-serif;
}

.coupon {
  margin: 20px 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.coupon.show {
  max-height: 500px;
  /* big enough value */
  opacity: 1;
}

.item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

.item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.item-details {
  flex: 1;
}

.item-details h4 {
  margin: 0;
  font-size: 16px;
}

.item-details p {
  margin: 2px 0;
  font-size: 14px;
  color: #555;
}

.item-price {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.4;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 15px 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  font-size: 15px;
}

.summary-row strong {
  font-weight: bold;
}

.total {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 600px) {
  .item {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-price {
    margin-top: 5px;
  }
}








.offer-card {
  border: 2px dashed #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

.offer-top {
  display: flex;
  gap: 15px;
  padding: 15px;
  align-items: flex-start;
}

.offer-top img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ECECEC;
}

.offer-text h4 {
  color: #00a676;
  margin: 0 0 8px 0;
  font-size: 15px;
}

.offer-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.offer-text p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.offer-bottom {
  border-top: 2px dashed #ccc;
  background: #f0fffa;
  padding: 12px 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.offer-bottom input[type="checkbox"] {
  margin-top: 3px;
}

.offer-bottom label {
  cursor: pointer;
  font-weight: bold;
  color: #222;
}

.offer-bottom label span {
  color: #d72638;
}

.price {
  display: block;
  font-weight: normal;
  /* margin-top: 3px; */
  text-align: right;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  /* margin-right: 8px; */
  color: #d72638;
}

/* Responsive */
@media (max-width: 600px) {
  .offer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}







.payment-section {
  margin: auto;
}

.payment-section h2 {
  margin-bottom: 5px;
}

.payment-section p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.payment-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.payment-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 12px 15px;
  background: #f9f9f9;
}

.payment-method span {
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: 400;
}

.payment-method .cards img {
  height: 28px;
  margin-left: 8px;
}

.payment-box .form-group {
  padding: 15px 15px 0 15px;
  display: flex;
  flex-direction: column;
}

.coupon_area .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.payment-box .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.form-group input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
}

.payment-box .form-row {
  display: flex;
  gap: 15px;
  padding: 0 15px 0 15px;
}

.form-row .form-group {
  flex: 1;
  padding: 0;
}

.checkbox-group {
  margin: 15px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group a {
  color: #d72638;
  text-decoration: none;
  font-weight: bold;
}

.btn {
  background: #006633;
  color: #fff;
  font-weight: bold;
  padding: 14px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #004d26;
}

/* Responsive */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}





.wfob_blink_img_wrap svg {
  animation: wfob-blink-animation 1s infinite;
}

@keyframes wfob-blink-animation {

  0%,
  49% {
    opacity: 1
  }

  100%,
  50% {
    opacity: 0
  }
}

.checkbox-group label {
  margin-bottom: 0px;
}

.coupon_inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.coupon_inner input {
  max-width: 291px;
}

.wfob_checkbox_input_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wfob_blink_img_wrap {
  width: 15px;
}

.logo_area {
  margin-bottom: 30px;
}

.footr {
  padding: 30px 0 0 0;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.footr p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.footr p a {
  color: #d72638;
}

ul.footer_links {
  display: flex;
  gap: 10px;
}

ul.footer_links li a {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
}

.mob_footer {
  display: none;
}

@media (max-width: 768px) {
  .mob_footer {
    display: block;
  }

  .desk_footer {
    display: none;
  }

  .checkout_inner {
    flex-direction: column;
  }

  .form_section {
    padding-right: 0;
  }

  .summary_section {
    max-width: inherit;
  }

  /* .form-row .form-group {
    margin-bottom: 0;
  } */
  .form_section .form-row {
    gap: 0px;
  }

  ul.footer_links {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .payment-method {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}






.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.checkbox-wrapper-30 .checkbox>* {
  position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}