/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 31:18 Unexpected "{"
Line 31:27 Expected ":"
... and 4 more hidden warnings

**/
#shopify-section-{{ section.id }} .announcement-bar.color-background-2.gradient {
    background: #3B8700;
}
ul.dt-nav > li:hover > a span, ul.dt-nav li.active > a span, ul.dt-nav > li:hover > a span, ul.dt-nav > li.active > a span, ul.dt-nav > li.active > a.mega-menu > span:after {
    color:#3B8700 !important;
}
#shopify-section-{{ section.id }} .slideshow .slideshow__text-wrapper .slideshow__text h2.banner__heading {
    color: #3B8700 !important;
}
#shopify-section-{{ section.id }} .support-block.custom-support-1 .support-block-card:hover {
    background: #3B8700 !important;
}
#shopify-section-{{ section.id }} .deal-banner.custom-deal-banner .banner-blocks .icon-image {
    background:#3B8700 !important;
}
#shopify-section-{{ section.id }} .footer .list-social__link {
    background: #3B8700 !important;
}
footer#Banner-footer {
    background: #3B8700 !important;
}
#shopify-section-{{ section.id }} .card__heading.h5 a.full-unstyled-link {
    color: #3B8700 !important;
}
.footer .footer__content-top .footer-block__heading {
    color: #3B8700 !important;
}
@media screen and (min-width:750px) and (max-width:989px){
   #shopify-section-{{ section.id }} .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 2) !important;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 2) !important;
}
}
@media screen and (min-width:990px) and (max-width:1199px){
   .grid--2-col-tablet-down .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 2) !important;
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 2) !important;
}
}  