.gb-btn {
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    color: #fff;
    background-color: #444;
    font-size: 0.9rem;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    width: 220px;
    border-radius:100px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.gb-btn.orange {
    background-color: #ff5f21;
}
.gb-btn.blue {
    background-color: #5da5d6;
}
.gb-btn:hover {
    filter:brightness(110%);
}
/* LOADER */
.fader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.87);
    z-index: 2;
}
.fader img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.fader p {
    width: 193px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -96.5px;
    font-weight: bold;
    color: #155f8a;
    font-size: 17px;
}
/* TOOLTIPS */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-tooltip, .arrow:after {
    background: #c48693;
}
.ui-tooltip {
    padding: 5px 20px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 23px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #c48693;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* Waitlist */

#waitlist-form .account-form-input:first-of-type {
    margin-top: 10px;
    float: left;
    width: 70%;
}

#waitlist-form .account-form-input:first-of-type input {
    width:100% !important;
    padding:10px !important;
}

#waitlist-form .account-form-input:last-of-type {
    float: right;
    width: 28%;
}

#transfer-ticket {
    padding: 11px;
    border: 0;
    background: #5dadc6;
    color: white;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    transition:0.4s all;
}

#transfer-ticket:hover {
    filter:brightness(110%);
}

@media (max-width:768px) {
    #waitlist-form .account-form-input {
        width:100%;
        margin:10px 0;
    }
}

/*Cart*/

.remove {
    position: absolute;
    top: 4px;
    right: 8px;
    opacity:0.7;
    transition:0.4s all;
    cursor:pointer;
}

.remove:hover {
    opacity:1.0;
}

/* NOTIFICATIONS */
.cart {
    padding: 20px;
    background: #f7c66b;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    margin-top: 10px;
    position:fixed;
    z-index:9999;
    right: 10%;
    left: 10%;
    bottom: 20px;
    font-size: 16px;
}
.cart .icon {
    background: orange;
    color: #FFF;
    position:absolute;
    left: 0;
    width: 60px;
    bottom:0;
    top:0;
    font-weight: bold;
    box-sizing: border-box;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.cart-content {
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
}
.cart-message {
    /* margin-top:-6px; */
    margin-top: 1px;
}
.cart-message small {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: -6px 0 -25px 0;
    color: #000;
}
.cart-message small sup {
    bottom:0.1em;
}
small.pre-total {
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: super;
    color: #10681f;
}
.cart-buttons{
    display: flex;
    justify-content: space-between;
}
.cart.success {
    background: #60c571;
    color: white;
}
.cart.success .icon {
    background: #3caf50;
}

.cart.info {
    background: #6fc0f7;
}
.cart.info .icon {
    background: #0099FF;
}

.freeError {
    position: absolute;
    top: -25px;
    font-size: 11px;
    right: 0;
    font-style: italic;
    color: white;
    background: #c48693;
    padding: 0 20px;
}

@media (max-width: 680px) {
    .freeError {
        left: 0;
    }
}

/*Notification Button*/
.notif-btn{
    border-radius: 25px;
    padding: 0 25px;
    margin: -7px 15px -7px 0;
    line-height: 35px;
    border: 1px solid;
    border-color: #3DB14F;
    color: white;
    background: #3DB14F;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Avenir_Bold';
    display: inline-block;
}
.notif-btn:hover {
    filter: brightness(95%);
}
.notif-btn small {
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
}
.notif-btn span {
    background: #60c572;
    font-size: 10px;
    padding: 1.5px 5px 0px 5px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

/* NOTIFICATIONS */
.notification {
    padding: 20px;
    background: #f7c66b;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    margin-top: 10px;
    opacity: 0;
    position:fixed;
    right: 10%;
    left: 10%;
    bottom: 20px;
    /*animation: opacity 5s;*/
    font-size: 16px;
}
.notification .icon {
    background: orange;
    color: #FFF;
    position:absolute;
    left: 0;
    width: 60px;
    bottom:0;
    top:0;
    font-weight: bold;
    box-sizing: border-box;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.notification-content {
    margin-left: 70px;
}
.notification.success {
    background: #60c571;
    color: #104621;
}
.notification.success .icon {
    background: #3caf50;
}
.notification.warning {
}
.notification.danger {
    background: #f16767;
    color: #7d1919;
}
.notification.danger .icon {
    background: #d24c4c;
}
.notification.info {
    background: #6fc0f7;
}
.notification.info .icon {
    background: #0099FF;
}
@keyframes opacity {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 10px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  80% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}

/* MISC */
.admin-error {
    line-height: 1;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #c73939;
}

@media (max-width: 768px) {
    .cart {
        left:0;
        right:0;
        bottom:0;
    }
    .cart-content {
        display:block;
    }
    .cart-message {
        line-height:15px;
    }
    .cart-message small {
        margin: 4px 0 -25px 0;
        line-height: 12px;
    }
    .cart-buttons {
        margin-top:40px;
    }
}