.gift-page
{
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
}

.gift-header,
.gift-body
{
    width: 100%;
    text-align: left;
}

.gift-header .h1-title-gift
{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.gift-page .h2-title-ord
{
    color: #323232;
}

.gift-body .gift-body-top
{
    width: 100%;
    clear: both;
}

.gift-body .gift-body-top
{
    width: 100%;
    height: 50px;
}

.gift-body .gift-recurrence
{
    width: 400px;
    float: right;
    clear: both;
}

.gift-body .gift-recurrence .form-label-wrapper
{
    text-align: right;
}

.gift-body .gift-recurrence .form-label-wrapper label
{
    margin-right: 10px;
}

.gift-body .gift-carousel-container
{
    width: 100%;
    position: relative;
    overflow: hidden;
    height:200px;
}

.gift-body .gift-carousel-slider
{
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
    overflow: hidden;
}

.gift-body .gift-carousel-item
{
    padding: 10px;
}

.gift-body .gift-carousel-item img
{
    width: 100%;
    box-shadow: 0px 0px 8px 1px #ccc;
    cursor: pointer;
}

.print .gift-body .gift-carousel-item img
{
    box-shadow: 0px 0px 0px 0px;
}

.gift-body .h2-title-ord
{
    margin-top: 50px;
}

.gift-body .gift-message-container,
.gift-body .gift-email-container,
.gift-body .gift-value-container,
.gift-body .gift-to-container,
.gift-body .gift-from-container,
.gift-body .gift-delivery-date-container
{
    width: 400px;
    float: left;
    clear: left;
}

.gift-body .gift-preview-container
{
    width: 400px;
    float: right;
    padding: 10px;
    margin-top: 28px;
    position: relative;
    text-align: right;
}

.gift-body .gift-message-container textarea
{
    height: 162px;
    resize: none;
}

.gift-body .gift-message-char-left-container
{
    text-align: right;
    margin-left: 2%;
    margin-right: 2%;
}

.gift-body .gift-message-char-left-text
{
    color: #888;
}

.gift-body .gift-message-char-left
{
    color: #eb2a2e;
    padding-left: 2px;
}

.gift-body .gift-email-container input[type="text"],
.gift-body .gift-from-container input[type="text"],
.gift-body .gift-to-container input[type="text"],
.gift-body .gift-value-container input[type="text"]
{
    max-width: 250px;
}


.gift-body .gift-value-container input[type="text"],
.gift-body .gift-delivery-date-container input[type="text"]
{
    max-width: 100px;
}

.gift-body .gift-image-preview
{
    width: 100%;
    box-shadow: 0px 0px 8px 1px #ccc;
}

.print .gift-body .gift-image-preview
{
    width: 80%;
    box-shadow: 0px 0px 8px 1px #ccc;
}

.print .gift-body .gift-image-preview
{
    box-shadow: 0px 0px 0px 0px;
}

.gift-body .gift-select-button-container
{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.gift-body .gift-select-button-container .button-text
{
    font-size: 12px;
    display: inline-block;
}

.gift-body .gift-select-button-container .alternate
{
    display: none;
}

.gift-body .gift-carousel-item.selected .alternate
{
    display: inline-block;
}

.gift-body .gift-carousel-item.selected .standard
{
    display: none;
}

.gift-body .gift-text-preview
{
    position: absolute;
    max-width: 212px;
    width: 212px;
    top: 60px;
    left: 183px;
    text-align: center;
    font-size: 10px;
    white-space: normal;
    color: #4c4c4c;
}

.print .gift-body .gift-text-preview,
.email .gift-body .gift-text-preview
{
    color: transparent;
}

.gift-body .gift-button-container
{
    clear: left;
    float: left;
    width: 400px;
    text-align: left;
    margin-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;

}

.gift-body .ui-button.button_shop .icon-l
{
    line-height: normal;
}



.gift-page #gift_order_search
{
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.gift-page #gift_order_search #gift_search
{
    margin-top: 15px;
    float: right;
    margin-right: 2%;
}