@font-face {
    font-family: MaryAnn;
    src: url("/styles/mary_ann-extrabold.woff") format("truetype");
}

body {
    background-color: #f6f6f6;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-width: 320px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    text-indent: -999em;
    background-image: url("/images/chop-chop-logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 244px;
    height: 38px;
    margin: 0;
    padding: 0;
}

h2,
.bottom-section-wrapper h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin-top: 0;
    padding-bottom: 18px;
    color: #f06c00;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-size: 3.5em;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}

button:disabled {
    opacity: 0.5;
}

::-webkit-input-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: #939393;
}

/* ie */

input:-moz-placeholder {
    color: #939393;
}

/*********************************************
*
* Logos
*
*********************************************/

.logos {
    background-color: #ffffff;
}

.logos-wrapper {
    padding: 35px 0 25px 0;
}

.logo-svg {
    width: 85%;
    max-width: 320px;
}

.logos-wrapper img {
    margin-top: 9px;
    height: 28px;
}

#wide-div {
    border: 1px solid #d7d7d7
}

/*********************************************
*
* Main row
*
*********************************************/

.center {
    text-align: center;
}

.main-wrapper {
    background: white url("/images/main-bg.png") no-repeat center center;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 36px;
}

.top-section-header {
    padding-top: 100px;
}


.top-section-wrapper .main-img-right {
    text-align: left;
    padding-right: 200px;
    margin-left: -200px;
}

.phone-main {
    background: url("/images/phone.png") no-repeat center center;
    width: 550px;
    height: 590px;
    position: absolute;
    z-index: 5;
    background-size: contain;
    margin-left: 120px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.store-images-small ul li {
    position: relative;
    z-index: 10;
}

.main-copy {
    color: #4c4c4c;
    /*padding-top: 40px;*/
}

.top-section-wrapper .main-copy .store-images-small {
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-section-wrapper .main-copy h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-right: 48px;
}

.top-section-wrapper .main-copy p {
    font-size: 1.15em;
    line-height: 1.75em;
}

.top-section-wrapper .main-copy-text {
    padding-right: 20px;
}

ul.service-details {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}

ul.service-details li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4gICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0QzRDNEMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNMi40ODYgMTIuMTQ0bDMuNDM0IDMuNDM0Yy41ODkuNTg5IDEuNDc4LjUzNyAxLjk4OS0uMTJsOS41NzctMTIuMzE0Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    line-height: 26px;
    padding-left: 32px;
    padding-top: -5px;
    color: #000000;
    background-size: 16px 14px;
}

/*********************************************
*
* Postcode check row
*
*********************************************/

.postcode-wrapper {
    text-align: center;
    padding: 20px 0 25px 0;
}

.postcode-wrapper form {
    margin: 0;
    text-align: center;
}

.postcode-wrapper .postcode-label {
    text-align: left;
}

.postcode-wrapper label {
    color: #4c4c4c;
    font-size: 1.125em;
    font-family: "MaryAnn", Arial, Helvetica, sans-serif;
}

.postcode-wrapper form input {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: left;
    text-indent: 20px;
    height: 48px;
    color: #939393;
    border: solid 1px #8e8e8e;
    width: 100%;
}

.postcode-wrapper form button {
    font-family: "MaryAnn", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    height: 48px;
    width: 100%;
    color: white;
    background-color: #f06c00;
    margin: 0;
    border: 0;
}

#submit-register {
    background-color: #4c4c4c;
}

.postcode-wrapper .postcode_validation {
    z-index: 2;
    font-size: 1.6em;
    text-align: center;
}

.postcode-wrapper .postcode_validation .now-available {
    color: #1ba39c;
    margin-bottom: 25px;
}

.postcode-wrapper .postcode_validation .coming-soon {
    color: black;
    margin-bottom: 25px;
}

.postcode-wrapper .invalid-postcode {
    color: black;
    margin-top: 25px;
}

.postcode-wrapper .loader {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*********************************************
*
* Illustrations row
*
*********************************************/

.illustration-wrapper {
    padding-top: 70px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
}

.illustration-wrapper h2 {
    color: #333333;
    text-align: center;
    font-size: 2.2em;
    padding-bottom: 60px;
}

.illustration-wrapper p {
    color: #161616;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    padding: 25px 0 35px 0;
}

.illustration-wrapper .img-column {
    text-align: center;
}

/*********************************************
*
* Phones row
*
*********************************************/

.phone-wrapper {
    background-color: #f6f6f6;
    padding-top: 80px;
}

.phone-wrapper h3 {
    color: #4c4c4c;
    font-size: 1.5rem;
    text-align: center;
    padding: 0 30px;
    font-family: "MaryAnn", Arial, Helvetica, sans-serif;
}

.phone-wrapper .img-column {
    text-align: center;
}

.phone-wrapper .img-column h3 {
    padding-top: 50px;
}

.phone-wrapper .phone {
    width: 100%;
}

.phone-wrapper h2 {
    color: #333333;
    text-align: center;
    font-size: 2.2em;
    padding-bottom: 30px;
}

.phone-wrapper .how-works-header {
    padding-bottom: 88px;
}

.payment-wrapper .justify-content-center {
    display: flex;
    justify-content: center;
    /* gap: 57px; */
    flex-wrap: wrap;
}

.payment-wrapper .img-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-wrapper .img-column img {
    object-fit: contain;
}

/*********************************************
*
* Payment row
*
*********************************************/

.payment-wrapper {
    background-color: #fff;
    padding: 63px 0 28px;
}

.payment-wrapper h2 {
    color: #333333;
    text-align: center;
    font-size: 2.2em;
    padding-bottom: 30px;
    font-weight: 200;
}

.payment-wrapper p {
    color: #9b9b9b;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
}

.payment-wrapper .img-column {
    text-align: center;
    margin-top: 10px;
    width: 200px;
    height: 120px;
}


/*********************************************
*
* Row with 3 images
*
*********************************************/

.footer-wrapper {
    background-color: #f6f6f6;
}

.footer-wrapper h3,
.footer-wrapper p {
    margin: 0 auto;
    max-width: 100%;
}

.footer-wrapper h3 {
    padding: 30px 0 20px;
}

.footer-wrapper p {
    font-size: 1.2em;
    line-height: 2.0em;
    color: #737373;
}

.footer-wrapper .row:last-of-type {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-wrapper .social-media {
    text-align: center;
}

/*********************************************
*
* Footer
*
*********************************************/

footer {
    padding: 20px 0 30px;
    margin: 0;
    background-color: #333333;
    text-align: center;
    overflow: hidden;
}

footer p {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
}

footer p a,
footer p a:hover,
footer p a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

footer li {
    display: inline-block;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

footer ul {
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

footer ul li a,
footer ul li a:hover,
footer ul li a:active {
    color: #777777 !important;
    text-decoration: none !important;
}


#face {
    display: block
}

#green-check {
    display: block;
}

/*********************************************
*
* MISC
*
*********************************************/

.store-images-container {
    width: 100%;
    display: inline-block;
}

.store-images-small {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
}

.store-images-small ul {
    margin: 0;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.store-images-small li {
    margin-right: 10px;
    padding: 0;
}

.store-images-small ul li {
    display: inline-block;
    list-style: none;
}

.store-images-small img {
    height: 36.93px;
}

.tw-share-button,
.fb-share-button {
    display: inline-block !important;
    margin: 5px;
    vertical-align: top;
}

/* Increased padding on Twitter button as Facebook image is 4px taller */
.tw-share-button {
    margin-top: 9px;
}

.message-container {
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.success-container {
    margin-bottom: 0;
}

.message {
    height: 60px;
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #939393;
    margin: 11px 0 15px 0;
}


/*********************************************
*
* Media queries
*
*********************************************/

@media (min-width: 768px) and (max-width: 991px) {

    .top-section-wrapper .main-copy .store-images-small {
        margin-bottom: 25px;
    }

    .top-section-wrapper .main-copy p {
        line-height: 1.75em;
    }

    .bottom-section-wrapper {
        padding: 50px 50px 40px;
    }

    .bottom-section-wrapper .store-images-small li {
        margin-right: 10px;
    }

    .bottom-section-wrapper .row:last-of-type {
        padding: 40px 0 30px;
    }

}

@media (max-width: 991px) {

    .main-wrapper {
        padding-top: 0px;
    }

    .phone-wrapper .img-column {
        border-bottom: 1px solid #d7d7d7;
    }

    .phone-wrapper .img-column:last-of-type {
        border-bottom: none;
    }

    .phone-wrapper h2 {
        padding-bottom: 0;
    }

    /* .phone-wrapper {
        padding-top: 0;
    } */

    .phone-wrapper h3 {
        height: auto;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .postcode-wrapper form label {
        padding-right: 0;
    }

    .postcode-wrapper form input[type=text],
    .postcode-wrapper form input[type=email] {
        margin: 0 auto;
        display: block;
    }

    .postcode-wrapper form button {
        margin: 0 auto;
        display: block;
    }

    #face {
        display: none;
    }

    #green-check {
        display: none;
    }

    .message {
        width: inherit;
        height: inherit;
        text-align: center;
    }

    .message-container {
        padding: 1em;
        min-height: 0;
    }

    .top-section-wrapper .main-img-right {
        margin-left: 0;
    }

    .phone-main {
        width: 600px;
        margin-left: 0;
    }

    .phone-wrapper .phone {
        max-width: 360px;
    }

    .phone-wrapper .how-works-header {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .logos-wrapper img {
        margin-top: 0;
    }


    .logos-wrapper {
        padding: 35px 15px 25px 15px;
    }

    .sainsburys-logo-wrapper {
        margin-top: 10px;
    }

    .footer-wrapper {
        border-top: none;
    }

    .main-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .top-section-wrapper .main-img-right {
        padding: 20px;
        text-align: left;
        height: 700px;
    }

    .top-section-wrapper .main-copy {
        padding-top: 30px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .top-section-wrapper .main-copy .store-images-small {
        margin-bottom: 25px;
    }

    .top-section-wrapper .main-copy p {
        line-height: 1.75em;
    }

    .bottom-section-wrapper {
        padding: 30px 50px 40px;
    }

    .bottom-section-wrapper h3 {
        padding: 30px 0 0 0;
    }

    .bottom-section-wrapper p {
        font-size: 1.2em;
        padding-bottom: 40px;
    }

    .bottom-section-wrapper .row:last-of-type {
        padding: 20px 0 30px;
    }

    .store-images-small img {
        width: 140px;
        height: auto;
    }

    .store-images-small li {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .store-images-small ul {
        margin-left: 0px;
    }

    footer ul li {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0;
        display: block;
    }

    .postcode-wrapper form input[type=text],
    .postcode-wrapper form input[type=email] {
        margin: 0 auto 20px auto;
    }

    .phone-wrapper .how-works-header {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .top-section-wrapper .main-img-right {
        vertical-align: bottom;
        position: relative;
        border: 0;
    }

    .phone-main {
        position: relative;
        left: 0;
    }
}

@media (max-width: 576px) {
    .top-section-wrapper .main-img-right img {
        width: 100%;
        height: auto;
    }

    .store-images-small ul {
        margin-left: 0;
    }

}

.message-container form {
    padding: 0;
    margin: 0;
}

.message * {
    padding: 0;
    margin: 0;
}

.message h3 {
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #161616;
    margin: 0 0 10px 0;
    font-size: 1.5rem;
}

.message p {
    font-size: 1.125rem;
}


.success-container .message h3 {
    margin-bottom: 1rem;
}

.success-text {
    color: #4c4c4c;
}

#register-response {
    background-color: #fdfdfd;
    padding: 10px;
    border-radius: 2px;
    font-size: 22px;
}

/*********************************************
*
* Download app copy 
*
*********************************************/

.download-copy {
    color: #000;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    margin: 98px 0 0 0;
    line-height: 45.59px;
    /* 142.47% */
}

@media (max-width: 767px) {
  .download-copy {
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0px;
    margin-top: 48px;
    text-align: center;
    color: #000;
  }
}

/*********************************************
*
* Minimum spent and nectar 
*
*********************************************/

.minimum-spend {
    margin: 0.06em;
    font-size: 0.87em;
    line-height: 1.6em;
    text-align: center;
}

@media (max-width: 767px) {
  .minimum-spend {
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 1.0em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .download-copy {
    margin-bottom: 8px !important;
    line-height: 1.2em !important;
  }

  .store-images-small {
    margin-bottom: 8px !important;
  }

  .minimum-spend {
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.3em !important;
  }

  .store-images-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}


.nectar {
    margin-top: 19px;
    display: inline-flex;
    margin-left: 0px;
}

.nectar-logo {
    margin: 0px;
}

.nectar-logo img {
    width: 53px;
    height: 48px;
}

.nectar-text {
    width: 186px;
    height: 52px;
    line-height: 26px;
    font-size: 20px;
    color: #404040;
    font-family: MaryAnn;
    margin-left: 18px;
}

.bottom-flyer {
    text-align: center;
}

.bottom-flyer img {
    width: 150px;       /* or whatever fits your design */
    height: auto;
    display: inline-block;
}

/*********************************************
*
* Onboarding headers
*
*********************************************/
.onboarding-headers {
    color: #4c4c4c;
    font-size: 1.125em;
    font-weight: 700;
    font-family: Helvetica;
    padding: 6px;
}

.onboarding-subtext {
    width: 76%;
}

.onboarding-center {
    margin: auto;
    width: 100%;
    padding-bottom: 60px;
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .onboarding-subtext {
        width: 80%;
    }
}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .onboarding-subtext {
        width: 76%;
    }
}