@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Playfair+Display:400,400i,700");

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #444342;
  line-height: 1.7;
  font-weight: 400;
}

a {
  color: #000;
}

a:hover {
  color: #000000;
  text-decoration: unset;
}

h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
}

h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h5 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h6 {
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444342;
  text-decoration: none;
}

p {
  color: #181715;
  font-size: 1em;
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.9rem;
}

.divider {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin: 1rem auto;
}

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #ffffff;
}

.constrain-width {
  max-width: 40em;
  margin: 0 auto;
}

.rounded-corners {
  border-radius: .3rem;
}

.pill-btn {
  border-radius: 499rem !important;
}

.btn-full-width {
  width: 100%;
}

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

.alt-background {
  background: #f7f7f8;
}

.primary-color {
  color: #529b18 !important;
}

.secondary-color {
  color: #444342 !important;
}

.bg-primary {
  background-color: #529b18 !important;
}

.bg-secondary {
  background-color: #444342 !important;
}

.badge {
  font-size: 13px;
  display: inline-block;
}

.badge-primary {
  background-color: #86c355;
}

.badge-secondary {
  background-color: #ffffff;
}

.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5,
.inverted h6 {
  color: #fff;
}

.inverted p {
  color: #f7f7f8;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  padding: .75rem 1rem;
  font-size: .9rem;
  height: 3.2em !important;
}

.btn-primary,
.btn-outline-primary,
.btn-secondary,
.btn-outline-secondary,
.btn-white,
.btn-outline-white,
.btn-success,
.btn-outline-success,
.btn-info,
.btn-outline-info,
.btn-warning,
.btn-outline-warning,
.btn-danger,
.btn-outline-danger {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-white,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
  border-width: 0.05rem;
}

.btn-lg,
input.quantity {
  padding: .75rem 1rem;
  font-size: .9rem;
  height: 3.2em;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-link,
.page-link,
.text-primary {
  color: #70bd32 !important;

}

.btn-link:focus,
.btn-link:hover,
.page-link:focus,
.page-link:hover,
a.text-primary:focus,
a.text-primary:hover {
  color: #529b18 !important;
}

.dropdown-item.active,
.dropdown-item:active,
.custom-control-input:checked~.custom-control-indicator,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background: #529b18 !important;
}

.nav-pills .nav-link.active,
.badge-primary[href]:focus,
.badge-primary[href]:hover,
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #529b18 !important;
}

.form-control:focus {
  border-color: #529b18 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #529b18 !important;
  border-color: #529b18 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #529b18 !important;
  border-color: #529b18 !important;
}

.btn-outline-primary,
.btn-outline-primary:visited {
  color: #76ac4b;
  border-color: #529b18;
  background: none;
  background: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #529b18;
  border-color: #529b18;
  color: #fff;
}

.btn-secondary {
  border-color: #444342;
  background-color: #444342;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border-color: #444342;
  background-color: #444342;
  color: #fff;
}

.btn-outline-secondary,
.btn-outline-secondary:visited {
  color: #444342;
  border-color: #444342;
  background: none;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  border-color: #444342;
  background: #444342;
  color: #fff;
}

.btn-white {
  border-color: #dfe1e5;
  background-color: #fff;
  color: #444342 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  border-color: #a0a0a0;
  background-color: #f7f7f8;
  color: #444342;
}

.btn-outline-white,
.btn-outline-white:visited {
  background: none;
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #444342;
  background: #fff;
}

.link-white,
link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
  border: 0;
  color: #fff;
}

.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #dfe1e5 !important;
}

.navbar-custom {
  background: transparent;
}

a.navbar-brand,
a.logo {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444342 !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

a.logo:hover,
a.logo:active,
a.logo:focus {
  text-decoration: none;
}

li.nav-item .btn {
  margin-top: .2rem;
  margin-left: .4rem;
}

li.nav-item .btn-white {
  color: #444342;
}

li.nav-item .active {
  font-weight: bold;
}

.header {
  background: #fff;
  min-height: 7em;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #444342;
  /* padding-top: 1em;
  padding-bottom: 1em; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header li.nav-item {
  font-size: 1.05em;
  margin-left: .5em;
  padding: 0em 1em;
}

@media screen and (max-width: 420px) {
  .header h1 {
    font-size: 2.5rem;
  }

  .header p {
    font-size: 1rem;
  }
}

.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.95em;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
}

.navbar .dropdown.mega-menu .dropdown-menu .divider {
  display: none;
}

.navbar .dropdown.mega-menu .dropdown-menu {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  text-align: center;
}

.navbar .dropdown.mega-menu .dropdown-menu li.nav-item {
  font-size: .9em;
  padding: .1em 0;
  margin-left: 0;
}

.dropdown-menu {
  min-width: 40px;
}

.dropdown-cart {
  width: 100%;
  padding: 1.5em;
}

.dropdown-cart h6 {
  margin-bottom: 1em;
}

.dropdown-cart .dropdown-divider {
  margin-bottom: 1em;
}

.dropdown-cart ul.shopping-cart-items {
  padding: 0 !important;
  margin: 0 !important;
}

.dropdown-cart ul.shopping-cart-items h6 {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.dropdown-cart li {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .navbar .nav-item {
    padding: 0 .25rem;
    margin: 0 .25rem;
  }

  .navbar .nav-item a.nav-link {
    padding: .5em 0;
  }

  .navbar .dropdown.mega-menu {
    position: static;
  }

  .dropdown-menu li {
    border: 1px solid #ededed;
    padding: 10px;
  }


  .navbar .dropdown.mega-menu .dropdown-menu {
    text-align: left;
    width: 500%;
    left: 0;
    right: 0;
    top: 2em;
    padding-top: 0.5em;
    padding-bottom: 0px;
  }

  .navbar .dropdown.mega-menu .dropdown-menu .nav-link {
    padding-left: 0 !important;
  }

  .navbar .dropdown.mega-menu .dropdown-menu ul.nav {
    margin-bottom: 1em;
  }

  .navbar .dropdown.mega-menu .dropdown-menu .divider {
    /* margin-top: -2.5em;
      margin-bottom: 2.5em;*/
    display: block;
  }

  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    top: 4em;
  }

  .dropdown-cart {
    width: 320px;
  }
}

.dropdown-menu li a,
.dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
}

.dropdown-menu li a:hover,
.dropdown-menu .dropdown-item:hover {
  color: #529b18 !important;
  background-color: none;
}

.carousel {
  background: #e7e2df;
  text-align: left;
  background-size: cover;
  min-height: 30rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel .carousel-item {
  background-size: cover !important;
}

.carousel .container {
  min-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: left;
}

.carousel .carousel-indicators li {
  background-color: #dfe1e5;
  background-color: rgba(0, 0, 0, 0.25);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel .carousel-indicators li.active {
  background-color: #444342;
  background-color: rgba(0, 0, 0, 0.75);
}

.carousel .slide-textonly {
  margin: auto auto;
  padding: 0 1rem;
  text-align: center;
}

.carousel .slide-withimage {
  margin: auto auto;
  padding: 0 1rem;
}

.carousel .slide-withimage .description {
  float: left;
  width: 55%;
}

.carousel .slide-withimage .slide-image {
  float: right;
  width: 45%;
}

.carousel .slide-withimage .slide-image img {
  width: 100%;
}

.carousel h1 {
  font-weight: 400;
  font-size: 4em;
}

.carousel p.lead {
  margin: .5em auto 2em auto;
  font-size: 1.3em;
  color: #fff;
  color: #444342;
}

.carousel .cover-container {
  display: table;
  height: 100%;
  min-height: 44rem;
  margin: 0 auto;
}

.collections .col {
  margin: 0 !important;
  padding: 0 !important;
}

.collection {
  min-height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
}

.collection .container {
  max-width: 550px;
  position: absolute !important;
}

.collection .container-left {
  left: 0;
}

.collection .container-right {
  right: 0;
}

.featured-block {
  padding: 3rem 0;
}

.featured-block h2 {
  margin-top: 2rem;
}

.featured-block .col-feature {
  margin-top: 1rem;
}

.featured-block .col-feature {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.featured-block .col-feature em {
  margin-bottom: 1rem;
  color: #529b18;
}

.cta {
  color: #444342;
  padding: 3rem 0;
}

.cta p {
  color: #6e6b69;
}

.cta form.subscribe {
  max-width: 40rem;
  margin: 0 auto;
}

.cta .btn {
  width: 100%;
}

.sidebar-filter {
  margin-bottom: 5em;
}

.filter-checkbox {
  padding: .5em 0 .5em 1em;
}

.custom-checkbox .custom-control-input~.custom-control-label::before {
  background-color: #dfe1e5 !important;
  outline: none !important;
  top: 7px;
}

.custom-checkbox .custom-control-input~.custom-control-label::after {
  outline: none !important;
  top: 7px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #529b18 !important;
  outline: none !important;
}

.price-filter input[type=text] {
  width: 45%;
  margin-right: 5%;
  float: left;
}

.price-filter input[type=text]:last-of-type {
  margin-right: 0;
  margin-left: 5%;
}

.slider,
.slider-track {
  width: 100% !important;
}

.slider-track {
  background: #dfe1e5;
  height: 5px !important;
}

.slider-selection {
  background: #529b18;
  box-shadow: none;
}

.slider-handle {
  background: #fff;
  border: 1px solid #dfe1e5;
  top: -2px;
}

.product-image {
  border: 1px solid #dfe1e5;
  width: 100%;
}

.product-thumbnails img {
  border: 1px solid #dfe1e5;
  width: 15%;
}

.product-thumbnails a:hover img {
  border: 1px solid #529b18;
  width: 15%;
}

input.quantity {
  width: 80px;
  display: inline-block;
  margin-right: 2em;
}

.products {
  padding: 3rem 0;
}

.products h3 {
  margin-bottom: 0;
}

.products .col-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.products .col-product img {
  margin: 0;
}

.products .col-product figure {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.products .col-product figcaption {
  border-radius: .3rem;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.products .col-product figure:hover figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .col-product .thumb-overlay li a {
  border: none !important;
  background: none !important;
  color: #fff !important;
  font-size: 1.6rem;
}

.products .col-product .thumb-overlay li a:hover {
  color: #529b18 !important;
}

.thumb-overlay {
  margin: 0 auto;
  padding: 0;
}

.thumb-overlay a {
  color: #fff !important;
  font-size: 1.5em !important;
}

.cart {
  padding: 3rem 0;
}

/* .contact {
  padding: 0 0 5rem 0; } */
.contact .contact-details {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.contact h3 {
  margin-bottom: 0;
}

#map {
  height: 400px;
  width: 100%;
}

.contact-3,
.contact-4 {
  padding: 5rem 0;
}

.contact-3 .contact-details,
.contact-4 .contact-details {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.social {
  margin: 0 auto;
  padding: 0;
}

.social li {
  display: inline-block;
}

.social li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: .4rem .1rem;
  text-align: center;
  text-decoration: none;
  color: #6e6b69;
  font-size: 1.2rem;
}

.social li a:hover {
  color: #529b18;
  border-color: #529b18;
}

.footer {
  background: linear-gradient(360deg, #529b18, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  color: #000;
  padding-top: 2rem;
  padding-bottom: .5rem;
  font-weight: 300;
}

.footer .container-fluid {
  padding: 0;
}

.footer .divider {
  width: 100%;
  height: .1rem;
  margin: 1rem 0 1rem 0;
  border-bottom: 1px solid #fff !important;
}

.footer .col {
  text-align: center;
}

.footer ul.nav-footer {
  float: left !important;
  padding: 0;
  width: 100%;
}

.footer ul.nav-footer li {
  display: block;
  float: left;
  margin-top: .5rem;
  width: 100%;
}

.footer ul.nav-footer .nav-link {
  color: #000;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
}

.footer ul.nav-footer .nav-link:hover {
  color: #fff;
}

.footer .copyright {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.footer .social li {
  margin-top: .5rem;
  margin-left: .4rem;
}

.footer .social li a {
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.footer .social li a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer .nav-footer {
    width: auto;
    display: inline;
  }

  section.sign-up-form {
    padding: 50px 0px 0px !important;
  }

  .hero-section {
    height: 12vh;
  }

  .hero-section img {
    height: 100%;
  }
}

.nav-footer {
  list-style: none;
  float: right;
}

.nav-footer li {
  float: left;
  margin-top: .5rem;
}

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}

/* Top bar */
section.top-bar {
  background: #70ab43 !important;
}

.top-bar .text-primary {
  color: #fff !important;
}

.top-bar .text-body {
  color: #fff !important;
}

.top-bar a {
  color: #fff !important;
}

.top-bar .pb-3,
.top-bar .py-3 {
  padding-bottom: 0.70rem !important;
}

.top-bar .pt-3,
.top-bar .py-3 {
  padding-top: 0.70rem !important;
}

/* Footer */
.footer a {
  color: #fff;
  font-size: 14px;
}

.footer .mb-5 {
  margin-bottom: 0rem !important;
}


/* index */
.collections .inverted {
  background: #c6a068;
}

/* product slider */
div#myCarousel.carousel {
  margin: 0px auto;
  padding: 0px 70px 80px;
}

.carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}

.carousel .thumb-wrapper {
  padding: 25px 15px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.carousel .item .img-box {
  height: 200px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.carousel .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.carousel .item h4 {
  font-size: 18px;
}

.carousel .item h4,
.carousel .item p,
.carousel .item ul {
  margin-bottom: 5px;
}

.carousel .thumb-content .btn {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #529b18;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}

.carousel .thumb-content .btn:hover,
.carousel .thumb-content .btn:focus {
  color: #fff;
  background: #529b18;
  box-shadow: none;
}

.carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}

.carousel .item-price strike {
  opacity: 0.7;
  margin-right: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  height: 44px;
  width: 40px;
  background: #529b18;
  margin: auto 0;
  border-radius: 4px;
  opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #529b18;
  opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}

.carousel-control-prev i {
  margin-left: -2px;
}

.carousel-control-next i {
  margin-right: -4px;
}

div#myCarousel .carousel-indicators {
  bottom: 17px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}

.carousel .wish-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  color: #abb0b8;
}

.carousel .wish-icon .fa-heart {
  color: #ff6161;
}

.star-rating li {
  padding: 0;
}

.star-rating i {
  font-size: 14px;
  color: #ffc000;
}

.heading-slider h2 {
  background: #529b18;
  color: #fff !important;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 19px;
}

div#myCarousel {
  background: #529b18;
  min-height: 23px;
  padding-bottom: 50px;
}

/* .container-fluid.about-home-con {
  padding: 0px;
}*/
.col-md-12.about-slider {
  padding: 0px;
}

@media (max-width: 768px) {
  .carousel {
    padding: 0 15px;
  }

  .carousel .thumb-wrapper {
    padding: 15px;
  }

  .carousel .item .img-box {
    height: 100px;
  }

  .carousel .thumb-content h4 {
    font-size: 16px;
  }

  .carousel .item-price {
    font-size: 12px;
  }
}

/* product slider */


/* about home */
section.about-home {
  margin: 60px auto;
}

.about-home h3 {
  font-size: 23px;
  font-weight: 600;
  color: #529b18;
}

/* .about-home .container {
  padding-left: 0px !important;
} */
.about-home h2 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

a.about-home-btn,
a.shop-home-btn {
  background: linear-gradient(360deg, #529b18, rgba(255, 255, 255, 1) 130%);
  padding: 13px 30px;
}

ul.choose-us {
  padding-left: 15px;
}

.choose-us li {
  font-weight: 300;
}

.about-us-para {
  padding-left: 0px;
}

@media (max-width:767px) {
  .about-home h3 {
    font-size: 23px;
    font-weight: 600;
    color: #529b18;
    margin-top: 28px;
  }

  .about-home h2 {
    font-size: 23.5px;
    line-height: 1.4;
  }

  .product-slider-col {
    margin-bottom: 20px;
  }
}

/* Banner for inner page */
/* Hero Section Styles */
.hero-section {
  /*  background: url(../images/about-us-banner.jpg);*/
  background-position: center;
  background-size: cover;
  /*  height: 30vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  position: relative;
  /*  padding: 2rem;*/
}

.about {
  background: url(../images/about-us-banner.jpg);
}

.contact-us {
  background: url(../images/contact-us.jpg);
}

/* Dark Overlay for Better Text Visibility */
/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); Dark overlay */
/* } */


.hero-title {
  font-size: 3rem;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .top-bar-col {
    text-align: center !important;
  }

  .carousel h1 {
    font-size: 2.7em;
  }

  .about-home-text {
    padding: 0 30px;
  }

  .sidebar-filter {
    border: unset;
    margin-top: 0px !important;
    margin-bottom: 0em;
  }

  .products {
    padding: 0rem 0;
  }

  .single-product-form .w-25 {
    width: 100% !important;
  }
}

/* sign in */

.sign-in-form {
  padding-bottom: 0px !important;
}

button.sign-in-btn {
  background: linear-gradient(360deg, #529b18, rgba(255, 255, 255, 1) 130%);
  color: #000 !important;
  border: unset !important;
  font-size: 16px;
}

/* sign up */
.register-form {
  max-width: 90%;
  min-height: 400px;
  margin: 0px auto;
  padding: 20px 30px 30px 30px;
  background-color: #c8dbb9;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ffffff, 0px 0px 20px #ffffff;
}

.register-form .register-title {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 1.3px;
  padding-left: 10px;
  color: #529b18;
}

.register-form .input-item {
  margin-bottom: 20px;
}

*/ .register-form button {
  background: linear-gradient(360deg, #529b18, rgba(255, 255, 255, 1) 130%);
  color: #fff;
  padding: 10px 30px;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form select,
.register-form textarea,
.register-form input[type="email"],
.register-form input[type="date"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

section.sign-up-form {
  padding: 50px 50px 100px;
}

.submit-buttons button {
  background: #529b18;
  border: unset !important;
  padding: 12px 33px;
  margin-left: 20px;
  font-size: 16px;
}

.register-form h6,
.register-form label {
  color: #000;
  font-weight: 500;
}

/* menu */
/* .user-icon a {
  margin-top: 4px;
} */

.dropdown-menu.show h6,
.dropdown-menu h6 {
  font-size: 13px !important;
}

/*shop*/
.sidebar-filter {
  border: 1px solid #ededed !important;
  margin-top: 65px;
}

.col-product a {
  font-size: 16px;
  text-transform: capitalize;
}

/*checkout*/
.summary {
  border: 1px solid #ededed;
  padding: 30px;
}

select#billingCountry {
  padding: .75rem 1rem;
  font-size: .9rem;
  height: 3.2em !important;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
}

/*single product*/
span.star {
  font-size: 30px;
  cursor: pointer;
}

input#review-audivor,
input#review-email {
  width: 48%;
  height: 40px;
  padding: 10px;
}

.tab-header {
  display: flex;
}

.tab-link {
  flex: 1;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #529b18;
  color: white;
  transition: background-color 0.3s ease;
}

.tab-link:hover {
  background-color: #000000;
}

.tab-content {
  padding: 30px;
  /* display: none; */
  overflow-y: auto;
}

.active {
  display: block;
}

.product-nm {
  font-size: 30px;
  color: #000 !important;
  font-weight: 600;
  line-height: 1.3;
}

select#billingCountry,
select#billingState,
select#billingCity,
select#shippingCountry,
select#shippingState,
select#shippingCity {
  width: 100%;
  height: 50px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 10px;
}

.checkout label {
  padding-top: 10px;
}

.checkout aside {
  background: #65973d;
  padding: 21px;
  color: #fff;
}

.checkout .card {
  background: unset;
  padding: 14px;
}

section.cta {
  display: none !important;
}

button.btn-order {
  margin-top: 30px;
  background: #090909;
  color: #fff;
}

.term-conditions {
  box-shadow: 0px 0px 15px 3px #ededed;
  padding: 30px;
  border-radius: 23px;
}

.sidebar-filter {
  height: 100%;
}

.sidebar-filter h3 {
  font-size: 1.5rem;
}

#accordion-payment label {
  padding-top: 0px;
}

.offer_area {
  background: url(../images/offer-bg.jpg) no-repeat center;
  background-size: cover
}

@media (max-width: 991px) {
  .offer_area {
    background: #f6f6f6
  }
}

.offer_content {
  padding: 132px 0px
}

@media (max-width: 991px) {
  .offer_content {
    padding: 100px 0px
  }
}

.offer_content h3 {
  font-size: 24px;
  font-weight: 300;
  color: #4a4a4a
}

.offer_content h2 {
  font-size: 100px;
  line-height: 80px;
  color: #2a2a2a;
  margin-bottom: 0px;
  font-weight: 700
}

@media (max-width: 767px) {
  .offer_content h2 {
    font-size: 60px;
    line-height: 60px
  }
}

.offer_content p {
  margin-bottom: 0px
}

.carousel-item {
  height: 730px;
}

.slider-container {
  overflow: hidden;
  white-space: nowrap;
  background: #94cb68;
  padding: 30px 0;
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.slider {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

.slide {
  display: inline-block;
  min-width: 250px;
  font-size: 19px !important;
  text-align: center;
  padding: 0 20px;
  color: #000;
  font-weight: 600;

}

.slide i {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.swiper {
  padding: 20px 0;
}

.swiper-slide {
  height: auto;
}

.swiper-wrapper {
  height: unset !important;
}

.dropdown-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.dropdown-menu {
  background-color: #000 !important;
}

.dropdown-item {
  color: #fff !important;
}

.swiper-slide p {
  font-weight: 600;
  font-size: 20px;
}

.swiper-slide button {
  padding: 10px 30px;
  margin-top: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'prev';
  color: #76ac4b;
}

.col-product h4 {
  text-align: center;
  height: 40px;
}

.col-product a {
  font-size: 17px;
}

.col-product span {
  color: #52991a;
  text-align: center;
  font-size: 21px !important;
  font-weight: 600;
}

.quantity input.form-control {
  border-top: 1px solid #1c5793 !important;
  border-bottom: 1px solid #1c5793 !important;
}

.form-check-input:checked {
  background-color: #3479df !important;
  border-color: #0d6efd !important;
}

.register-form h6,
.register-form label {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -10px !important;
}

.cart .form-control {
  padding: 4px 20px !important;
}

.col-product p {
  text-align: center;
}


.about-text {
  border: 1px solid #bcdda0;
  padding: 30px 20px 10px;
}

.contact-info {
  background: #f3f3f3;
  padding: 30px 20px 0px;
  border-radius: 20px;
}

.contact-info h3,
.contact-details h3 {
  font-size: 33px;
  font-weight: 600;
  color: #5e9f2d;
}

.products h3,
.product-slider h3 {
  color: #438b0a;
}

.checkout .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #fff;
}

.checkout .table td,
.checkout .table td a,
.checkout .table td p {
  color: #fff !important;
}

.checkout .table-summary label {
  padding-top: 0px;
}

/* view order */

.view-order-details {
  padding: 20px;
  background: #f5f7f3;
  border-radius: 10px;
}

table.parameter-product {
  width: 100%;
}

.parameter-product tr,
.parameter-product thead,
.parameter-product tbody,
.parameter-product tfoot,
.parameter-product td,
.parameter-product th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  color: #000;
}

/* my account */
ul#pillsorders {
  display: flex;
  justify-content: center;
}

button.address-update {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #397a66;
  padding: 15px;
  font-size: 18px;
}

button#pills-homeorders,
button#orders,
button#pills-contactorders,
button.logout-btn {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #397a66;
  padding: 10px 15px;
  font-size: 18px;
  margin: 15px;
}

.logout-btn a {
  color: #fff !important;
}

#pillsordersContent label {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
}

#orders table {
  width: 100%;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) #2069b1 !important;
}

#pillsordersContent thead,
#orders tbody,
#orders tfoot,
#orders tr,
#orders td,
#orders th {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

.order-address {
  border: 1px solid #175695;
  padding: 30px 10px 0px;
  border-radius: 10px;
}

.update-address {
  border: 1px solid #cfcfcf;
  padding: 30px 10px;
  border-radius: 10px;
}

.popup {
  display: none;
  /* Initially hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 95%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

button#openPopup1,
button#openPopup {
  background: #407b67;
  width: 64% !important;
  display: flex;
  color: #fff;
  margin: 0 auto;
  justify-content: center;
}

.popup-content label {
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 8px !important;
}

button.popup-close {
  background: #1a4d7f;
}

@media screen and (max-width:500px) {
  .page-header a {
    font-size: 16px;
  }

  section.shop {
    padding: 15px !important;
  }

  .my-account .container {
    padding: 10px !important;
  }

  button#pills-home-tab,
  button#orders,
  button#pills-contact-tab,
  button.logout-btn {
    font-size: 16px;
    margin: 5px;
  }

  div#orders {
    padding: 15px !important;
  }

  .logout-btn a {
    font-size: 16px;
  }

  button#openPopup1,
  button#openPopup {
    width: 100% !important;
  }

  .update-address {
    margin-top: 10px !important;
  }

  section.best-seller,
  section.offer {
    padding: 20px !important;
  }

  button.wishlist-addtocart {
    background: #175695;
    border: 1px solid #175695;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.quantity input.form-control {
  border-top: 1px solid #1c5793 !important;
  border-bottom: 1px solid #1c5793 !important;
}

.form-check-input:checked {
  background-color: #3479df !important;
  border-color: #0d6efd !important;
}

.register-form h6,
.register-form label {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -10px !important;
}

.cart .form-control {
  padding: 4px 20px !important;
}

.submit-buttons {
  display: flex;
  margin: 0 auto;
}

.nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-tabs-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-content {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* my account */
ul#pills-tab {
  display: flex;
  justify-content: center;
}

button.address-update {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav-pills .nav-link.active {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #397a66;
  padding: 15px;
  font-size: 18px;
}

button#pills-home-tab,
button#orders,
button#pills-contact-tab,
button.logout-btn {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #397a66;
  padding: 10px 15px;
  font-size: 18px;
  margin: 15px;
}

.logout-btn a {
  color: #fff !important;
}

#orders label {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
}

#orders table {
  width: 100%;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) #2069b1 !important;
}

#orders thead,
#orders tbody,
#orders tfoot,
#orders tr,
#orders td,
#orders th {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

.order-address {
  border: 1px solid #175695;
  padding: 30px 10px 0px;
  border-radius: 10px;
}

.update-address {
  border: 1px solid #cfcfcf;
  padding: 30px 10px;
  border-radius: 10px;
}

.popup {
  display: none;
  /* Initially hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 95%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

button#openPopup1,
button#openPopup {
  background: #407b67;
  width: 64% !important;
  display: flex;
  color: #fff;
  margin: 0 auto;
  justify-content: center;
}

.popup-content label {
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 8px !important;
}

button.popup-close {
  background: #1a4d7f;
}

@media screen and (max-width:500px) {
  .page-header a {
    font-size: 16px;
  }

  section.shop {
    padding: 15px !important;
  }

  .my-account .container {
    padding: 10px !important;
  }

  button#pills-home-tab,
  button#orders,
  button#pills-contact-tab,
  button.logout-btn {
    font-size: 16px;
    margin: 5px;
  }

  div#orders {
    padding: 15px !important;
  }

  .logout-btn a {
    font-size: 16px;
  }

  button#openPopup1,
  button#openPopup {
    width: 100% !important;
  }

  .update-address {
    margin-top: 10px !important;
  }

  section.best-seller,
  section.offer {
    padding: 20px !important;
  }

  button.wishlist-addtocart {
    background: #175695;
    border: 1px solid #175695;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.quantity input.form-control {
  border-top: 1px solid #1c5793 !important;
  border-bottom: 1px solid #1c5793 !important;
}

.form-check-input:checked {
  background-color: #3479df !important;
  border-color: #0d6efd !important;
}

.register-form h6,
.register-form label {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -10px !important;
}

.cart .form-control {
  padding: 4px 20px !important;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #747d88;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.banner-img {
  width: 100%;
  height: auto;
  /* Keeps natural proportions */
  object-fit: cover;
  display: block;
}

/* Optional: make sure it doesn't get too tall on phones */
@media (max-width: 768px) {
  .banner-img {
    max-height: 85vh;
  }
}

/* Center logo and nav links vertically */
.navbar {
  align-items: center !important;
}

.navbar-brand img {
  height: 70px;
  object-fit: contain;
  display: block;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 50px;
  }
}