/** Shopify CDN: Minification failed

Line 10:24 Expected identifier but found whitespace
Line 10:26 Unexpected "{"
Line 10:35 Expected ":"

**/
/* START_SECTION:logo-slider-banner (INDEX:33) */
.trusted-bg-color{
       background-color: {{ section.settings.trusted_bg_color }};
     }
          /* Arrows */
           .next-one-next svg{
                 width: 16px;

           }
            .next-one-next{
                font-size: 0;
             line-height: 0;
             position: absolute;
             top: 50%;
             left: 0px;
             display: block;
             width: 36px;
             height: 36px;
             padding: 10px 10px;
             -webkit-transform: translate(0, -50%);
             -ms-transform: translate(0, -50%);
             transform: translate(0, -50%);
             outline: none;z-index: 999;
           }
             .next-one svg{
                 width: 16px;
             }

           .next-one
           {
                 font-size: 0;
             line-height: 0;
             position: absolute;
             top: 50%;
             right: 0px;
             display: block;
             width: 36px;
             height: 36px;
             padding: 10px 10px;
             -webkit-transform: translate(0, -50%);
             -ms-transform: translate(0, -50%);
             transform: translate(0, -50%);
             cursor: pointer;
             color: transparent;
             outline: none;
           }
   .slide {
     margin-right: 20px;
   }
     .slick-slide img{
       width:100%;
       height:100%;
     }
   .logo-slider-container{
     padding: 0px 20px;
   }
       @media screen and (max-width: 600px) {
  .slide {
     margin-right: 10px;
   }

       }
/* END_SECTION:logo-slider-banner */
