@font-face {
  font-family: "PlayfairRegular";
  src: url("../fonts/Playfair Display/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: "UrbanistItalic";
  src: url("../fonts/Urbanist/Urbanist-Italic.ttf");
}

@font-face {
  font-family: "PlayfairBold";
  src: url("../fonts/Playfair Display/PlayfairDisplay-Bold.ttf");
}

@font-face {
  font-family: "UrbanistRegular";
  src: url("../fonts/Urbanist/Urbanist-Regular.ttf");
}

@font-face {
  font-family: "UrbanistBold";
  src: url("../fonts/Urbanist/Urbanist-Bold.ttf");
}

.bg-light-green {
  background-color: #96a95a;
}

body {
  font-family: "UrbanistRegular";
  color: #33302D;
  /* font-size: .8rem; */
  font-size: 1rem;
}

a {
  color: #33302d;
  text-decoration: none;
}

a:hover {
  color: #33302d;
  text-decoration: none;
}

.extra-nav .nav-link {
  padding: 0.5rem 0;
  color: white;
  font-size: .8rem;
  /* font-size: 1rem; */
  padding-right: 0.75rem;
  display: flex;
  height: 100%
}

.extra-nav img {
  /* width: 0.7rem; */
  width: 0.85rem;
  margin-right: 0.25rem;
}

.contact .nav-link {
  border-left: 1px solid #fff;
  padding-left: 1rem;
}

.contact .social .nav-link {
  border-left: none;
  padding-left: 0;
  padding-right: 0.5rem;
}

.navbar-brand img {
  width: 11rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #444f3e;
  font-family: 'UrbanistBold';
  /* font-size: .8rem; */
  font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #33302d;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 2rem 0rem;
  padding-left: 1.5rem;
  border-bottom: 4px solid transparent;
}

.dropdown-item {
  color: #33302d;
  display: flex;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar {
  padding: 0rem 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #96a95a;
}

.dropdown-menu {
  padding: 1.25rem 0;
  margin: 0;
  font-size: .8rem;
  color: #33302d;
  min-width: 14rem;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #96a95a;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #96a95a;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item svg {
  width: 1.25rem;
  margin-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #96a95a !important;
  border-bottom: 4px solid;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #444f3e;
  border-bottom: 4px solid;
}

.carousel-item img {
  height: 30rem;
  object-fit: cover;
}

.carousel-item .overlay, .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 40%)
}

.banner .overlay {
  background-color: rgb(68 79 62 / 70%);
}

.banner img {
  max-height: 15rem;
  object-fit: cover;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 50%;
  left: auto;
  z-index: 15;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: end;
  padding-left: 0;
  align-items: end;
  margin-right: 5%;
  margin-left: 5%;
  transform: translateY(50%);
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 22px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  opacity: 1;
  transition: background-color .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #96a95a;
}

.carousel-control-next, .carousel-control-prev {
  position: unset;
  z-index: 1;
  width: auto;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 2px solid #fff;
  opacity: .5;
  transition: opacity .15s ease;
  display: block;
  border-radius: 0.2rem;
}

.arrows {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "PlayfairRegular";
  line-height: 1.3;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 5rem;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
  transform: translateX(-50%);
}

.btn {
  color: #212529;
  /* font-size: .8rem; */
  font-size: 1rem;
  font-family: 'UrbanistBold';
  border-radius: 0.2rem;
  padding: .65rem 1.5rem;
}

.btn-outline-success {
  color: #96a95a;
  border-color: #96a95a;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #96a95a;
  border-color: #96a95a;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #96a95a;
  border-color: #96a95a;
}

.text-shadow {
  text-shadow: 1px 1px 5px rgb(0 0 0 / 67%);
}

.text-light-green {
  color: #96a95a;
}

.text-green-bold {
  color: #96a95a;
  font-family: 'PlayfairBold';
}

.border-green-img {
  border-right: .5rem solid #96a95a;
  border-bottom: .5rem solid #96a95a;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.bg-green-count {
  background-color: #96a95a;
  color: #fff;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  height: auto;
  margin-right: 1rem;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.bg-light-grey {
  background-color: #f1f1f1;
}

hr {
  width: 8rem;
  border-top: 2px solid #7c5953;
}

.font-family-urbanist-regular {
  font-family: "UrbanistRegular";
}

.font-family-urbanist-italic {
  font-family: "UrbanistItalic";
}

.font-family-playfair-bold {
  font-family: "PlayfairBold";
}

.font-family-urbanist-bold {
  font-family: "UrbanistBold";
}

.border-top-bottom {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bg-left-green {
  background: linear-gradient(90deg, #444f3e 50%, #fff 50%);
}

.bg-mulch {
  background-image: url("../img/Home/mulch-lrg.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .7);
}

.text-green {
  color: #444f3e;
}

.bg-green {
  background-color: #444f3e;
}

.border-left-right {
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.product-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  transition: width .15s ease-in-out;
}

.product-overlay-image {
  object-fit: cover;
  object-position: left;
  height: 100%;
  border-bottom-left-radius: 4rem;
}

.product-thumb:hover .product-overlay {
  width: 80%;
}

.bg-beige {
  background-color: #e6dfcf;
}

.text-beige {
  color: #e6dfcf;
}

.test-img {
  width: 2rem;
}

.test-quote {
  width: 3.5rem;
}

.border-top-light-green {
  border-top: 4px solid #96a95a;
}

.bg-subscribe {
  background: linear-gradient(to right, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 75%) 50%, #0000 50%, rgb(0 0 0 / 0%) 100%), url(../img/Home/loop-in.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-dark-grey {
  background-color: #33302d;
}

.bg-mint {
  background-color: #dfead7;
}

.text-mint {
  color: #dfead7;
}

footer .nav-link {
  padding: 0.1rem 0rem;
  color: #fff;
  display: flex;
  align-items: center;
}

footer .nav-link:hover {
  color: #96a95a;
}

.footer-icon {
  width: 0.6rem;
  margin-right: 0.5rem;
}

.footer-arrow {
  width: .75rem;
  margin-right: 0.6rem;
}

.nav-link.disabled {
  color: #fff;
}

.sitemap .nav-link {
  padding: 0 .5rem;
  border-right: 1px solid #fff;
  line-height: 1;
}

.sitemap .nav-link:first-child {
  padding-left: 0;
}

.sitemap .nav-link:last-child {
  border: 0;
}

.fixed-gap {
  margin-top: 7.5rem;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

.mobile-cart {
  margin-right: 0.75rem;
  border-right: 1px solid #dfead7;
  color: #444f3e !important;
  align-items: center;
}

.product-category {
  color: #33302d;
}

.product-category:hover, .product-category:focus {
  color: #96a95a;
  text-decoration: none;
}

.navbar {
  background-color: #fff;
}

.navbar.nav-open {
  background-color: #dfead7;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  width: 100%;
  text-align: center;
}

.breadcrumb {
  justify-content: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb-item {
  /* font-size: .7rem; */
  font-size: 1rem;
}

.breadcrumb-item.active {
  color: #96a95a;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: "";
  width: 0;
  /* margin-top: 0.35rem; */
  margin-top: 0.5rem;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #33302d;
}

.sidebar .nav-link {
  padding: 0.5rem;
  /* font-size: .8rem; */
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.sidebar .nav-link svg {
  margin-right: .5rem;
  width: 1.25rem;
}

.sidebar .nav-link:hover, .sidebar .nav-link:focus {
  background-color: rgb(0 0 0 / 8%);
  border-radius: 0.35rem;
}

.btn-green {
  background-color: #dfead7;
  color: #444f3e;
  border-radius: 3rem;
  font-size: .9rem;
  display: flex;
  align-items: center;
  padding: 0.35rem 1rem;
}

.btn-green:hover, .btn-green:focus {
  background-color: #96a95a;
  color: #fff;
}

.btn-green.active {
  background-color: #f1f1f1;
  color: #96a95a;
}

.btn-green svg {
  display: none;
  ;
}

.btn-green svg.active {
  display: block;
}

.product .product-detail {
  border-bottom-left-radius: 4rem;
}

.product .product-img {
  border-top-right-radius: 4rem;
}

.product {
  border-bottom-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.product:hover, .product:focus {
  box-shadow: 0 0.5rem 1rem #96a95a;
}

.btn-outline-secondary {
  color: #33302d;
  border-color: #e3e3e3;
  border-radius: 0.5rem;
  background-color: #fff;
}

.btn-group-sm>.btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .8rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.border-grey {
  border-color: #c7c9cc !important;
}

.social-share .nav-link {
  padding: 0rem 0.45rem;
}

.social-share .nav-link:hover, .social-share .nav-link:focus {
  color: #96a95a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #33302d;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  border-bottom: 1px solid #bdbdbd;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1rem;
  font-family: 'PlayfairRegular';
  padding: 0.75rem 1.5rem;
}

.lh-1 {
  line-height: 1;
}

.form-control-sm {
  /* font-size: .8rem; */
  font-size: 1rem;
  border-radius: 0.4rem;
}

.coverage img {
  width: 1.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e3e3e3;
}

.coverage .nav-link {
  padding: 1rem;
}

.bg-grey {
  background-color: #e3e3e3;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.table thead {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0;
  font-size: .8rem;
  color: #7c5953;
  background-color: #e6dfcf;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.table thead th:first-child {
  border-top-left-radius: 1rem;
}

.table thead th:last-child {
  border-top-right-radius: 1rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0;
}

.table th {
  vertical-align: top;
  border-top: 0;
  padding: .5rem 1.5rem;
}

.table td {
  border-bottom: 1px solid #dee2e6;
  font-size: .8rem;
  padding: 1rem 1.5rem;
}

.table-hover tbody tr:hover {
  color: #33302d;
  background-color: #f1f1f1;
}

.bg-green-slide {
  background: #444f3e;
  /* default color */
  overflow: hidden;
  background: linear-gradient(to right, #444f3e 50%, #96a95a 50%) left;
  background-size: 200%;
  transition: .3s ease-out;
  border-top-left-radius: .4rem;
  border-bottom-left-radius: .4rem;
}

.bg-green-slide:hover {
  background-position: right;
}

.slide-img-right {
  transition: .3s ease-out;
  transform: scale(1.1);
}

.bg-green-slide:hover .slide-img-right {
  transform: scale(1.1) translateX(1rem) !important;
}

.right-arrow {
  color: #444f3e;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  border-bottom: 1px solid #bdbdbd;
}

.nav-tabs {
  border-bottom: 1px solid #bdbdbd;
}

.rounded-xl {
  border-radius: 1.5rem;
}

.ordered-list li::marker {
  color: #96a95a;
}

.ordered-list {
  padding-left: 1rem;
}

.ordered-list li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

.gallery .nav-link {
  color: #dfead7;
}

.gallery .nav-link:hover, .gallery .nav-link:focus {
  background-color: rgb(223 234 215 / 80%);
  border-radius: 0.35rem;
  color: #444f3e;
}

.gallery-row {
  min-height: 25rem;
  position: relative;
  box-shadow: 1px 20px 20px 6px rgb(0 0 0 / 25%) inset
}

.gallery-row .carousel {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
}

.gallery-row .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.gallery-row .carousel-inner {
  height: 100%;
}

.gallery-row .carousel-item {
  height: 100%;
}

.gallery-btns {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.gallery-btns a {
  color: rgb(255 255 255 / 90%);
}

.gallery-row .carousel:hover .overlay {
  display: none;
}

.search-input {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.btn-secondary {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}

.blog-cat .nav-link {
  padding: .5rem 0;
  border-bottom: 1px solid #c7c7c7;
}

.blog-cat .nav-item:last-child .nav-link {
  border-bottom: none;
}

.blog-cat .nav-link:hover {
  color: #96a95a;
}

.blog-cat .nav-link:hover .cat-title {
  padding-left: .5rem;
}

.cat-title {
  display: flex;
  align-items: center;
  transition: padding-left .2s ease-out;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.category-btn {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.btn-brown {
  background-color: #7c5953;
  color: #fff !important;
  border-radius: 0.5rem;
  font-size: .9rem;
  display: flex;
  align-items: center;
  padding: 0.35rem 1rem;
  font-family: 'UrbanistRegular';
}

.card {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem !important;
  border-color: #fff;
  padding: 0 1.5rem;
}

.card-header {
  padding: 1.5rem 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
  padding: 1.5rem 0;
  padding-top: 1rem;
}

.card .btn {
  color: #33302d;
  font-size: .8rem;
  font-family: 'UrbanistBold';
  border-radius: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.accordion .card .btn[aria-expanded="false"]::after, .accordion .card .btn::after {
  content: "+";
  width: 1.1rem;
  height: 1.1rem;
  justify-content: center;
  align-items: center;
  font-family: 'UrbanistRegular';
  display: flex;
  color: #96a95a;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #96a95a;
  font-size: 1rem;
  line-height: 1;
}

.accordion .card .btn[aria-expanded="true"]::after {
  content: "-";
  background-color: #96a95a;
  color: #fff;
}

.what-img {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.what-img img {
  height: 100%;
  object-fit: cover;
}

.contact-list .nav-link {
  display: flex;
  align-items: center;
  padding: .5rem 0;
}

.contact-list .nav-link:hover {
  color: #96a95a;
}

.aerial-shot {
  height: 22rem;
  object-fit: cover;
}

.blog-cat .nav-link.disabled {
  color: #33302d;
}

.about-what-hover {
  color: #444f3e;
}

.about-what-hover:hover {
  border-radius: 1rem;
  background-color: #fff;
  color: #96a95a;
}

.table-like .bg-beige {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.text-brown {
  color: #7c5953;
}

.cart-product-img {
  width: 4rem;
  margin-right: 1rem;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 1px solid #33302d;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  font-size: 1.45rem;
  padding: 0;
  color: #33302d;
  opacity: 1;
  font-family: 'PlayfairRegular';
}
button.close>span {
  position: relative;
  bottom: 2px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: .4rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #c9c9c9;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: #96a95a;
  width: 6rem;
  border-radius: 0.5rem;
}

.slick-dots li:first-child, .slick-dots li:first-child button {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.slick-dots li:last-child, .slick-dots li:last-child button {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.slick-dots {
  bottom: -3rem;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  background-color: #c9c9c9;
  padding: 0;
}

.deliver-table .row.border-bottom:hover {
  background-color: #f1f1f1;
}

/* .navbar-nav {
  max-height: 800px;
  overflow-y: scroll;
}

.navbar-nav-scroll {
    max-height: 88vh;
    overflow-y: auto;
} */

.modal-body button.close {
    padding: 0;
    top: -1rem;
    right: -1rem;
    position: absolute;
    background-color: transparent;
    border: 1px solid #fff;
    width: 1rem;
    height: 1rem;
    line-height: 1;
    font-size: 1rem;
    padding: 0;
    color: #fff;
    opacity: 1;
    font-family: 'PlayfairBold';
}

.modal{
  background-color: rgb(68 79 62 / 94%);
}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 2rem;
    outline: 0;
}
.modal-content .bg-light-green{
      border-top-left-radius: 2rem;
      border-top-right-radius: 2rem;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
  .banner img {
    min-height: 21rem;
    object-fit: cover;
  }
  .navbar-nav {
    max-height: 88vh;
    overflow-y: auto;
  }

  .deliver-table {
    font-size: 1rem !important;
  }

  .modal-dialog {
      position: relative;
      width: auto;
      margin: 1.5rem;
      pointer-events: none;
  }

  .btn-close {
    position: absolute;
    top: 1.5rem;
    right: 0;
  }

  .navbar {
    padding: 1rem;
    display: block;
    max-height: 100vh;
  }

  .what-img {
    width: 100%;
    height: 25rem;
    position: unset;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .what-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  footer .border-right {
    border: none !important;
  }

  .gallery-row .carousel {
    position: unset;
  }

  .slide-img-right {
    transform: scale(1);
  }

  .slide-img-right img {
    padding: 0 3rem;
  }

  .bg-green-slide:hover .slide-img-right {
    transform: scale(1) !important;
  }

  .bg-green-slide:hover .right-arrow {
    color: #444f3e;
  }

  .mobile-full-width {
    width: 100%;
  }

  .right-arrow {
    color: #96a95a;
    right: 2rem;
    bottom: 2rem;
  }

  .navbar {
    padding: 1rem;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    background-color: #dfead7;
    border-radius: 50%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
  }

  .fixed-gap {
    margin-top: 5.5rem;
  }

  .carousel-item img {
    height: calc(100vh - 5.5rem);
    object-fit: cover;
  }

  .carousel-indicators li {
    width: 2rem;
    height: 0.25rem;
  }

  .btn-group-sm>.btn, .btn-sm {
    font-size: .8rem;
  }

  .bg-left-green {
    background: linear-gradient(180deg, #444f3e 45%, #fff 45%);
  }

  hr {
    width: 10rem;
    border-top: 2px solid #7c5953;
  }

  .bg-subscribe {
    background: linear-gradient(to right, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 75%) 100%, #0000 50%, rgb(0 0 0 / 0%) 100%), url(../img/Home/loop-in.jpg) no-repeat;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 0rem;
    padding-left: 0;
    border-bottom: 0;
  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #96a95a;
    border-bottom: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
  }

  .navbar {
    padding: 1rem;
  }

  .dropdown-menu {
    font-size: 1rem;
    padding: 0;
  }

  .dropdown-item {
    padding: 0.5rem;
  }

  .mobile-cart svg {
    width: 1rem;
    margin-right: 0.25rem;
  }

  .navbar-nav .dropdown-menu {
    background-color: #dfead7;
  }

  .navbar-nav {
    padding-top: 1rem;
  }

  .navbar-light.nav-open .navbar-toggler {
    background-color: #444f3e;
    color: #dfead7;
  }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
  .navbar-brand img {
    width: 9rem;
  }

  .gallery-row .carousel-item img {
    height: 20rem;
  }
}
.cms h4 {
  font-family: 'UrbanistRegular', Arial, Helvetica, sans-serif;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bi.bi-calendar-fill {
  color: #96a95a;
}
.no-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}
/* Product Star Ratings */

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  }
  
  .rating > input{
   display:none;
  }
  
  .rating > label {
  position: relative;
  width: 20px;
  font-size: 25px;
  color: #96a95a;
  cursor: pointer;
  }
  
  .rating > label::before{
  content: "\2605";
  position: absolute;
  opacity: 0;
  }
  
  .rating > label:hover:before,
  .rating > label:hover ~ label:before {
  opacity: 1 !important;
  }
  
  .rating > input:checked ~ label:before{
  opacity:1;
  }
  
  .rating:hover > input:checked ~ label:before{ 
  opacity: 0.4;
   }
   
  .review-star {
    color: #96a95a;
    font-size: 20px;
  }
  /* Delivery and Cart Shadow */
  .table-wrap {
    position: relative;
  }
  .table-wrap .bg-shadow {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .bg-left {
    transform: translateX(-100%);
  }
  .bg-right {
    transform: translateX(100%);
    right: 0;
  }
  .bg-shadow img {
    transform: translateY(100% - 150px);
    height: 100%;
  }
  /*  Product SB and Navigation Collapse */
.sb-link:after {
  font: var(--fa-font-solid);
  content: "\f0d8";
  font-weight: 900;
  float: right;
  margin-left: auto;
}
.sb-link.collapsed:after {
  font: var(--fa-font-solid);
  content: "\f0d7";
}
.sb-link:not(.collapsed) {
  background-color: rgb(0 0 0 / 8%);
  border-radius: 0.35rem;
}
.nav-sub:after {
  font: var(--fa-font-solid);
  content: "\f0d7";
  font-weight: 900;
  float: right;
  margin-left: auto;
}

.dropdown-menu {
  padding-right: 1rem;;
}
/* Sub-menu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(0deg);
  position: absolute;
  right: 6px;
  top: .7em;
  font-size: 1.4rem;
  color: #000;
}
.dropdown-submenu a:hover::after:not(:focus) {
  color: #96a95a;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
@media (max-width: 991px) {
  .dropdown-submenu a.arrow::after {
    transform: rotate(180deg);
    color: #fff;
  }
  .dropdown-item.dropdown-toggle:focus {
    background-color: #96a95a;
    border-radius: 5px;
    color: #000;
  }
}
@media (min-width: 992px) {
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    right: 6px;
    top: .6em;
    font-size: 1.1rem;
  }

}