@media (min-width: 1200px){
    .container {
        max-width: 1245px;
    }
}
body {
    color: #303332;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
a{
    text-decoration: none !important;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #00a551;
    border: 1px solid #fff;
    z-index: 1;
    color: #fff;
}
.back-to-top:hover {
    background: #0054A5;
    color: #fff;
}
#topBar {
    padding: 10px 0;
    font-size: 14px;
}
.copyright {
    padding: 20px 0;
    text-align: center;
    background: #00a551;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    text-decoration: underline !important;
}
.cp-menu {
    margin-bottom: 6px;
}
.cp-menu a{
    font-weight: 600;
}
.pre-footer {
    padding: 40px 0;
}
.pre-footer, .pre-footer a {
    color: #333;
}
.footer-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.footer-2nd li{
    margin-bottom: 5px;
}
.footer-2nd a{
    color: #00a551;
}
.footer-2nd a:hover{
    text-decoration: underline !important;
}
.footer-3rd .fa, .footer-3rd .fab{
    font-size: 30px;
    margin-right: 10px;
}
.footer-3rd .fa:hover, .footer-3rd .fab:hover{
    color: #0054A5;
}
.gray-txt{
    color: #888;
}
.subscribe-text {
    display: flex;
}
.subscribe-text .fa{
    font-size: 54px;
    color: #666;
    margin-right: 20px;
}
.subscribe-line {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}
.subscribeFooter {
    padding: 40px 0;
}
.subscribe-block {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
}
.subscribe-block input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: none;
}
button.subscribe-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    border: 1px solid #00A551;
    background: #00a551;
    color: #fff;
    padding: 8px 20px;
    outline: none;
}
button.subscribe-btn:hover {
    background: transparent;
    color: #00a551;
    border: 1px solid;
}
.footer-phone {
    font-size: 20px;
    font-weight: 600;
}
.footer-phone .fa{
    font-size: 24px;
    color: #00a551;
    margin-right: 10px;
}
.footer-mail {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
}
#siteLogo {
    width: 100px;
}
.home-section-taglines {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-section-titles {
    font-family: Mermaid;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}
.blog-img-wrap{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 235px;
    overflow: hidden;
}
.blog-img-wrap img:hover{
    transform: scale(1.05);
}
.blog-img-wrap img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.blog-card-date {
    display: flex;
    margin-bottom: 8px;
    color: #00A551;
    font-size: 13px;
}
.dotbefore {
    display: list-item;
    margin-left: 25px;
}
.blog-card-title h6 {
    font-weight: 600;
}
.blog-card-excerpt {
    color: #888;
    margin-bottom: 10px;
}
.read-more a {
    display: inline-block;
    color: #00A551;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline !important;
}
.read-more a:hover {
    color: #0054A5;
}
.home-section{
    padding: 25px 0;
}
.become-text {
    font-weight: 600;
    margin-bottom: 40px;
}
a.learn-more-btn {
    display: inline-block;
    background: #00a551;
    color: #fff;
    padding: 10px 21px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #00a551;
}
a.learn-more-btn:hover {
    background: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
#becomeDistibutor {
    background: #E3E3E3;
}
.become-content {
    padding: 100px 0;
}
.featured-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.product-card{
    position: relative;
    text-align: center;
    background: #f6f6f6;
    padding: 15px 15px 25px;
}
.sale-tag {
    position: absolute;
    background: #0054A5;
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
a.add-to-wishlist-btn {
    font-size: 20px;
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}
.product-card:hover a.add-to-wishlist-btn {
    opacity: 1;
}
img.product-card-img {
    width: 205px;
    height: 205px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.product-card:hover img.product-card-img {
   transform: scale(1.1);
}
.product-card-seperator {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
.product-card-brand {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 8px;
}
.product-card-title {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 8px;
}
.product-card-price {
    font-weight: 600;
    font-size: 15px;
    color: #00a551;
    margin-bottom: 10px;
}
a.slider-btn {
    display: inline-block;
    background: #00a551;
    color: #fff;
    padding: 9px 19px;
    font-size:13px;
    border: 1px solid;
}
a.slider-btn:hover {
    background: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
a.shop-now-btn {
    display: inline-block;
    background: #00a551;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    border: 1px solid;
}
a.shop-now-btn:hover {
    background: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
.homebanner-grid{
    display: grid;
    grid-template-columns: 6fr 5fr;
    grid-gap: 10px;
}
.home-banner1, .home-banner2{
    position: relative;
    width: 100%;
    height: 425px;
    overflow: hidden;
}
.home-banner1 img, .home-banner2 img{
    width: 100%;
    height: 425px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.home-banner1 img:hover, .home-banner2 img:hover{
    transform: scale(1.1);
}
.home-banner1{
    color: #fff;
}
.homebanner1-texts {
    position: absolute;
    top: 60px;
    left: 40px;
}
.homebanner1-discount-bar {
    display: inline-block;
    background: #00a551;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
    border-radius: 3px;
}
.homebanner1-tagline {
    text-transform: uppercase;
}
.homebanner1-caption {
    font-size: 36px;
    font-family: Mermaid;
    font-weight: 600;
    margin-bottom: 20px;
}
a.homebanner1-btn {
    display: inline-block;
    color: #fff;
    border: 1px solid;
    padding: 8px 20px;
}
a.homebanner1-btn:hover {
    background: #fff;
    color: #333;
}
.home-banner2{
    color: #333;
}
.homebanner2-texts {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.homebanner2-discount-bar {
    display: inline-block;
    background: #0054A5;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}
.homebanner2-tagline {
    text-transform: uppercase;
}
.homebanner2-caption {
    font-size: 36px;
    font-family: Mermaid;
    font-weight: 600;
    margin-bottom: 20px;
}
a.homebanner2-btn {
    display: inline-block;
    color: #333;
    border: 1px solid;
    padding: 8px 20px;
}
a.homebanner2-btn:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.intro-img{
    width: 100%;
}
.icon-img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 12px;
}
.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-title {
    font-weight: 600;
    text-transform: uppercase;
}
.icon-desc {
    color: #888;
}
.navbar {
    padding: 0rem;
}
#mainMenu {
    background: #00A551;
}
#mainMenu a.nav-link {
    color: #fff;
    transition: all 0.3s ease;
}
#mainMenu .nav-item {
    padding: 0 5px;
}
#mainMenu a.nav-link.active{
    font-weight: 600;
    color: #111;
}
#mainMenu a.nav-link:hover, #mainMenu a.nav-link:focus{
    color: #111;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
#mainMenu .nav-link {
    padding: .8rem 1rem;
}
#homeSliderSection .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
#homeSliderSection .fa{
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    color: #777;
}
#homeSliderSection i.fa.fa-chevron-left {
    left: 3%;
    padding: 10px 14px 10px 12px;
}
#homeSliderSection i.fa.fa-chevron-right {
    right: 3%;
    padding: 10px 12px 10px 14px;
}
#homeSliderSection .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
#homeSliderSection {
    min-height: 550px;
}
.home-slider-img {
    position: relative;
    height: 550px;
    object-fit: cover;
}
.slide-content {
    position: absolute;
    left: 55%;
    top: 30%;
}
.slide-txt {
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slide-caption {
    font-size: 48px;
    font-family: Mermaid;
    line-height: 1.1;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    margin-left: 5%;
}
.topheader {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 13px;
    justify-content: space-between;
}
.top-right-menu a {
    font-size: 18px;
    color: #666;
    margin: 0 10px;
}
a.top-rel {
    display: inline-block;
    position: relative;
}
.top-count {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 10px;
    background: #00a551;
    line-height: 1;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}
#mainMenu .dropdown:hover>.dropdown-menu {
    display: block;
}
#mainMenu .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 2px;
    min-width: 200px;
}
#mainMenu li.dropdown-item {
    padding: 0 6px;
}
#mainMenu li.dropdown-item:hover {
    background: #fff;
}
#mainMenu .dropdown-item a {
    display: block !important;
    font-size: 14px;
    color: #00a551;
    padding: 7px 12px;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}
#mainMenu .dropdown-item a:hover {
    transform: translateX(4px);
}
.nav-item i.fa.fa-chevron-down {
    font-size: 11px;
    margin-left: 3px;
}
span.topbar-txt {
    font-size: 24px;
    color: #00a551;
    margin-left: 15px;
    font-family: Brush Script MT;
}
.top-1st {
    font-weight: 600;
    color: #333;
}
.top-call, .top-offer {
    padding-left: 30px;
    border-left: 1px solid #ddd;
}
.top-offer a{
    color: #777;
}
.top-search {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 5px 5px 40px;
}
#topSearch input {
    border: none;
    outline: none;
}
button.top-search-btn {
    position: absolute;
    left: 2px;
    border: none;
    background: transparent;
    color: #00a551;
    font-size: 16px;
    top: 3px;
}
.icon-below-bar{
    width: 80%;
    height: 1px;
    background: #ccc;
}
.top-right-menu .dropdown, .top-right-menu .dropleft {
    display: inline-block;
}
.top-right-menu i.fa.fa-chevron-down {
    font-size: 11px;
}
.language .dropdown-item {
    padding: .25rem 0.5rem;
}
.language .dropdown-item:hover {
    background: #e3e3e3;
}
.language .dropdown-item a{
    font-size: 13px;
}
a.create-account {
    font-size: 12px;
    color: #00a551;
}
a.forgot-password {
    font-size: 12px;
    color: #00a551;
    text-decoration: underline !important;
}
a.create-account:hover, a.forgot-password:hover {
    color: #333;
}
.user .dropdown-menu {
    padding: 0;
    margin-top: 20px;
    margin-right: -10px;
    height: 0%;
    transition: all 0.3s ease;
}
.top-right-menu .dropleft:hover>.dropdown-menu {
    display: block;
    height: 100%
}
.user-form {
    width: 260px;
    padding: 12px 20px;
    background: #e3e3e3;
}
.sign-in {
    font-weight: 600;
    margin-bottom: 10px;
}
.user-form input {
    width: 100%;
    font-size: 13px;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    outline: none;
}
.user-form input[type="checkbox"] {
    width: unset;
    margin-right: 6px;
}
.user-form label {
    margin-bottom: 0;
    font-size: 13px;
}
button.top-login {
    background: #00a551;
    border: 1px solid #00a551;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 8px;
    outline: none;
}
button.top-login:hover {
    background: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
.sub-border{
    width: 100%;
    height: 1.5px;
    background: #cecece;
}
.inner-section{
    padding: 40px 0;
}
.inner-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.inner-title-bar {
    width: 50px;
    height: 3px;
    background: #333;
    margin: 10px 0 20px;
}
.full-img{
    width: 100%;
}
.max-100{
    max-width: 100%;
}
#keyFeatures, #customerLoyalty, #bonanza{
    color: #777;
}
.p-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.key-content-block{
    margin-bottom: 35px;
    transition: all 0.3s ease;
}
#module {
  height: 400px;
}
#module a.collapsed:after  {
    content: '+ View More';
}
#module a:not(.collapsed):after {
    content: '- View Less';
}
span#show-more, span#show-less {
    background: #00a551;
    color: #fff;
    border: 1px solid #00a551;
    padding: 10px 14px;
    font-size: 13px;
    cursor: pointer;
}
span#show-more:hover, span#show-less:hover {
    background: transparent;
    color: #00a551;
    border: 1px solid #00a551;
}
.tab-content {
    padding: 0;
}
#marketingPlan .left-tabs .nav-link.active {
    background: #00a551;
    color: #fff;
}
#marketingPlan .left-tabs .nav-link:hover {
    background: #00a551;
    color: #fff;
}
#marketingPlan .left-tabs .nav-link {
    padding: 0.8rem 1rem;
    font-size: 13px;
    color: #00a551;
    background: #eee;
    border-bottom: 2px solid #fff;
    border-radius: unset;
}
.left-tabs.nav-tabs{
    border-right: none;
}
button.navbar-toggler {
    outline: none !important;
}
.navbar-toggler {
    color: #fff;
}
.navbar-toggler-icon {
    height: 1.1em;
}
.page-title-banner{
    background: #ececec;
    padding: 100px 0;
}
.page-title{
    font-family: Mermaid;
    font-weight: 700;
    color: #777;
    margin-bottom: 0;
}
.page-breadcumb{
    color: #777;
}
.green-text {
    color: #00a551;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 30px;
}
.p-quote {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.p-quote .fa{
    font-size: 30px;
    color: #00a551;
    margin: 0 5px;
}
#salientFeatures li{
    color: #777;
    margin-bottom: 10px;
}
.li-bold{
    font-weight: 600;
    color: #7e7e7e;
}
.product-banner-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-page-title-banner {
    background: #ececec;
    padding: 30px 0;
}
.sidebar-category{
    margin: 40px 0;
}
.sidebar-category ul{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.sidebar-category li{
    margin-bottom: 10px;
}
.sidebar-category a{
    color: #777;
}
.sidebar-category a:hover{
    color: #00a551;
}
.sidebar-title-bar{
    width: 60%;
    height: 1px;
    background: #ccc;
    margin: 10px 0 15px;
}
.sidebar-category-title {
    font-weight: 600;
}
.product-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.product-page-title-banner{
    padding: 50px 0;
}
.singlep-title{
    display: flex;
    align-items: center;
}
.singlep-name {
    margin-right: 30px;
    font-size: 30px;
    font-weight: 600;
}
.singlep-category {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.singlep-saletag {
    background: #0054A5;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
.singlep-price {
    font-size: 30px;
    font-weight: 600;
    color: #00a551;
    margin: 10px 0;
}
.singlep-qty-add {
    display: flex;
    margin: 30px 0;
}
.singlep-qty {
    width: 35%;
    margin-right: 10px;
}
.singlep-qty input{
    width: 100%;
    border: 1px solid #ddd;
    padding: 11px 15px;
    font-size: 16px;
    outline: none;
}
.singlep-add-cart{
    width: 60%;
}
.singlep-add-cart a {
    background: #00a551;
    color: #fff;
    display: block;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border: 1px solid #00A551;
}
.singlep-add-cart .fa {
    margin-right: 20px;
    font-size: 18px;
}
.singlep-add-cart a:hover {
    background: #fff;
    color: #00a551;
}
.singlep-add-wish a {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    display: flex;
}
.singlep-add-wish a:hover {
    color: #0054A5;
}
.singlep-add-wish .far {
    font-size: 22px;
    margin-right: 10px;
}
.singlep-seperator {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
.singlep-share {
    font-weight: 600;
    color: #666;
    display: flex;
}
.singlep-share .fab {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    margin: 0 8px;
}
.singlep-share .fab:hover {
    color: #0054A5;
}
#singleProductDetail .tab-pane {
    padding: 30px 15px;
    border-bottom: 2px solid #ddd;
}
#singleProductDetail .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid;
    border-color: #fff #fff #00a551 #fff;
}
#singleProductDetail .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #303332;
}
.related-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
table#cartTable {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
table#cartTable th {
    background: #ececec;
    padding: 15px;
    color: #585654;
}
.bold{
    font-weight: 600;
}
table#cartTable input {
    width: 60px;
}
table#cartTable td {
    padding: 25px 0;
}
table#cartTable tr {
    border-bottom: 1px solid #ccc;
}
table#cartTable tr:nth-last-child(1) {
    border: none;
}
table#cartTable .far {
    font-size: 18px;
    color: #555;
}
#billingForm input[type="text"], #billingForm input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}
.form-div input[type="checkbox"] {
    margin-right: 10px;
}
.form-div label{
    cursor: pointer;
}
.order-list-header, .order-li, .order-list-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.your-order {
    padding: 50px;
    background: #ececec;
}
.order-list {
    background: #fff;
    padding: 30px 40px;
}
.order-list-header {
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.order-product-title {
    color: #777;
}
.order-pr-price {
    font-weight: 600;
}
.order-li {
    margin: 15px 0;
}
.order-pr-list {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.order-list-footer {
    margin-top: 15px;
    font-weight: 600;
}
.order-total-pr {
    font-size: 18px;
    color: #00a551;
}
.your-order-title {
    color: #00a551;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
}
.order-radio {
    margin: 25px 0;
}
.form-check {
    margin-bottom: 10px;
}
.form-check-label {
    margin-top: 2px;
    font-weight: 600;
    cursor: pointer;
}
button#completeOrder {
    width: 100%;
    background: #00a551;
    border: 1px solid #00a551;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    transition: all 0.3s ease;
}
button#completeOrder:hover {
    background: #fff;
    border: 1px solid #00a551;
    color: #00a551;
}
.star-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.star-block {
    background: #eeeeee;
    padding: 40px 0 35px;
    text-align: center;
    transition: all 0.3s ease;
}
.star-block:hover {
    transform: translateY(-3px);
}
.gold{
    background: #F8D319;
}
.diamond{
    background: #B8B8B8;
}
.star-number {
    font-weight: 600;
}
.star-post {
    font-size: 11px;
    color: #777;
}
#starTabs .tab-pane {
    padding: 0 10px;
}
#starTabs .left-tabs .nav-link {
    padding: 1rem;
    font-size: 13px;
    color: #00a551;
    background: #eee;
    border-bottom: 2px solid #fff;
    border-radius: unset;
    font-weight: 600;
}
#starTabs .left-tabs .nav-link.active {
    background: #00a551;
    color: #fff;
}
#starTabs .left-tabs .nav-link:hover {
    background: #00a551;
    color: #fff;
}
#galleryTabs .tab-pane{
    padding: 0 10px;    
}
#galleryTabs .left-tabs .nav-link.active {
    background: #00a551;
    color: #fff;
}
#galleryTabs .left-tabs .nav-link:hover {
    background: #00a551;
    color: #fff;
}
#galleryTabs .left-tabs .nav-link {
    padding: 0.8rem 1rem;
    font-size: 13px;
    color: #00a551;
    background: #eee;
    border-bottom: 2px solid #fff;
    border-radius: unset;
}
.gallery-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.gallery-grid-block img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
#html5-watermark {
    display: none !important;
}
.gallery-grid-block{
    position: relative;
}
.gallery-grid-block .fa {
    position: absolute;
    left: 40%;
    top: 40%;
    color: #00a551;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
}