.bg__secondary {
	background: #004236;
}
.text__secondary {
	color: #E39D18;
}
.categories__menu--header {
	background: #006A34;
	/*height: 52px;*/
	padding: 0 14px;
	cursor: pointer;
	position: relative;
}
.btn {
	font-size: 1.4rem;
	font-weight: var(--body-line-height);
	line-height: 3.6rem;
	display: inline-block;
	height: 3.6rem;
	padding: 0 1.8rem;
	letter-spacing: .2px;
	border-radius: 25px;
	background: #006A34;
	color: var(--white-color);
	border: 0;
}
.account__login--inner > label {
	margin-bottom: 1.2rem;
}
.account__login--input {
	margin-bottom: 0.5rem;
}
.error {
	color: #ca5e1d;
}
.current__price {
	font-size: 1.7rem;
	color: #181819;
	font-weight: bold;
}
.product__details--info__price .current__price {
  font-size: 3.2rem !important;
}
.bg__secondary {
	background: #2c302f;
}
.current__price {
	font-size: 1.7rem;
	color: #2c302f;
	font-weight: bold;
}
.btn {
	font-size: 1.4rem;
	font-weight: var(--body-line-height);
	line-height: 3.6rem;
	display: inline-block;
	height: 3.6rem;
	padding: 0 1.8rem;
	letter-spacing: .2px;
	border-radius: 25px;
	background: #2c302f;
	color: var(--white-color);
	border: 0;
}
.categories__menu--header {
    background: #3A423E !important;
	/* height: 52px; */
	padding: 0 14px;
	cursor: pointer;
	position: relative;
}
body {
	font-family: var(--font-lato);
	font-size: var(--body-font-size,15px);
	font-weight: var(--body-font-weight);
	font-style: normal;
	line-height: var(--body-line-height,27px);
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: var(--black-color);

}
.accordion__items.active {
	margin-bottom: 20px;
	border: 1px solid #dbd3d3;
}
.accordion__items--body__desc {
	/* margin-bottom: 49px; */
	padding: 20px;
}
/* about us page start*/
.main__header.header__sticky {
	background: #efebda;
}
.about__content--desc {
    font-size: 1.9rem;
    line-height: 2.8rem;
    color: var(--text-gray-color);
    z-index: 9999;
    position: absolute;
    width: 564px;
    margin-top: 70px;
    text-align: center;
}.about__thumb--items:first-child {
    margin-top: -2rem;
}
@media only screen and (min-width: 1200px) {
  .section--padding {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
  }
.breadcrumb__content--title.mb-10.mt-25.text-center {
    margin-top: 70px;
}
.bg__secondary {
    background: #b8a389;
}
.categories__menu--header {
    background: #C1AE95 !important;
    /* height: 52px; */
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}
.footer__bg {
	background: #b8a389;
	position: relative;
}

.old__price {
	font-size: 1.7rem;
	color: #D42828;
	margin-left: 4px;
	text-decoration: line-through;
	font-weight: 300;
}