body {
  padding: 50px;
  font: 16px helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}

a {
  color: #00B7FF;
}

.navbar-custom {
    background-color: #FBF9F1;
  position: relative;
  z-index: 1030;
}

.navbar-custom .navbar-brand {
  margin-right: 0;
  padding: 0;
}

.navbar-custom .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}

.navbar-custom .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.2rem;
  height: 2px;
  background-color: #2A6049;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .show > .nav-link {
  color: #2A6049 !important;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link:hover::before,
.navbar-custom .navbar-nav .nav-link:focus::before {
  transform: scaleX(1);
}

.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link.active-link {
  color: #2A6049 !important;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link.active::before,
.navbar-custom .navbar-nav .nav-link.active-link::before {
  transform: scaleX(1);
}

/* Dropdown toggles use Bootstrap's own arrow (::after); keep them without underline. */
.navbar-custom .navbar-nav .nav-item.dropdown > .nav-link::before {
  display: none;
}

.navbar-custom .navbar-nav .nav-item.dropdown > .dropdown-toggle::after {
  display: none;
}

.navbar-custom .navbar-nav .nav-cart-item {
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-nav .nav-cart-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar-custom .navbar-nav .nav-cart-link::before {
  display: none;
}

.navbar-custom .navbar-nav .nav-cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: inherit;
  line-height: inherit;
}

.navbar-custom .navbar-nav .nav-cart-pill-icon {
  font-size: 1.08rem;
}

.navbar-custom .navbar-nav .nav-cart-count {
  display: inline-block;
  min-width: 2.2ch;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.navbar-custom .navbar-brand img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.navbar-toggler {
  border-color: #479E79;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(71,158,121,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav li a {
   color: black;
   transition: color 0.5s ease;
}

.navbar-nav a:hover {
 color: #479E79;
}

.navbar-custom .dropdown-menu .dropdown-item:hover,
.navbar-custom .dropdown-menu .dropdown-item:focus {
  background-color: #e8f5ee !important;
  color: #2A6049 !important;
}

.navbar-custom .dropdown-menu .dropdown-item.active,
.navbar-custom .dropdown-menu .dropdown-item:active {
  background-color: #479E79 !important;
  background-image: none !important;
  color: #ffffff !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e8f5ee;
  color: #2A6049;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #479E79;
  color: #ffffff;
}

.navbar-custom .dropdown-menu {
  z-index: 1035;
}

/* Keep modal stack above navbar/header across pages */
.modal-backdrop {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
}

.darkgreen {
  color: #2A6049;
}
.beige{
  background-color:#FBF9F1;
}


.none{
  display: none;
}

.list-group{
  font-size: 15px;
}

#btn {
  border: none;
  background-color: inherit;
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

#btn:focus {outline:0;}

#list{
	border-radius: 0px;

}
.list-group-item.active{
	background-color: #479E79;
}

.pagination .page-link {
  color: #2A6049 !important;
}

.pagination .page-link:hover {
  color: #2A6049 !important;
  background-color: #e8f5ee !important;
  border-color: #cfe9dc !important;
}

.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 158, 121, 0.25) !important;
}

.pagination .page-item.active .page-link {
  background-color: #479E79 !important;
  border-color: #479E79 !important;
  color: #ffffff !important;
  background-image: none !important;
}

@media (max-width: 991.98px) {
  .navbar-custom {
    padding: 0.5rem 1rem;
  }

  .navbar-custom .navbar-brand img {
    width: 140px;
    height: auto;
  }

  .navbar-custom .navbar-toggler {
    padding: 0.25rem 0.5rem;
    margin-left: auto;
  }

  .navbar-custom .navbar-collapse {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .navbar-custom .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 1.05rem;
    display: inline-block;
    width: auto;
  }

  .navbar-custom .navbar-nav .nav-cart-link {
    display: inline-flex;
  }

  .navbar-custom .navbar-nav .nav-item {
    display: flex;
  }

  .navbar-custom .navbar-nav .nav-link::before {
    left: 0;
    right: 0;
  }
}

.page-link {
  color: #2A6049;
}

.page-link:hover {
  color: #2A6049;
  background-color: #e8f5ee;
  border-color: #cfe9dc;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 158, 121, 0.25);
}

.page-item.active .page-link {
  background-color: #479E79;
  border-color: #479E79;
  color: #ffffff;
}

.btn2{
	border-radius: 0px;
}


/* Footer */
section {
    padding: 60px 0;
    margin-top: 100px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
    color: white;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 10px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 10px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product_minus, .product_plus {
  background-color: transparent;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;

}

.product_minus:focus{outline:0;}
.product_plus:focus{outline:0;}
.product_input{
	border: 0px;
}

.flex-fixed-width-item {
    flex: 0 0 150px;
}

.top-right {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 10%;
}
