﻿@font-face {
    font-family: 'LaMerFont-Body';
    src: url('Fonts/NeueHaasUnicaPro-Regular.eot');
    src: url('Fonts/NeueHaasUnicaPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/NeueHaasUnicaPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'LaMerFont-Title';
    src: url('Fonts/LaMerHeadline-Black.eot');
    src: url('Fonts/LaMerHeadline-Black.eot?#iefix') format('embedded-opentype'),
         url('Fonts/LaMerHeadline-Black.woff') format('woff');
}

body {
    color: #333333;
    font-size: 12px;
    font-family: 'LaMerFont-Body';
}

textarea { resize: none }

.debug {
    background-color: black;
    color: white;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

hr { border-top: #dcddde solid 1px; }

th { font-weight: normal; }

.btn-default { background-color: white; }

.btn.primary {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000000;
}

.btn.secondary {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #808080;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #808080;
    margin-bottom: 20px;
}

.header {
    height: 160px;
    margin-bottom: 0;
}

.header .container .row { margin-right: -10px; }

.headerSeperator {
    display: none;
}

.headerInformation {
    display: block;
    width: 100% !important;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -195px;
}

.headerInformationLinks {
    display: inline-block;
}

.headerInfo, .headerPrivacy {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}

.headerInformationLinks a {
    font-weight: normal;
}

.headerInfo a, .headerPrivacy a { color: #000; text-decoration: none; }

.headerInformationNeedHelp {
    font-size: 12px;
    display: inline-block;
    float: right;
    color: #000;
}

img.headerImage.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

#previewPopup { top: -50px; }

#enter-address-manually { margin-left: 146.5px; margin-bottom: 15px; }

#delivery-charges-subtext { margin-bottom: 0; }

#delivery-details > .row > .col-md-4 .text-right { color: #575756; }

#enter-address-manually-button { margin-left: -136px; }

#find-address { margin-left: 161px; }
.col-sm-offset-2 #find-address { margin-left: 0; }

#delivery-details #enter-address-manually .col-sm-12 #enter-address-manually-button { margin-left: 0px; }

@media screen and (max-width: 767px) {
    #delivery-details > .row > .col-md-4 .text-right,
    .mandatory-fields-container .sub.small.text-right {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .col-sm-12.esteeFind { padding-left: 0; }

    #find-address, #enter-address-manually { margin-left: 0; }
    #enter-address-manually-button { margin-left: -15px; }
    
    #find-address { width: 100%; }
}

.banner .container .row { display: none; }

.top-fixed { top: 0px; }

.headerImage { margin: 10px; }

.header-image-container {
    background-color: #fff;
    width: 100%;
    margin: 80px 0 65px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-image-container {
        margin: 95px 0 65px 0;
    }
}

@media screen and (max-width: 767px) {
    .headerInformation {
        margin-top: -170px;
    }

    .headerInformation, .headerInformationLinks, .headerInformationNeedHelp {
        display: block;
        text-align: center;
        float: none;
    }

    .headerPrivacy:last-of-type {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .headerInformationNeedHelp {
        margin-top: 5px;
    }
}

div#retailer-logo-container img {
    min-width: 5%;
    padding-left: 16px;
}

div#retailer-logo-container { height: auto; }

.title {
    font-family: 'LaMerFont-Title';
    font-size: 20px;
    letter-spacing: .5px;
}

@media screen and (max-width: 767px) {
    .title { display: block; text-align: center; }
}

@media screen and (min-width: 768px) {
    .pageNumbers { padding: 0 15px; }
}

.pageNumbers {
    margin-bottom: 10px;
}

.pageNumbers div,
.pageNumbers .title {
    font-family: 'LaMerFont-Title';
    font-size: 15px;
}

.pageNumbers div {
    background-color: #FCFAFA;
    border: none;
    color: #000;
    width: 33.33%;
    margin: 0;
}

.pageNumbers div.selected {
    background-color: #000;
    color: #fff;
    border: none;
}

.pageNumbers div span.title {
    margin-left: 10px;
    font-family: 'LaMerFont-Title';
    display: inline;
}

.pageNumbersMobile div { width: 100%; }

.productPriceAndDelivery { padding-top: 0; }

.control-label { padding-bottom: 4px; }

select.form-control, input.form-control, .form-control#message {
    border-radius: 3px;
    padding-bottom: 6px;
    border-color: #dcddde;
}

.field-validation-error {
    font-size: 12px;
    color: #ff0000;
}

.input-validation-error {
    border-color: #ff0000;
    background-image: url('fieldError.png');
    background-position: center right;
    background-repeat: no-repeat;
}

select.input-validation-error {
    border-color: #ff0000;
    background-image: url('fieldErrorDropdown.png');
    background-position: center right;
    background-repeat: no-repeat;
}

.form-control.valid { /*border-color: #3c763d;*/
    background-image: url('fieldValid.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 33px;
}

select.form-control.valid { /*border-color: #3c763d;*/
    background-image: url('fieldValidDropdown.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#select-address.valid {
    background-image: none;
    padding-right: 12px;
}

.form-group { margin-bottom: 0; }

.input-group .input-group-addon {
    border-color: #dcddde;
    background: transparent;
    line-height: 1.42857143;
}

.input-group .form-control {
    border-left: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .headerInformation {
        text-align: right;
        padding-top: 0;
    }

    .specificAmount > .title { display: none; }
}

.form-control:focus {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

input.rbx {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label.rbx {
    margin-left: 20px;
    margin-top: 5px;
}

.btn.block { width: 100%; }

button.btn.btn-default, a.btn.btn-default, button.btn.primary {
    font-family: 'LaMerFont-Body';
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px 8px 20px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .5px;
    font-weight: normal;
}

button.btn.primary,
a.btn.btn-default.continueShoppingButton,
a.btn.btn-default.printThisPageButton {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

.printThisPageButton {
    margin-right: 15px;
}

button#find-address {
    background-color: #000;
    color: #fff;
    border: #000 1px solid;
    margin-bottom: 10px;
}

button#preview,
.activation-email-form a.btn.btn-default {
    background-color: #000;
    color: #ffffff;
}

.AddGiftCardContainer button.btn.btn-default,
.imageButton.secondaryButton.payment button.btn.btn-default {
    background-color: #000;
    color: #ffffff;
}

.AddGiftCardContainer .h6 {
    margin-top: 15px;
    margin-bottom: 0;
}

.basketLines .table { margin-bottom: 0; }

.basketLines .row.last a.btn.btn-default,
.removeEditContainer a.btn.btn-default,
.basketLines table tbody td:last-of-type a.btn.btn-default {
    background-color: #FCFAFA;
    border-color: #FCFAFA;
    color: #000;
}

.form-control#message { margin-top: 21px; }

@media (min-width: 768px) and (max-width: 992px) {
    .form-control#message { margin-top: 38px; }
}

@media (max-width: 767px) {
    button.btn.btn-default, a.btn.btn-default, button.btn.primary { padding: 12px 20px 8px 20px; }
    .proceedToCheckoutContainer button[type="submit"] {
        display: block;
        width: 100%;
        margin: 25px 0;
    }
}

.switch-journey-container {
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .switch-journey-container { text-align: center; }
}

.deliveryRight {
    font-size: 12px;
    float: none;
    display: inline;
}

.deliveryChargeLeft .deliveryTitle { display: inline-block; width: 170px; }

@media (max-width: 767px) {
    .deliveryChargeLeft .deliveryTitle { width: 56%; text-align: right; padding-right: 20px; }
}

@media (max-width: 700px) { .deliveryChargeLeft .deliveryTitle { width: 57%; } }
@media (max-width: 650px) { .deliveryChargeLeft .deliveryTitle { width: 58%; } }
@media (max-width: 600px) { .deliveryChargeLeft .deliveryTitle { width: 59%; } }
@media (max-width: 550px) { .deliveryChargeLeft .deliveryTitle { width: 60%; } }
@media (max-width: 500px) { .deliveryChargeLeft .deliveryTitle { width: 61%; } }
@media (max-width: 450px) { .deliveryChargeLeft .deliveryTitle { width: 62%; } }
@media (max-width: 425px) { .deliveryChargeLeft .deliveryTitle { width: 63%; } }
@media (max-width: 400px) { .deliveryChargeLeft .deliveryTitle { width: 64%; } }
@media (max-width: 375px) { .deliveryChargeLeft .deliveryTitle { width: 65%; } }
@media (max-width: 350px) { .deliveryChargeLeft .deliveryTitle { width: 66%; } }
@media (max-width: 325px) { .deliveryChargeLeft .deliveryTitle { width: 67%; } }

.owlNavLeft, .owlNavLeftEmail, .owlNavRight, .owlNavRightEmail { height: 175px; }

.owlNavLeft, .owlNavLeftEmail { background: url(flexise-button-previous.png) no-repeat center center; }

.owlNavRight, .owlNavRightEmail { background: url(flexise-button-next.png) no-repeat center center; }

.card.item img, .wallet.item img {
    border: 2px solid #f6f4f4;
    padding: 5px;
    margin: auto;
}

.item.outlined img { border: 2px solid #000; }

.generate_thankyou_titles { font-weight: bold; }

.h4.totalsDelivery {
    font-size: 14px;
}

.h3.totalsTotal {
    font-family: 'LaMerFont-Title';
    font-size: 22px;
}

.row.totals .col-xs-7.h4 { text-align: left; }

/*xs (mobile)*/

@media (max-width: 767px) {
    .paymentSameLabel { display: block; }
}

.footerBalanceEnq {
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 767px) {
    .footerBalanceEnq a {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.footerBalanceEnq a {
    color: #FFD3AD;
    font-family: 'LaMerFont-Title';
    text-decoration: none;
    font-size: 20px;
}

.footerBalanceEnq a:hover { text-decoration: none; }

.footer {
    color: #FFD3AD;
    background-color: #000;
    padding-top: 25px;
    border-top: none;
    margin-top: 50px;
}

.smallprint {
    color: #78796F;
}

.smallprint-right { text-align: right; }

.smallprint-right > div {
    display: inline;
    padding-right: 10px;
}

.smallprint .col-sm-8 { width: 60%; }

.smallprint .col-sm-4 { width: 40%; }

.footer-logos-container .col-sm-12 {
    padding-right: 0;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-logos-container .col-sm-12 {
        padding-right: 15px;
        text-align: center;
        margin: 15px 0;
    }
}

/*xs (mobile)*/

@media (max-width: 767px) {
    .header {
        background-image: none;
        margin-bottom: 0;
    }

    .headerImage {
        margin: 10px auto 0 auto;
        display: block;
    }

    .smallprint .col-sm-8 {
        width: 100%;
        padding-bottom: 5px;
    }

    .smallprint .col-sm-4 { width: 100%; }

    .bridal-ribbon-bottom, .bridal-ribbon-top { display: none; }

    .smallprint { text-align: center; }

    .smallprint-right { text-align: center; margin-top: 10px; }

    .col-xs-12.smallprint-right { width: 100%; }

    #owlCardItemsContainer { width: 70%; }

    .owl-prev { margin-left: 10px; }
}

@media (max-width: 500px) {
    .smallprint-right > div { display: block; }
}

body.generate-giftcard-index,
body.generate-giftcard-thankyou,
body.generate-giftcard-orderqueried {
    background-image: url('ActivationBackground.png');
    background-position: 50% 200px;
    background-repeat: no-repeat;
}
.updateorderdetails-form {
    background-image: none !important;
}
.activation-email-form {
    max-width: 600px;
    background-color: transparent;
    margin: 30px auto;
}

.activation-email-form-inner { padding: 35px 20px; }
.activation-email-form-inner div { text-align: center; }
.activation-email-form-inner div.text-right { text-align: right; }
.activation-email-form-inner div.text-left { text-align: left; }

.activation-email-form .RedeemBody { padding-top: 0; }

.activation-email-form-inner .btn-sm {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 40px;
    font-weight: normal;
}

.activation-email-form-inner input[type="text"] {
    height: 38px;
}

.activation-email-form-inner .title {
    font-size: 33px;
    font-weight: normal;
    letter-spacing: .5px;
}

#enter-address-manually-button, #reset-address-button { text-decoration: underline; }

.deliveryDate.emailDate .ui-datepicker-trigger, #dateSelector .ui-datepicker-trigger { height: 22px; margin: 4px; }

.row.footerLinks { display: none; }

.owl-pagination { display: none; }

#previewPopupClose {
    right: -10px;
    top: 0;
}

#language-popup-main { padding-left: 15px; }

#language-popup-main p { margin: 8px 0 1px 0; }

#language-popup-main table {
    border: 1px solid #707070;
    border-collapse: collapse;
    margin: 20px auto 15px auto;
}

#language-popup-main table td, #language-popup-main table th {
    border: 1px solid #707070;
    padding: 3px 15px 3px 5px;
    text-align: left;
}

#language-popup-main table th {
    background-color: #707070;
    color: #fff;
}

#previewPopup_BackgroundOverlay { height: 185%; }

@media (max-width: 355px) {
    div.owlHolder div.col-xs-1.owlNavLeftEmail.cards.owl-prev, div.owlHolder div.col-xs-1.owlNavLeft.cards.owl-prev { width: 10%; }

    div.owlHolder div.col-xs-10 { width: 75%; }
}

.controllerGenerateGiftCard.header, .controllerUpdateOrderDetails.header { height: 355px; }

.named-del-date-input { width: 175px !important; }

#chooseProductForm { margin-bottom: 10px; }

.custom-dropdown-container {
    padding: 0;
    margin: 0;
    border: 1px solid #dcddde;
    border-radius: 3px;
    width: auto;
    overflow: hidden;
    background-color: #fff;
    background: #fff url('custom-dropdown-arrow.png') no-repeat 96% 50%;
}

.custom-dropdown-container select, .custom-dropdown-container select.form-control.valid {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {
    .custom-dropdown-container { margin-bottom: 15px; }
}

.custom-dropdown-container select:focus { outline: none; }

div.basketLines { padding-bottom: 0; }

div.basketLines tbody tr.noLine td, div.basketLines tbody tr td { border-bottom: 1px solid #dcddde; }

.basketLines.hidden-sm .h4 { font-weight: normal; text-align: right; font-size: 14px; }

div.basketLines.hidden-sm.hidden-md.hidden-lg .row.last { border-width: 1px; }

div.basketLines.hidden-sm.hidden-md.hidden-lg .row.totals { padding-top: 10px; }
div.basketLines.hidden-sm.hidden-md.hidden-lg .row.totals.final { padding-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 15px; font-family: 'LaMerFont-Title'; }
div.basketLines.hidden-sm.hidden-md.hidden-lg .row.totals.final .col-xs-5.h3 { text-align: right; }

.payment-details-header { margin-top: 15px; }

@media screen and (max-width: 767px) {
    .row.payment-details-header { border-top: 1px solid #ccc; margin-top: 15px; padding-top: 25px; }
    .row.payment-details-header > div { display: block; float: none; width: 100%; margin-bottom: 10px; }
    .row.payment-details-header > div .text-right { text-align: center; }
}

.orderCompletePage .basketLines + .row { margin-top: 15px; }
.orderCompletePage .row.titleFinal .title { padding: 15px; padding-bottom: 0; }
.orderCompletePage div.basketLines div.totals { margin-right: 0; margin-left: 0; }

.col-xs-12.smaller.sub { margin-top: 25px; }

@media screen and (max-width: 767px) {
    .personal-message-container-egift > .title { border-top: 1px solid #dcddde; padding-top: 15px; margin-top: 15px; }
    .personal-message-container-egift > p, .personal-message-container > p { text-align: center; }

    #delivery-details .pull-right { float: none !important; margin-top: 40px; }
    .goto-payment-button, .paymentCompleteButton > button { width: 100%; }

    .paymentCompleteButton { padding-left: 0; padding-right: 0; }

    .orderCompletePage .basketLines + .row, .paymentContactDetails { text-align: center; }
}

.gift-scam-warning-div {
    margin: 10px;
    margin-left: 40px;
    padding: 10px;
}