@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}

a.backtostore {
    position: absolute;
    top: -30px;
    right: 60px;
    text-transform: uppercase;
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 700
}

section.banner-section .container,span.shadow {
    position: relative
}

a.backtostore span {
    vertical-align: middle
}

.balanceenter a svg,a.backtostore svg {
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 3px
}

.gift-card-main h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px
}

.gift-card-main p {
    color: #000;
    font-family: Manrope;
    font-size: 22px;
    font-weight: 400
}

.gift-card-main .cardImage+p,.gift-card-main h1+p {
    margin-bottom: 50px
}

.gift-card-main .cardImage {
    margin-bottom: 76px
}

#check-balance .forminput {
    background-color: #eee;
    border: 0;
    height: 61px;
    width: 100%;
    max-width: 410px;
    padding-left: 27px;
    box-sizing: border-box
}

#check-balance .formsubmit {
    border: 2px solid #000;
    height: 61px;
    width: 204px;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .81px;
    border-radius: 5px;
    cursor: pointer
}

#check-balance {
    margin-bottom: 30px
}

span.shadow:before {
    content: '';
    background: url(shadow.png) center center no-repeat;
    width: 160px;
    height: 356px;
    display: block;
    position: absolute;
    right: 100%
}

span.shadow {
    display: inline-block
}

.template-page .container,.template-page-giftcard .container {
    max-width: 1130px;
    margin: 0 auto
}

.gift-card-main.giftcardblock .balance {
    background: #3e3e3e;
    color: #fff;
    padding: 3% 6%;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #000
}

.gift-card-main.giftcardblock {
    padding-bottom: 60px
}

.page-content {
    line-height: 1.9;
    padding: 60px 0
}

.balanceenter a svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 3px
}

.balanceenter a span {
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.7px;
    vertical-align: middle;
    border-bottom: 1px solid #000
}

.balanceenter a {
    display: inline-block;
    margin-top: 25px
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
            animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent transparent
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
            animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
            animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
            animation-delay: -.15s
}

.template-page #copyrightcart,.template-page-giftcard #copyrightcart {
    background: #f8f8f8
}