@media screen and (min-width: 990px) {
    /* .header__heading {
        justify-self: center !important;
    } */
    nav.header__inline-menu.new {
        /* margin: auto !important; */
        margin-left: 0;
    }
    .header__heading {
        justify-self: start !important;
    }
    .link {
        color: #32cd32;
    }
    img.header__heading-logo.header__heading-logo--main.motion-reduce{
        object-position: left;
        padding-left: 10px;
    }
    ul.list-menu.list-menu--inline{
    margin-left: -1.2rem;
}
@media (max-width:992px){
    img.header__heading-logo.header__heading-logo--main.motion-reduce{
        object-position: center;
        padding-left: 0px;
    }
}
}
.announcement-bar-sections--17564812312628__fe1c8c67-b84c-4466-a515-70df3134c1c0.color-custom{
    background: #32CD32 !important;
}
.button:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) rgb(50 205 50);
}
.link-btns--arrow a.button:not([aria-disabled=true]), .action-btns--arrow button.button:not([disabled],[disabled=true],.button--tertiary) {
    transition: .3s ease-in-out;
    overflow: hidden;
    background: #32cd32;
    border: 1px solid #32cd32;
   }
   .button:not([disabled]):hover:after, .customer button:hover:after, .shopify-challenge__button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) rgb(50 205 50);
}
.menu-drawer{
    background: #32cd32;
}
.text-color-accent-1 {
    color: rgb(50 205 50);
}
.action-btns--center button.button:not([disabled],[disabled=true],.button--tertiary):after{
    background: #32cd32;  
}
.color-accent-1{
    background: #32cd32;
}

.price .main-price {
    color: #32cd32;

}
a.link.product__view-details.animate-arrow {
    align-items: center;
    justify-content: flex-start;
    display: flex;
}
.action-btns--center button.button:not([disabled],[disabled=true],.button--tertiary):hover{
    color: #32cd32;
}
.action-btns--center button.button:not([disabled],[disabled=true],.button--tertiary):before{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) rgb(50 205 50);  
}
.rte a {
    color: rgb(50 205 50);
}
.rte a:hover {
    color: rgb(50 205 50);
}
.price .price-item{
    color: rgb(50 205 50);
}
.price--on-sale .price-item--regular {
    color: rgba(var(--color-foreground), .9) !important;
}
ul.list-menu.list-menu--inline li a {
    color: #121212E6;
}
ul.list-menu.list-menu--inline li a:hover {
    color: rgb(50 205 50);
}
a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset.menu-drawer__menu-item--active{
    color #ffff;
}
/* best-sellers.php */
.announcement-bar-sections--17564812312628__fe1c8c67-b84c-4466-a515-70df3134c1c0.color-custom {
    background: #32cd32 !important;
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: #46ff006b !important;
}