body {
  font-family: system-ui;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Gartencenter-btn {
  background-color: #6f9701;
  padding: 5px 20px;
  border-radius: 0px;
  color: white;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

.Gartencenter-btn::after {
  background-color: #046b00;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0) rotate(10deg);
          transform: translate(-100%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  will-change: transform;
  z-index: -1;
}

.Gartencenter-btn:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*-----------  Navbar  -----------*/
.gartencenter-navbar {
  z-index: 99999;
}

.gartencenter-navbar .navbar-nav .nav-link {
  padding-inline: 0.8rem;
}

.gartencenter-navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  color: #046b00;
}

.gartencenter-navbar .navbar-nav .nav-link:hover {
  border-bottom: 0.5px solid #046b00;
}

.search-box {
  position: relative;
}

.search-box input {
  background-color: #f9f9f9;
  border: none;
}

.search-box .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.cart {
  cursor: pointer;
  position: relative;
  padding-block: 20px;
}

.cart .quantity {
  background-color: #6f9701;
  padding: 0px 5px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 32px;
  right: 10px;
}

.cart:hover .shopping-cart-box {
  display: block;
}

.shopping-cart-box {
  position: absolute;
  top: 50px;
  right: -10px;
  width: 280px;
  font-size: 16px;
  display: none;
}

.shopping-cart-box a {
  color: black;
  text-decoration: none;
}

.shopping-cart-box img {
  width: 18px;
}

/* Responsive side bar */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 15px;
}

.sidebar a {
  text-decoration: none;
  color: black !important;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  color: black;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
  padding: 16px;
}

/* ------------Header Content Start------- */
.main-header {
  background-color: #f9f9f9;
}

/*------Highlight product box  -------*/
.product-box .img-box {
  background-color: #f9f9f9;
  text-align: center;
}

.product-box strong {
  color: #046b00;
}

.product-box i {
  position: relative;
  float: right !important;
  padding-top: 10px;
}

.product-box a {
  color: black;
}

#HighlightsCarrousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  left: -2rem;
}

#HighlightsCarrousel .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  right: -2rem;
}

/*----- indoor plants ---------*/
.imgbg-box {
  background-color: #046b00;
}

.imgbg-box .img-box img {
  position: relative;
  top: 4rem;
  left: 3rem;
  width: 530px;
  height: 480px;
}

.alter-content {
  height: 300px;
  width: 100%;
  background-color: #046b00;
}

.alter-content .header-content2 {
  width: 580px;
  position: relative;
  top: 10rem;
  right: 23rem;
}

/* ----------------Best Seller--------------------*/
.bestsellers-section {
  background-color: #ebf3eb;
}

.bestsellers-section .product-box {
  background-color: white;
  padding: 1rem;
}

.bestsellers-section .product-box img {
  padding: 0rem;
}

#BestSellerCarrousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  left: -2rem;
}

#BestSellerCarrousel .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  right: -2rem;
}

/* ----------------News --------------------*/
.new-section {
  background-color: #046b00;
}

.new-section::-webkit-scrollbar {
  width: 10px;
}

.new-section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.new-section::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 10px;
}

.new-section::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* Track */
/* Handle */
/* Handle on hover */
/* ----------------Calender --------------------*/
.calender-main {
  background: #f9f9f9;
  padding: 2rem 1rem;
}

.days {
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 12.6%;
  text-align: center;
  margin-bottom: 15px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #046b00;
  color: white !important;
  border-radius: 20px;
}

.days .highlight {
  background-color: #707070;
  border-radius: 20px;
}

.days .highlight li {
  color: #ffff;
}

/* Care tips */
.Care-tips {
  background-color: #ebf3eb;
  height: 460px;
}

#CareCarrousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  left: -2rem;
}

#CareCarrousel .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 6rem;
  right: -2rem;
}

/* ----------------plant box--------------------*/
.plant-box {
  background-color: #046b00;
}

.plant-box .main-img img {
  position: relative;
  top: 3rem;
  right: 3rem;
}

.plant-box .sm-img {
  position: relative;
}

.plant-box .sm-img img {
  background-color: #f9f9f9;
  position: absolute;
  bottom: -70px;
  left: -100px;
}

/* ----------------Footer--------------------*/
.footer {
  background-color: #ebf3eb;
}

.footer p {
  font-weight: 300;
}

.footer-lower span {
  padding-inline: 5px;
  font-size: 0.9rem;
}

.quick-link-footer p {
  padding: 0px;
  margin: 0px;
}

.quick-link-footer a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */