@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;	
    font-size: 16px;	
	overflow-x:hidden;
}
a {
    color: #35302a;
    text-decoration: none;
}
img {
	max-width: 100%;
}
ol, ul {
    margin-bottom: 10px !important;
}
.hide {
	display: none;
}
.main-content ol, .main-content ul {
	padding-left:20px !important;
}
.main-content ol li {
	padding-left:10px;
	list-style:decimal;
}
.base_color {
	color: #000;
}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100%;
}
.mg0 {
	margin: 0 !important;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0 !important;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.h30 {height:30px;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}

.fixedpage-action {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 0;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.dropdown-menu {
	position: relative !important;
	display: block;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
	box-shadow: none !important;
}
.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 160px;
}
.fixedpage-action .dropdown-menu > li:not( :last-child) {
    margin-bottom: 1rem;
}
.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fixedpage-action .dropdown-item svg {
    width: 32px;
    height: 32px;
}
.fixedpage-action .dropdown-item span {
    width: calc( 100% - 25px);
    padding-left: 0.5rem;
    line-height: 1.35;
}
.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    font-family: var( --ftitle);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
}

#mambasms-forms-container-modal, .slideshow__text-wrapper {
    display: none !important;
}
.header__icons {
	position: relative;
	display:none;
}
.blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
}
header.header {
	position: relative;
	justify-content: center;
	display: flex;
    gap: 20px;
    padding-top: 0;
    padding-bottom: 0;	
}

.header:not(.header--middle-left,.header--middle-center) .header__inline-menu, .header--top-center .header__inline-menu>.list-menu--inline {
    margin: 0!important;
}
.header__heading, .header__heading-link {
    grid-area: auto;
}
.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
	color: #129b53;
}
.section-title b {
	background-color: #129b53;
    display: block;
    flex: 1;
    height: 2px;
    opacity: 0.5;
}
.section-title-center span {
    margin: 0 15px;
}
.footer-block__image-wrapper img {
    width: 120px;
}
.card__badge, .product .price .badge {
    display: none;
}
.product--large:not(.product--no-media) .product__media-wrapper, .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 50% !important;
}
.price .price-item {
    color: #ccc !important;
}
.price .price-item.price-item--sale {
    color: #f7931e !important;
	font-weight:bold;
}
.product-card-wrapper .card__information h3.card__heading {
    font-size: 16px;
}
.product-form .product-form__buttons {
    max-width: initial;
}
.price {
    color: #f7931e;
}
.announcement-bar__link .announcement-bar__message {
	color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.announcement-bar.color-accent-1.gradient {
    background: #fff;
}
.announcement-bar.color-accent-1.gradient .announcement-bar__link {
    padding-bottom: 0;
}
.header__heading-logo {
    height: 80px;
    width: auto;
    max-width: initial;	
}
.header__menu-item {
    text-transform: uppercase;
}
/*
h1.header__heading {
    position: absolute;
	left: 0;
}
*/