.popup-container.popup{
    position: fixed!important;
    top: auto !important;
    left: auto !important;
    bottom: -100%;
    right:5%;
    max-width: 400px;
    z-index: 1000;
    background-image: url('../images/couch2.jpg');
    background-position: center;
    background-size: cover;
  }
  @media only screen and (max-width: 600px) {
    .popup-container.popup{
        right: 0px;
        margin: 0 10px;
    }
  }
  .popup-container.popup-animate,.popup-container .popup-animate{
      -webkit-animation: popup .5s ease-out .5s  forwards; /* Safari 4.0 - 8.0 */
    animation: popup .5s ease-out .5s forwards;
  }

  @keyframes popup {
    from {bottom: -100%;}
    to  {bottom: 5%;}
  }

  .popup-container.popup-dismiss, .popup-container .popup-dismiss{
    animation: popupDismiss .5s;
    animation-fill-mode: forwards;
  }
  @keyframes popupDismiss{
    0% {bottom: 5%; opacity: 1;}
    100%  {bottom: 25%; opacity: 0;}
  }

  .popup-container .z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}
.popup-container .card.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup-container .popup-container .card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    /* background-color: #fff; */
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}
.popup-container .card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.popup-container .card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}
.popup-container .card .card-content h1{
    font-size: 25px;
}
.popup-container .card .card-content h1, .popup-container .card .card-content p{
    text-shadow: 1px 1px 4px #000;
    color: #fff;
}
.popup-container .card .card-action:last-child {
    border-radius: 0 0 2px 2px;
}

.popup-container .card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    position: relative;
    padding: 16px 24px;
}

.popup-container .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.popup-container .btn{
    margin-bottom: 16px !important;
}
.popup-container .btn, .popup-container .btn-large, .popup-container .btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}
.popup-container .btn, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-floating, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-flat {
    font-size: 14px;
    outline: 0;
}
.popup-container .btn, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.popup-container .right {
    float: right !important;
}
.popup-container .z-depth-1,.popup-container  nav,.popup-container  .card-panel, .popup-container .card,.popup-container  .toast,.popup-container  .btn,.popup-container  .btn-large,.popup-container  .btn-small,.popup-container  .btn-floating,.popup-container  .dropdown-content,.popup-container  .collapsible,.popup-container  .sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.popup-container .blue {
    background-color: #2196F3 !important;
}
.popup-container .blue:hover {
    color: #000 !important;
}
.popup-container .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
}

.popup-container .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.popup-container .btn-flat {
    text-decoration: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    background-color: #e31e24;
}
.popup-container .btn-flat:hover {
    color: #000 !important;
}
.popup-container .btn, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-floating, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-flat {
    font-size: 14px;
    outline: 0;
}
.popup-container .btn, .popup-container .btn-large, .popup-container .btn-small, .popup-container .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.popup-container .right {
    float: right !important;
}
.popup-container .blue-text {
    color: #fff !important;
}
