/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

#wpadminbar{
	display: none;
}
@media (min-width: 1400px){
	.header-default .navbar-nav .nav-link{
		font-size: 14px;
	}
}
@media (min-width: 1200px){
	.header-default .navbar-nav .nav-link{
		font-size: 12px;
	}
}
.btn {
  border-radius: 0px !important;
}
.btn-accent.btn-gold {
	background: #daa520!important;
}
.btn-accent.btn-custom:hover {
	opacity:.9;
}
.btn-accent.btn-gold:hover {
	background: #b8860b !important; /* A darker shade of goldenrod */
}

.card-footer {
    background-color: transparent !important;
    border-top: none;
    padding: .5rem 1rem;
}

.shop-now-btn {
    border-bottom: 3px solid #fff !important;
    display: inline-block;
	background: none !important;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: white !important;
    text-shadow: 0 0 3px #000 !important;
}

.bullet-row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-4 {
  flex-basis: 33.33%;
  margin: 10px;
}

.list-item {
  display: flex;
  align-items: center;
}

.icon-circle {
  display: grid;
  place-items: center;
  border-radius: 50%;

  margin-right: 10px;
  aspect-ratio: 1;
}

.icon-circle i {
  font-size: 20px;
  color: #fff;
}

.list-content {
  flex-grow: 1;
}



.green-back{
	background: #526b48;
}

.color-green{
	color: #526b48;
}




.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  border-radius: 50%;
  background-color: #526b48; /* Background color of the circle */
  margin-right: 10px; /* Space between icon and text */
  flex-shrink: 0; /* Prevent icon from shrinking */
}

.icon-container svg {
  width: 24px; /* Adjust size as needed */
  height: 24px; /* Adjust size as needed */
  fill: #fff; /* Icon color */
}

.list-item {
  display: flex;
  align-items: center;
}

.list-content {
  margin: 0;
}

