﻿/* - - GENERAL - - */

body {
    font-size: 13px;
    font-family: 'AGBookRoundedBQ', Helvetica, Arial, sans-serif, Helvetica, Sans-Serif;
    color: #333333;
}

.body-container-action-payment {
    padding-top: 5px;
}

.title:not(.sub) {
    font-family: 'AGBookRoundedBQ Medium';
    font-size: 17px;
    color: #00488f;
}

.title.carousel-title {
    margin-bottom: 27px;
}

.title-row {
    margin-bottom: 15px;
}

.title.basket-title {
    margin-bottom: 14px;
}

.error {
    color: red;
}

a {
    color: #333333;
}

a:hover {
    cursor: pointer;
    color: #132E72;
    text-decoration: none;
}

.sub,
.small {
    font-size: 12px;
}

.title~.sub {
    margin-bottom: 10px;
}

hr {
    margin: 30px 0;
    border-color: #ebebeb;
}

hr.visible-xs {
    margin-top: 10px;
}

p {
    margin: 0;
}

.img-responsive {
    width: auto;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.checkbox-image-container.col-xs-1,
.checkbox-image-container.col-xs-2 {
    padding-right: 0;
}



.message-control-label {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    hr {
        margin: 20px -15px;
    }
    .title.carousel-title {
        margin-bottom: 16px;
    }
    .title.message-title {
        margin-bottom: 0;
    }
    .message-control-label {
        margin-bottom: 0 !important;
    }
    .preview-button-container {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .title:not(.sub) {
        margin-top: 10px;
    }
}


/* - - HEADER - - */

div#retailer-logo-container {
    height: auto;
    text-align: center;
    padding: 30px 0;
}

.header {
    padding: 15px 0;
    color: #00488f;
    border-bottom: 2px solid #d6e6f6;
    margin-bottom: 15px;
}

.header-container {
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
}

.header-left-container .img-responsive {
    margin: 7px 0;
}

.header-right-container,
.header-basket-container,
.basket-container,
.basket-container a,
.header-telephone-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.header-container-xs.hidden-sm,
.header-left-container-xs,
.header-right-container-xs,
.header-middle-container-xs {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: flex;
    align-items: center;
    justify-content: left;
}

.header-basket-container {
    margin-right: 7%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.header-telephone-number {
    font-family: "AGBookRoundedBQ Medium";
    font-size: 17px;
}

.header-print-page:hover {
    cursor: pointer;
}

.header-print-page img {
    margin-left: 5px;
}

.telephone-number {
    padding-left: 5px;
}

.basket-container a {
    text-decoration: none;
    color: #00488f;
    margin-bottom: 6px;
}

.basket-container .title:not(.sub) {
    font-size: 16px;
}

img.trolley-image {
    margin: 5px;
}

.number-of-items {
    top: 2px;
    width: 100px;
    text-align: center;
    left: -5px;
    font-size: 12px;
    position: relative;
}

.basket-total {
    margin-top: 6px;
}

.basket-container-alternate,
.basket-container-alternate a {
    color: #132E72;
}

@media screen and (min-width: 768px) {
    .header-telephone-button {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-telephone-number {
        display: none;
    }
    .header {
        padding: 0;
    }
    .header-container-xs {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .header-basket-container {
        line-height: 15px;
        padding-top: 10px;
    }
    .trolley-text {
        text-align: left;
        float: left;
        padding-left: 10px;
        padding-top: 2px;
    }
}


/* - - PAGE (GENERAL) - - */

.page-container {}

@media screen and (max-width: 767px) {
    .page-container {
        padding: 0;
    }
    .header-basket-container {
        font-size: 14px;
    }
}


/* - - BANNER & STEPS - - */

.steps-container {
    margin-bottom: 20px;
    margin-top: 12px;
    border-bottom: 4px solid #d6e6f6;
}

.step-section-container {
    display: inline-block;
    width: 320px;
    float: left;
    text-align: left;
    padding-right: 5px;
}

.step-section-container.step-3 {
    padding-right: 0;
}

.step-section {
    padding: 10px 10px;
    text-align: center;
}

.step-future .step-section,
.step-complete .step-section {
    background: #f3f6f8;
    color: #00488f;
}

.step-current .step-section {
    background: #d6e6f6;
    color: #00488f;
}

.step-future .step-section-number,
.step-complete .step-section-number {
    color: #132E72
}

.step-current .step-section {}

.step-section-number,
.step-section-name {
    vertical-align: middle;
}

.step-section-number {
    font-family: 'AGBookRoundedBQ Medium';
    font-size: 17px;
    margin-right: 5px;
}

.step-section-name {
    font-family: 'AGBookRoundedBQ Medium';
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .steps-container {
        margin-top: 5px;
    }
    .banner-container {}
    .banner-container .img-responsive {
        width: 100%;
    }
    .step-section-container {
        width: 100%;
        display: none;
        padding-left: 0;
        padding-right: 0;
    }
    .step-section-container.step-current {
        display: inline-block;
        width: 100%;
    }
    .step-current .step-section {
        text-align: center;
    }
    form {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 990px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .container {
        width: 930px;
    }

    .step-section-container {
        width: 300px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .step-section-name {
        font-size: 17px;
    }
}

/* - -  Channel Hopper  - - */

.channel-hopper-container {
    text-align: center;
    margin: 0px 20px 10px 20px;
}

.channel-hopper-container span {
    font-size: 24px;
    color: #132E72;
}

.channel-hopper-label {
    font-family: "AGBookRoundedBQ Bold";
    color: #616160;
    margin-top: 10px;
    margin-bottom: 5px;
}

.channel-hopper-link {
    width: 49.5%;
    float: left;
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    background-color: #A4C8C1;
    border: 1px solid #ADCDC7;
    position: relative;
    height: 90px;
}

.selected.channel-hopper-link:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 63, 134, 0);
    border-top-color: #132E72;
    border-width: 7px;
    margin-left: -7px;
}

.channel-hopper-link.selected {
    background-color: #132E72;
    border: 1px solid #2A4280;
}

.channel-hopper-link.right {
    margin-left: 1%;
}

.channel-hopper-link a {
    text-decoration: none;
}

.channel-hopper-link.selected a {
    color: white;
}

.channel-hopper-title {
    font-family: "AGBookRoundedBQ Bold";
    font-size: 24px;
    color: #132E72;
}

.channel-hopper-link.selected .channel-hopper-title {
    color: white;
}

@media screen and (max-width: 768px) {
    .channel-hopper-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .channel-hopper-label {
        margin-top: 10px;
    }
    .channel-hopper-link {
        height: 85px;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .channel-hopper-container {
        margin-bottom: 20px;
    }
    .selected.channel-hopper-link:after {
        border-width: 14px;
        margin-left: -14px;
    }
    .channel-hopper-link.right {
        margin-left: 0;
    }
    .channel-hopper-title {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .channel-hopper-container {
        margin: 0 10px 10px 10px;
    }
    
    .channel-hopper-link {
        height: 120px;
        padding: 12px 6px;
    }
}


/* - - FOOTER - - */

.footer {
    padding-top: 30px;
    border-top: 2px solid #d6e6f6;
    font-family: "AGBookRoundedBQ";
}

.footer img {
    margin: 0 auto;
}

.footer-icons {
    float: right;
}

.footer-first-row {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.footer-second-row {
    padding: 0;
    color: #727272;
}

.footer-third-row {
    margin-bottom: 30px;
    font-size: 10px;
    padding: 0 0;
}

.footer-require-help,
.footer-links {
    float: left;
    clear: left;
}

.title.footer-require-help {
    margin-bottom: 7px;
    font-family: "AGBookRoundedBQ Medium";
    font-size: 17px;
}

.footer-copyright,
.footer-ve {
    font-size: 10px;
}

.footer-link {
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link-divider {
    display: inline-block;
    width: 15px;
    text-align: center;
}

.footer-copyright, .footer-ve {
    float: right;
}

.footer-copyright {
    padding-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-require-help {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .footer-first-row {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-icons,
    .footer-require-help,
    .footer-links {
        margin-bottom: 20px;
    }
    .footer-icons img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-copyright,
    .footer-ve {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-link-divider.footer-link-where-to-spend {
        display: block;
        visibility: hidden;
        height: 5px;
    }
}

/* - - BUTTONS - - */

.btn {
    border: 1px solid;
    border-radius: 0;
    padding: 8px 25px;
    text-decoration: none;
}

.btn-default {
    color: #132e72;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #132e72;
}

.btn-arrow-left {
    padding-right: 0;
    padding-left: 15px;
}

.btn-arrow-right {
    padding-right: 15px;
    padding-left: 0;
}

.btn-primary,
.btn-secondary {
    font-family: "AGBookRoundedBQ Medium";
    background-color: #d6e6f6;
    border-color: #d6e6f6;
    color: #132E72;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-secondary:focus,
    .btn-secondary:hover {
        background-color: #cbe1f7;
        border-color: #cbe1f7;
        color: #132e72;
    }

.btn-next {
    background-color: #00488f;
    border-color: #00488f;
    color: #fff;
}

.btn-next:hover,
.btn-next:focus {
    background-color: #094c8f;
    border-color: #094c8f;
    color: #fff;
}

.btn-secondary {
    font-size: 14px;
    font-family: "AGBookRoundedBQ Medium";
}

.btn-tertiary {
    background-color: #d6e6f6;
    border-color: #d6e6f6;
    color: #132e72;
    font-size: 14px;
}

.tab-left .btn-tertiary,
.tab-right .btn-tertiary {
    background-color: #f3f6f8;
    border-color: #f3f6f8;
    color: #00488f;
}

.tab-left.active .btn-tertiary,
.tab-right.active .btn-tertiary,
.btn-tertiary:hover,
.btn-tertiary:focus {
    background-color: #d6e6f6;
    border-color: #d6e6f6;
    color: #00488f;
}

.basket-line-buttons {
    font-family: "AGBookRoundedBQ Medium";
}

button#find-address {
    height: 40px;
}

.proceed-to-checkout-container .btn,
.order-complete-buttons-container .btn {
    width: 240px;
    height: 45px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-complete-buttons-container a.btn {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 240px;
}

@media screen and (min-width: 768px) {
    .order-complete-buttons-container a.btn {
        margin-left: 5px;
    }
}


/* - - Realex iFrame - - */

.realex-iframe {
    z-index: 10000;
    padding: 0 0;
    border: none;
    height: 800px;
}

.tab-left,
.tab-right {
    display: inline-block;
    width: 50%;
}

.tab-left {
    padding-right: 10px;
    float: left;
}

.payment-tabs {
    border-bottom: 2px solid #d6e6f6;
}

.payment-tabs .btn-tertiary {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#paypal-tab {
    position: relative;
    z-index: 100;
}

#paypal-icon {
    height: 30px;
    position: absolute;
    top: 4px;
    right: 25px;
}

.paypal-normal {
    padding-right: 40px;
}

.paypal-mobile {
    padding-right: 50px;
}

#realex-preview {
    padding-bottom: 15px;
}


/* - - PRODUCT AND DELIVERY - - */

#delivery-times .title {
    margin-bottom: 20px;
}

#message {
    resize: vertical;
}

.delivery-charges-container .title {
    margin-bottom: 10px !important;
}

.delivery-charges-container {
    font-family: "AGBookRoundedBQ";
}

.preview-button-container {
    text-align: right;
}

.preview-button-container .btn {
    width: 250px;
    font-size: 14px;
    padding-right: 60px;
    height: 40px;
}

#specificAmountContainer,
#specificEgiftAmountContainer {
    padding-top: 5px;
}

.specificEgiftAmountContainer .title,
.specific-amount-container .title {
    margin-bottom: 10px;
}

.info-line {
    margin-top: 20px;
    font-family: "AGBookRoundedBQ";
}

.info-line b {
    font-family: "AGBookRoundedBQ Bold";
}

@media screen and (max-width: 767px) {
    .delivery-charges-container {
        padding-top: 20px;
    }
}

.message-characters-remaining {
    font-family: "AGBookRoundedBQ";
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#enter-address-manually-button, #reset-address-button {
    font-family: "AGBookRoundedBQ";
    text-decoration: underline;
}

#enter-address-manually-button:hover, #reset-address-button:hover {
    text-decoration: none;
}

div#address-chooser .form-group {
    margin-bottom: 0;
}

.preview-button-container {
    text-align: right;
}

.form-control {
    color: #333;
    font-size: 13px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    font-family: "AGBookRoundedBQ";
    font-size: 14px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
    padding-right: 0;
}

.form-control,
.form-control .dropdown-toggle {
    border-radius: 0;
    border: 1px solid #d0d0d0;
    height: 40px;
    background: #fff;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
}

input.form-control {
    line-height: 40px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

input,
button,
select,
textarea {
    font-family: "AGBookRoundedBQ";
}

.custom-dropdown-container .form-control {
    height: 38px;
}

@media screen and (max-width: 767px) {
    .form-title-container .dropdown-toggle {
        width: 70%;
    }
}

.dropdown-toggle,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-menu li a,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
    outline: none !important;
}

.dropdown-toggle .bs-caret {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0;
    margin-top: -1px;
}

.dropdown-menu li a {
    padding: 5px 12px !important;
    border-bottom: none;
}

.dropdown-menu li.selected a {
    background: #fff;
}

.dropdown-menu li a:hover {
    background: #d6e6f6;
    color: #132e72;
}

.dropdown-menu .dropdown-header {
    display: none;
}

.dropdown-menu>li>a {
    color: #333333;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #333333;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #333;
}

.field-validation-error {
    color: #E30613;
}

.input-validation-error,
.definitely-not-valid,
.input-validation-error~.dropdown-toggle {
    border-color: #E30613;
}

.form-control:focus,
.form-control.valid:focus {
    border-color: #132E72;
    -webkit-box-shadow: 0px 0px 5px 0px #132E72;
    -moz-box-shadow: 0px 0px 5px 0px #132E72;
    box-shadow: 0px 0px 5px 0px #132E72;
}

.form-control.input-validation-error:focus,
.form-control.definitely-not-valid:focus {
    border-color: #E30613;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 46, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(207, 46, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(207, 46, 50, 1);
}

.form-control.hasDatepicker {
    width: 90%;
    display: inline-block;
    margin-right: 15px;
    background-color: #FFFFFF;
}

.form-control.hasDatepicker:hover,
.ui-datepicker-trigger:hover {
    cursor: pointer;
}

.ui-datepicker-header {
    color: #132E72
}

.ui-datepicker-div {
    background: #eae9e8;
}

.ui-datepicker th {
    background: #132E72;
    color: white;
    padding: 0;
}

.ui-datepicker td a.ui-state-active {
    background: #132E72;
    color: white;
}

.ui-datepicker-trigger {
    position: relative;
}

@media screen and (max-width: 767px) {
    .form-control.hasDatepicker {
        width: 80%;
    }
}

#deliveryDateTextbox:read-only {
    background-color: unset;
    cursor: pointer;
}

.delivery-date-container {
    padding: 10px 0;
}

.delivery-date-time-label {
    margin-bottom: 10px;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control.valid::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control.valid:focus::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

label {
    font-weight: normal;
}

input[type="radio"].rbx,
input[type="checkbox"].cbx {
    display: none;
}

input[type="radio"].rbx~img,
input[type="checkbox"].cbx~img {
    pointer-events: none;
}

input[type="radio"].rbx~.image-radio-off,
input[type="checkbox"].cbx~.image-checkbox-off {
    display: inline-block;
}

input[type="radio"].rbx~.image-radio-on,
input[type="checkbox"].cbx~.image-checkbox-on {
    display: none;
}

input[type="radio"].rbx:checked~.image-radio-off,
input[type="checkbox"].cbx:checked~.image-checkbox-off {
    display: none;
}

input[type="radio"].rbx:checked~.image-radio-on,
input[type="checkbox"].cbx:checked~.image-checkbox-on {
    display: inline-block;
}

.radio-option-container:hover,
.checkbox-option-container:hover,
label.rbx:hover,
.checkbox-label-container label:hover {
    cursor: pointer;
}

.checkbox-label-container label {
    position: relative;
    top: -3px;
}

.checkbox-label-container .sub {
    font-size: 13px;
}

.checkbox-label-container .title {
    font-family: "AGBookRoundedBQ Medium";
    font-size: 13px;
}

.next-day-option-container .checkbox-label-container {
    padding-left: 7px;
}

.send-now-option-container {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .send-now-option-container {
        margin-bottom: 10px;
    }
    .footer {
        padding-top: 20px;
    }
    .title.footer-require-help {
        margin-bottom: 14px;
    }
    .footer-first-row {
        margin-bottom: 5px;
    }
    .title~.sub,
    .title.sub {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 400px) {
    .col-xs-11.checkbox-label-container {
        padding-left: 25px;
    }
}

.delivery-charge {
    font-size: 13px;
}

.delivery-charge-title {
    display: inline-block;
    width: 70%;
    max-width: 160px;
}

.delivery-charge-amount {
    display: inline-block;
    width: 20%;
}

.delivery-option {
    margin-top: 8px;
}

.delivery-option-left {
    float: left;
    padding-right: 8px;
}

.delivery-option-right {
    cursor: pointer;
}

.delivery-option-named .delivery-option-right {
    padding-top: 11px;
}

.named-del-input-container {
    margin-top: 8px;
}

.delivery-option-right label {
    font-weight: normal;
    display: initial;
}

.delivery-option-right span.sub {
    display: block;
}

.dateInner input.form-control {
    display: inline-block;
    width: 75%;
}

.dateInner img.ui-datepicker-trigger {
    display: inline-block;
    width: 10%;
    margin-left: 2.5%
}

.nextDayDeliveryCheckbox .title {
    font-size: 12px;
}

@media screen and (max-width: 450px) {
    .dateInner img.ui-datepicker-trigger {
        width: 20%;
    }
}

.chooseProductPaymentButton {
    padding-top: 250px;
}

.chooseEVoucherProductPaymentButton {
    padding-top: 30px;
}


/* - - Owl Carousel - - */

.owlNavLeft,
.owlNavRight {
    cursor: pointer;
    height: 170px;
}


@media screen and (max-width: 400px) {
    .owlNavLeft,
    .owlNavRight {
        height: 195px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owlNavLeft,
    .owlNavRight {
        height: 185px;
    }
}

/*.owlNavLeft,
.owlNavLeftEmail {
    background: url('flexise-button-previous.png') no-repeat center center;
}

.owlNavRight,
.owlNavRightEmail {
    background: url('flexise-button-next.png') no-repeat center center;
}*/

.owl-item {
    text-align: center;
}

div.owl-item .card.item {
    text-align: center;
    margin: auto 5px;
    float: none;
}

div.owl-item .wallet.item {
    text-align: center;
    margin: 0 auto;
    float: none;
}

.owl-theme .owl-controls {
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #132E72 !important;
}

div.owl-controls div.owl-pagination {
    margin: 0 auto;
    width: 100%;
    overflow: visible;
    text-align: center;
    float: none;
}

.card.item img,
.wallet.item img {
    border: 2px solid #ffffff;
    margin: auto;
    padding: 4px;
}

.item.outlined img {
    border: 2px solid #00488f;
    border-radius: 10px;
}

.owl-pagination {
    display: none;
}

.owl-carousel-items-container {
    padding-left: 0;
    padding-right: 0;
}

.input-with-inset-text-container .input-inset-text {
    position: absolute;
    top: 62px;
    left: 30px;
    color: #333;
    font-size: 13px;
}

.input-with-inset-text-container .input-with-inset-text {
    padding-left: 30px;
}

#walletCarouselContainer.row.owlHolder {
    height: 280px;
}

.owlHolder {
    height: 180px;
}


.owl-nav-left-container,
.owl-nav-right-container {
    padding-left: 0;
    padding-right: 0;
}

#Postcode_validationMessage {
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .row.owlHolder {
        margin-bottom: -15px
    }
}

@media screen and (max-width: 400px) {
    .owlHolder {
        height: 190px;
    }
}

@media screen and (max-width: 767px) {
    .input-with-inset-text-container .input-inset-text {
        top: 67px;
    }
    .message-characters-remaining {
        margin-bottom: 5px;
    }
    .checkbox-label-container .title {
        font-size: 12px;
    }
    .checkbox-label-container .sub {
        font-size: 10px;
    }
    .delivery-details-container .title {
        margin-bottom: 0 !important;
    }
    #walletCarouselContainer.row.owlHolder {
        height: 250px;
    }
}


/* - - PAYMENT  - - */

.dont-break-out-card-message {
    max-width: 350px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.required-fields-label {
    text-align: right;
    padding-top: 8px;
    color: #333333;
    font-family: "AGBookRoundedBQ";
}

#reset-address {
    display: none;
}

#reset-address-button:hover {
    text-decoration: none;
    cursor: pointer;
}

.find-address-buttons .btn,
.basket-totals-row .btn-add-another,
.add-more-items-mobile .btn-add-another,
.complete-payment-buttons-container .btn {
    width: 100%;
}

.find-address-buttons {
    padding-left: 0;
}

.basket-totals-row .btn-add-another,
.add-more-items-mobile .btn-add-another {
    font-size: 16px;
    padding-top: 6px;
}

.basket-totals-row .btn-add-another,
.add-more-items-mobile .btn-add-another,
.complete-payment-buttons-container .btn {
    max-width: 190px;
}

.enter-address-manually-container,
.reset-address-container {
    margin-top: 10px;
}

.message-and-delivery .title {
    margin-bottom: 0;
}

.message-and-delivery .title+.sub {
    font-size: 12px;
    margin-bottom: 20px;
}

.message-and-delivery .sub {
    font-family: "AGBookRoundedBQ";
}

.title.payment-terms-title {
    font-family: "AGBookRoundedBQ Bold";
    font-size: 20px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-price-and-delivery .title {
    font-family: "AGBookRoundedBQ Medium";
    font-size: 17px;
}

.product-price-and-delivery .sub {
    font-family: "AGBookRoundedBQ";
    font-size: 13px;
}

#find-address {
    padding: 10px 0;
}

form.Email #payment-details {
    margin-top: 0;
}

.payment-details-title {
    margin-bottom: 5px;
}

#payment-details {
    margin-top: -60px;
}

@media screen and (max-width: 767px) {
    .select-delivery-date-container .title+.sub {
        margin-bottom: 0;
    }
    #payment-details {
        margin-top: 0;
    }
}

.requested-delivery-date .small {
    margin-top: 5px;
    margin-bottom: 22px;
    font-size: 12px;
    font-family: "AGBookRoundedBQ"
}

#deliveryDateTextbox.valid {
    background: none;
}

.delivery-details-header {
    margin-bottom: 15px;
}

.delivery-details-container .title {
    margin-bottom: 22px;
}

.delivery-details-header .small {
    text-align: right;
}

.proceed-to-checkout-container {
    margin: 100px 0 50px 0;
    text-align: right;
}

.proceed-to-checkout-container .btn-add-another {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .proceed-to-checkout-container {
        text-align: center;
        margin: 15px 0 25px 0;
    }
    .proceed-to-checkout-container .btn {
        display: block;
        margin: 0 auto;
    }
    .proceed-to-checkout-container .btn-add-another {
        margin-bottom: 15px;
    }
}

.table {
    margin-bottom: 22px;
}

.table thead tr th,
.table tbody tr td {
    padding-left: 0;
}

.table thead tr th {
    padding: 0 5px 7px 10px;
    border-right: 1px solid #d0d0d0;
}

.table tbody tr td {
    padding: 15px 5px 15px 10px;
}

.table tbody tr.basket-delivery-totals-row td {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    padding-right: 30px;
    padding-left: 0;
}

.table tbody tr.item-in-combined-delivery:not(.final-combined-delivery-item) {
    border-bottom: none;
}

.table tbody tr.item-in-combined-delivery:not(.final-combined-delivery-item) td {
    padding-bottom: 0;
}

.basket-lines-container thead tr th,
div.basket-lines-container tbody tr td {
    border-left: none;
}

.basket-lines-container thead tr th {
    border-bottom: none;
    font-weight: normal;
}

.basket-item-row td{
    border-right: 1px solid #d0d0d0;
}

.basket-lines-container thead tr th:first-child,
div.basket-lines-container tbody tr td:first-child {
    padding-left: 0;
}

div.basket-lines-container tbody tr td.basket-line-product-cell img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table tbody tr.basket-totals-row:not(.basket-delivery-totals-row) td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 0;
}

.basket-lines-container thead tr th:last-child,
div.basket-lines-container tbody tr td:last-child {
    border-right: none;
}

.basket-lines-container thead tr {
    border-bottom: 1px solid #DCDDDE;
}

.basket-lines-container tbody tr td {
    border-top: none;
}

.basket-lines-container tbody tr td:last-child {
    border-right: none;
}

.basket-lines-container tbody tr {
    border-bottom: 1px solid #DCDDDE;
}

.table tbody tr td {
    padding-right: 15px;
    padding-bottom: 15px;
}

.table tbody tr td.basket-line-product-cell {
    padding-right: 40px;
}

.basket-table-address {
    margin: 10px 0;
}

.basket-table-orderid {
    margin-bottom: 10px;
}

.basket-lines-container tbody tr td.basket-line-buttons {
    padding-right: 0;
}

.basket-line-buttons .btn {
    float: right;
}

.total-label-cell,
.total-value-cell:not(.confirmation-totals-cell),
.basket-totals-mobile:not(.basket-delivery-totals-row),
.ordercomplete-totals-mobile { }

.table tbody tr.basket-totals-row td.total-label-cell,
.table tbody tr.basket-totals-row td.total-value-cell {}

.total-label-cell,
.basket-totals-delivery-label-cell {
    text-align: right;
}

.table tbody tr td.total-value-cell {
    padding-right: 65px;
}

.billing-info-cell {
    max-width: 250px;
}

.billing-info-cell p {
    margin-bottom: 8px;
    line-height: 15px;
}

.billing-info-cell .totals-labels {
    padding-right: 20px;
}

.billing-info-cell .billing-details {
    float: left;
    max-width: 70%;
}

.billing-info-cell .totals-labels {
    float: right;
}

.billing-info-cell .totals-labels label {
    display: block;
}

.billing-details p {
    margin-bottom: 15px;
}

.order-complete-contact-details p,
.billing-info-row p {
    margin-bottom: 10px;
}

.payment-basket-table td {
    font-size: 12px;
}

.payment-basket-table .basket-delivery-totals-row td {
    font-size: 13px;
}

.payment-basket-table .basket-totals-row td,
.basket-totals-mobile.final {
    font-family: "AGBookRoundedBQ Medium";
    font-size: 20px;
    vertical-align: middle;
    color: #00488f;
}

.basket-totals-row .totals-labels .title,
.basket-totals-row .total-value-cell .title {
    font-family: "AGBookRoundedBQ Medium";
    font-size: 20px;
    vertical-align: top;
}

.basket-totals-row .btn {
    margin: 0 0 10px 0;
}

.payment-basket-items-mobile .row,
.ordercomplete-basket-items-mobile .row,
.basket-totals-mobile,
.add-more-items-mobile {
    border-bottom: 1px solid #DCDDDE;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.payment-basket-items-mobile .col-xs-5 {
    padding-right: 25px;
}

.payment-basket-items-mobile .col-xs-7 {
    padding-left: 5px;
}

.basket-totals-mobile .total-label {
    text-align: right;
}

.ordercomplete-totals-mobile .total-label,
.ordercomplete-physical-totals-mobile .total-label {
    text-align: right;
}

.ordercomplete-totals-mobile.final {
    font-family: "AGBookRoundedBQ Bold";
    font-size: 20px;
}

.ordercomplete-physical-totals-mobile.final .col-xs-6:nth-child(2) {
    padding-left: 30px;
}

.ordercomplete-physical-totals-mobile .title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px;
}

.basket-table-address,
.basket-table-message {
    max-width: 400px;
}

.basket-table-message {
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .ordercomplete-physical-totals-mobile.final .col-xs-6:nth-child(2) {
        padding-left: 30px;
    }
    .order-complete-buttons-container .btn {
        margin-bottom: 25px;
    }
    .basket-totals-mobile .col-xs-7 strong {
        padding-left: 30px;
    }
    #basketLines .basket-lines-container .payment-basket-items-mobile .row .col-xs-7 img {
        padding-bottom: 10px;
    }
}

.basket-line-buttons,
.add-more-items-mobile {
    text-align: center;
}

.basket-line-buttons .btn {
    padding-left: 0;
    padding-right: 0;
    width: 92px;
    margin-bottom: 10px;
    height: 40px;
}

.payment-basket-items-mobile .basket-line-buttons .btn {
    margin: 0 5px;
    float: none;
}

.basket-line-buttons {
    border-right: none !important;
}

.confirmation-totals-cell .delivery,
.totals-labels .delivery {
    margin-bottom: 15px;
}

.TnC {
    margin-bottom: 20px;
}

.TnC,
.TnC label {
    font-weight: normal;
    font-size: 13px;
}

.TnC a {
    text-decoration: underline;
}

.TnC a:hover {
    text-decoration: none;
}

.paymentCompleteButton {
    margin-top: 20px;
}

#previewPopup {
    border: 1px solid #C9C9C9;
    display: none;
    background-color: #FFF;
    position: absolute;
    z-index: 101;
    line-height: initial;
    padding: 40px;
    width: 800px;
}

#previewPopupHolder {
    border: 1px solid #C9C9C9;
    padding: 20px;
}

@media screen and (min-width: 993px) {
    #previewPopup {
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        -o-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #previewPopup {
        left: 10px;
    }
}

#previewPopupClose {
    position: absolute;
    right: 2px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#previewPopup_BackgroundOverlay {
    position: absolute;
    width: 100%;
    height: 200%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #132E72;
    opacity: .5;
    filter: alpha(opacity=60);
}

#SecurityPopupLink {
    cursor: pointer;
    height: 30px;
}

.MessagePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    max-width: 400px;
    padding: 10px;
    z-index: 10000001;
    border: 1px solid #24B0D9;
    background: #fff;
    -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.1);
}

.same-address-checkbox {
    width: 6%;
    padding-right: 0;
}

.same-address-checkbox-label {
    padding-left: 0;
    position: relative;
    top: 2px;
}

.same-address-checkbox-container,
.same-address-dropdown-container {
    margin-bottom: 15px;
}

.payment-form-fields-container {
    padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
    .payment-form-fields-container {
        padding-bottom: 0;
    }
    .same-address-checkbox-label {
        padding-left: 30px;
    }
    #find-address-holder {
        width: 100%;
    }
}

.mandatory-fields-message {
    padding-left: 0;
}

.complete-payment-buttons-container .btn {
    width: 47.5%;
}

.complete-payment-buttons-container .btn-pay-by-card {
    float: right;
}

.complete-payment-buttons-container .btn-pay-by-paypal {
    float: left;
}

#paypalImage {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .complete-payment-buttons-container .btn {
        width: 190px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .complete-payment-buttons-container .btn-pay-by-card,
    .complete-payment-buttons-container .btn-pay-by-paypal {
        float: none;
    }
    .complete-payment-buttons-container .btn-pay-by-card {
        margin-bottom: 15px;
    }
    #paypal-icon {
        right: 10%;
    }
}

.accept-terms-container {
    margin-bottom: 0;
}

.accept-terms-validation-message {
    margin-top: 10px;
}

.accept-terms-validation-message .editor-label {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .accept-terms-container .TnC,
    .subscribe-container .TnC {
        padding-left: 0;
    }
}

@media print {
    .hidden-on-print {
        display: none !important;
    }
    .visible-on-print {
        display: initial !important;
    }
}

#promoForm {
    margin-bottom: 25px;
}

#PromoCode {
    width: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    #PromoCode {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

td.promos-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.promo-code-label {
    display: inline-block;
    width: 80px;
}

.promo-input-container {
    display: inline-block;
    width: 230px;
}

@media screen and (max-width: 767px) {
    .promo-code-label {
        display: block;
        width: 100%;
        font-size: 18px;
    }
}


/* - - Order Complete - - */

.order-complete-header {
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
}

.order-complete-header .title {
    margin-bottom: 5px;
    font-size: 22px;
}

.order-complete-header p {
    font-size: 14px;
}

.order-complete-contact-details {
    margin-bottom: 40px;
}

.order-complete-buttons-container {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 50px;
}

.order-complete-buttons-container .btn {
    margin-bottom: 25px;
}

.order-complete-contact-details .title {
    margin-bottom: 10px;
}

.body-container-action-ordercompletethankyou {
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .order-complete-buttons-container {
        text-align: center;
        margin-bottom: 0;
    }
    .order-complete-buttons-container .btn {
        margin-bottom: 15px;
    }
    .order-complete-header .order-complete-title {
        display: block;
    }
}


/* - - ACTIVATION - - */

.activation-form {
    text-align: center;
    margin-bottom: 50px;
    font-family: "AGBookRoundedBQ";
}

.activation-form .big-title {
    font-family: "AGBookRoundedBQ Bold";
}

.activation-form-inner .visible-xs {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .activation-form-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.activation-banner {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

#activationPage_ThankYou .activation-banner {
    margin-left: 0;
    margin-right: 0;
}

#activationPage_ThankYou .activation-banner .img-responsive {
    height: 280px;
}

.activation-banner .img-responsive.visible-xs {
    width: 100%;
}

.activation-form .title {
    margin-bottom: 0;
    font-size: 22px;
}

.activation-form .subtitle,
.activation-form .small-title {
    font-size: 18px;
    margin-bottom: 25px;
}

.thankyou-above-value {
    font-family: Arial;
    font-weight: bold;
    color: #132E72;
    font-size: 20px;
}

.thankyou-below-value {
    font-family: Arial;
    font-size: 14px;
}

.activation-form .big-title {
    font-family: "AGBookRoundedBQ Bold";
    font-size: 26px;
    line-height: 26px;
    color: #132E72;
    margin: 25px 0;
}

.activation-form .small-title {
    font-size: 22px;
    line-height: 24px;
    color: #132E72;
}

@media screen and (max-width: 767px) {
    .activation-form .big-title {
        font-size: 20px;
    }
    .activation-form .subtitle,
    .activation-form .small-title {
        font-size: 16px;
    }
}

.activation-form .form-control {
    max-width: 520px;
    margin: 0 auto;
    font-size: 15px;
}

.activation-form .submit-button-container .btn {
    min-width: 173px;
    margin-top: 20px;
    font-size: 16px;
}

#activationPage_ThankYou .activation-form .title.big-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 39px;
    margin: 4px 0 8px;
}

#activationPage_ThankYou .activation-form .title {
    font-family: "AGBookRoundedBQ Medium";
}

.activation-form table {
    margin: 30px auto 10px auto;
    text-align: left;
}

.activation-form table td {
    padding: 0 30px;
}

.activation-form table .small-title {
    margin-bottom: 0;
    font-size: 21px;
}

#activationPage_ThankYou .activation-form .submit-button-container .btn {
    font-family: Arial;
    font-weight: bold;
    background: #132E72;
    font-size: 12px;
    margin: 20px 0;
    padding: 4px 18px;
}

.activation-information {
    margin: 10px 0;
    color: #132E72;
}

.form-control.valid[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form-control.input-validation-error[readonly],
.form-control.definitely-not-valid[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.dropdown-toggle[disabled] {
    background: #eee url('custom-dropdown-arrow.png') no-repeat right 10px center !important;
    color: #132e72;
}

@media screen and (min-width: 768px) {
    .order-complete-header .order-complete-title {
        display: inline;
    }
}

.gift-card-serial,
.gift-card-pin {
    font-family: Arial;
    font-size: 14px;
    color: #132E72;
}

.gift-card-serial b,
.gift-card-pin b {
    color: #132E72;
    font-size: 18px;
}

.activation-howto {
    margin: 20px auto 0 auto;
    max-width: 725px;
}

.activation-instructions {
    margin-bottom: 20px;
}

.activation-barcode {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eae9e8;
}

.activation-barcode img {
    width: 260px;
    height: 70px;
}

.activation-howto,
.activation-howto .title {
    font-family: Arial !important;
    font-size: 14px !important;
}

.activation-instructions,
.activation-instructions .title,
.activation-termsconditions,
.activation-termsconditions .title {
    font-family: Arial !important;
    font-size: 10px !important;
}

.activation-howto .title,
.activation-instructions .title,
.activation-termsconditions .title {
    font-weight: bold;
    color: #132E72;
}

.activation-howto a {
    color: #132E72;
    text-decoration: none;
}

.activation-howto p {
    margin-bottom: 5px;
}

.activation-instructions,
.activation-termsconditions {
    text-align: left;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .basket-line-buttons .btn {
        float: none !important;
    }
}


/* - -  Popups - - */

.popup-container {
    margin-bottom: 30px;
    padding: 15px;
}

hr.popup {
    display: none;
}

.channel-hop-link-container {
    margin-bottom: 15px;
}

.information-banner {
    /* Rest of styling in information-banner.css */
    background-color: #132E72;
}

.skip-to-content a {
    z-index: 100;
    position: absolute;
    top: -100px;
    left: 0px;
    background-color: white;
    border: 1px solid #333333;
    padding: 6px;
    margin: 6px;
}

.skip-to-content a:focus {
    top: 0px;
}