<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Foco;
  src: font-url("../fonts/foco/Foco_Rg.ttf") format("ttf");
  src: url(../fonts/foco/foco_rg-webfont.eot);
  src: url(../fonts/foco/foco_rg-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/foco/foco_rg-webfont.woff2) format("woff2"),
    url(../fonts/foco/foco_rg-webfont.woff) format("woff"),
    url(../fonts/foco/foco_rg-webfont.svg#focoregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foco-Bold;
  src: font-url("../fonts/foco/Foco_Bd.ttf") format("ttf");
  src: url(../fonts/foco/foco_bd-webfont.eot);
  src: url(../fonts/foco/foco_bd-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/foco/foco_bd-webfont.woff2) format("woff2"),
    url(../fonts/foco/foco_bd-webfont.woff) format("woff"),
    url(../fonts/foco/foco_bd-webfont.svg#focobold) format("svg");
  font-display: swap;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

@-moz-document url-prefix() {
  html {
    --scroll-behavior: auto;
    scroll-behavior: auto;
  }
}

body {
  font-family: Foco;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #564b50;
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Foco-Bold;
  line-height: 1.125;
}

a {
  text-decoration: none !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  color: #9cc31a !important;
}

a:hover {
  color: #9cc31a;
}

a:focus {
  outline: none;
}

section,
article {
  overflow: hidden;
}

input,
select,
textarea,
button {
  box-shadow: none !important;
  outline: none !important;
}

header {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  background-color: #ffffff;
  border-bottom: 1px solid #cdcdcd;
  padding: 2rem 0;
}

header .navbar {
  width: 100%;
  padding: 0;
}

header .navbar-brand {
  padding: 0;
}

header .navbar-brand img {
  width: 100px;
}

header .main-header {
  width: 100%;
}

header .moblogo {
  display: none;
}

header .navbar .menu-scroll {
  margin-left: auto;
  margin-right: 0;
}

header .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
  align-items: center;
}

header .navbar .navbar-nav .nav-item:not(:first-child) {
  margin-left: 62px;
}

header .navbar .navbar-nav .nav-item {
  position: relative;
}

header .navbar .navbar-nav .nav-item .nav-link {
  padding: 15px 0;
  position: relative;
  color: #564b50;
}

header .navbar .navbar-nav .nav-item.sign-item {
  margin-left: 150px;
}

header .navbar .sign-in-btn {
  padding: 12px 35px;
  border: 1px solid #564b50;
  color: #564b50;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-transform: uppercase;
  box-shadow: 0 0 8px 4px rgb(197 197 197 / 23%);
  font-family: Foco-Bold;
}

header .navbar .sign-in-btn:hover {
  background-color: #564b50;
  color: #fff;
}

header.sticky {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  animation: sticky 1.2s;
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  padding: 10px 0;
}

header.sticky .navbar-brand img {
  width: 80px;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

header .main-header .btn-right {
  display: none;
}

.light-gray-bg {
  background-color: #f8f8f8;
}

.banner-block {
  width: 100%;
  position: relative;
  padding: 50px 30px;
}

.banner-block .banner-content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 30px;
}

.banner-block .banner-content h2 {
  font-size: 36px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  margin: auto;
  text-align: center;
}

.banner-block .banner-content h2 span {
  color: #9cc31a;
}

.banner-block .banner-content form {
  width: 100%;
  background-color: #564b50;
  padding: 14px 15px;
  margin-top: 30px;
  display: flex;
  align-items: end;
}

.banner-block .banner-content form .form-group {
  position: relative;
  width: 100%;
}

.banner-block .banner-content form .form-group .form-control {
  border: 1px solid #9cc31a;
  border-radius: 0;
  padding: 0px 10px;
  box-shadow: none;
  outline: none;
  height: 56px;
  line-height: 54px;
}

.banner-block .banner-content form .form-group:first-child .form-control {
  border-radius: 10px 0 0 10px;
}

.banner-block .banner-content form .form-group label {
  position: relative;
  font-size: 14px;
  color: #9cc31a;
  font-family: Foco-Bold;
  line-height: 14px;
  text-align: left;
  width: 100%;
}

.banner-block .banner-content form button {
  position: relative;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 56px;
  line-height: 54px;
  max-width: 170px;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.banner-block .banner-content form button:hover {
  background-color: #6d8e00;
}

.ptb-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.parcel-group {
  width: 100%;
  position: relative;
  padding-top: 130px;
}

.parcel-group .single-parcel {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  background: #ffffff;
  color: #4d504f;
  border-radius: 16px;
  background-color: #fefefe;
  text-align: center;
  height: calc(100% - 25px);
  padding-bottom: 68px;
  border: 2px solid #d9d3d6;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.parcel-group .single-parcel .parcel-image {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background: #564b50;
  border: 0;
}

.parcel-group .single-parcel .parcel-image img {
  filter: invert(1);
  position: absolute;
  bottom: auto;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  max-width: 60px;
}

.parcel-group .single-parcel .parcel-title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  background: #564b50;
  border-radius: 16px 16px 0 0;
  padding: 60px 20px 20px;
  font-family: Foco-Bold;
}

.parcel-group .single-parcel p {
  color: #564b50;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  position: relative;
  padding: 15px;
  margin: 0;
}

.parcel-group .single-parcel .parcel-action {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 15px 15px;
}

.btn-parcel {
  display: inline-block !important;
  padding: 8px 24px !important;
  border: 1px solid #564b50 !important;
  color: #ffffff !important;
  background-color: #564b50 !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
  margin: 0 0 0px 10px;
}

.btn-parcel:hover {
  background-color: #ffffff;
  color: #564b50;
  border-color: #564b50;
}

.parcel-group .single-parcel:hover {
  box-shadow: 0 0 8px 4px rgba(197, 197, 197, 0.4);
}

.footer-theme {
  width: 100%;
  background-color: #564b50;
  padding: 50px 0px 0px;
  overflow: hidden;
}

.footer-theme .footer-link {
  border-bottom: 1px solid #eeece6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer-theme .footer-logo {
  width: 100%;
}

.footer-theme .footer-logo img {
  display: block;
  margin-bottom: 20px;
}

.footer-theme .footer-logo h3 {
  color: #eeece6;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  /* font-family: 'avenirblack';
     */
}

.footer-theme .link-list {
  width: 100%;
}

.footer-theme .link-list h4 {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Foco-Bold";
}

.footer-theme .link-list .footer-menu {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.footer-theme .link-list .footer-menu li {
  width: 100%;
  margin-bottom: 10px;
  color: #eeece6;
  font-size: 16px;
  list-style: none;
}

.footer-theme .link-list .footer-menu li a {
  color: #ffffff;
}

.footer-theme .footer-address {
  position: relative;
}

.footer-theme .footer-address .left {
  padding-left: 0;
  text-align: left;
}

.footer-theme .footer-address .left p {
  width: 100%;
  margin-bottom: 15px;
  color: #eeece6;
  font-size: 16px;
}

.footer-theme .footer-address .left p:last-child {
  margin: 0;
}

.footer-theme .footer-address .right {
  text-align: right;
  padding-right: 0;
}

.footer-theme .footer-address .right p {
  width: 100%;
  margin-bottom: 0;
  color: #eeece6;
  font-size: 16px;
}

.footer-theme .footer-address .left .social-menu {
  display: none;
}

.footer-theme .footer-address .social-menu {
  width: 100%;
  float: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.footer-theme .footer-address .social-menu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.footer-theme .footer-address .social-menu li .fab {
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #27272b;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-group {
  width: 100%;
  position: relative;
}

.top-group .delivery-title {
  font-size: 36px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
}

.top-group .delivery-tabs {
  margin: 50px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center;
     */
  padding: 0;
  max-width: 900px;
}

.top-group .delivery-tabs .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #564b50;
  font-size: 16px;
  position: relative;
}

.top-group .delivery-tabs .item .item-dotted {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  color: #564b50;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #564b50;
  border-radius: 180px;
}

.top-group .delivery-tabs .item .item-title {
  padding-top: 10px;
  line-height: normal;
}

.top-group .delivery-tabs .item:after {
  content: "";
  width: calc(50% - 35px);
  height: 1px;
  background: #564b50;
  position: absolute;
  right: 0px;
  top: 18px;
}

.top-group .delivery-tabs .item:before {
  content: "";
  width: calc(50% - 35px);
  height: 1px;
  background: #564b50;
  position: absolute;
  left: 0px;
  top: 18px;
}

.top-group .delivery-tabs .item:last-child:after,
.top-group .delivery-tabs .item:first-child:before {
  display: none;
}

.top-group .delivery-tabs .item.active {
  color: #9cc31a;
  font-family: Foco-Bold;
}

.top-group .delivery-tabs .item.active .item-dotted {
  color: #9cc31a;
  border-color: #9cc31a;
}

.top-group .delivery-tabs .item.complete .item-dotted {
  color: #ffffff;
  border-color: #9cc31a;
  background: #9cc31a;
}

.top-content {
  width: 100%;
  position: relative;
}

.service-provider {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: calc(100% - 24px);
  margin: 12px 0;
}

.service-provider:hover {
  box-shadow: 0 0 8px 4px rgba(197, 197, 197, 0.4);
}

.service-provider .service-header {
  width: 100%;
  position: relative;
  background: #f8f7f7;
  padding: 15px 10px;
  text-align: center;
}

.service-provider .service-header .service-title {
  font-size: 26px;
  color: #564b50;
  font-family: Foco-Bold;
}

.service-provider .service-header .from {
  font-size: 18px;
  color: #9cc31a;
  font-family: Foco-Bold;
  padding: 10px 0;
}

.service-provider .service-header .single-ammount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-provider .service-header .single-ammount .price-amount {
  font-size: 22px;
  color: #564b50;
  font-family: Foco-Bold;
  padding: 0 5px;
}

.service-provider .service-header .single-ammount .price-amount span {
  color: #c075ad;
  font-family: Foco;
  font-size: 16px;
}

.service-provider .service-body {
  padding: 15px;
  border-top: 2px solid #d9d3d6;
  border-bottom: 2px solid #d9d3d6;
  text-align: center;
}

.service-provider .service-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #564b50;
  margin-bottom: 15px;
}

.service-provider .service-footer {
  width: 100%;
  display: flex;
  background-color: #f8f7f7;
}

.service-provider .service-footer .single-higlight {
  width: 100%;
  padding: 15px 5px;
  display: flex;
  align-items: center;
}

.service-provider .service-footer .single-higlight .higlight-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.service-provider .service-footer .single-higlight .higlight-icon img {
  position: absolute;
  height: 30px;
  width: 30px;
  padding: 4px;
}

.service-provider .service-footer .single-higlight .higlight-name {
  width: 100%;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
  line-height: 14px;
}

.footer-action {
  width: 100%;
  text-align: right;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d9d3d6;
}

.payment-options {
  width: 100%;
  position: relative;
  display: flex;
}

.payment-options .payment-options-left {
  width: calc(100% - 340px);
  margin-right: 20px;
}

.payment-options .payment-options-right {
  width: 320px;
}

.payment-options-sticky {
  position: sticky;
  top: 108px;
}

.parcel-totalamount {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
}

.parcel-totalamount .parcel-single-amount {
  padding: 14px 15px;
  width: 100%;
  text-align: right;
  display: flex;
}

.parcel-totalamount .parcel-single-amount .parcel-amount-label {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #564b50;
  padding-right: 10px;
}

.parcel-totalamount .parcel-single-amount .parcel-amount-label span {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: gray;
}

.parcel-totalamount .parcel-single-amount .parcel-amount-value {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #564b50;
  font-family: Foco-Bold;
  padding-left: 10px;
}

.parcel-totalamount .parcel-single-amount.total-amount {
  background: #f8f7f7;
  padding: 20px 15px;
  border-top: 2px solid #d9d3d6;
}

.parcel-totalamount .parcel-single-amount.total-amount .parcel-amount-label {
  font-weight: 600;
  font-family: Foco-Bold;
  color: #564b50;
  font-size: 22px;
}

.parcel-totalamount .parcel-single-amount.total-amount .parcel-amount-value {
  color: #9cc31a;
  font-size: 22px;
}

.parcel-totalamount
  .parcel-single-amount.total-amount
  .parcel-amount-value
  span {
  font-size: 12px;
  line-height: 14px;
}

.form-detail {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
  padding: 20px;
  margin-bottom: 20px;
}

.form-detail h3 {
  font-size: 36px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.form-theme .form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-theme .form-group.checkbox-group {
  display: flex;
}
.form-theme .form-group .form-control {
  border: 2px solid #d9d3d6;
  border-radius: 0;
  padding: 0px 10px;
  height: 44px;
  line-height: 42px;
}

.form-theme .form-check-input:checked[type="checkbox"] {
  background-color: #9cc31a;
  border-color: #9cc31a;
}

.form-theme a {
  color: #9cc31a;
  font-family: Foco-Bold;
}

.form-action {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.font20 {
  font-size: 20px;
}

.btn-parcel.backBtn {
  border: 1px solid #a4a4a4;
  color: #564b50;
  background-color: #ededed;
}

.btn-parcel.backBtn:hover {
  background-color: #c6c6c6;
}

.payment-info {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
  padding: 15px;
}

.payment-info ul li {
  margin: 10px 0;
}

.creditCard-group {
  width: 100%;
  margin-bottom: 15px;
}

.creditCard-group .card-title {
  width: 100%;
  color: #9cc31a;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: Foco-Bold;
}

.sub-title-new {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  font-family: Foco-Bold;
}

.sub-title-new .switch-group {
  margin-left: 10px;
  height: 30px;
  display: flex;
  align-items: center;
}

.switch-group .switch {
  position: relative;
  width: 34px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0px;
}

.switch-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bfbfbf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid;
  color: #bfbfbf;
}

.switch-group .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -2px;
  top: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #cccccc;
  border: 1px solid;
}

.switch-group input:checked + .slider {
  background-color: #9cc31a;
  border-color: #9cc31a;
}

.switch-group input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch-group input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  border-color: #3e9a3e;
}

.switch-group .slider.round {
  border-radius: 34px;
}

.switch-group .slider.round:before {
  border-radius: 50%;
}

.creditCard-group .card-single {
  width: 100%;
  background: #ebf1f0;
  border-radius: 6px;
  display: flex;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #ebf1f0;
  cursor: pointer;
}

.creditCard-group .card-single .fab {
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin-right: 10px;
}

.creditCard-group .card-single .card-label {
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}

.confirmation-content {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}

.confirmation-content .confirm-title {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  list-style: none;
  margin-bottom: 15px;
  font-family: Foco-Bold;
}

.confirmation-content .confirm-sub-title {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #9cc31a;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.confirmation-content .about-ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0;
}

.confirmation-content .about-ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 11px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  padding: 0px;
}

.delivery-address {
  padding: 12px 15px;
  max-width: 300px;
  border: 2px solid #27272b;
  box-shadow: 0px 6px 20px 2px rgb(86 75 81 / 3%);
  background-color: #ffffff;
  margin: 0 auto 20px;
  text-align: left;
}

.delivery-address .address-label {
  width: 100%;
  font-size: 14px;
  font-family: Foco-Bold;
  color: #9cc31a;
}

.delivery-address .address-user {
  font-size: 19px;
  width: 100%;
  margin-bottom: 5px;
  font-family: Foco-Bold;
}

.delivery-address .address-lines {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.parcel-multi-row {
  padding-top: 50px;
}

.more-info-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.more-info-popup {
  background: #fff;
  width: 600px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.more-info-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: #9cc31a;
  border: 1px solid;
  cursor: pointer;
  border-radius: 20px;
}

.more-info-tabs {
  display: flex;
  margin: 20px 0 20px 0;
}

.more-info-tab-button {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
}

.more-info-tab-button.active {
  background: #564b50;
  color: #fff;
}

.more-info-section-title {
  font-size: 18px;
  font-weight: bold;
  color: #564b50;
  margin-bottom: 15px;
}

.more-info-details-list,
.more-info-features-restrictions ul {
  list-style: none;
  padding: 0;
}

.more-info-details-list li,
.more-info-features-restrictions ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.more-info-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.more-info-features-restrictions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.more-info-key-features,
.more-info-restrictions {
  width: 45%;
}

.more-info-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #564b50;
  margin-bottom: 10px;
}

.more-info-open-popup-button {
  padding: 10px 20px;
  background: #564b50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.point {
  cursor: pointer;
}

.pudo-select-delivery-container {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9d3d6;
  background-color: #fefefe;
  padding: 20px;
  margin-bottom: 20px;
}

.pudo-select-title {
  font-size: 20px;
  font-weight: bold;
  color: #9cc31a;
  margin-bottom: 10px;
}

.pudo-select-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.pudo-select-search-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.pudo-select-postcode-input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pudo-select-search-button {
  background-color: #9cc31a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.pudo-select-search-icon {
  width: 30px;
  height: 30px;
}

.pudo-select-map-container {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.pudo-select-map {
  width: 100%;
  height: 300px;
  background: #eaeaea;
  text-align: center;
  line-height: 300px;
  font-size: 16px;
  color: #888;
}

.pudo-select-details-container {
  display: flex;
  gap: 20px;
}

.pudo-select-store-details {
  font-size: 14px;
  flex: 1;
}

.pudo-select-store-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pudo-select-store-list {
  flex: 1;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background-color: #f9f9f9;
}

.pudo-select-store-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.pudo-select-store-card-icon {
  width: 40px;
  height: 40px;
}

.pudo-select-store-card-details h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.pudo-select-store-card-details p {
  font-size: 12px;
  margin: 0;
}

.pudo-select-choose-button {
  padding: 10px 20px;
  background-color: #9cc31a;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.stepper-page .container {
  max-width: 960px !important;
}

.timeline {
  border-left: 3px solid #9cc31a;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgb(116 219 124 / 23%);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #0d0d0d;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #9cc31a;
  box-shadow: 0 0 0 3px #9cc31a;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #9cc31a;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.card-title {
  font-size: 36px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.tracking-search {
  padding: 50px;
}

.btn-submit {
  display: inline-block !important;
  padding: 8px 24px !important;
  border: 1px solid #9cc31a !important;
  color: #ffffff !important;
  background-color: #9cc31a !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
  margin: 0 0 0px 10px;
}

.landscapebody {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
}

.landscapebody.splashScreen {
  height: 100vh;
}

.landscapeContainer {
  text-align: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background-color: #f8f8f8;
}

.landscapeContainer .center-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 30px;
  box-shadow: 0px 6px 20px 2px rgba(86, 75, 81, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
}

.landscapeContainer .close-button {
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
}

.landscapeContainer .center-content .title {
  font-size: 44px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-family: Foco-Bold;
  margin: 0;
}

.landscapeContainer .center-content .subtitle {
  font-size: 22px;
  color: #9cc31a;
  margin: 10px 0 20px;
}

.landscapeContainer .button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 50px;
}

.landscapeContainer .button {
  flex: 1;
  max-width: 150px;
  padding: 15px 15px;
  text-align: center;
  border: 2px solid #564b50;
  border-radius: 30px;
  font-size: 24px;
  color: #564b50;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Foco-Bold;
  width: 100%;
}

.landscapeContainer .button:hover {
  background-color: #f1f1f1;
}

.landscapeContainer .timer {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #628000;
  border-radius: 50%;
  font-size: 28px;
  background-color: #9cc31a;
  color: #fff;
}

.landscapeContainer .back-button {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #564b50;
  border-radius: 50%;
  cursor: pointer;
  color: #564b50;
  font-size: 36px;
  font-family: Foco-Bold;
}

.landscapeContainer .input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  border: 2px solid #d9d3d6;
  font-family: Foco-Bold;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f0f8ff;
}

.landscapeContainer .input-container .country-code {
  border-right: 2px solid #d9d3d6 !important;
  max-width: 120px;
}

.landscapeContainer .input-container .phone-input {
  flex: 1;
  background-color: #f0f8ff;
  border: 0;
  color: #564b50;
  font-family: Foco-Bold;
  font-size: 26px;
  padding: 0 20px;
  letter-spacing: 2px;
}

.landscapeContainer .input-container .form-control {
  border-radius: 0;
  height: 50px;
  background-color: #f0f8ff;
  border: 0;
  color: #564b50;
  font-family: Foco-Bold;
  font-size: 26px;
  padding: 0 20px;
  letter-spacing: 2px;
}

.landscapeContainer .keyboard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: auto;
  flex-wrap: wrap;
}

.landscapeContainer .key {
  width: calc(33.3% - 10px);
  margin: 5px;
  height: 60px;
  background-color: #9cc31a;
  color: #fff;
  font-size: 28px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #628000;
  font-family: Foco-Bold;
}

.landscapeContainer .key.special {
  background-color: #fff;
  color: #564b50;
  border: 2px solid #564b50;
}

.landscapeContainer.emailContainer .center-content {
  max-width: 1100px;
}

.landscapeContainer.emailContainer .center-content .keyboard {
  max-width: 100%;
  display: block;
}

.landscapeContainer.emailContainer .center-content .keyboard .hg-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landscapeContainer.emailContainer .center-content .keyboard .hg-row .key {
  width: 100%;
  line-height: 56px;
  width: 80px;
}

.portraitMode {
  height: auto;
}

.portraitMode .landscapeContainer .logo img {
  width: 100px;
}

.portraitMode .landscapeContainer .center-content {
  margin-top: 20px;
}

.portraitMode .landscapeContainer .button-container {
  margin-top: 20px;
}

.portraitMode .landscapeContainer .button-container.buttonTabs {
  margin-top: 0;
  gap: 0;
}

.portraitMode .landscapeContainer .button-container.buttonTabs .button {
  background-color: #564b50;
  color: #fff;
  max-width: 110px;
  border-radius: 0;
}

.portraitMode
  .landscapeContainer
  .button-container.buttonTabs
  .button:first-child {
  border-radius: 4px 0 0 4px;
}

.portraitMode
  .landscapeContainer
  .button-container.buttonTabs
  .button:last-child {
  border-radius: 0 4px 4px 0;
}

.portraitMode .landscapeContainer .button-container.buttonTabs .button.active {
  border: 2px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
}

.portraitMode .landscapeContainer .button-container .button {
  max-width: 200px;
}

.landscapeContainer.emailContainer
  .center-content
  .keyboard
  .hg-row
  .key.space {
  width: auto;
}

.adminContent {
  padding-top: 71px;
}

.page-title-group {
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0px;
  position: fixed;
  border-bottom: 1px solid #ececec;
  z-index: 3;
}

.page-title-group .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-hide-menu {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
}

.page-title-group .header-action-left {
  background: #ffffff;
}

.page-title-group .page-title {
  display: inline-block;
}

.page-title-group .page-title img {
  height: 70px;
  padding: 5px;
}

.page-title-group .header-action-center {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title-group .header-action-right {
  display: flex;
  align-items: center;
}

.page-title-group .header-action-right .header-action {
  position: relative;
}

.page-title-group .header-action .dropdown-toggle {
  margin-left: 15px;
  padding: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-action .user-photo {
  width: 30px;
  height: 30px;
}

.header-action .user-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header-action .user-name {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding-left: 10px;
  color: #564b50;
  font-size: 14px;
  position: relative;
  font-family: Foco-Bold;
}

.header-action .user-name:hover {
  color: #9cc31a;
}

.header-action ul.dropdown-menu {
  padding: 6px;
  border: none;
  width: 175px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  transform: translateX(min(0px, calc(100% - 150px)));
  z-index: 1000;
}

.header-action ul.dropdown-menu li {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.header-action ul.dropdown-menu li a {
  width: 100%;
  line-height: 30px;
  padding: 4px 15px;
  font-size: 14px;
  text-align: left;
  display: block;
}

.header-action ul.dropdown-menu li a i {
  margin-right: 8px;
}

.header-action .dropdown-toggle:after {
  display: none;
}

.header-action .icon-group {
  border: 1px solid #cacaca;
  padding: 0px 10px;
  border-radius: 180px;
  height: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-action .icon-group:hover {
  border: 1px solid #676767;
}

.header-action .icon-group i {
  font-size: 20px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #8f8f8f;
}

.header-action .icon-group .qty {
  font-size: 10px;
  line-height: 17px;
  padding: 0px 6px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #9cc31a;
  border-radius: 6px;
}

.header-action .dropdown-menu.dropdown-log {
  min-width: 350px;
}

.log-list-theme {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.log-list-theme .log-inner {
  padding: 12px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #cdd7de;
  width: 100%;
  min-height: 80px;
  margin-bottom: 5px;
  list-style: none;
  background: #fff;
}

.log-list-theme .log-inner .log-user {
  width: 100%;
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  margin-bottom: 5px;
  line-height: 20px;
}

.log-list-theme .log-inner .log-user .log-user-img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

.log-list-theme .log-inner .log-user .log-user-img img {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
}

.log-list-theme .log-inner .log-user .log-user-name {
  color: #000000;
  width: 100%;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-family: Foco-Bold;
}

.log-list-theme .log-inner .log-user .log-user-time {
  width: 100%;
  position: relative;
  font-size: 11px;
  color: #a7a7a7;
}

.log-list-theme .log-inner .log-message {
  width: 100%;
  position: relative;
  font-size: 13px;
  color: #3c3c3c;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}

.header-action .dropdown-menu .view-all a {
  padding: 0;
  font-family: Foco-Bold;
  text-align: center;
}

.adminContent .page-working-area {
  padding-left: 200px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.adminContent .left-menu {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.adminContent .left-menu .navbar-left {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 70px;
  left: 0;
}

.adminContent .left-menu .navbar-left::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.adminContent .left-menu .navbar-left::-webkit-scrollbar {
  width: 4px;
  background-color: #f1f1f1;
}

.adminContent .left-menu .navbar-left::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cecece;
}

.adminContent .left-menu .navbar-left .nav-item {
  width: 100%;
  position: relative;
}

.adminContent .left-menu .navbar-left .nav-item .nav-link {
  width: 100%;
  padding: 15px 20px;
  color: #564b50 !important;
  font-size: 14px;
  position: relative;
  font-family: Foco-Bold;
  border-bottom: 1px solid #d9d3d6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.adminContent .left-menu .navbar-left .nav-item .nav-link i {
  font-size: 16px;
  display: inline-block;
  width: 24px;
}

.adminContent .left-menu .navbar-left .nav-item .nav-link.active {
  border-left: 4px solid #9cc31a;
  background-color: #f8f8f8;
}

.adminContent .left-menu .navbar-left .nav-item .nav-link:hover {
  background-color: #f8f8f8;
}

.adminContent .rightMain {
  width: 100%;
  border-left: 1px solid #d9d3d6;
  background-color: #ffffff;
  position: relative;
}

.full-menu-hide .page-working-area {
  padding-left: 56px;
}

.full-menu-hide
  .page-working-area
  .left-menu
  .navbar-left
  .nav-item
  .nav-link
  .nav-name {
  opacity: 0;
}

.full-menu-hide .left-menu .show-hide-menu {
  text-align: left;
}

.full-menu-hide .left-menu .show-hide-menu i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.copy-code {
  color: #9cc31a;
}

.quote-section-block {
  padding-top: 12px;
}

.quote-section-block .banner-content form {
  margin-top: 0px;
}

.quote-action {
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  color: #564b50;
}

.ptb-50.quote-page {
  padding: 0 0 50px 0;
}

.my-profile-page .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.my-profile-page .form-group .form-control {
  flex: 1;
  max-width: 50%;
}

.my-profile-page select.form-control {
  flex: 1;
  max-width: 50%;
}

.my-profile-page .label-profile {
  margin: 0.5% 2% 0.5% 2%;
}

.my-profile-page form button {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 170px;
}

.my-profile-page .marketing-heading {
  margin: 20px 0px;
  font-weight: bold;
}

.manage-password-page .btn-update {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 220px;
}

.my-profile-page .profile-update-sec {
  justify-content: end;
  gap: 2%;
}

.my-profile-page form button:hover {
  background-color: #6d8e00;
  color: white;
}

.manage-password-page .btn-update:hover {
  background-color: #6d8e00;
  color: white;
}

.address-view-page .btn-update {
  position: relative;
  width: auto;
  border: 1px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 220px;
}

.address-view-page .btn-update:hover {
  background-color: #6d8e00;
  color: white;
}

.address-view-page .btn-clear {
  position: relative;
  width: auto;
  border: 1px solid #9cc31a;
  color: #9cc31a;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 176px;
}

.address-view-page .btn-clear:hover {
  color: #6d8e00;
}

.pagination .page-item.active .page-link {
  background-color: #6d8e00;
  border-color: #6d8e00;
  color: white;
}

label.required:after {
  content: " *";
  color: red;
}

.form-page {
  padding: 20px 20px 15px 20px;
}

.btn-left {
  display: flex;
  justify-content: right;
}

.add-address-page form button:hover {
  background-color: #6d8e00;
  color: white;
}

.add-address-page .address-update-sec {
  justify-content: end;
  gap: 2%;
}

.add-address-page .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.add-address-page .form-group label {
  flex: 0 0 25%;
  margin-right: 1rem;
  text-align: left;
}

.add-address-page .form-group .form-control {
  flex: 1;
  max-width: 50%;
}

.add-address-page select.form-control {
  flex: 1;
  max-width: 50%;
}

.add-address-page .label-profile {
  flex: 0 0 50% !important;
  margin: 0.5% 2% 0.5% 2%;
}

.add-address-page form button {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 170px;
}

.susbscription .btn-update:hover {
  background-color: #6d8e00;
  color: white;
}

.susbscription .btn-update {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 220px;
}

.susbscription .form-detail {
  display: flex;
  flex-direction: column;
}

.susbscription .btn-subscription {
  margin-left: auto;
  margin-bottom: 10px;
}

.susbscription h3 {
  margin-bottom: 2px;
}

.custom-input {
  height: 50px;
  position: relative;
  width: 100%;
}

.custom-input.ic1 {
  margin-top: 20px;
}

.custom-input.ic2 {
  margin-top: 30px;
}

.custom-input .input {
  background-color: #fefefe;
  border-radius: 12px;
  border: 1px solid #9cc31a;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.custom-input .cut {
  background-color: #fefefe;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 50px;
}

.custom-input .cut-short {
  width: 50px;
}

.custom-input .input:focus ~ .cut,
.custom-input .input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.custom-input .custom-lbl {
  color: #000000;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.custom-input .input:focus ~ .custom-lbl,
.custom-input .input:not(:placeholder-shown) ~ .custom-lbl {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.custom-input .input:not(:placeholder-shown) ~ .custom-lbl {
  color: #000000;
  background-color: #fefefe;
}

.custom-input .input:focus ~ .custom-lbl {
  color: #000000;
  background-color: #fefefe;
}

.text-danger {
  font-size: 12px;
  padding-left: 5px;
  text-align: end;
}

.oohpod-form {
  display: flex;
  justify-content: center;
}

.oohpod-form .row {
  max-width: 700px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.form-page .form-detail {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.btn-col {
  margin: 20px 0px !important;
}

.forget-link {
  margin-left: 10px;
}

.my-profile-page .password-popup {
  margin-top: 12%;
}

.custom-input.has-error .input {
  border: 1px solid #dc3545;
}

.my-profile-page .form-detail h3 {
  padding-left: 50px;
}

.custom-input .cut-large {
  width: 94px;
}

.custom-input .cut-medium {
  width: 56px;
}

.custom-input .has-error {
  border: 1px solid #dc3545;
}

.add-subscription-page .oohpod-form .row {
  width: 700px;
}

.sign-in-link {
  color: #9cc31a;
}

.edit-billing-page form button:hover {
  background-color: #6d8e00;
  color: white;
}

.edit-billing-page .edit-billing-sec {
  justify-content: end;
  gap: 2%;
}

.edit-billing-page .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.edit-billing-page .form-group label {
  flex: 0 0 25%;
  margin-right: 1rem;
  text-align: left;
}

.edit-billing-page .form-group .form-control {
  flex: 1;
  max-width: 50%;
}

.edit-billing-page select.form-control {
  flex: 1;
  max-width: 50%;
}

.edit-billing-page .label-profile {
  flex: 0 0 50% !important;
  margin: 0.5% 2% 0.5% 2%;
}

.edit-billing-page form button {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 170px;
}

.view-billing-payment-page .oohpod-form h2 {
  font-size: xx-large;
}

.ipv_selected-item {
  border: 2px solid #d9d3d6 !important;
  height: 46px !important;
  border-radius: 8px;
  background-color: #f8f8f8 !important;
}

.add-address-page form button {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 170px;
}

.shipment-details-page .oohpod-form-shipment-details {
  border: 2px solid #d9d3d6 !important;
  border-radius: 10px;
}

.shipment-details-page .padding-inline-start-end {
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}

.grid-section {
  background: #fff;
  border: 1px solid #cdc5c9;
}

.grid-section .datatable-body-cell-label {
  margin-left: 0px;
  margin-top: -8px;
}

.grid-section .datatable-header-cell {
  border-left: 1px solid #e5e7eb;
}

.grid-action {
  padding: 0 5px;
  cursor: pointer;
}

.grid-section .datatable-footer {
  background: #564b50 !important;
  color: #9cc31a !important;
}

.grid-section .datatable-body {
  min-height: 200px;
}

.grid-section .datatable-header-cell-label {
  font-weight: 600;
}

.grid-section .page-count {
  font-weight: 600;
}

.btn-active {
  display: inline-block !important;
  padding: 8px 24px !important;
  border: 1px solid #9cc31a !important;
  color: #ffffff !important;
  background-color: #9cc31a !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
  margin: 0 0 0px 10px;
  text-align: center !important;
}

.btn-active:hover {
  background-color: #ffffff;
  color: #564b50;
  border-color: #564b50;
}
.videos-btn {
  padding: 8px 24px !important;
  border: 1px solid #9cc31a !important;
  color: #9cc31a !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
}
.videos-btn svg {
  display: inline-block;
  width: 15px;
}
.videos-btn :hover {
  background-color: #564b50;
  color: #ffffff;
  border-color: #564b50;
}
.banner-block .banner-content form {
  border-radius: 12px;
  padding: 14px 30px 30px 30px;
}
.support-card {
  height: 100%;
}
.support-card h4 {
  font-size: 24px;
}
.text-ooh-22 {
  font-size: 22px;
}

.text-ooh-18 {
  font-size: 18px;
}

.manage-arrow-svg {
  height: 47px;
  width: 35px;
}

.form-detail .sub-title {
  font-size: 23px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  letter-spacing: 1px;
  padding-top: 10px;
  margin-bottom: 0;
}

.action-row {
  margin-bottom: 20px;
  padding: 0 5px 0 5px;
}

.oohpod-form .row.multi-col {
  max-width: none;
  width: 99%;
  padding-top: 10px;
}

.my-account-page .marketing-heading {
  margin: 20px 0px;
  font-weight: bold;
}

/* .my-account-page .label-profile {
  margin: 0.5% 2% 0.5% 2%;
} */

.my-account-page form button {
  position: relative;
  /* width: 100%; */
  display: inline-block !important;
  padding: 8px 24px !important;
  border: 1px solid #9cc31a !important;
  color: #ffffff !important;
  background-color: #9cc31a !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
  margin: 0 0 0px 10px;
}

.change-password-btn {
  margin-bottom: 5px;
}

.min-page {
  min-height: 600px;
}

.ngx-datatable.bootstrap .datatable-body .empty-row {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #564b50;
}

.support-page .btn-active {
  position: relative;
  width: 100% !important;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
}

.text-custom-green {
  color: #9cc31a !important;
}

.support-page .btn-clear {
  position: relative;
  width: 100% !important;
  border: 1px solid #9cc31a;
  color: #9cc31a;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
}

.support-page .btn-clear:hover {
  color: #6d8e00;
}

.support-page .btn-active:hover {
  background-color: #6d8e00;
  color: white;
}

.support-page .page-help-support {
  margin-left: -12px;
}

.location-map-container .btn-update {
  position: relative;
  width: auto;
  border: 1px solid #9cc31a;
  background-color: #9cc31a;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 220px;
}

.location-map-container .btn-update:hover {
  background-color: #6d8e00;
  color: white;
}

.location-map-container .form-detail h3 {
  margin-bottom: 0px;
}

.location-map-container .form-detail {
  border: none;
}

.location-map-container .btn-clear {
  position: relative;
  width: 100% !important;
  border: 1px solid #9cc31a;
  color: #9cc31a;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 125px;
  float: right;
}

.location-map-container .btn-clear:hover {
  color: #6d8e00;
}

.location-map-store-list {
  flex: 1;
  height: 415px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background-color: #f9f9f9;
}

.location-map-store-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.location-map-store-card-icon {
  width: 40px;
  height: 40px;
}

.location-map-store-card-details h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.location-map-store-card-details p {
  font-size: 12px;
  margin: 0;
}

.location-map-map-container {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.location-map {
  width: 100%;
  height: 593px;
  background: #eaeaea;
  text-align: center;
  line-height: 300px;
  font-size: 16px;
  color: #888;
  margin-top: 67px;
}

.dashboard .custom-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.dashboard .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #9cc31a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  margin-right: 10px;
}
.dashboard .swap-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.dashboard .swap-card img {
  display: inline-block;
}
.dashboard .swap-card .new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}
.dashboard .new-badge {
  top: 8px;
  right: 8px;
  background-color: #9cc31a;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
}

.dashboard .fixed-height {
  height: 81px;
}

.dashboard .marketing-heading {
  margin: 20px 0px;
  font-weight: bold;
}

.dashboard .label-profile {
  margin: 0.5% 2% 0.5% 2%;
}

.dashboard form button {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-family: Foco-Bold;
  height: 45px;
  max-width: 170px;
}

.dashboard .orders-font-size {
  font-size: x-large;
}

.add-address-page .ipv_dropdown {
  margin-top: 20px;
}

.add-address-page .ipv_selected-item {
  border: 1px solid #9cc31a !important;
  height: 44px !important;
  border-radius: 12px;
  background-color: #fefefe !important;
}

.fixed-height-card {
  height: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-plan-page .form-check-input {
  border-color: #9cc31a !important;
  box-shadow: none !important;
}

.list-plan-page .form-check-input:checked {
  background-color: #9cc31a !important;
  border-color: #9cc31a !important;
}

.list-plan-page .currency-icon {
  width: 22px;
  height: 22px;
}

.list-plan-page .service-provider .service-header {
  background: none;
}

.list-plan-page .service-provider .service-body {
  border-top: none;
  border-bottom: none;
}

.title-main {
  font-size: 36px;
  color: #564b50;
  text-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.add-address-page .custom-input .custom-lbl {
  line-height: 7px;
}

.add-address-page .custom-input .input {
  height: 85%;
}

.add-address-page .phone-input-container {
  align-items: self-start !important;
}

.oohpod-green {
  color: #9cc31a !important;
}

.oohpod-brown {
  color: #564b50;
}

.oohpod-green-bg {
  background-color: #9cc31a;
}

.spinner-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.date-range {
  position: static !important;
}

.date-range .clr-control-label {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  flex: 100% !important;
}

.date-range .md-drppicker .ranges ul li button.active {
  border-color: #9cc31a;
  background-color: #9cc31a;
  color: white;
  text-align: center;
}

.date-range .md-drppicker .btn {
  border-color: #9cc31a;
  background-color: #9cc31a;
  color: white;
  text-align: center;
}

.date-range .md-drppicker .btn-default.clear {
  color: #9cc31a;
  background-color: whitesmoke;
}

.date-range .md-drppicker .btn-default.clear svg {
  display: none;
}

.date-range .md-drppicker td.active,
.md-drppicker td.active:hover {
  background-color: #9cc31a;
  color: #ffffff;
}

.custom-scroll {
  border: 1px solid #e5e7eb;
}

.card-shadow {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
}

.my-account-page .loading-page {
  margin-bottom: 50px;
}

.account-password .btn-col {
  padding-top: 18px;
}

.my-account-page .ipv_dropdown {
  margin-top: 20px;
}

.my-account-page .ipv_selected-item {
  border: 1px solid #9cc31a !important;
  height: 50px !important;
  border-radius: 12px;
  background-color: #fefefe !important;
}

.edit-account-page .spinner-icon {
  animation: spin 1s linear infinite;
  margin-left: 10px;
}
.billing-address-page .add-box-shadow {
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
}

.billing-address-page .text-align-left {
  text-align: left;
}

.form-check-label {
  font-size: 11px;
  font-weight: 600;
}

.location-map-container .row &gt; * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.shimmer-card {
  height: 90px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.susbscription .btn-oversize-update {
  max-width: 297px;
}

.account-password .spinner-icon {
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

.my-account-card .card-btn {
  padding-bottom: 6px;
}
.favourite-dialog .btn-clear {
  position: relative;
  width: auto;
  border: 1px solid #9cc31a;
  color: #9cc31a;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 176px;
}

.favourite-dialog .btn-update {
  position: relative;
  width: 100%;
  border: 1px solid #9cc31a !important;
  background-color: #9cc31a !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: Foco-Bold;
  max-width: 220px;
}

.form-check-input:checked {
  background-color: #9cc31a !important;
  border-color: #9cc31a !important;
}

.btn-sign-up {
  background: #9cc31a !important;
}

.error-border {
  border: 2px solid #e20613 !important;
}

.captcha-required iframe {
  border: 1px solid #d91c1c;
}

.selected-loc {
  box-shadow: 0 4px 12px rgba(156, 195, 26, 0.4);
  border: 1px solid #9cc31a;
}
.location-map-store-card-details {
  width: calc(100% - 40px);
}
.store-info-columns {
  display: flex;
  gap: 5px;
  margin-top: 0.5rem;
  width: 100%;
}
.store-info-columns .features-column,
.store-info-columns .details-column {
  width: 50%;
}

.features-column,
.details-column {
  flex: 1;
}

.error-border-checkbox {
  outline: 2px solid #e20613 !important;
}

.service-tag {
  font-weight: 600;
}

.support-card {
  height: 100%;
}

.saved-cards-scroll-container {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 8px;
  background-color: #fafafa;
}

.saved-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.card-item {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.card-item:hover {
  border-color: #9cc31a;
  box-shadow: 0 0 8px #9cc31a;
}

.card-item.selected {
  border-color: #9cc31a;
  background-color: #e6fff5;
  box-shadow: 0 0 10px #9cc31a;
}

.card-brand {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.card-expiry {
  font-size: 14px;
  color: #555;
}

.payment-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #9cc31a;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.payment-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.payment-btn:hover:not(:disabled) {
  background-color: #005f49;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.option-card {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background-color: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.option-card:hover {
  border-color: #9cc31a;
  background-color: #f4fae6;
  box-shadow: 0 3px 8px rgba(156, 195, 26, 0.1);
}

.option-card:focus {
  outline: none;
  border-color: #9cc31a;
  box-shadow: 0 0 0 3px rgba(156, 195, 26, 0.3);
}

.back-btn {
  padding: 8px 24px !important;
  border: 1px solid #9cc31a !important;
  color: #9cc31a !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  -o-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
  font-family: "Foco-Bold" !important;
  width: 100%;
} 
.back-btn :hover {
  background-color: #564b50;
  color: #ffffff;
  border-color: #564b50;
}

.form-check-input.check-required {
  border: 1px solid red;
}

.bg-green-oohpod {
  --tw-bg-opacity: 1;
  background-color: rgb(170 204 59);
}

.bg-gray-oohpod {
  --tw-bg-opacity: 1;
  background-color: rgb(86 75 80);
}

.max-height{
  height: calc(100vh - 278px) !important;
}

.sticky-header {
  position: sticky;
  top: 0;
  background-color: #f9fafb; /* Match your theme */
  z-index: 1;
}

/* Optional: Enhance appearance */
#billingGrid thead {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.setup-page.form-detail {
  border: none !important;
}
.input-readonly{
  opacity: 0.5;
}</pre></body></html>