.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: #f9a641;
}
.gb-btn:hover {
    filter:brightness(105%);
}

/* ORDER COMPLETE */

.fa-smile-beam {
    text-align: center;
    display: block !important;
    font-size: 82px;
    color: #f9a641;
}
.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;
    animation: rotation 2s infinite linear;
}
.fader p {
    width: 201px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -100.5px;
    font-weight: bold;
    color: #155f8a;
    font-size: 16px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/* PAYMENT */
.sq-card-form-wrapper {
    max-width: 100% !important;
    border: 1px solid #e0e2e3;
    box-shadow: none !important;
}
.amount-wrap {
    position: relative;
    border: 1px solid #efefef;
    border-radius: 3px;
    width: 250px;
    height: 48px;
}

.amount-wrap span {
    float: left;
    background: #f7f8f9;
    padding: 12px 20px 11px;
    font-size: 17px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    cursor: default;
    border: 0;
    border-right: 1px solid #efefef;
}

body .amount-wrap input {
    width: 197px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    border: 0 !important;
    padding: 10px 15px;
    height: 46px;
    font-size: 17px;
}

/* Fields */

body .contract-wrap {
  padding: 20px 20px 50px;
  background: #fbfbfb;
  margin: 15px 30px 30px;
  border: 1px solid #e4e5e7;
  border-radius: 6px;
}

body .contract-wrap img {
  display: block;
  margin: 20px auto;
}

body .contract-wrap h3 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 10px;
}

body .contract-wrap ul {
    list-style: disc;
    padding-left: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
}

body .contract-wrap ul li ul {
    padding-bottom:0;
}

body .contract-wrap hr {
    margin: 10px 0 30px;
    border: 1px dashed #e4e5e7;
    border-style: dashed;
    height: 0;
    background: none;
}

body .contract-wrap input {
    border: 0;
    border-bottom: 1px solid black;
    background: transparent;
    width: 250px;
    padding: 5px 5px 1px 5px;
}

.package-line {
    border: 1px solid #ebebeb;
    padding: 12px 20px !important;
    font-size: 13px;
    width: 100%;
    display: block;
    background: #f3f5f7;
    margin-bottom: 10px;
    font-weight:400;
}

body .package-line input {
    width: 100px;
    border: 0 !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    padding: 2px 10px;
    height: auto;
    background: transparent;
    display: inline-block;
    color: black;
}

body .package-line span {
    width: 100px;
    border-bottom: 1px solid black;
    display: inline-block;
    border-radius: 0;
    padding: 2px 10px;
    height: auto;
    font-size: 17px;
}

.price-block {
    display:inline-block;
    width:49%;
}
.price-block:nth-of-type(2) {
    margin-left:2%;
}

.label-note {
    font-weight: 400;
    display: block;
    color: #8c8989;
    margin-bottom: 5px;
}

/* 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: 500px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-tooltip, .arrow:after {
    background: #333;
}
.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 #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

i.tooltip {
    background: #333333;
    color: white;
    padding: 0px 4px;
    border-radius: 100%;
    text-align: center;
    margin-left: 4px;
    font-style: normal;
    cursor: default;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 9px;
    font-weight: 600;
    line-height: 16px;
    width: 14px;
    height: 14px;
    display: inline-block;
}


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

#initial-amount-error {
    float:left;
    width:100%;
}

/* MOBILE */

@media (max-width:980px) {
    .price-block {
        display:block;
        width:100%;
    }
    .price-block:nth-of-type(2) {
        margin-left:0;
    }
}