@import url("https://fonts.cdnfonts.com/css/galano-grotesque-alt");
body {
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.bg-light {
  background-color: #fff !important;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 999999;
  overflow: hidden;
}

.loader {
  overflow-y: hidden;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 43%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #3B6648;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@media (max-width: 575px) {
  .spinner {
    top: 36%;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

[disabled] {
  border: 4px solid #7f7f7f !important;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
}

.small-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background-color: #20522E;
  min-height: 100vh;
}

.small-wrapper .log-in {
  padding: 250px 54px 0 54px;
}

@media (max-width: 575px) {
  .small-wrapper .log-in {
    padding: 100px 30px;
    min-height: 100vh;
  }
}

.small-wrapper .log-in label {
  margin-bottom: 80px;
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: #fff;
}

@media (max-width: 575px) {
  .small-wrapper .log-in label {
    margin-bottom: 50px;
  }
}

.small-wrapper .log-in input.contact-number {
  border: 0;
  border-bottom: 5px solid #fff;
  width: calc(10% - 13px);
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.small-wrapper .log-in input.contact-number:not(:last-child) {
  margin-right: 10px;
}

.small-wrapper .log-in .submit-button {
  max-width: 150px;
  min-height: 66px;
  background-color: #3A6647;
  border-radius: 18px;
  margin: 120px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .small-wrapper .log-in .submit-button {
    max-width: 130px;
    min-height: 55px;
    margin: 60px 0 0 auto;
  }
  .small-wrapper .log-in .submit-button img {
    max-width: 30px;
  }
}

.small-wrapper .product-list .home-header {
  padding: 30px 22px 40px;
}

.small-wrapper .product-list .home-header .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-wrapper .product-list .home-header .dropdown, .small-wrapper .product-list .home-header button.btn {
  width: 300px;
  text-align: left;
  padding: 0;
  background: transparent;
  border: 0;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header .dropdown, .small-wrapper .product-list .home-header button.btn {
    width: 230px;
  }
}

.small-wrapper .product-list .home-header button.btn {
  font-size: 21px;
  line-height: 31px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header button.btn {
    font-size: 17px;
    line-height: 21px;
  }
}

.small-wrapper .product-list .home-header button.btn::after {
  content: "";
  background-image: url(../images/dropdown-light-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 24px;
  border: 0;
  right: 0;
  position: absolute;
  top: 11px;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header button.btn::after {
    height: 8px;
    width: 16px;
  }
}

.small-wrapper .product-list .home-header .profile .profile_text {
  font-family: 'Galano Grotesque Alt', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  height: 62px;
  width: 62px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 0 0 auto;
  text-decoration: none;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header .profile .profile_text {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}

.small-wrapper .product-list .home-header .profile_searchbar {
  margin-top: 70px;
}

.small-wrapper .product-list .home-header .profile_searchbar .form-control {
  height: 53px;
  border: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  background-color: #3B6648;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header .profile_searchbar .form-control {
    height: auto;
  }
}

.small-wrapper .product-list .home-header .profile_searchbar .input-group-text {
  background-color: #3B6648;
  border: 0;
}

.small-wrapper .product-list .home-header .profile_searchbar .input-group-text button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

.small-wrapper .common-dropdown {
  max-width: 208px;
  margin: 0 0 0 auto;
}

.small-wrapper .common-dropdown select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E6E6E6;
  font-family: 'Galano Grotesque Alt', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  border-radius: 7px;
  height: 51px;
}

.small-wrapper .common-dropdown select option {
  color: #C7C7C6;
  border-color: #E6E6E6;
  padding: 16px 26px;
  min-height: 50px;
}

.small-wrapper .common-dropdown select option:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.small-wrapper .product-items {
  padding: 20px 22px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.small-wrapper .product-items .row {
  margin: 29px 0;
}

@media (max-width: 575px) {
  .small-wrapper .product-items .row {
    margin: 29px -12px;
  }
}

.small-wrapper .product-items .row .col-6 {
  margin-top: 36px;
}

.small-wrapper .product-items .category-title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  color: #000;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.small-wrapper .product-items .category-name {
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
  font-weight: 600;
}

.small-wrapper .product-items p {
  margin-top: 15px;
}

.small-wrapper .product-items .product-menu {
  background-color: #2D5C3F;
  border-radius: 19px;
  padding: 27px 10px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-wrapper .product-items .product-menu .menu-item {
  background-color: #a7bab042;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  border-radius: 13px;
  width: calc(24% - 13px);
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .small-wrapper .product-items .product-menu .menu-item {
    padding: 12px;
    display: block;
    font-size: 16px;
    width: 24%;
  }
}

.small-wrapper .product-items .product-menu .menu-item img {
  max-height: 34px;
  margin-right: 12px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 767px) {
  .small-wrapper .product-items .product-menu .menu-item img {
    display: block;
    margin: 0 auto;
  }
}

.small-wrapper .product-items .product-menu .menu-item:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 575px) {
  .small-wrapper .product-items .product-menu .menu-item:not(:last-child) {
    margin-right: 12px;
  }
}

.small-wrapper .category-item {
  padding: 30px 18px;
  border: 1px solid #000000;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .small-wrapper .category-item {
    padding: 15px;
  }
}

.small-wrapper .category-item-img {
  background-color: #ECECEC;
  border-radius: 15px;
  padding: 10px;
}

.small-wrapper .category-item-img img {
  max-width: 100%;
  height: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-wrapper .category-item .number {
  margin: 120px 0 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .small-wrapper .category-item .number {
    margin: 30px 0 26px 0;
  }
}

.small-wrapper .category-item .number span {
  cursor: pointer;
}

@media (max-width: 575px) {
  .small-wrapper .category-item .number {
    margin: 30px 0;
  }
}

.small-wrapper .category-item .minus, .small-wrapper .category-item .plus {
  position: absolute;
  font-size: 28px;
  color: #fff;
  top: -2px;
}

.small-wrapper .category-item .minus {
  left: 15px;
}

.small-wrapper .category-item .plus {
  right: 15px;
}

.small-wrapper .category-item input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 45px;
  color: #fff;
  background-color: #325F44;
}

.small-wrapper .category-item .btn-light {
  height: 45px;
  background-color: #EBF0EE;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  border: 0px;
  border-radius: 6px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  width: 100%;
}

.small-wrapper .profile-wrapper {
  background-color: #fff;
  padding: 0;
}

.small-wrapper .profile-wrapper form {
  padding: 0 40px;
}

.small-wrapper .profile-wrapper .profile-header {
  padding: 25px 50px;
  text-align: center;
  font-size: 31px;
  line-height: 37px;
  border-bottom: 1px solid #000000;
  position: relative;
  font-weight: 600;
}

@media (max-width: 575px) {
  .small-wrapper .profile-wrapper .profile-header {
    font-size: 26px;
    line-height: 35px;
  }
}

.small-wrapper .profile-wrapper .profile-header a {
  text-decoration: none;
  position: absolute;
  left: 25px;
}

.small-wrapper .profile-wrapper .profile-header a img {
  max-width: 32px;
}

.small-wrapper .profile-wrapper .profile-options .profile a {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
  margin: 49px 0 54px 62px;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.small-wrapper .profile-wrapper .profile-options .edit-options {
  margin-bottom: 30px;
}

.small-wrapper .profile-wrapper .profile-options .edit-options a {
  display: block;
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: #000;
  padding: 34px 50px;
  margin: 0 20px;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.small-wrapper .edit-profile {
  padding-bottom: 30px;
}

.small-wrapper .edit-profile .logo-upload {
  margin: 39px 0 58px 0;
  font-size: 25px;
  line-height: 37px;
  font-weight: 400;
}

.small-wrapper .edit-profile .logo-upload button {
  border: 0;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.small-wrapper .edit-profile .logo-upload img {
  margin-right: 31px;
  max-height: 141px;
}

.small-wrapper .edit-profile .form-floating:not(:last-child) {
  margin-bottom: 50px;
}

.small-wrapper .edit-profile .form-floating input {
  border: 4px solid #7f7f7f;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.small-wrapper .edit-profile .form-floating input:focus ~ label {
  -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(1.1rem);
          transform: scale(0.85) translateY(-1.5rem) translateX(1.1rem);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.small-wrapper .edit-profile .form-floating label {
  padding-left: 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.small-wrapper .edit-profile .form-floating:last-child {
  padding-bottom: 82px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.small-wrapper .custom-floating textarea {
  min-height: 282px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 55px 30px 30px 30px;
  border: 3px solid black;
}

.small-wrapper .custom-floating textarea:focus ~ label {
  -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}

.small-wrapper .custom-floating textarea:focus ~ label::after {
  width: inherit;
  left: 13px;
}

@media (max-width: 575px) {
  .small-wrapper .custom-floating textarea:focus ~ label::after {
    width: auto;
  }
}

.small-wrapper .custom-floating label {
  width: 33.33%;
}

.small-wrapper .custom-floating .floatingInput-2 {
  left: 33.33%;
}

.small-wrapper .custom-floating .floatingInput-3 {
  left: calc(33.33% + 33.33%);
}

.common-button .custom-btn {
  background-color: #325f44;
  height: 70px;
  font-size: 30px;
  line-height: 54px;
  border-radius: 20px;
  display: block;
  width: 100%;
  outline: none;
  color: #fff;
  border: 0;
}

@media (max-width: 575px) {
  .common-button .custom-btn {
    font-size: 26px;
    line-height: 42px;
    height: 60px;
  }
}

.edit-profile_btn .common-button {
  margin: 40px 0;
}

.edit-profile_btn label {
  margin-bottom: 82px;
  color: black;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.add-address-form {
  padding-top: 57px !important;
}

.add-address-form .custom-floating {
  padding-bottom: 48px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .col-6 {
  width: 50%;
}

@media (max-width: 575px) {
  .cart-wrapper .col-6 {
    width: 100%;
  }
}

.cart-wrapper .category-item {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-wrapper .category-item .category-item-img img {
  max-width: 141px;
  max-height: 141px;
}

.cart-wrapper .category-item .category-name {
  margin-left: 40px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.cart-wrapper .category-item .number {
  max-width: 164px;
  margin: 0 0 0 auto;
}

@media (max-width: 575px) {
  .cart-wrapper .category-item .number {
    margin: 0 auto 0 0;
  }
}

.cart-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .sub-total {
  font-size: 24px;
  line-height: 35px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: rgba(0, 0, 0, 0.55);
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .sub-total .row {
  margin: 0;
  border-top: 0;
}

.cart-wrapper .sub-total .row .col-6 {
  margin: 0;
}

.cart-wrapper .total {
  color: black;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}

.cart-wrapper .total .row {
  border: 0;
}

.cart-wrapper .total .row .col-6 {
  margin: 0;
}

.cart-wrapper .common-button {
  max-width: 336px;
  margin: 36px 0 30px auto;
}

@media (max-width: 575px) {
  .cart-wrapper .total .col-6, .cart-wrapper .sub-total .col-6 {
    width: 50% !important;
  }
}

.order-summary .order-id {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 50px 0;
  color: #000000;
  margin-left: 35px;
}

.order-summary .row:first-child {
  border-top: 0;
  margin-top: 0;
}

.order-summary .row:first-child .col-6:first-child {
  margin-top: 0;
}

.order-summary .row:first-child .col-6 {
  width: 50%;
}

@media (max-width: 575px) {
  .order-summary .row:first-child .col-6 {
    width: 100%;
  }
}

.order-summary form {
  padding: 0 !important;
}

.download-summary [type="radio"]:checked,
.download-summary [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.download-summary [type="radio"]:checked + label,
.download-summary [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.download-summary [type="radio"]:checked + label:before,
.download-summary [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.17);
}

.download-summary [type="radio"]:checked + label:after,
.download-summary [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #349650;
  position: absolute;
  top: 6px;
  left: 9px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.download-summary [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.download-summary [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.download-summary input {
  border: 2px solid #f03001;
  height: 50px;
  color: #cdc0c0;
  width: 100%;
  border-radius: 8px;
  padding: 13px 6px;
  font-size: 20px;
  line-height: 30px;
}

.download-summary .custom_radio {
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 56px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-summary .custom_radio label {
  padding-left: 50px !important;
}

.download-summary .col-6 {
  margin: 0 !important;
}

.download-summary .row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

@media (max-width: 575px) {
  .download-summary .row .col-6:first-child {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 575px) {
  .download-summary .col-6 {
    width: 100%;
  }
}

.order-history {
  overflow-x: hidden;
}

.order-history label.order-id {
  margin: 0;
}

.order-history label.order-id:nth-child(3) {
  margin-left: 43px;
}

.order-history label.order-id:first-child {
  margin-bottom: 23px;
}

.order-history .order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 40px 0;
}

@media (max-width: 767px) {
  .order-history .order-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .order-history .order-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-history .order-items .category-item-img {
  width: 100%;
}

.order-history .order-items .category-item-img img {
  max-width: 100%;
  max-height: 100%;
}

.order-history .order-items .category-item {
  width: calc(25% - 20px);
}

.order-history .order-items .category-item:not(:last-child) {
  margin-right: 14px;
}

@media (max-width: 575px) {
  .order-history .order-items .category-item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .order-history .order-items .category-item {
    width: calc(50% - 14px);
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .order-history .order-items .category-item {
    width: calc(50% - 14px);
    margin-right: 14px !important;
  }
}

.order-history .row {
  border: 0;
  margin-top: 54px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 575px) {
  .order-history .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.order-history .common-dropdown {
  margin: 15px 15px 0px auto;
}

.order-history .download-summary .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  margin-bottom: 0;
}

/*  Override CSS */
@media (min-width: 768px) {
  .col-6 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .col-6 {
    width: 50%;
  }
}
/*# sourceMappingURL=main.css.map */