.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;
    font-family: montserrat;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    width: 220px;
    color: white;
    padding: 16px;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -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: #57672f;
}
.gb-btn:hover {
    filter:brightness(105%);
}

/* ORDER COMPLETE */

.fa-smile-beam {
    text-align: center;
    display: block !important;
    font-size: 82px;
    color: #abaed6;
}
.email-notification {
    text-align: left;
    background: #ffffff;
    padding: 20px !important;
    width: 500px;
    margin: 20px auto;
    border: 1px solid #efefef;
    border-radius: 3px;
    line-height: 22px;
}
.email-notification i {
    margin-right: 15px;
    float: left;
    font-size: 31px;
    padding: 7px;
}

/* 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: 201px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -100.5px;
    font-weight: bold;
    color: #155f8a;
    font-size: 15px;
}
/* MISC */
.error {
    line-height: 1;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #c73939;
}