body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    min-height: 100vh;

}

footer {
    font-family: 'Montserrat', sans-serif;
}

header {
    font-family: 'Montserrat', sans-serif;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

footer {
    flex-shrink: 0;
}

a {
    background-color: transparent
}

[hidden] {
    display: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

a {
    color: inherit;
    text-decoration: inherit
}

svg,
video {
    display: block;
    vertical-align: middle
}

video {
    max-width: 100%;
    height: auto
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.border-t {
    border-top-width: 1px
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.font-semibold {
    font-weight: 600
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-16 {
    height: 4rem
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.leading-7 {
    line-height: 1.75rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.ml-12 {
    margin-left: 3rem
}

.-mt-px {
    margin-top: -1px
}

.max-w-6xl {
    max-width: 72rem
}

.min-h-screen {
    min-height: 100vh
}

.overflow-hidden {
    overflow: hidden
}

.p-6 {
    padding: 1.5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.text-center {
    text-align: center
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}

.underline {
    text-decoration: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-5 {
    width: 1.25rem
}

.w-8 {
    width: 2rem
}

.w-auto {
    width: auto
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:640px) {
    .sm\:rounded-lg {
        border-radius: .5rem
    }

    .sm\:block {
        display: block
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-right {
        text-align: right
    }
}

@media (min-width:768px) {
    .md\:border-t-0 {
        border-top-width: 0
    }

    .md\:border-l {
        border-left-width: 1px
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:bg-gray-800 {
        --bg-opacity: 1;
        background-color: #2d3748;
        background-color: rgba(45, 55, 72, var(--bg-opacity))
    }

    .dark\:bg-gray-900 {
        --bg-opacity: 1;
        background-color: #1a202c;
        background-color: rgba(26, 32, 44, var(--bg-opacity))
    }

    .dark\:border-gray-700 {
        --border-opacity: 1;
        border-color: #4a5568;
        border-color: rgba(74, 85, 104, var(--border-opacity))
    }

    .dark\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity))
    }

    .dark\:text-gray-400 {
        --text-opacity: 1;
        color: #cbd5e0;
        color: rgba(203, 213, 224, var(--text-opacity))
    }

    .dark\:text-gray-500 {
        --tw-text-opacity: 1;
        color: #6b7280;
        color: rgba(107, 114, 128, var(--tw-text-opacity))
    }
}

.cream-bg {
    background-color: #ffffff;
}

.navy-bg {
    background-color: #181f2e;
}

.cream-text {
    color: #ffffff;
}

.white-text {
    color: #fff !important;
}

.blue-text {
    color: #143cff;
}

.soft-pink-text {
    color: #ffa08e;
}

h1,
.h1 {
    font-family: new-spirit, serif;
    font-size: 98px;
    line-height: 95px;
    font-weight: 400;
}

h2,
.h2 {
    font-family: new-spirit, serif;
    font-weight: 400;
    font-size: 66px;
    line-height: 74px;
}

h3,
.h3 {
    font-family: new-spirit, serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 52px;
}

h4,
.h4 {
    font-family: new-spirit, serif;
    font-style: 24px;
    line-height: 32px;
    font-weight: 500;
}

h5,
.h5 {
    font-family: "Montserrat Bold";
    text-transform: uppercase !important;
    font-size: 18px;
    line-height: 27px;
}

body {
    font-family: "Montserrat Regular";
    font-size: 17px !important;
    line-height: 24px !important;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 300 !important;
    color: #000 !important;
}

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

    h3,
    .h3 {
        font-family: new-spirit, serif;
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
    }
}

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

    h3,
    .h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

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

    h3,
    .h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

a.btn-blue {
    background: #143cff;
    color: #ffffff;
    border: 1px solid #143cff !important;
    width: auto;
    border-radius: 20px !important;
    padding: 7.5px 15px;
}

a.btn-blue:hover {
    background: #ffffff;
    color: #143cff;
    border: 1px solid #143cff !important;
}

a.btn-cream {
    background: #ffffff;
    color: #143cff;
    border: 1px solid #ffffff !important;
    width: auto;
    border-radius: 20px !important;
    padding: 7.5px 15px;
}

a.btn-cream:hover {
    background: #143cff;
    color: #ffffff;
    border: 1px solid #ffffff !important;
}

a.btn-navy {
    background: #181f2e;
    color: #ffffff;
    border: 1px solid #ffffff !important;
    width: auto;
    border-radius: 20px !important;
    padding: 7.5px 15px;
}

a.btn-navy:hover {
    background: #ffffff;
    color: #143cff;
    border: 1px solid #ffffff !important;
}

.btn-blue {
    background: #143cff;
    color: #ffffff;
    border: 1px solid #143cff !important;
    width: auto;
    border-radius: 20px !important;
    padding: 7.5px 15px;
}

.btn-blue:hover {
    background: #ffffff;
    color: #143cff;
    border: 1px solid #143cff !important;
}

.btn-blue:disabled {
    background: grey;
    color: #181f2e;
    border: 1px solid #181f2e !important;
    cursor: not-allowed;
}

.p-4 {
    padding: 1rem;
}

#nav {
    background-color: #181f2e;
    padding: 1rem;
}

#nav a {
    padding: 1rem;
    color: #ffffff;
    background-color: #181f2e;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.alert li {
    list-style-type: none;
    background-color: #ffa08e;
    padding: 10px;
    border-radius: 15px;
}

.alert-error {
    background-color: #ffa08e !important;
    color: #ffffff !important;
    border-color: #ffa08e !important;
}

.alert {
    color: #ffffff;
    background-color: #143cff;
    border-color: #143cff;
    margin: 0;
}

.alert-success {
    /*color: #ffffff;
    background-color: #ffa08e;
    border-color: #ffa08e;*/
}


/*Form css*/
.border-1 {
    border-width: .07rem;
}

.form div {
    margin-bottom: 15px;
}

.form div>input {
    display: block;
}

.form div>button {
    padding: 5px;
}

/* Checkout */
label.control-label {
    display: none !important;
}

.form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.form-row-wide {
    clear: both;
}

#name-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#contact-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#expiry-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.required {
    color: red;
    text-decoration: none !important;
    padding-right: 10px;
    padding-left: 5px;
}

.link {
    text-decoration: underline;
    color: #ffa08e;
}

.plain-text-button {
    color: #ffa08e;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

#ship_different {
    cursor: pointer;
}

.shipping-container {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.have-code {
    cursor: pointer;
}

.have-code-container {
    display: none;
}

.have-code-container a {
    display: block;
}

.show {
    display: block;
}

/* Modal style */
.modal::backdrop {
    background-color: rgba(24, 31, 46, 0.5);
    opacity: 1;
}

.modal-content {
    border-radius: 30px !important;
    background-color: #ffffff !important;
}

.modal-header {
    font-family: "New Spirit Light" !important;
    font-size: 42px !important;
    line-height: 52px !important;
    background: transparent !important;
    font-weight: 100 !important;
    color: #143cff !important;
    text-transform: capitalize !important;
    height: 100px !important;
    padding: 25px 0px 25px 0px !important;
    text-align: center !important;
    border: none !important;
}

.modal-header span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btn-close {
    position: absolute;
    /*top: 50%;*/
    right: 20px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #143cff !important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-body {
    flex-grow: 1;
    position: relative;
    margin: 20px 0;
    padding: 0;
    color: #143cff !important;
}

.modal-footer {
    padding-bottom: 20px;
    border: none !important;
}

.total {
    padding: 0 20px;
    margin: 0;
    color: #143CFF;
    display: flex;
    justify-content: space-between;
}

.checkout-btn {
    padding: 15px 15px 0 15px;
    margin: 0;
    width: 100%;
}

.inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.full {
    width: 100%;
}

.inner>div a {
    border: 1px solid #143CFF !important;
    border-radius: 30px !important;
    font-family: "Montserrat Regular" !important;
    text-transform: capitalize !important;
    background: transparent !important;
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.flycart-qtybtn {
    margin: 4px;
    cursor: hand;
    border-radius: 20px;
    background-color: #143cff;
    color: #ffffff;
    border: none;
}

.flycart-field {
    text-align: center;
    width: 14px;
    margin: 6px;
    border: none;
    background-color: #ffffff;
    color: #143cff;
}

/* End Modal style */

.footer-links {
    text-decoration: none !important;
    color: #143cff !important;
}

#cart-number {
    background-color: #e94b35;
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    left: 10px;
    top: -25px;
}

a.btn-blue-outline {
    background: transparent !important;
    padding: 7.5px 15px;
    border: 1px solid #143CFF !important;
    color: #143CFF !important;
    width: auto;
    border-radius: 20px !important;
    display: inline-block;
    text-decoration: none;
}

a.btn-blue-outline:hover {
    border: 1px solid #143CFF !important;
    background: #143CFF !important;
    color: #ffffff !important;
    text-decoration: none;
}


/* fonts */
@font-face {
    font-family: "New Spirit Bold";
    src: url("..//fonts/NewSpirit-Bold.woff2") format("woff2"), url("..//fonts/NewSpirit-Bold.woff") format("woff"), url("..//fonts/NewSpirit-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "New Spirit Light";
    src: url("..//fonts/NewSpirit-Light.woff2") format("woff2"), url("..//fonts/NewSpirit-Light.woff") format("woff"), url("..//fonts/NewSpirit-Light.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "New Spirit Medium";
    src: url("..//fonts/NewSpirit-Medium.woff2") format("woff2"), url("..//fonts/NewSpirit-Medium.woff") format("woff"), url("..//fonts/NewSpirit-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "New Spirit Regular";
    src: url("..//fonts/NewSpirit-Regular.woff2") format("woff2"), url("..//fonts/NewSpirit-Regular.woff") format("woff"), url("..//fonts/NewSpirit-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("..//fonts/Montserrat-Regular.woff2") format("woff2"), url("..//fonts/Montserrat-Regular.woff") format("woff"), url("..//fonts/Montserrat-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("..//fonts/Montserrat-Medium.woff2") format("woff2"), url("..//fonts/Montserrat-Medium.woff") format("woff"), url("..//fonts/Montserrat-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("..//fonts/Montserrat-Bold.woff2") format("woff2"), url("..//fonts/Montserrat-Bold.woff") format("woff"), url("..//fonts/Montserrat-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* End fonts */


/*.container-fluid {
    padding-right: 0;
    padding-left: 0;
}*/

/** style-fm-78.css **/
/* Header */

#menu-foodmarble ul {
    /* this targets all sub menus */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    /* this should be the same height as the top level menu -- height + padding + borders */
    margin-left: 0px !important;
    text-align: left;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    padding-inline-start: 0px !important;

}

#menu-foodmarble ul li {
    /* this targets all submenu items */
    float: none;
    /* overwriting our float up above */
    width: 100%;
    /* set to the width you want your sub menus to be. This needs to match the value we set below */
    padding-left: 0px !important;
}

#menu-foodmarble ul li a {
    /* target all sub menu item links */
    padding: 5px 0px;
    /* give our sub menu links a nice button feel */
}

#menu-foodmarble li:hover>ul {
    visibility: visible;
    opacity: 1;
}

/* Colours */
.blue-text {
    color: #143CFF;
}

a.blue-text {
    color: #143CFF !important;
}

.cream-text {
    color: #ffffff;
}

.soft-pink-text {
    color: #FFA08E;
}

.blue-bg,
.blue-theme {
    background: #143CFF;
}

.cream-bg,
.cream-theme {
    background: #ffffff;
}

.soft-pink-bg,
.soft-pink-theme {
    background: #FFA08E;
}

/* Gen-2 Palette + checkout qty fixes */
.navy-text {
    color: #181F2E;
}

a.navy-text {
    color: #181F2E !important;
}

.navy-bg,
.navy-theme {
    background: #181F2E;
}

a.btn-soft-pink {
    background: #FFA08E !important;
    padding: 7.5px 15px;
    border: 1px solid #FFA08E !important;
    color: #181F2E !important;
    width: auto;
    border-radius: 20px !important;

}

a.btn-soft-pink:hover {
    border: 1px solid #FFA08E !important;
    background: #181F2E !important;
    color: #FFA08E !important;
}

.btn-label-presale {
    background: #FFA08E !important;
    padding: 5px 10px;
    border: 1px solid #FFA08E !important;
    color: #181F2E !important;
    width: auto;
    border-radius: 20px !important;
    font-size: 12px;
    display: inline;
}

.order-total td {
    text-align: right !important;
}

td.product-name {
    display: none;
}

tr.cart-subtotal {
    display: none !important;
}

button:focus {
    border: 0 !important;
    outline: 0 !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: inherit !important;
    padding: 0 !important;
}

.qib-button-wrapper button.qib-button {
    height: 1em !important;
    width: 1em !important;
    color: #fff !important;
    background: #FFA08E !important;
    border-radius: 100%;
    font-weight: 700 !important;
    font-size: 1.25em !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 1em !important;
}

.qib-button-wrapper div.quantity.wqpmb_quantity {
    height: inherit !important;
}

.qib-button-wrapper {
    display: inline !important;
    order: 2;
    float: right !important;
    margin-right: 30px !important;
}


body .quantity,
body button.button[name="update_cart"] {
    display: none !important;
}

.foodmarble_product_name {
    font-family: "Montserrat Bold" !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}


.woocommerce a.remove {
    color: #fff !important;
    background: #FFA08E !important;
    font-size: 1em !important;
    margin-right: 5px;
}

td.product-name div.quantity {
    display: inline-flex !important;
    width: 30px !important;
    float: right;
    margin-right: 0px;
}

td.product-name div.quantity .qty {
    display: inline-block !important;
    background: transparent !important;
    font-family: "Montserrat Bold" !important;
    border-radius: 0 !important;
    width: 30px !important;
    font-size: 16px !important;
}

td.product-total {
    font-family: "Montserrat Bold" !important;
    text-align: right !important;
}

.wpmc-tabs-wrapper .wpmc-tab-text {
    text-transform: uppercase !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    font-family: "Montserrat Bold" !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    font-family: "Montserrat Bold" !important;
}

label[for="payment_method_stripe"],
label[for="card-element"] {
    display: none !important;
}

label.control-label {
    display: none !important;
}

.wc-stripe-elements-field,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    width: 100% !important;
    background: white !important;
    border: 0px solid #143CFF;
    border-radius: 20px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
    margin: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.woocommerce a.remove {
    display: inline-block !important;
    font-size: 1.25em !important;
}

#wpadminbar a {
    color: white !important;
}


/* Viewport Heights */

.vh100 {
    height: 100vh !important;
}

.vh75 {
    height: 75vh !important;
}

.vh60 {
    height: 60vh !important;
}

.vh50 {
    height: 50vh !important;
}

.vh40 {
    height: 40vh !important;
}

.vh30 {
    height: 30vh !important;
}

.vh33 {
    height: 33.3vh !important;
}

.vh25 {
    height: 25vh !important;
}

/* webfonts */
.mont-med {
    font-family: "Montserrat Medium" !important;
}



* {

    transition: ease-in-out;
    -webkit-transition: ease-in-out;
}

html {
    -webkit-font-smoothing: antialiased;
}

.no-gutter-left {
    padding-left: 0px !important;
}

.no-gutter-right {
    padding-right: 0px !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Advanced selectors */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 100;
    margin-bottom: 1rem !important;
}


h1,
.h1 {
    font-family: new-spirit, serif;
    font-size: 98px;
    line-height: 95px;
    font-weight: 400;
}

h2,
.h2 {
    font-family: new-spirit, serif;
    font-weight: 400;
    font-size: 66px;
    line-height: 74px;
}

h3,
.h3 {
    font-family: new-spirit, serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 52px;
}

h4,
.h4 {
    font-family: new-spirit, serif;
    font-style: 24px;
    line-height: 32px;
    font-weight: 500;
}

h5,
.h5 {
    font-family: "Montserrat Bold";
    text-transform: uppercase !important;
    font-size: 18px;
    line-height: 27px;
}

strong,
b {
    font-family: "Montserrat Bold";
}

header {
    font-family: "Montserrat Regular";
}

footer {}

body {
    font-family: "Montserrat Regular";
    font-size: 17px !important;
    line-height: 24px !important;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 300 !important;
    color: #000 !important;
}

a:link,
a:visited {
    color: #143CFF;
    text-decoration: none;
}

header a:link,
header a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

header.cream-theme a:link,
header.cream-theme a:visited {
    color: #143CFF !important;
    text-decoration: none;
}

header.soft-pink-theme a:link,
header.soft-pink-theme a:visited {
    color: #143CFF !important;
    text-decoration: none;
}

a:hover,
a:visited:hover {
    color: #143CFF;
    text-decoration: none;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.hideFirst {
    display: none;
}

.login-icon {
    background-image: url('../images/menu-cream.png');
    cursor: pointer;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.1s ease;
}

.login-icon-close {
    background-image: url('../images/close-blue.png');
    cursor: pointer;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    transition: all 0.1s ease;
    z-index: 0;
}

#login-menu {
    top: 0px;
    right: 0px;
    position: fixed;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 20px;
    width: 100%;
    height: 100% !important;
    z-index: 555;
}



.learnSubMenu {
    opacity: 1;
    display: none;
    position: fixed;
    z-index: 1031;
    top: 0;
    height: auto !important;
}


.learn-link:hover>.learnSubMenu,
.learnSubMenu:hover {
    display: block !important;
}

.hidden-xs {
    display: block !important;
}

.visible-xs {
    display: none !important;
}



.container {
    max-width: 100% !important;
}


.wpcf7-text,
.wpcf7-textarea {
    width: 100% !important;
}

input.wpcf7-submit {
    background: #fca0c9 !important;
    padding: 12px 12px 12px 12px;
    border: 0px solid black !important;
    color: #ec4c3a !important;
    font-family: "Beatrice-Bold" !important;
    text-transform: uppercase;
    width: 100%;
}

input.wpcf7-submit:hover {
    background: #ffffff !important;
    padding: 12px 12px 12px 12px;
    border: 0px solid black !important;
    color: #ec4c3a !important;
}



.wpcf7-text,
.wpcf7-textarea {
    border: 1px solid #d9d9d9 !important;
    padding: 15px 15px 10px 15px !important;
}



.current-menu-item a,
.current-projects-ancestor a,
.current_page_item a {
    color: #ffffff !important;
    padding-bottom: 2px;
    border-bottom: 2px solid #ffffff;
}

header a.btn-cream {
    background: #ffffff !important;
    padding: 7.5px 15px;
    border: 1px solid #ffffff !important;
    color: #143CFF !important;
    width: auto;
    border-radius: 20px !important;
}

header a.btn-cream:hover {
    border: 1px solid #143CFF !important;
    background: #143CFF !important;
    color: #ffffff !important;
}

a.btn-cream {
    background: #ffffff !important;
    padding: 7.5px 15px;
    border: 1px solid #ffffff !important;
    color: #143CFF !important;
    width: auto;
    border-radius: 20px !important;

}

a.btn-cream:hover {
    border: 1px solid #143CFF !important;
    background: #143CFF !important;
    color: #ffffff !important;
}

a.btn-cream-outline {
    background: transparent !important;
    padding: 7.5px 15px;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    width: auto;
    display: inline-block;
    border-radius: 20px !important;
}

a.btn-cream-outline:hover {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #143CFF !important;
}

a.btn-blue {
    background: #143CFF !important;
    padding: 7.5px 15px;
    border: 1px solid #143CFF !important;
    color: #ffffff;
    width: auto;
    border-radius: 20px !important;
    display: inline-block;
}

a.btn-blue:hover {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #143CFF !important;
}

#login-menu a.btn-blue:hover {
    border: 1px solid #143CFF !important;
    background: #ffffff !important;
    color: #143CFF !important;
}

header.cream-theme a.btn-cream {
    background: #143CFF !important;
    padding: 7.5px 15px;
    border: 1px solid #143CFF !important;
    color: #ffffff !important;
    width: auto;
    border-radius: 20px !important;
}

header.cream-theme a.btn-cream:hover {
    border: 1px solid #143CFF !important;
    background: #ffffff !important;
    color: #143CFF !important;
}

a.btn-blue-outline {
    background: transparent !important;
    padding: 7.5px 15px;
    border: 1px solid #143CFF !important;
    color: #143CFF !important;
    width: auto;
    border-radius: 20px !important;
    display: inline-block;
}

a.btn-blue-outline:hover {
    border: 1px solid #143CFF !important;
    background: #143CFF !important;
    color: #ffffff !important;
}


#menu-foodmarble li,
#menu-foodmarble-1 li,
#menu-foodmarble-new li {
    display: inline-block;
    padding-left: 30px;
}

#menu-foodmarble li:first-child,
#menu-foodmarble-1 li:first-child,
#menu-foodmarble-new li:first-child {
    display: inline-block;
}

.menu-foodmarble-container,
.menu-foodmarble-new-container {
    padding-top: 0px;
}



ul {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}


label {
    display: block !important;
}


.mb-60 {
    margin-bottom: 60px !important;
}


.menu-foodmarble-container li,
.menu-foodmarble-new-container li {
    display: inline-block;
    font-size: inherit;
    line-height: 2em !important;
}

.padHelp {

    padding-top: 150px !important;
}

#grad {
    height: 140px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none !important;
}


.logo {

    max-height: 100% !important;
}

.h54 {

    height: 54px !important;
}


/* Recipes */

.border-blue-recipe-related {
    border: 1px solid #143CFF;
    border-radius: 30px !important;
    height: 100% !important;
    color: #143CFF;
    background: #ffffff !important;
}

.border-blue-recipe-related:hover {
    border: 1px solid #ffffff;
    border-radius: 30px !important;
    background: #143CFF !important;
}

.border-blue-recipe-related:hover a.blue-text {
    color: #ffffff !important;
}

.img-rounded-edges {
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
}


/* inc-blocks components */
/* textbox.php */
.textbox-area h5 {
    padding-bottom: 20px;
}

.textbox-area {
    max-width: 85% !important;
}

/* banner.php */
.banner-image {
    position: relative;
    z-index: 2;
    object-fit: contain !important;
}

.banner-svg-image {
    position: absolute;
    z-index: 1;
    object-fit: cover !important;
}

.banner-text p {
    max-width: 80% !important;
    padding-top: 20px;
}

.offset-banner-right {
    right: -50px !important;
    position: relative;
}

.offset-banner-left {
    left: -50px !important;
    position: relative;
}

.mh75 {
    max-height: 70vh !important;
}

.mh75-svg {
    max-height: 60vh !important;
    object-fit: contain !important;
}

/* features.php */
.feature-heading a:before {
    content: "\002B";
    float: right;
    transition: all 0.5s;
    position: relative;
    right: -15px;
    top: 24px;
    font-size: 32px;
}

.feature-heading a[aria-expanded="true"]:before {
    content: "\2212";
    float: right;
    transition: all 0.5s;
    position: relative;
    right: -15px;
    top: 24px;
    font-size: 32px;
}

/* image_text.php */
.image-text-area {
    max-width: 85% !important;
}

.aire-device {
    position: absolute;
    z-index: 2;
    bottom: -12px;
    right: 22.5%;
    width: 500px;
}

.marvel-device {
    zoom: 0.75;
    z-index: 0;
    -moz-transform: scale(0.75);
    -moz-transform-origin: center;
}

/* learn_featured_slider.php */
.mh45 {
    height: 45vh !important;
}

.mw45 {
    width: 45vh !important;
}

/* product_banner.php */

.offset-banner-image {
    right: -50px !important;
    position: relative;
}

/* Media Queries */

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

    h1,
    .h1 {
        font-family: new-spirit, serif;
        font-size: 82px;
        line-height: 78px;
    }

    .aire-device {
        right: 10%;
    }

}

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

    h1,
    .h1 {
        font-family: new-spirit, serif;
        font-size: 78px;
        line-height: 78px;
    }

}


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

    .aire-device {
        right: 10%;
    }

    .banner-text p {
        max-width: 100% !important;
    }

    .mh75 {
        max-height: 60vh !important;
    }

    .mh75-svg {
        max-height: 50vh !important;
    }

    .banner-image {
        position: relative;
        z-index: 2;
        object-fit: cover !important;
    }

    .banner-svg-image {
        position: absolute;
        z-index: 1;
        object-fit: contain !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
    }

    h1,
    .h1 {
        font-family: new-spirit, serif;
        font-size: 78px;
        line-height: 72px;
    }

    h2,
    .h2 {
        font-size: 56px;
        line-height: 64px;
    }

    h3,
    .h3 {
        font-family: new-spirit, serif;
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
    }

    h4,
    .h4 {
        font-size: 1.25rem !important;
    }

    body {
        font-size: 16px !important;
        line-height: 22px !important;

    }

    .vh33 {
        height: 27.5vh !important;
    }


    .vh60 {
        height: 50vh !important;
    }


    .keepH,
    .hideOn {
        height: 70px;
    }

    .pl-5 {
        padding-left: 0rem !important;
    }

    .pr-5 {
        padding-right: 0rem !important;
    }

    .pt-5 {
        padding-top: 2.5rem !important;
    }

    .pb-5 {
        padding-bottom: 2.5rem !important;
    }


}

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

    .aire-device {
        right: 2%;
    }

    .banner-text p {
        max-width: 100% !important;
    }

    .offset-banner-right {
        right: auto !important;
        position: relative;
    }

    .offset-banner-left {
        left: auto !important;
        position: relative;
    }

    .mh75 {
        max-height: 50vh !important;
    }

    .mh75-svg {
        max-height: 40vh !important;
    }

    .full-height {
        margin-bottom: 0px !important;
    }

    .banner-image {
        position: relative;
        z-index: 2;
        object-fit: cover !important;
    }

    .banner-svg-image {
        position: absolute;
        z-index: 1;
        object-fit: contain !important;
    }

    .pl-5 {
        padding-left: 0rem !important;
    }

    .pr-5 {
        padding-right: 0rem !important;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }


    #menu-foodmarble li,
    #menu-foodmarble-1 li,
    #menu-foodmarble-new li {
        display: inline-block;
        padding-left: 15px;
    }

    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }


    h1,
    .h1 {
        font-family: new-spirit, serif;
        font-size: 68px;
        line-height: 62px;
    }

    h2,
    .h2 {
        font-size: 46px;
        line-height: 54px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 1.2rem !important;
    }

    body {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .vh33 {
        height: 22.5vh !important;
    }


    .vh60 {
        height: 40vh !important;
    }


}


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

    #login-menu a:link,
    #login-menu a:visited {
        color: #143CFF;
    }

    #login-menu a:hover,
    #login-menu a:visited:hover {
        color: #FFA08E;
    }

    #login-menu .current_page_item a,
    #login-menu .current-menu-item a,
    #login-menu .current-projects-ancestor a {
        color: #FFA08E !important;
        padding-bottom: 0px;
    }

    .review-section img {
        transform: none !important;
    }

    .padding-mobile-top {
        padding-top: 0px !important;
    }

    .offset-banner-image {
        right: auto !important;
        position: relative;
    }

    .mh45 {
        height: 33vh !important;
    }

    .mw45 {
        width: 33vh !important;
    }

    .image-text-area {
        max-width: 100% !important;
    }

    .marvel-device {
        zoom: 0.5;
        z-index: 0;
        -moz-transform: scale(0.5);
    }

    .aire-device {
        position: absolute;
        z-index: 2;
        bottom: -12px;
        right: 15%;
        width: 300px;
    }

    .textbox-area {
        max-width: 100% !important;
    }

    .banner-text p {
        max-width: 100% !important;
        padding: 0;
        margin: 0;
    }

    .banner-block.pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .offset-banner-right {
        right: auto !important;
        position: relative;
    }

    .offset-banner-left {
        left: auto !important;
        position: relative;
    }

    .mh75 {
        max-height: 45vh !important;
    }

    .mh75-svg {
        max-height: 40vh !important;
    }

    .full-height {
        margin-bottom: 45px !important;
    }

    .banner-image {
        position: relative;
        z-index: 2;
        object-fit: cover !important;
    }

    .banner-svg-image {
        position: absolute;
        z-index: 1;
        object-fit: contain !important;
    }



    #menu-foodmarble li,
    #menu-foodmarble-1 li,
    #menu-foodmarble-new li {
        display: block;
    }

    #menu-foodmarble li:first-child,
    #menu-foodmarble-1 li:first-child,
    #menu-foodmarble-new li:first-child {
        display: block;
    }

    .showMe {
        opacity: 1.0 !important;
        transition: all 0.5s ease-in-out;
    }

    .vh33 {
        height: 20vh !important;
    }


    .vh60 {
        height: 40vh !important;
    }

    .vh75 {
        height: 50vh !important;
    }

    .vh100 {
        height: 100vh !important;
    }

    .login-icon {
        width: 25px;
        height: 25px;
    }

    .login-icon-close {
        width: 25px;
        height: 25px;
    }

    .menu-foodmarble-container li,
    .menu-foodmarble-new-container li {
        display: block;
        font-size: 32px;
        line-height: 2em !important;
        text-align: center;
    }




    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    h1,
    .h1 {
        font-size: 46px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 22px;
    }

    h5,
    .h5 {
        font-size: 16px !important;
    }

    body {
        font-size: 16px !important;
        line-height: 22px !important;
    }



    img.logoSmaller,
    .logoSmaller img,
    .logoSmaller {
        width: 170px !important;
    }

    .menu-foodmarble-mobile-container li {
        display: block;
        font-size: 38px;
        line-height: 46px;
        text-align: left;
        font-family: new-spirit, serif;
    }


    .mb-60 {

        margin-bottom: 0px !important;
    }

    .pl-4 {
        padding-left: 0rem !important;
    }

    .pr-4 {
        padding-right: 0rem !important;
    }

    .pl-5 {
        padding-left: 0rem !important;
    }

    .pr-5 {
        padding-right: 0rem !important;
    }

    .logoSlider .pl-5 {
        padding-left: 2rem !important;
    }

    .logoSlider .pr-5 {
        padding-right: 2rem !important;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }


    .pt-4 {
        padding-top: .5rem !important;
    }

    .pb-4 {
        padding-bottom: .5rem !important;
    }


    #grad {
        height: 140px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100vw !important;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none !important;
    }

    .padHelp {
        padding-top: 80px !important;
    }

    .logo {
        max-height: 50px !important;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    .slick-dots {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .mobExtraPad {
        bottom: 25vh;
        position: absolute;
    }

    .h54 {
        height: 44px !important;
    }


}

@media only screen and (max-width: 420px) {
    .mb-60 {
        margin-bottom: 0px !important;
    }

    .vh33 {
        height: 35vh !important;
    }

    .vh40 {
        height: 62.5vh !important;
    }

    img.logoSmaller,
    .logoSmaller img,
    .logoSmaller {
        width: 150px !important;
    }

    .hidden-xs {
        display: none !important;
    }



}

/* Christmas delivery banner - AT 26.11.2021 */
/* Hide mobile show desktop */
@media only screen and (min-width: 992px) {
    .mobile-xmas-banner {
        display: none;
    }

    .desktop-xmas-banner {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 25px;
    }
}

/* Show mobile hide desktop */
@media only screen and (max-width: 991px) {
    .mobile-xmas-banner {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 25px;
    }

    .desktop-xmas-banner {
        display: none;
    }
}






/** woo-5.css **/

/* Checkout + Cart page */
.wpmc-tabs-wrapper .wpmc-tab-item:before {
    border-color: #143CFF !important;
    border: 1px solid #143CFF !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    color: #ffffff !important;
    background: #181F2E;
    border: 1px solid #ffffff;
}

td.product-total {
    border-color: #ffffff !important;
    border-bottom: 1px solid;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ffffff !important;
}

.woocommerce table.shop_table tfoot td {
    border-color: #ffffff !important;
    border-top: 1px solid #ffffff !important;
}

.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #ffffff !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    color: #ffffff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box {
    color: #ffffff !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    color: #ffffff !important;
    background: #143CFF;
    border: 1px solid #143CFF;
}

.wpmc-tabs-wrapper .wpmc-tab-text {
    color: #ffffff !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item:before {
    border-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

input.form-control[name="billing_please_note"] {
    background: #181F2E !important;
    color: #ffffff !important;
    border: 0 !important;
    resize: none;
    pointer-events: none !important;
    min-height: 2rem !important;
    font-size: 80% !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #143CFF;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce table.shop_table {
    border: 0 !important;
    border-radius: 0 !important;
    border-collapse: collapse !important;
}

.woocommerce table.shop_table th {
    padding: 9px 0px !important;
}

.woocommerce table.shop_table td {
    padding: 9px 0px !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-family: "Montserrat Bold" !important;
    border-top: 1px solid #ffffff !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none !important;
    padding: 20px;
    margin: 0 !important;
    text-align: center !important;
    border-radius: 0px !important;
    background: #143CFF !important;
    color: #ffffff !important;
    font-family: "New Spirit Light" !important;
}

a.showcoupon {
    color: #ffffff !important;
}

thead {
    display: none !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ffffff !important;
    font-family: new-spirit, serif !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 20px !important;
    background-color: #153cff !important;
    color: #ffffff !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #153cff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

.woocommerce .quantity .qty {
    width: 100% !important;
    text-align: center;
    border: 0 !important;
    color: #143CFF !important;
    background: transparent;
    font-family: new-spirit, serif !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #143CFF !important;
    color: #ffffff !important;
    width: auto !important;
    border-radius: 30px !important;
    font-weight: 100 !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {

    padding: 0 !important;
    border: 0 !important;
}

img.icon-height {
    max-height: 200px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

    margin-bottom: 0 !important;
    font-size: inherit !important;
    padding: inherit !important;
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    width: 100% !important;
}

.ElementsApp input {
    background: white !important;
    border: 0px solid #143CFF;
    border-radius: 20px !important;
}


.select2-dropdown {
    background-color: white !important;
    border: 0px solid #143CFF !important;
    border-radius: 20px !important;
}

.select2-container--default .select2-selection--single {
    background-color: white !important;
    border: 0px solid #143CFF !important;
    border-radius: 20px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #143CFF !important;
    line-height: 36px !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #143CFF transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -10px !important;
    margin-top: 2px !important;
    top: 50%;
    width: 0;
}

input.wpcf7-text::placeholder,
textarea.wpcf7-textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #083b49 !important;
    opacity: 1;
    /* Firefox */
}

input.wpcf7-text:-ms-input-placeholder,
textarea.wpcf7-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #083b49 !important;
}

input.wpcf7-text::-ms-input-placeholder,
textarea.wpcf7-textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #083b49 !important;
}

input.wpcf7-text:focus,
input[type="text"].wpcf7-text:focus,
input[type="email"].wpcf7-text:focus,
textarea.wpcf7-textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    color: #083b49 !important;
    box-shadow: none !important;
}

input.form-control {
    background: white !important;
    border: 0px solid #143CFF;
    border-radius: 20px !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #143CFF !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #143CFF !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #143CFF !important;
}

.btn-outline-secondary {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent;
    background-image: none;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.input-group-append {
    margin-left: 0px !important;
}

.btn-outline-secondary:hover {
    color: #003A8F !important;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.0);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    color: #143CFF !important;
    box-shadow: none !important;
}

/* General Woocommerce styling  */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 !important;
    background-color: #143CFF !important;
    color: #FFF6E2 !important;
    border-top: 0 !important;
    list-style: none outside;
    width: 100% !important;
    position: relative !important;
    margin-top: 20px !important;
    text-align: center !important;
}


/* Mini-Cart popup */
#woofc-count {
    display: none !important;
}

.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
    color: #143CFF !important;
    border-color: #143CFF !important;
}

.woofc-area.woofc-style-01 .woofc-no-item {
    color: #143CFF !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
    color: #143CFF !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data {
    padding: 0 20px;
    margin: 0;
    color: #143CFF;
    display: flex;
    justify-content: space-between;
    font-family: "New Spirit Light" !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
    border: 1px solid #143CFF !important;
    border-radius: 30px !important;
    font-family: "Montserrat Regular" !important;
    text-transform: capitalize !important;
    background: transparent !important;
}

.woofc-total-left,
.woofc-no-item {
    font-family: "Montserrat Regular" !important;
}

.woofc-total-right,
.woofc-undo-inner {
    font-family: "New Spirit Light" !important;
}

.woofc-overlay {
    background: rgba(24, 31, 46, 0.9) !important
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover {
    border: 1px solid #143CFF !important;
    border-radius: 30px !important;
    font-family: "Montserrat Regular" !important;
    text-transform: capitalize !important;
    background: #143CFF !important;
    color: #ffffff !important;
}

.woofc-item-thumb .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: block;
}

.woofc-item-qty {
    display: block !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
    color: #FFA08E !important;
    background-color: #143cff !important;
    font-size: 16px !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
    color: #FFA08E !important;
    background-color: #143cff !important;
    font-size: 16px !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    font-size: 16px !important;
    background-color: #ffffff !important;
    color: #143cff !important;
    width: 30px !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
    padding: 10px 0px !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover {
    background: transparent !important;
}

[class*=hint--]:after {
    background: #FFA08E;
    font-family: "Montserrat Regular" !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.hint--left:before {
    border-left-color: #FFA08E;
}

.woofc-area a,
.woofc-area input,
.woofc-area p {
    font-family: "New Spirit Medium" !important;
    color: #143cff !important;
}

.woofc-menu-item-inner i {
    color: #ffffff !important;
}

.woofc-menu-item-inner::after {
    content: 'Cart';
}

.woofc-menu-item-inner-subtotal {
    color: #ffffff !important;
    display: none;
}

.woofc-menu-item a {
    padding: 0 !important;
    color: #ffffff !important;
    width: 100%;
}

.woofc-area.woofc-effect-05.woofc-area-show,
.woofc-area.woofc-effect-05.woofc-slide-no {
    border-radius: 30px !important;
}

.woofc-area.woofc-style-01 .woofc-area-top {
    font-family: "New Spirit Light" !important;
    font-size: 42px !important;
    line-height: 52px !important;
    background: transparent !important;
    font-weight: 100 !important;
    color: #133cff !important;
    text-transform: capitalize !important;
    height: 100px !important;
    padding: 25px 0px 25px 0px !important;
    text-align: center !important;
}

.woofc-area.woofc-style-01 .woofc-area-top .woofc-close {
    color: #133cff !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
    background: transparent;
    font-family: "New Spirit Light" !important;
    color: #FFF6E2 !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    font-family: "New Spirit Medium" !important;
    color: #133cff !important;
    font-weight: 100 !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    color: #FFA08E !important;
    font-family: "New Spirit Medium" !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
    font-family: Montserrat Regular !important;
}

.woofc-count.woofc-count-shake {
    animation: none !important;
}

@media only screen and (max-width: 767px) {
    .woofc-area.woofc-effect-05 {
        width: 90% !important;
    }

    .woofc-area.woofc-area-show.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
        color: #ffffff;
        right: -10px;
        font-size: 20px;
    }

    #woofc-count {
        display: block !important;
    }

    .woofc-count.woofc-count-top-right {
        top: -6px !important;
        right: 60px !important;
        bottom: auto;
        left: auto;
    }

    .woofc-count span {
        position: absolute;
        top: 10px !important;
        right: -10px;
        height: 20px !important;
        width: 20px !important;
        font-size: 12px;
        line-height: 20px !important;
        text-align: center;
        background: #e94b35;
    }

    .woofc-count {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .woofc-count i {
        color: #ffffff;
    }
}

/* Adding underline to privacy policy and t&cs link on checkout page - AT 15.09.2021 */
/*a:link.woocommerce-privacy-policy-link,
a:link.woocommerce-terms-and-conditions-link {
    text-decoration: underline;
}*/


.scheme {
    margin-top: 124px !important;
}

@media only screen and (max-width: 767px) {
    .scheme {
        margin-top: 46px !important;
    }
}

/* Product cards */
.shop-add-to-cart-btn {
    background: #143CFF !important;
    line-height: 0px !important;
    font-weight: bold;
    width: 22px !important;
    font-size: 22px;
    border: 1px solid #143CFF !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 20px !important;
    display: inline-block;
    cursor: pointer;
    height: 22px;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
}

.product-cards-container {
    max-width: 55% !important;
}

.col-container {
    display: flex;
}

.product-col {
    flex: 1;
    border-radius: 20px !important;
    margin: 0 20px 20px !important;
    position: relative !important;
}

.buy-now {
    /*position: relative !important;*/
    position: absolute !important;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 10px 20px !important;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-height {
    min-height: 230px;
}

.kit-link {
    top: 20px;
}

@media only screen and (max-width : 1800px) {
    .product-cards-container {
        max-width: 65% !important;
    }
}

@media only screen and (max-width : 1400px) {
    .product-cards-container {
        max-width: 80% !important;
    }
}

@media only screen and (max-width : 1200px) {
    .product-col {
        margin: 0 20px !important;
    }

    .buy-now {
        padding: 20px 10px !important;
    }
}

/*@media only screen and (max-width : 1100px) {
    .product-col {
        margin: 20px 20px !important;
    }
    /*.buy-now {
        padding: 20px 10px !important;
    }*
}*/
@media only screen and (max-width: 979px) {
    .product-col {
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-bottom: 20px !important;
        /*padding-bottom: 30px !important;*/
    }

    .product-cards-container {
        max-width: 95% !important;
    }
}

@media only screen and (max-width: 767px) {
    .product-col {
        margin-right: 10px !important;
        margin-left: 10px !important;
        /*bottom: 20px !important;
        top: -20px !important;*/
        margin-top: 20px !important;

        padding-bottom: 10px !important;
        padding-top: 10px !important;
        bottom: 0 !important;
        top: 0 !important;
    }

    .product-cards-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
    }

    .box-height {
        /*min-height: 180px;*/
        min-height: 200px;
    }

    .kit-link {
        top: 0px;
    }
}

@media only screen and (max-width: 676px) {
    .product-col {
        /*padding-bottom: 30px !important;*/
        /*margin-right: 0px !important;
        margin-left: 0px !important;*/
    }

    .col-container {
        flex-direction: column;
    }

    .product-cards-container {
        max-width: 65% !important;
    }
}

@media only screen and (max-width: 576px) {
    .product-col {
        /*padding-bottom: 30px !important;*/
        /*margin-right: 0px !important;
        margin-left: 0px !important;*/
    }

    .col-container {
        flex-direction: column;
    }

    .product-cards-container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .small-screen-margin {
        margin: 0px !important;
    }

    .small-screen-width {
        width: 16px !important;
    }

    .box-height {
        min-height: 220px;
    }

    .productCardButton {
        margin-right: 20px !important;
    }
}


html {
    scroll-padding-top: 118px;
}