/** Shopify CDN: Minification failed

Line 68:2 Unexpected "}"

**/

   /** for sticky pay button on product pages **/
   
   .invisible{
    display:none;
   }
   .visible{
    display:contents;
   }
   #the-body{
    position:fixed;
    width:100%;
    z-index:10;
   }
   #sticky-pay{
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
   .product-sticky-price{
    line-height: 1.4em;
    font-size: 24px;
   }
   @media only screen and (max-width: 1100px) {
    .product-sticky-price{
      line-height: 1.4em;
      font-size: 18px;
    }
  }
   @media only screen and (max-width: 798px) {
    .product-sticky-price{
      line-height: 1.4em;
      font-size: 18px;
    }

     #the-body{
        position:fixed;
        width:100%;
        z-index:10;
        animation: slide-up .3s 0.3s ease-out forwards;
       
       }
       .fader{
        opacity:1;
        transition: 1s linear opacity;
       }
  

       #sticky-pay{
        margin-top: .5em;
        margin-bottom: 1.1em;
       }
 
       @keyframes slide-up {
        from{
          bottom:-90px
        }
        to {
          bottom:0;
          position: fixed;
        }
      }
    }
  }


   #col2{
    display:flex;
    align-items:center;
   }
