/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
Line 26:18 Unexpected "{"
Line 26:27 Expected ":"
Line 35:19 Unexpected "{"
Line 35:28 Expected ":"
... and 4 more hidden warnings

**/
#shopify-section-{{ section.id }} a.link.link--text.list-menu__item.list-menu__item--link {
    color: #555;
    font-size: 16px;
}
#shopify-section-{{ section.id }} .footer .footer__content-top .footer-block {
    flex-direction: column;
}
#shopify-section-{{ section.id }} .footer-block__details-content.rte.center p {
    color: #555;
}
#shopify-section-{{ section.id }} .footer .list-social__link {
    padding: 10px;
    border-radius: 5px;
    background: #609a33;
}
@media screen and (max-width: 800px) {
   ul.footer-block__details-content {display: flex !important;align-items: center;flex-direction: column;justify-content: center;}
 }
@media screen and (min-width:1024px){
 #shopify-section-{{ section.id }}   .footer-block.grid__item.footer-block--menu:first-child .footer-block__heading {
    padding-left: 40px;
}
 #shopify-section-{{ section.id }} .footer-block.grid__item.footer-block--menu:first-child .footer-block__heading:before {
    left: 27%;
}
#shopify-section-{{ section.id }} ul.footer-block__details-content.list-unstyled.center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}