/*--------------------------------------------------------------
# Gift Cards
--------------------------------------------------------------*/

#main.gift-cards #gift-cards-splash {
    width: 100%;
    clear: both;
    background: #D0D0D0 url('../../images/2017-images/gift-cards-hero-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 65px 0 70px;
}

#main.gift-cards #gift-cards-splash .container {
    max-width: 1100px;
}

#main.gift-cards #gift-cards-splash p {
    color: #323232;
    font-size: 17px;
    line-height: 1.5;
    max-width: 370px;
    margin: 0 auto 20px;
}

#main.gift-cards #gift-card-form .preview-giftcard {
    display: none;
}

#main.gift-cards #gift-cards-splash p br {
    display: none;
}

#main.gift-cards #gift-cards-splash h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    color: #41494E;
    margin: 0 auto 60px;
}

#main.gift-cards #gift-cards-splash #gift-cards-multi-toggle:hover {
    color: #22b8ee;
}

#main.gift-cards #gift-cards-splash input[type="submit"] {
    width: 340px;
    height: 58px;
    background-color: #EE9F44;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 58px;
    border: none;
    cursor: pointer;
}

#main.gift-cards #gift-card-form input[type="submit"].phone {
    display: none;
}

#main.gift-cards #gift-cards-splash input[type="submit"]:hover {
    background: #D6790B;
}

#main.gift-cards #gift-cards-splash input[type="submit"]:disabled {
    opacity: 0.8;
}

#main.gift-cards #gift-card-form {
    width: 100%;
    clear: both
}

#main.gift-cards #gift-card-form label {
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.5px;
    color: #333;
    display: block;
}

#main.gift-cards #gift-card-form .left {
    background: #fff;
    color: #333333;
    padding: 35px 40px;
    border-radius: 0;
    float: left;
    box-shadow: 0 10px 48px rgba(0, 1, 1, 0.06);
    width: 492px;
    height: 399px;
}

#main.gift-cards #gift-card-form input[type="text"],
#main.gift-cards #gift-card-form input[type="email"],
#main.gift-cards #gift-card-form input[type="name"] {
    background: #fff;
    height: 50px;
    font-size: 15px;
    width: 100%;
    border: 1px #C3C3C3 solid;
    padding: 12px;
    color: #777777;
    padding-left: 56px;
    border-radius: 0;
}

#main.gift-cards #gift-card-form input[type="text"]:focus,
#main.gift-cards #gift-card-form input[type="email"]:focus,
#main.gift-cards #gift-card-form input[type="name"]:focus {
    border-color: #00A2FF;
}

#main.gift-cards #gift-card-form .send-to-multi-mobile {
    display: none;
}

#main.gift-cards #gift-card-form input.name {
    background: #fff url('../../images/2017-images/gift-cards-input-name.png') 22px center no-repeat;
    margin-bottom: 30px;
}

#main.gift-cards #gift-card-form input.message {
    background: #fff url('../../images/2017-images/gift-cards-input-message.png') 19px center no-repeat;
}

#main.gift-cards #gift-card-form input[type="email"] {
    background: #fff url('../../images/2017-images/gift-cards-input-email.png') 20px center no-repeat;
    margin-bottom: 10px;
}

.gift-card-select-container {
    position: relative;
    float: left;
    height: 50px;
    margin-bottom: 17px;
}

.gift-card-select-container:after {
    width: 48px;
    height: 48px;
    content: "";
    display: inline-block;
    right: 1px;
    top: 1px;
    background: #FAFAFA url('../../images/2017-images/gift-cards-dd-arrow.png') center no-repeat;
    position: absolute;
    border-left: 1px #EEEFEF solid;
    z-index: 1;
}

#main.gift-cards #gift-card-form select {
    margin-bottom: 20px;
    width: 189px;
    -webkit-appearance: none;
    float: left;
    background: transparent;
    color: #333;
    border: 1px #C3C3C3 solid;
    height: 50px;
    font-size: 15px;
    border-radius: 0;
    padding: 12px;
    padding-left: 21px;
    z-index: 3;
    position: relative;
    -moz-appearance:none;
}

#main.gift-cards #gift-card-form .right {
    margin-right: -30px;
}

#main.gift-cards #gift-card-form {
    margin-bottom: 80px;
}

#main.gift-cards #gift-card-form .right #custom-card {
    width: 549px;
    float: right;
    height: 377px;
    background: url('../../images/2017-images/gift-card-headr-image-2020.png') center no-repeat;
    margin-bottom: 0;
    position: relative;
    margin-top: -30px;
    right: -5px;
}

#main.gift-cards #gift-card-form .right #custom-card .amount,
#main.gift-cards #gift-card-form .right #custom-card .name,
#main.gift-cards #gift-card-form .right #custom-card .email {
    position: absolute;
    font-size: 16px;
    color: #fff;
}

#main.gift-cards #gift-card-form .right #custom-card .amount {
    font-weight: 700;
    font-size: 52px;
    bottom: 109px;
    left: 117px;
}

#main.gift-cards #gift-card-form .right #custom-card .name,
#main.gift-cards #gift-card-form .right #custom-card .email {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    right: 50px;
    left: 329px;
    text-align: left;
    -webkit-appearance: none;
    border-radius: 0;
}

#main.gift-cards #gift-card-form .right #custom-card .name {
    bottom: 102px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#main.gift-cards #gift-card-form .right #custom-card .email {
    bottom: 80px;
    letter-spacing: 0.5px;
}

#main.gift-cards #gift-card-form .or {
    color: #333;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 21px;
    display: inline-block;
}

#main.gift-cards #gift-card-form .custom-amount {
    background: #fff;
    height: 50px;
    width: 189px;
    float: right;
    display: block;
    position: relative;
}

#main.gift-cards #gift-card-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 100%;
    background: #fff;
    border: 1px #C3C3C3 solid;
    -moz-appearance: none;
    display: block;
    float: left;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
}

#main.gift-cards #gift-card-form input[type="checkbox"]:checked {
    background: #2BC891 url('../../images/2017-images/gift-cards-input-check.png') center no-repeat;
    border-color: #2BC891;
}

#main.gift-cards #gift-card-form .custom-amount input[type="number"] {
    font-size: 16px;
    padding-left: 50px;
    display: block;
    border: 1px #C3C3C3 solid;
    color: #777777;
    width: 100%;
    height: 100%;
    z-index: 3;
    -moz-appearance:textfield;
    -webkit-appearance: none;
    border-radius: 0;
}

#main.gift-cards #gift-card-form .custom-amount input[type="number"]:focus {
    background: #fff !important;
    border-color: #2BC891;
    box-shadow: inset 0 0 0 3px #C4F4E4;
}

#main.gift-cards #gift-card-form .send-to-multi {
    background: #2BC891;
    text-align: center;
    width: 100%;
    max-width: 478px;
    height: 54px;
    clear: both;
    display: block;
    cursor: pointer;
    float: right;
    margin-right: 30px;
}

#main.gift-cards #gift-card-form .send-to-multi p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 55px;
    text-align: center;
}

#main.gift-cards #gift-card-form .send-to-multi p.phone {
    display: none;
}

#main.gift-cards #gift-cards-teaser {
    background: #fff;
    width: 100%;
    clear: both;
    padding: 75px 0;
}

#main.gift-cards #gift-cards-teaser .container {
    max-width: 1072px;
}

#main.gift-cards #gift-cards-teaser .img {
    float: right;
    display: block;
    width: 427px;
    height: 443px;
    background: url('../../images/2017-images/gift-card-w-bottles-2020.png') center no-repeat;
    margin-left: 30px;
}

#main.gift-cards #gift-cards-teaser h2 {
    color: #41494E;
    line-height: 1.2;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}

#main.gift-cards #gift-cards-teaser p {
    line-height: 1.5;
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    max-width: 437px;
}

#main.gift-cards #gift-cards-products {
    width: 100%;
    clear: both;
    position: relative;
    margin: 100px auto;
    max-width: 950px;
    text-align: center;
}

#main.gift-cards #gift-cards-products h2 {
    color: #545454;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 100px;
    font-size: 46px;
}

#main.gift-cards #gift-cards-products ul {
    width: 100%;
    clear: both;
}

#main.gift-cards #gift-cards-products ul li {
    width: 31.3%;
    margin: 0 1% 60px;
    float: left;
    position: relative;
    text-align: center;
}

#main.gift-cards #gift-cards-products ul li a {
    text-decoration: none;
    color: #555555;
}

#main.gift-cards #gift-cards-products ul li img {
    width: 100%;
    height: 285px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0;
    float: none;
}

#main.gift-cards #gift-cards-products ul li h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* = Gift Cards Modal
-------------------------------------------------------------- */

#gift-cards-modal {
    background: #fff;
    padding: 0;
    width: 100%;
    max-width: 1020px;
    overflow: hidden;
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.22);
}

#gift-cards-modal header {
    background: #F5F5F5;
    clear: both;
    text-align: center;
    padding: 55px 30px;
    width: 100%;
    position: relative;
    border-bottom: 1px #E0E0E0 solid;
}

#gift-cards-modal header #close-modal {
    width: 11px;
    height: 11px;
    display: block;
    text-indent: -9999px;
    background: url('../../images/2017-images/gift-cards-popup-close.png') center no-repeat;
    cursor: pointer;
    top: 25px;
    right: 25px;
    position: absolute;
}

#gift-cards-modal header h1 {
    color: #41494E;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

#gift-cards-modal header h1 br {
    display: none;
}

#gift-cards-modal header p {
    color: #797F83;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 10px;
}

#gift-cards-modal form {
    padding: 38px 49px 0;
    width: 100%;
    clear: both;
}

#gift-cards-modal form label {
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
}

#gift-cards-modal form p {
    color: #121212;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
}

#gift-cards-modal textarea {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
    padding-left: 54px;
    background: #fff;
    margin-bottom: 25px;
    border: 1px #C2C2C2 solid;

}

#gift-cards-modal form input[type="text"],
#gift-cards-modal form input[type="email"] {
    margin-right: 19px;
    padding: 10px;
    padding-left: 54px;
    font-size: 15px;
    height: 50px;
    width: 242px;
    border: 1px #C3C3C3 solid;
    float: left;
}

#gift-cards-modal form input[type="text"] {
    background: url('../../images/2017-images/gift-cards-input-name.png') 22px center no-repeat;
}

#gift-cards-modal form input[type="email"] {
    background: url('../../images/2017-images/gift-cards-input-email.png') 20px center no-repeat;
}

#gift-cards-modal form input.message,
#gift-cards-modal form textarea.message {
    background: url('../../images/2017-images/gift-cards-input-message.png') 19px 16px no-repeat;
}

#gift-cards-modal form select {
    margin-bottom: 20px;
    width: 170px;
    -webkit-appearance: none;
    float: left;
    background: transparent;
    color: #333;
    border: 1px #C3C3C3 solid;
    height: 50px;
    font-size: 15px;
    border-radius: 0;
    padding: 12px;
    padding-left: 21px;
    z-index: 3;
    position: relative;
}

#gift-cards-modal form legend {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #267191;
    text-align: center;
    font-weight: bold;
    color: #fff;
    top: 18px;
    left: -60px;
    display: block;
    padding: 8px;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset {
    position: relative;
    margin-bottom: 25px;
}

#gift-cards-modal form #gift-card-amount {
    font-weight: 500;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div {
    float: left;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .name-email-div {
    float: left;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .or {
    color: #333333;
    font-size: 14px;
    margin: 0 14px;
    float: none;
    top: 14px;
    position: relative;
    display: inline-block;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount {
    background: #fff;
    height: 50px;
    width: 189px;
    float: right;
    display: block;
    position: relative;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount input[type="number"] {
    font-size: 16px;
    padding-left: 50px;
    display: block;
    border: 1px #C3C3C3 solid;
    color: #777777;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -moz-appearance:textfield;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount input[type="checkbox"] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 100%;
    background: #fff;
    border: 1px #C3C3C3 solid;
    -moz-appearance: none;
    display: block;
    float: left;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount input[type="checkbox"]:checked {
    background: #2BC891 url('../../images/2017-images/gift-cards-input-check.png') center no-repeat;
    border-color: #2BC891;
}

#gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount label {
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.5px;
    color: #333;
    display: block;
}

#gift-cards-modal form .remove-gift-card-group-item {
    width: 13px;
    height: 17px;
    float: left;
    display: block;
    text-indent: -9999px;
    background: url('../../images/2017-images/gift-cards-popup-cancel.png') center no-repeat;
    cursor: pointer;
    top: 50px;
    right: -31px;
    position: absolute;
}

#gift-cards-modal form .remove-gift-card-group-item:hover {
    opacity: 0.8;
}

#gift-cards-modal form #add-gift-card-group-item {
    float: left;
    clear: both;
    display: block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background: #34C792;
    width: 378px;
    font-weight: 600;
    text-transform: uppercase;
    height: 54px;
    line-height: 54px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

#gift-cards-modal form #add-gift-card-group-item:hover {
    background: #2daa7d;
}

#gift-cards-modal .footer {
    width: calc( 100% + 100px);
    margin: 0 -50px;
    clear: both;
    padding: 39px 100px;
    height: 136px;
    border-top: 1px #E1E1E1 solid;
}

#gift-cards-modal #modal-gift-card-amount {
    font-size: 22px;
    font-weight: 300;
    color: #FC4D23;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}

#gift-cards-modal .left {
    position: relative;
    top: 14px;
}

#gift-cards-modal .left p {
    text-align: left;
    font-weight: bold;
    float: left;
    margin-right: 35px;
    color: #000;
    font-size: 22px;
}

#gift-cards-modal form input[type="submit"] {
    background: #FC9926;
    text-transform: uppercase;
    color: #fff;
    line-height: 57px;
    letter-spacing: 1px;
    font-size: 16px;
    border: none;
    width: 460px;
    height: 57px;
    cursor: pointer;
    float: right;
}

#gift-cards-modal form input[type="submit"]:hover {
    background: #6AD02E;
}










/*--------------------------------------------------------------
# Retina Images
--------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    #main.gift-cards #gift-card-form input.name,
    #gift-cards-modal form input[type="text"] {
        background: #fff url('../../images/2017-images/gift-cards-input-name@2x.png') 22px center no-repeat;
        background-size: 16px;
    }

    #main.gift-cards #gift-card-form input.message,
    #gift-cards-modal form textarea.message {
        background: #fff url('../../images/2017-images/gift-cards-input-message@2x.png') 19px 16px no-repeat;
        background-size: 16px;
    }

    #main.gift-cards #gift-card-form input[type="email"],
    #gift-cards-modal form input[type="email"] {
        background: #fff url('../../images/2017-images/gift-cards-input-email@2x.png') 20px center no-repeat;
        background-size: 16px;
    }

    .gift-card-select-container:after {
        background: #FAFAFA url('../../images/2017-images/gift-cards-dd-arrow@2x.png') center no-repeat;
        background-size: 12px;
    }

    #main.gift-cards #gift-card-form .right #custom-card {
        background: url('../../images/2017-images/gift-card-headr-image-2020@2x.png') center no-repeat;
        background-size: 549px;
    }

    #main.gift-cards #gift-card-form input[type="checkbox"]:checked,
    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount input[type="checkbox"]:checked {
        background: #2BC891 url('../../images/2017-images/gift-cards-input-check@2x.png') center no-repeat;
        background-size: 8px;
    }

    #main.gift-cards #gift-cards-teaser .img {
        background: url('../../images/2017-images/gift-card-w-bottles-2020@2x.png') center no-repeat;
        background-size: 427px;
    }

    #gift-cards-modal form .remove-gift-card-group-item {
        background: url('../../images/2017-images/gift-cards-popup-cancel@2x.png') center no-repeat;
        background-size: 13px;
    }

    #gift-cards-modal header #close-modal {
        background: url('../../images/2017-images/gift-cards-popup-close@2x.png') center no-repeat;
        background-size: 11px;
    }
}









/*--------------------------------------------------------------
# MEDIA QUERIES: Tablet [ MAX WIDTH: 1099 PIXELS ]
--------------------------------------------------------------*/

@media screen and (max-width: 1099px) {

    #main.gift-cards #gift-cards-splash {
        padding: 45px 0 50px;
        background: #D0D0C6 url('../../images/2017-images/tablet-gift-cards-hero-bg@2x.jpg');
        background-size: cover;
    }

    #main.gift-cards #gift-cards-splash h1 {
        font-size: 24px;
        margin: 0 auto 35px;
    }

    #main.gift-cards #gift-cards-splash p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 auto 13px;
    }

    #main.gift-cards #gift-card-form .left {
        width: 100%;
        max-width: 632px;
        margin: 0px auto 54px;
        float: none;
        padding: 35px;
    }

    .gift-card-select-container {
        width: 261px;
    }

    #main.gift-cards #gift-card-form select {
        width: 260px;
    }

    #main.gift-cards #gift-card-form {
        max-width: 768px;
        margin: 0 auto 40px;
    }

    #main.gift-cards #gift-card-form .custom-amount {
        width: 264px;
    }

    #main.gift-cards #gift-card-form .right #custom-card {
        background: url('../../images/2017-images/tablet-gift-cards-card-image@2x.png') center no-repeat;
        width: 715px;
        height: 483px;
        background-size: 715px;
        left: -5px;
    }

    #main.gift-cards #gift-card-form input.name {
        margin-bottom: 38px;
    }

    #main.gift-cards #gift-card-form label {
        margin-bottom: 13px;
    }

    #main.gift-cards #gift-card-form .right {
        width: 100%;
        text-align: center;
        margin-right: auto;
    }

    #main.gift-cards #gift-card-form .send-to-multi {
        max-width: 631px;
        margin-top: 2px;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        float: none;
    }

    #main.gift-cards #gift-card-form .right #custom-card {
        display: inline-block;
        position: relative;
        left: 5px;
        float: none;
    }

    #main.gift-cards #gift-card-form .right #custom-card .amount {
        font-size: 75px;
        bottom: 110px;
        left: 140px;
    }

    #main.gift-cards #gift-card-form .right #custom-card .name,
    #main.gift-cards #gift-card-form .right #custom-card .email {
        left: 417px;
        right: 85px;
        font-size: 18px;
    }

    #main.gift-cards #gift-card-form .right #custom-card .name {
        bottom: 128px;
    }

    #main.gift-cards #gift-card-form .right #custom-card .email {
        bottom: 103px;
    }

    #main.gift-cards #gift-cards-teaser .img {
        width: 304px;
        height: 316px;
        margin-top: 13px;
        background-size: 304px;
        margin-left: 37px;
    }

    #main.gift-cards #gift-cards-teaser {
        padding: 37px 0;
    }

    #main.gift-cards #gift-cards-teaser h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    #main.gift-cards #gift-cards-teaser h2 br {
        display: none;
    }

    #main.gift-cards #gift-cards-teaser p {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 16px;
    }

    #gift-cards-modal {
        max-width: 635px;
    }

    #gift-cards-modal header {
        height: 196px;
    }

    #gift-cards-modal header #close-modal {
        top: 20px;
        right: 20px;
    }

    #gift-cards-modal header h1 {
        font-size: 26px;
    }

    #gift-cards-modal header p {
        font-size: 16px;
        margin-bottom: 0
    }

    #gift-cards-modal form {
        padding: 38px 0 0;
    }

    #gift-cards-modal form .gift-cards-container {
        border-bottom: 1px #E0E0E0 solid;
        padding: 0 38px 39px;
    }

    #gift-cards-modal textarea {
        margin-bottom: 0;
    }

    #gift-cards-modal .gift-card-select-container {
        margin-bottom: 0;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset {
        padding: 38px;
        border-bottom: 1px #E0E0E0 solid;
        width: 100%;
        margin-bottom: 0;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .name-email-div {
        margin-bottom: 15px;
        width: 100%;
    }

    #gift-cards-modal form input[type="text"],
    #gift-cards-modal form input[type="email"] {
        width: 261px;
        margin-right: 36px;
    }

    #gift-cards-modal form input[type="text"] {
        margin-right: 0;
    }

    #gift-cards-modal form select {
        width: 100%;
        margin-bottom: 0;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .or {
        margin: 0 11px;
        font-size: 16px;
        top: 17px;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount {
        width: 261px;
    }

    #gift-cards-modal form #add-gift-card-group-item {
        width: 321px;
        display: block;
        margin: 40px auto 0;
        float: none;
    }

    #gift-cards-modal .footer {
        border-top: 0;
        padding: 51px 38px 38px;
        border-top: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }

    #gift-cards-modal form input[type="submit"] {
        width: 238px;
    }

    #gift-cards-modal form .remove-gift-card-group-item {
        right: 12px;
        top: 127px;
    }

    body.page-template-page-giftcards .sumome-share-client-wrapper {
        display: none !important;
    }

}








/*--------------------------------------------------------------
# MEDIA QUERIES: Phone [ MAX WIDTH: 767 PIXELS ]
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {

    #main.gift-cards #gift-cards-splash .container {
        padding: 0 20px;
    }

    #main.gift-cards #gift-cards-splash {
        padding: 34px 0 30px;
    }

    #main.gift-cards #gift-cards-splash h1 {
        font-size: 25px;
        line-height: 1.1;
    }

    #main.gift-cards #gift-card-form {
        margin-bottom: 0;
    }

    #main.gift-cards #gift-card-form .left {
        padding: 25px;
        height: auto;
        margin: 0 auto 30px;
    }

    #main.gift-cards #gift-cards-splash input[type="submit"].normal {
        display: none;
    }

    #main.gift-cards #gift-card-form input[type="submit"].phone {
        display: block;
        width: 100%;
        margin-top: 30px;
        border-radius: 0;
    }

    #main.gift-cards #gift-cards-splash p {
        line-height: 1.5;
        margin: 0 auto 20px;
    }

    #main.gift-cards #gift-card-form .right #custom-card {
        display: none;
    }

    #main.gift-cards #gift-card-form label {
        font-size: 15px;
    }

    .gift-card-select-container {
        width: 42.3%;
    }

    #main.gift-cards #gift-card-form input.name {
        margin-bottom: 25px;
    }

    #main.gift-cards #gift-card-form select {
        width: 100%;
    }

    .gift-card-select-container:after {
        background-color: transparent;
        border-left: none;
    }

    #main.gift-cards #gift-card-form input[type="email"] {
        margin-bottom: 7px;
    }

    #main.gift-cards #gift-card-form .custom-amount {
        width: 42.3%;
    }

    #main.gift-cards #gift-card-form .custom-amount input[type="number"] {
        padding-left: 40px;
    }

    #main.gift-cards #gift-card-form input[type="checkbox"] {
        width: 14px;
        height: 14px;
        top: 18px;
        left: 16px;
    }

    #main.gift-cards #gift-card-form .send-to-multi,
    #main.gift-cards #gift-cards-splash input[type="submit"] {
        width: 260px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    #main.gift-cards #gift-card-form .send-to-multi p {
        font-size: 14px;
    }

    #main.gift-cards #gift-card-form .right {
        float: none;
        margin-right: auto;
    }

    #main.gift-cards #gift-cards-teaser h2 {
        text-align: center;
        font-size: 25px;
        line-height: 1.2;
    }

    #main.gift-cards #gift-cards-teaser .img {
        float: none;
        margin: 0 auto 20px;
        max-width: 260px;
        background-size: 260px;
    }

    #main.gift-cards #gift-card-form .send-to-multi p.normal {
        display: none;
    }

    #main.gift-cards #gift-card-form .send-to-multi p.phone {
        display: block;
    }

    #main.gift-cards #gift-card-form .preview-giftcard {
        width: 260px;
        height: 34px;
        display: block;
        text-align: center;
        color: #6A6A6A;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        line-height: 34px;
        margin: 0 auto 29px;
        text-decoration: none;
        border: 1px #C4C4C4 solid;
    }

    #main.gift-cards #gift-cards-teaser p {
        text-align: justify;
    }

    #gift-cards-modal header #close-modal {
        background: url('../../images/2017-images/gift-cards-popup-close@2x.png') center no-repeat;
        background-size: 11px;
    }

    #gift-cards-modal header {
        background: transparent;
        border-bottom: none;
        height: auto;
        padding: 36px 20px 0;
    }

    #gift-cards-modal header h1:before {
        position: absolute;
        width: 53px;
        height: 43px;
        display: block;
        top: 0;
        left: 50%;
        margin-left: -26px;
        background: url('../../images/2017-images/phone-send-gift-card-icon@2x.png') center no-repeat;
        background-size: 53px;
        content: "";
    }

    #gift-cards-modal header #close-modal {
        top: 20px;
        right: 20px;
    }

    #gift-cards-modal header h1 {
        font-size: 25px;
        line-height: 1.1;
        position: relative;
        padding-top: 75px;
        margin-bottom: 15px;
    }

    #gift-cards-modal header p {
        font-size: 16px;
        line-height: 1.7;
    }

    #gift-cards-modal form {
        padding: 38px 0 0;
    }

    #gift-cards-modal textarea {
        height: 100px;
        font-size: 15px;
        margin-bottom: 0;
    }

    #gift-cards-modal form input[type="text"],
    #gift-cards-modal form input[type="email"] {
        font-size: 15px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 7px;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .name-email-div {
        margin-bottom: 20px;
        width: 100%;
    }

    #gift-cards-modal form label {
        font-size: 15px;
    }

    #gift-cards-modal #gift-cards-fieldset-container {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    #gift-cards-modal .gift-card-select-container {
        width: 42.6%;
        margin-bottom: 0;
    }

    #gift-cards-modal .gift-cards-container {
        padding: 0 30px 30px;
        border-bottom: 1px #F2F2F2 solid;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset {
        padding: 30px;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div {
        width: 100%;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount input[type="number"] {
        font-size: 15px;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .custom-amount {
        width: 42%;
    }

    #gift-cards-modal form #gift-cards-fieldset-container fieldset .custom-amount-div .or {
        margin: 0 5px;
        font-size: 16px;
    }

    #gift-cards-modal form select {
        width: 100%;
    }

    #gift-cards-modal form #add-gift-card-group-item {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: normal;
        margin: 0 auto 30px;
        max-width: 260px;
        float: none;
    }

    #gift-cards-modal .left p {
        font-size: 16px;
    }

    #gift-cards-modal #modal-gift-card-amount {
        margin-right: 0;
        float: right;
        text-align: right;
        font-size: 16px;
    }

    #gift-cards-modal .footer {
        width: 100%;
        margin: 0;
        padding: 10px 30px 0;
        border-top: 1px #E0E0E0 solid;
    }

    #gift-cards-modal .footer .right {
        width: 100%;
        clear: both;
        margin-top: 25px;
    }

    #gift-cards-modal .footer .left {
        width: 100%;
    }

    #gift-cards-modal form input[type="submit"] {
        width: 100%;
        height: 50px;
        line-height: 48px;
        float: none;
        margin: 0 auto 30px;
        max-width: 260px;
    }

    #gift-cards-modal form .remove-gift-card-group-item {
        text-indent: 0;
        background: transparent;
        font-size: 15px;
        color: #B4B4B4;
        top: 31px;
        right: 31px;
        width: auto;
    }
}

