/** Shopify CDN: Minification failed

Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:78 Expected ":"
Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 23:84 Expected ":"
... and 30 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer-content (INDEX:29, SCOPED:FALSE) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* END_SECTION:footer-content */

/* START_SECTION:icon-process (INDEX:32, SCOPED:FALSE) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; }
  .icon-top-space{margin-top:20px!important;}
  .page-width-iconnn {
  max-width: 100%!important;
  margin: 0 auto; 
  padding: 0 10rem!important;}
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
   }
    .icon-top-space{margin-top:0px!important;} }
/* END_SECTION:icon-process */

/* START_SECTION:single-image-productpage (INDEX:73, SCOPED:FALSE) */
.img-responsive{width:100%;} 
.hidden_desktop{
  display:block;}
.hidden_mobile {
  display: none;}
 @media (min-width:992px){
       .hidden_desktop{
    display:none;}
  .hidden_mobile {
    display: block;} }
/* END_SECTION:single-image-productpage */