/* /Components/PaymentRedirection.razor.rz.scp.css */
.loader[b-rd75ad4yrm] {
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-text[b-rd75ad4yrm] {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    align-self: center;
}

.loader-bar[b-rd75ad4yrm] {
    width: 30%;
    height: 10px;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    animation: loader-bar-animation-b-rd75ad4yrm 2s ease-in-out infinite;
}

@keyframes loader-bar-animation-b-rd75ad4yrm {
    0% {
        /* transform: translateX(-100%) rotate(270deg); */
        transform: translateX(-100%);
    }

    50% {
        /* transform: translateX(100%) rotate(-90deg); */
        transform: translateX(100%);
    }

    100% {
        /* transform: translateX(-100%) rotate(270deg); */
        transform: translateX(-100%);
    }
}
/* /Components/QuickView.razor.rz.scp.css */
.accordion-container[b-s0ac5f02eo] {
    /*    max-width: 600px;*/
    width: 100%;
    margin: 40px auto;
}

.accordion-button[b-s0ac5f02eo] {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active[b-s0ac5f02eo], .accordion-button:hover[b-s0ac5f02eo] {
        background-color: #ccc;
    }

.accordion-content[b-s0ac5f02eo] {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
/* /Components/QuickView1.razor.rz.scp.css */
.accordion-container[b-4nyiz4lf4x] {
    /*    max-width: 600px;*/
    width: 100%;
    margin: 40px auto;
}

.accordion-button[b-4nyiz4lf4x] {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active[b-4nyiz4lf4x], .accordion-button:hover[b-4nyiz4lf4x] {
        background-color: #ccc;
    }

.accordion-content[b-4nyiz4lf4x] {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.menu[b-vundtlxemz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
    .menu > li[b-vundtlxemz] {
        position: relative;
        padding: 15px 20px;
        color: white;
        cursor: pointer;
    }


.menu > li:hover .submenu[b-vundtlxemz] {
    display: flex;
}


.submenu[b-vundtlxemz] {
    position: absolute;
    top: 100%;
    left: -250px;
    background-color: #fff;
    padding: 10px;
    width: 1000px; /* normal width */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
}
    .submenu .category h4[b-vundtlxemz] {
        margin: 0;
        color: #00205C; 
        padding-bottom: 10px;
        border-bottom: 2px solid #FCBA00;
        font-size: 18px;
    }

    .submenu .category[b-vundtlxemz] {
        flex: 1;
        padding: 10px;
        color: white;
    }


    .submenu .category ul[b-vundtlxemz] {
        list-style: none;
        padding: 0;
        margin: 10px 0 0;
    }

    .submenu .category ul li[b-vundtlxemz] {
        padding: 8px 0;
        color: #ddd;
        cursor: pointer;
    }

    .submenu .category ul li:hover[b-vundtlxemz] {
        color: #fff;
        text-decoration: underline;
    }

/* Flexbox layout for submenu */
.submenu[b-vundtlxemz] {
    display: none;
    gap: 20px;
}
/*.blink {
    animation: blink 1s infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}*/
@keyframes blink-b-vundtlxemz {
    50% {
        opacity: 0;
    }
}

@keyframes swapText-b-vundtlxemz {
    0%, 70% {
        content: "Spend \00A3 25 for Free Mainland UK Delivery";
    }



    71%, 100% {
        content: "Celebrating 20 years of service";
    }
}

.blink-swap[b-vundtlxemz]::after {
    content: "Spend \00A3 25 for Free Mainland UK Delivery";
    animation: blink-b-vundtlxemz 1s infinite, swapText-b-vundtlxemz 8s infinite;
}
.moving-text[b-vundtlxemz] {
    display: inline-block;
    padding-left: 100%;
    animation: moveText-b-vundtlxemz 10s linear infinite;
}

@keyframes moveText-b-vundtlxemz {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-10tyv1c921] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-10tyv1c921] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-10tyv1c921] {
    font-size: 1.1rem;
}

.bi[b-10tyv1c921] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-10tyv1c921] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-10tyv1c921] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-10tyv1c921] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-10tyv1c921] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-10tyv1c921] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-10tyv1c921] {
        padding-bottom: 1rem;
    }

    .nav-item[b-10tyv1c921]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-10tyv1c921]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-10tyv1c921]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-10tyv1c921] {
        display: none;
    }

    .collapse[b-10tyv1c921] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-10tyv1c921] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Checkout.razor.rz.scp.css */
/* From Uiverse.io by escannord */
.radio-input input[b-23mopfsv4d] {
    display: none;
}

.radio-input label[b-23mopfsv4d] {
    --border-color: #a1b0d8;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    min-width: 5rem;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.radio-input input:checked + label[b-23mopfsv4d] {
    --border-color: #2f64d8;
    border-color: var(--border-color);
    border-width: 2px;
}

.radio-input label:hover[b-23mopfsv4d] {
    --border-color: #2f64d8;
    border-color: var(--border-color);
}

.radio-input[b-23mopfsv4d] {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-direction: column;
}

.circle[b-23mopfsv4d] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(189, 187, 207);
    margin-right: 0.5rem;
    position: relative;
}

.radio-input input:checked + label span.circle[b-23mopfsv4d]::before {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2f64d8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.text[b-23mopfsv4d] {
    display: flex;
    align-items: center;
}

.price[b-23mopfsv4d] {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: bold;
}

.small[b-23mopfsv4d] {
    font-size: 10px;
    color: rgb(136, 138, 139);
    font-weight: 100;
}

.info[b-23mopfsv4d] {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    background-color: rgb(31, 236, 123);
    border-radius: 20px;
    padding: 1px 9px;
    top: 0;
    transform: translateY(-50%);
    right: 5px;
}
/* /Pages/MyOrderView.razor.rz.scp.css */



.track[b-ncnsfgomow] {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

    .track .step[b-ncnsfgomow] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;.
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }

        .track .step.active[b-ncnsfgomow]:before {
            background: #e6c805
        }

        .track .step[b-ncnsfgomow]::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px
        }

        .track .step.active .icon[b-ncnsfgomow] {
            background: #e6c805;
            color: #fff
        }

    .track .icon[b-ncnsfgomow] {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }

    .track .step.active .text[b-ncnsfgomow] {
        font-weight: 400;
        color: #000
    }

    .track .text[b-ncnsfgomow] {
        display: block;
        margin-top: 7px
    }

.itemside[b-ncnsfgomow] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .itemside .aside[b-ncnsfgomow] {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.img-sm[b-ncnsfgomow] {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row[b-ncnsfgomow], ul.row-sm[b-ncnsfgomow] {
    list-style: none;
    padding: 0
}

.itemside .info[b-ncnsfgomow] {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title[b-ncnsfgomow] {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p[b-ncnsfgomow] {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning[b-ncnsfgomow] {
    color: #ffffff;
    background-color: #e6c805;
    border-color: #e6c805;
    border-radius: 1px
}

    .btn-warning:hover[b-ncnsfgomow] {
        color: #ffffff;
        background-color: #ff2b00;
        border-color: #ff2b00;
        border-radius: 1px
    }
