/* Reset default font to Raleway */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Raleway', sans-serif;
}

@font-face {
    font-family: 'museo';
    src: url("../fonts/Museo_Slab_300.9a23938181b1.otf") format('opentype')
}

@font-face {
    font-family: 'museo bold';
    src: url("../fonts/Museo_Slab_700.82ba7e9d4c5a.otf") format('opentype')
}

@font-face {
    font-family: 'museo bold italic';
    src: url("../fonts/Museo_Slab_700italic.f4d21c9104ae.otf") format('opentype')
}

:root {
    --bs-primary-rgb: 255, 74, 35;
}

html, body {
    background: #E7ECE8;
}

h1 {
    font-family: 'museo';
}

h1 span.muted {
    font-family: Raleway;
    color: #55717D;
}

.text-muted {
}

h1 em {
    font-style: normal;
    color: #ff4a34;
    font-family: 'museo';
}

h2 b {
    color: rgba(255, 74, 35);
}

a {
    color: rgba(255, 74, 35);
}

.img-thumbnail {
    object-fit: cover;
    max-height: 400px;
    max-width: 400px;
}

.img-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.carousel-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #efefef;
}

.anchor-thumbnail {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: white;
    width: 100%;
    margin: 1em 0em;
    padding: 1em;
}

#shopping-cart-nav-item span {
    top: 30%;
    font-size: 60%;
    left: 85%;
}

#providers-menu li {
    margin-right: 1em;
    display: inline-block;
}

#providers-menu li a {
    background-color: #FF4A23;
    height: 88px;
    width: 88px;
    border-radius: 100%;
    vertical-align: middle;
    display: flex;
    text-align: center;
    color: white;
    padding: 20%;
    margin: 0px 7px;
}

#providers-menu li a.dropdown-item-first {
    margin: 0px 7px 0px 0px;
}

#providers-menu li.active a {
    background-color: black;
}

#providers-menu span.title {
    color: black;
    margin-top: 13px;
    display: inline-block;
    font-size: 16px;
}

#providers-menu img {
    height: 100%;
    width: 100%
}

/* FOOTER */
footer {
    background-color: rgba(255, 74, 35);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 0;
}

footer #footer-header {
    padding: 2em 2em 0em 2em;
}

.footer-last-column {
    width: 320px;
}

footer li {
    margin-bottom: 10px;
}

footer i.bi {
    position: relative;
    display: inline-block;
    bottom: 8px;
}

.nav-icon-link i {
    color: rgba(255, 74, 35);
    font-size: 16px;
}

.pill-link {
    display: inline-block;
    width: 100px;
    background: rgba(255, 74, 35);
    height: 34px;
    border-radius: 15px;
    font-size: 80%;
}

.pill-link a {
    color: white;
}

.pill-link a i {
    color: rgba(255, 74, 35);
    background: white;
    border-radius: 100%;
    width: 19px;
    text-align: center;
}

.btn-primary {
    --bs-btn-bg: rgba(255, 74, 35);
    --bs-btn-border-color: rgba(255, 74, 35);
    --bs-btn-hover-bg: rgba(85, 113, 125, 1);
    --bs-btn-hover-border-color: rgba(85, 113, 125, 1);
    --bs-btn-active-bg: rgba(85, 113, 125, 1);
    --bs-btn-active-border-color: rgba(85, 113, 125, 1);
    --bs-btn-disabled-bg: rgba(255, 101, 68, 1);
    --bs-btn-disabled-border-color: rgba(255, 101, 68, 1);
}

.btn-secondary {
    --bs-btn-bg: black;
    --bs-btn-border-color: black;
    --bs-btn-hover-bg: rgba(85, 113, 125, 1);
    --bs-btn-hover-border-color: rgba(85, 113, 125, 1);
    --bs-btn-active-bg: rgba(85, 113, 125, 1);
    --bs-btn-active-border-color: rgba(85, 113, 125, 1);
}

input.form-control {
    background: transparent;
    border: 2px solid rgba(255, 74, 35);
    border-radius: 20px;
    margin-bottom: 10px;
}

textarea.form-control {
    background: transparent;
    border: 2px solid rgba(255, 74, 35);
    border-radius: 20px;
    margin-bottom: 10px;
}

.form-control:disabled {
    background-color: #ccc;
    opacity: 1;
    color: #888;
}

.pill-button {
    border-radius: 20px;
    height: 40px;
}

.rounded-pill {
    padding: 10px 15px;
    position: relative;
}

.rounded-pill a {
    text-decoration: none;
}

.rounded-pill a i {
    color: rgba(255, 74, 35);
    background: white;
    border-radius: 100%;
    width: 19px;
    text-align: center;
}

.text-bg-primary {
    background-color: rgba(255, 74, 35)!important;
}

.text-bg-primary a {
    color: white;
    text-decoration: none;
}

.text-bg-secondary {
    background-color: white!important;
    color: rgba(255, 74, 35)!important;
}

.text-bg-secondary a {
    color: black;
    text-decoration: none;
}

.text-bg-dark a {
    color: white;
}

article.product_pod {
    background: white;
    border-radius: 20px;
    padding: 1em;
    height: 100%;
    margin-bottom: 1em;
}

article.product_pod h3 {
    font-size: 16px;
}

article.product_pod h3 a {
    text-decoration: none;
    color: black;
    display: inline-block;
    height: 80px;
}

.price_color {
    font-size: 20px;
    font-weight: 700;
    color: black;
    font-family: 'museo bold'
}

.delivery_information {
    font-size: 12px;
    line-height: 1rem;
    text-align: right;
    color: rgba(255, 74, 35, 1);
}

.accordion {
    --bs-accordion-btn-focus-border-color: rgba(255, 74, 35, 1);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.24rem rgba(255, 74, 35, 0.25);
    --bs-accordion-active-bg: rgba(255, 74, 35, 0.5)
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 74, 35, 0.5);
    color: #000;
}

.accordion-button:focus {
    border-color: rgba(255, 74, 35, 0.75)
}

.current_choice_summary {
    border-color: transparent;
    padding: 1rem;
    border-radius: 6px 6px 0px 0px;
    margin-top: 1rem;
    margin-bottom: -0.1rem!important;
}

.current_choice_summary h5 {
    color: rgba(140, 140, 140, 1);
    font-size: 16px;
}

.current_choice_summary .price_color {
    font-size: 28px;
}

.current_choice_summary .current_choice_variant {
    font-size: 14px;
}

.basket-items .price_color {
    font-weight: normal;
    font-size: 100%;
}

.card {
    margin-bottom: 10px;
}

.basket-title {
    border-top: 1px solid rgba(85, 113, 125, 1);
    border-bottom: 1px solid rgba(85, 113, 125, 1);
    padding: 1.5em 0em 1em 0em;
}

.basket-title h4 {
    font-size: 18px;
    color: rgba(85, 113, 125, 1);
    font-weight: 700;
}

.basket-items {
    margin-bottom: 1em;
    padding: 2em 1em;
}

.basket-items h3 {
    font-size: 120%;
    font-weight: 700;
}

.basket-items h3 a {
    text-decoration: none;
    color: black;
}

#basket_totals, #vouchers {
    border-radius: 20px;
    background: white;
    padding: 2em;
}

#basket_totals table {
    --bs-border-color: transparent;
}

#basket_totals table.table,
#basket_totals .table th, #basket_totals .table td {
    border: 0px;
}

#basket_totals h3 {
}

.text-right {
    text-align: right!important;
}

.checkout-quantity .input-group {
    width: inherit;
}

.checkout-quantity input[type=number] {
    border: 0;
    text-align: right;
    background: rgba(240, 239, 242, 1);
    border-radius: 6px;
    min-height: 38px;
    max-width: 60px;
}

.border-terciary {
    --bs-border-opacity: 1;
    border-color: rgba(85, 113, 125, 1) !important;
}

.btn-outline-primary {
    --bs-btn-color: #ff4a23;
    --bs-btn-border-color: #ff4a23;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4a23;
    --bs-btn-hover-border-color: #ff4a23;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4a23;
    --bs-btn-active-border-color: #ff4a23;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff4a23;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4a23;
    --bs-gradient: none;
}

#login_form, #register_form {
    text-align: center;
    max-width: 400px;
    background: transparent;
}

.swiper {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.swiper-slide img {
    max-height: 500px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
    color: rgba(255, 74, 35);
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 74, 35);
}

.product_page h2 {
    font-family: 'museo', Raleway, sans-serif;
}

.product_main h1 {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 25.84px;
    line-height: normal;
    color: #0f0f0f;
    word-wrap: break-word;
}

.product_main .product_upc {
    font-family: Poppins, Raleway, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

table {
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
}

table.table, .table th, .table td {
    border: 4px solid #E7ECE8;
}

.table th, .table td {
    background: white!important;
}

.footer-menu li a {
    color: white;
    text-decoration: none;
}

.wagtail-page {
    color: #55717d;
    font-family: Raleway, sans-serif;
    font-size: 22.60px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1em;
}

.wagtail-page h1 {
    font-family: Raleway, sans-serif;
    color: #FF4A23;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
}

.wagtail-page h2 {
    font-family: 'museo';
    color: black;
    line-height: 120%;
    font-size: 46px;
    margin-top: 1em;
}

.card-body {
    border: 0px;
    border-radius: 20px;
}

.shipping-payment h2 {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    color: #55717D;
}

.badges .badge {
    color: white;
    background-color: rgba(255, 74, 35);
    font-weight: 400;
    font-size: 14px;
}

.badges .badge .bi {
    border-radius: 20px;
    background-color: white;
    color: rgba(255, 74, 35);
    padding: 2px 3px;
    margin-left: 10px;
}

.badges .badge.badge-black {
    background-color: black;
}

.badges .badge.badge-black .bi {
    color: black;
}

.break-word {
    word-wrap: break-word;
    word-break: break-word;
}

.fluid-font {
    font-size: 50px;
}

#left-content {
    min-width: 480px;
}

.font-museo {
    font-family: 'museo', Raleway, sans-serif;
}

.border-r {
    border-radius: 20px;
}

.abstract {
    background: white;
    padding: 1em;
    margin: 1em;
    border-radius: 20px;
}

.required:after {
    content:" *";
    color: red;
}

.modal-backdrop {
    position: inherit;
}

.swal2-confirm {
    background-color: rgba(255, 74, 35)!important;
}

.swal2-html-container {
    overflow: inherit!important;
}

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

#loading-icon {
    animation: spin 1s linear infinite;
}

/* PROCESS BOXES */
#process {
    color: #55717D;
    margin-bottom: 1em;
}

.ibox.ibox-regular {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 1em;
    background: #eff2f0;
}

.ibox.ibox-regular input:not([type="submit"]),
 .ibox.ibox-regular textarea {
    border: 0px;
    background: rgba(231, 236, 232, 1);
    padding: 1em 1.5em;
}

.ibox.ibox-regular input::placeholder,
.ibox.ibox-regular textarea::placeholder
 {
    color: rgba(255, 74, 35);
    font-weight: 700;
}

.ibox.ibox-regular .form-text {
    margin-left: 20px;
    color: rgba(255, 74, 35);
}

.ibox.process-box {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
}

.ibox-header {
    padding: 1em;
    background: #eff2f0;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 3px;
}

.ibox-content {
    background-color: #eff2f0;
    padding: 1em;
    border-radius: 0px 0px 20px 20px;
    font-size: 16px;
}

.ibox-content img {
    display: block;
    margin: 0 auto;
}

.ibox-content small {
    font-size: 9px;
}

.ibox.ibox-weuta {
    background-color: rgba(255, 74, 35);
    color: white;
}

.ibox.ibox-weuta label {
    font-weight: 700;
}

.ibox.ibox-weuta .ibox-header {
    background-color: rgba(255, 74, 35);
}

.ibox.ibox-weuta .ibox-content {
    background-color: rgba(255, 74, 35);
}

.ibox.ibox-weuta .ibox-header h5 {
    font-family: 'museo';
    font-size: 29px;
}

.ibox.ibox-weuta .input:not(.btn) {
    background: white;
}

.ibox.ibox-weuta input::placeholder,
.ibox.ibox-weuta textarea::placeholder {
    color: #c7c7c7;
    font-size: 16px;
    font-weight: 700;
}

.ibox.ibox-weuta .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.ibox.ibox-regular.ibox-weuta .btn-secondary {
    background: #55717D;
    padding: inherit;
}


.process-box h5 {
    display: inline-block;
    color: rgba(255, 74, 35);
    font-weight: 600;
    margin-left: 10px;
}

span.process-order {
    display: inline-block;
    background-color: rgba(255, 74, 35);
    color: white;
    font-family: 'museo';
    border-radius: 100%;
    height: 37px;
    width: 37px;
    text-align: center;
    padding-top: 5px;
    font-size: 23px;
    font-weight: 400;
}

#help-section {
    background: #eff2f0;
    border-radius: 20px;
    color: #ff4a23;
    padding: .1em .75em;
    font-size: 46px;
    font-family: 'museo';
    line-height: 69px;
    padding-top: 11px;
}

#help-section .badges .badge {
    position: relative;
    bottom: 9px;
}

#help-section div, #help-section div em {
    font-family: 'museo';
}

#help-section em {
    color: black;
    font-style: normal;
}

.widget {
    border-radius: 20px;
    padding: 2em;
}

.widget-white {
    background: white;
}

.widget-weuta {
    color: white;
    background: rgba(255, 74, 35);
}

.widget-black {
    color: white;
    background: black
}

.ribbon {
    white-space: nowrap;
    position: relative;
    color: #e8efe9;
    width: 1200px;
    font-size: 66px;
    left: -145px;
    font-family: 'museo'
}

.ribbon span {
    font-family: 'museo'
}

.ribbon-primary {
    background: black;
    transform: rotate(11deg);
    bottom: -50px;
    color: rgba(255, 74, 35);
}

.ribbon-primary span {
    color: white;
}

.ribbon-secondary {
    background: rgba(255, 74, 35);
    transform: rotate(-9.85deg);
    bottom: 50px;
}

.ribbon-secondary span {
    color: black;
}

.bg-dark {
    background: #000!important;
}

.text-dark {
    color: #000!important;
}

.text-primary {
    color: rgba(255, 74, 35)!important;
}

.fs-big {
    font-size: 5em;
    font-weight: 800;
    font-family: 'museo';
}

.provider_search_form input[name=search_terms]::placeholder {
    color: black;
    font-weight: 700;
}

.provider_search_form input[name=search_terms].form-control {
    background: white;
    padding: 9px;
}

.faq-question {
    border-radius: 20px;
    background: white;
    padding: 1.5em;
    margin: 0.75em 0;
}

.faq-question h2 {
    font-weight: 600;
    line-height: 120%;
}

.wagtail-faq-page .widget {
    background: black;
    color: white;
    margin-top: 0.75em;
}

.wagtail-faq-page .widget.widget-weuta {
    background: rgba(255, 74, 35);
    color: black;
}

.wagtail-faq-page .widget.widget-weuta .widget-header {
    color: white;
}

.wagtail-faq-page .widget.widget-weuta .widget-header b {
    color: black;
}

.wagtail-faq-page .widget.widget-weuta .widget-content a {
    color: white;
    text-decoration: none;
}

.wagtail-faq-page .widget.widget-weuta .widget-content a b,
 .wagtail-faq-page .widget.widget-weuta .widget-content b {
    color: white;
}

.wagtail-faq-page .widget-header {
    font-size: 1.5em;
}

.wagtail-faq-page .widget-header p {
    font-family: 'museo';
}

.wagtail-faq-page .widget-header b {
    font-family: 'museo';
    font-weight: 500;
    color: rgba(255, 74, 35);
}



.wagtail-provider-page .widget {
    background: black;
    color: white;
    margin-top: 0.75em;
}

.wagtail-provider-page .widget.widget-weuta {
    background: rgba(255, 74, 35);
    color: black;
}

.wagtail-provider-page .widget.widget-weuta .widget-header {
    color: white;
}

.wagtail-provider-page .widget.widget-weuta .widget-header b {
    color: black;
}

.wagtail-provider-page .widget.widget-weuta .widget-content a {
    color: white;
    text-decoration: none;
}

.wagtail-provider-page .widget.widget-weuta .widget-content a b,
 .wagtail-provider-page .widget.widget-weuta .widget-content b {
    color: white;
}

.wagtail-provider-page .widget-header {
    font-size: 1.5em;
}

.wagtail-provider-page .widget-header p {
    font-family: 'museo';
}

.wagtail-provider-page .widget-header b {
    font-family: 'museo';
    font-weight: 500;
    color: rgba(255, 74, 35);
}

.provider-form {
    background: #ff4a23;
    border-radius: 20px;
    padding: 0.5em 1.5em;
}

.provider-form span.title {
    color: white;
    font-size: 21px;
    font-weight: 600;
    line-height: 120%;
    margin: 1em 0.5em;
}

.provider-form .buttonHolder {
    background: transparent;
    position: relative;
    top: -8px;
    width: 120px;
    margin-left: -115px!important;
}

.provider-form .buttonHolder input {
    border-radius: 20px;
    width: 110px;
    text-align: left;
}

.provider-form .buttonHolder i {
    display: inline-block;
    padding: 0.4em;
    border-radius: 20px;
    margin-left: -40px;
    color: white;
}

/* MOBILE MENU */
.mobile-nav {
    background-color: #ff4a23;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.mobile-nav {
    transform: translateY(100%);
}

.mobile-nav.active {
    transform: translateY(0);
}

.mobile-nav .nav-link {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-nav .nav-link .bi {
    font-size: 20px;
}

.mobile-nav .nav-label {
    font-size: 0.75rem;
    line-height: 1.2;
    display: block;
}

.partner-group {
    border-bottom: 1px solid #ccc;
    margin-top: 2em;
}

.text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: max-height 0.3s ease;
    max-height: 3.6em;
}

.text-expanded {
    -webkit-line-clamp: initial;
    max-height: none;
}

#additional-delivery-info-card {
}

#additional-delivery-info-card p {
    font-family: museo;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 74, 35, 1);
    margin: 0;
    line-height: 1.1rem;
}

#additional-delivery-info-card i {
    font-size: 24px;
    color: rgba(255, 74, 35, 1);
}

#additional-delivery-info {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .mobile-nav {
        display: none;
    }

    .fluid-font {
        font-size: 38px;
    }

    #left-content {
        min-width: auto;
    }

    .ibox-header {
        margin-top: 0.5em;
    }

    .block-html {
        /* padding: 0.5em; */
    }

    .ribbon {
        left: -313px;
    }

    #home-widget-row-2-right {
        height: 600px!important;
    }
}

.product-recovery-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 74, 35, 0.1);
    position: relative;
}

.product-recovery-icon .bi {
    position: absolute;
    color: rgba(255, 74, 35);
    font-size: 1.5rem;
}

.product-recovery-option {
    display: flex;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 1em;
    color: inherit;
}

.product-recovery-option:hover {
    border-color: rgba(255, 74, 35);
}

.product-recovery-option .bi:first-child {
    font-size: 1.5rem;
    color: rgba(255, 74, 35);
}

.product-recovery-option-primary {
    border-color: rgba(255, 74, 35);
    border-width: 2px;
}
