/** Shopify CDN: Minification failed

Line 13:2 Unexpected "<"
Line 35:23 Expected identifier but found whitespace
Line 35:25 Unexpected "{"
Line 35:32 Expected ":"
Line 38:33 Expected identifier but found whitespace
Line 38:35 Unexpected "{"
Line 38:43 Expected ":"
Line 59:8 Unexpected "<"

**/
  <style>
            .green_check{
                display:none;
                text-align:center;
            }
            .hidden{
                display: none;
            }
            .add-to-bag{
                width:inherit;
            }    
            .show-more-container{
                margin-top: 100px;
            }
            #show-more{
                display: block;
                text-align: center;
                margin-left: 100px;
                margin-right: 100px;
            }
            .bg-image{
                z-index: 1;
                height: {{height}};
            }
            .bg-color{
                background-color: {{section.settings.bg-shadow-color}};
                opacity: 0.2;
                padding: 10px;
                margin-top:10px;
            }
            .recommended_products_grid ul{
                 max-height: 100px;
            }
            .recommended_products_grid {
                margin-top: 30px;
                /*display: block;*/
                /*margin-bottom: 100px;*/
                margin-right: 60px;
            }
             .recommended_products_grid li {
               float:left;
               font-size: 100%;  
               display:block;     
            }
            
            
        </style>