
#popup-fly-cart .fly-cart-title{
    font-size: 19px !important;
    }
    
    #popup-fly-cart .cart-subtotal{
    display: none !important;
    }
    .fly-cart-addon-modal-toggle{
      flex-direction: row !important;
      gap: 15px !important;
      justify-content: center ;
      align-items: center !important;
    
    }
    
    .cart-footer-actions>a .icon{
    
      min-height: unset !important
    }
    
    .cart-footer-actions{
      margin-bottom: -10px !important;
    }
    
    
    .cart-countdown-timer{
        max-height: 5vh !important;
      text-overflow: clip !important;
      overflow: clip !important;
    }
    .fly-cart-header{
    padding: 11px var(--popup-gutter) 11px !important; 
    }
    
    
    @media screen and (max-height: 600px), screen and (max-width: 420px) {
        .fly-cart-header .cart-goal-text {
    
          font-size: 14px !important;
    }}