﻿/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.roundspan {
    background-color: white;
    border-radius: 50%;
    color: #fe6104;
    padding: 0px 8px;
    margin-right: 10px;
}

.companybox {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0.125rem 0px, rgb(0 0 0 / 12%) 0px 0.125rem;
    padding:5px
}

.nine-bottom-button {
    background-color: #ff6000;
    padding: 15px;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 5px;
    margin: 10px;
}

.nineflex {
    display: flex;
}

.nineflex-70 {
    width: 70%
}

.nineflex-30 {
    width: 30%;
    text-align: center;
}

.ninehr {
    margin: 0px;
}

.nine-margin-bottom-100 {
    padding-bottom: 100px;
}

.nine-margin-top-100 {
    padding-top: 85px;
}

.nine-margin-top-20 {
    padding-top: 10px;
}

.cart_col {
    margin-bottom: 25px;
}


.cart_col {
    overflow: auto;
    transform: translateX(-200%);
    top: 0;
    left: -100%;
    bottom: 0;
    width: 30%;
    height: 100%;
    position: fixed !important;
    background-color: #fff;
    z-index: 999999999 !important;
    margin: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

    .cart_col.show {
        transform: translateX(0);
        left: 0;
        border: 0;
    }


@media screen and (max-width: 991px) {
    .cart_col {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .cart_col {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .cart_col {
        width: 100%;
    }
}




.cart_col .inner_bt {
    text-align: center;
    display: none;
    font-weight: 500;
    padding: 10px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
}

    .cart_col .inner_bt a.open_filters {
        position: absolute;
        right: -5px;
        top: 3px;
        border: 0;
        padding: 0;
    }

@media (max-width: 991px) {
    .cart_col .inner_bt {
        display: block;
    }
}

.cart_col .inner_bt i {
    font-size: 36px;
    font-size: 2.25rem;
    color: #999;
}

    .cart_col .inner_bt i:hover {
        color: #111;
    }


/*footer NINE*/
.footer-nav-area {
    position: fixed !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #f4f4f4;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 1px solid #ebebeb;
}

.footer-nav {
    background-color: #f4f4f4;
    width: 100%;
    height: 62px;
}

    .footer-nav ul {
        position: relative;
        z-index: 10;
        width: 100%;
    }

        .footer-nav ul li {
            position: relative;
            z-index: 1;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            list-style: none;
        }

            .footer-nav ul li a {
                position: relative;
                display: block;
                font-size: 12px;
                text-align: center;
                font-weight: 500;
                text-transform: capitalize;
                line-height: 1;
                color: #1f0757;
                z-index: 1;
            }

                .footer-nav ul li a svg {
                    -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
                }

                .footer-nav ul li a span {
                    -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
                    color: #1f0757;
                    display: block;
                    margin-top: 0.25rem;
                }

                .footer-nav ul li a:hover, .footer-nav ul li a:focus {
                    color: #ff6000;
                }

                    .footer-nav ul li a:hover span, .footer-nav ul li a:focus span {
                        color: #ff6000;
                    }

            .footer-nav ul li.active a {
                color: #ff6000;
            }

                .footer-nav ul li.active a span {
                    color: #ff6000;
                }

    .footer-nav.footer-style-two li.active a {
        position: relative;
        z-index: 1;
        width: 3.5rem;
        height: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgb(255 96 0 / 69%);
        margin: -25px auto 0;
        border-radius: 50%;
        color: #ffffff;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

        .footer-nav.footer-style-two li.active a::before {
            border-radius: 50%;
            position: absolute;
            width: 80%;
            height: 80%;
            top: 10%;
            right: 10%;
            z-index: -10;
            background-color: #ff6000;
            content: "";
        }

    .footer-nav.footer-style-three ul li a {
        background-color: #f1f2fb;
        width: 2.625rem;
        height: 2.625rem;
        border-radius: 50%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .footer-nav.footer-style-three ul li a:hover, .footer-nav.footer-style-three ul li a:focus {
            background-color: #ff6000;
            color: #ffffff;
        }

    .footer-nav.footer-style-three ul li.active a {
        background-color: #ff6000;
        color: #ffffff;
    }

    .footer-nav.footer-style-four ul li {
        text-align: center;
    }

        .footer-nav.footer-style-four ul li a {
            color: #1f0757;
        }

            .footer-nav.footer-style-four ul li a:hover, .footer-nav.footer-style-four ul li a:focus {
                color: #ff6000;
            }

        .footer-nav.footer-style-four ul li span {
            font-size: 12px;
            display: block;
            margin-top: 0.25rem;
            font-weight: 500;
            line-height: 1;
        }

        .footer-nav.footer-style-four ul li.active a {
            color: #ff6000;
        }

    .footer-nav.footer-style-five ul li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .footer-nav.footer-style-five ul li::after {
            width: 2rem;
            height: 3px;
            background-color: #ff6000;
            content: "";
            position: absolute;
            bottom: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            opacity: 0;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .footer-nav.footer-style-five ul li.active::after, .footer-nav.footer-style-five ul li:hover::after, .footer-nav.footer-style-five ul li:focus::after {
            opacity: 1;
        }

    .footer-nav.footer-style-six ul li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .footer-nav.footer-style-six ul li::after {
            width: 2rem;
            height: 3px;
            background-color: #ff6000;
            content: "";
            position: absolute;
            top: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            opacity: 0;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .footer-nav.footer-style-six ul li.active::after, .footer-nav.footer-style-six ul li:hover::after, .footer-nav.footer-style-six ul li:focus::after {
            opacity: 1;
        }

    .footer-nav.footer-style-seven ul li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .footer-nav.footer-style-seven ul li::after {
            width: 7px;
            height: 7px;
            background-color: #2ecc4a;
            border-radius: 50%;
            content: "";
            position: absolute;
            bottom: 5px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            opacity: 0;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .footer-nav.footer-style-seven ul li.active::after, .footer-nav.footer-style-seven ul li:hover::after, .footer-nav.footer-style-seven ul li:focus::after {
            opacity: 1;
        }

.horizontal-scroll.footer-nav ul {
    scrollbar-width: thin;
    overflow-x: scroll;
    overflow-y: hidden;
}

    .horizontal-scroll.footer-nav ul li {
        padding: 0 1rem;
    }

.bg-success.footer-nav ul li a,
.bg-primary.footer-nav ul li a,
.bg-secondary.footer-nav ul li a,
.bg-dark.footer-nav ul li a,
.bg-danger.footer-nav ul li a,
.bg-info.footer-nav ul li a,
.bg-warning.footer-nav ul li a {
    color: rgba(255, 255, 255, 0.6);
}

    .bg-success.footer-nav ul li a:hover, .bg-success.footer-nav ul li a:focus,
    .bg-primary.footer-nav ul li a:hover,
    .bg-primary.footer-nav ul li a:focus,
    .bg-secondary.footer-nav ul li a:hover,
    .bg-secondary.footer-nav ul li a:focus,
    .bg-dark.footer-nav ul li a:hover,
    .bg-dark.footer-nav ul li a:focus,
    .bg-danger.footer-nav ul li a:hover,
    .bg-danger.footer-nav ul li a:focus,
    .bg-info.footer-nav ul li a:hover,
    .bg-info.footer-nav ul li a:focus,
    .bg-warning.footer-nav ul li a:hover,
    .bg-warning.footer-nav ul li a:focus {
        color: #ffffff;
    }

.bg-success.footer-nav ul li.active a,
.bg-primary.footer-nav ul li.active a,
.bg-secondary.footer-nav ul li.active a,
.bg-dark.footer-nav ul li.active a,
.bg-danger.footer-nav ul li.active a,
.bg-info.footer-nav ul li.active a,
.bg-warning.footer-nav ul li.active a {
    color: #ffffff;
}


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6d757d;
    padding-top: 2px;
}


.w3-ul {
    list-style-type: none;
    padding: 0px;
    margin: 0
}

    .w3-ul li {
       /* padding: 8px 16px;*/
        padding-left:8px;
        border-bottom: 1px solid #ddd
    }

    .w3-modal-ul li {
         padding: 3px 3px;
        border-bottom: 1px solid #ddd
    }

        .w3-ul li:last-child {
            border-bottom: 1px solid #ddd
        }

    .w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
        background-color: #ccc
    }


.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 5px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}



.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}


.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}


.w3-right {
    float: right !important
}

.w3-xlarge {
    font-size: 24px !important
}


.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }



    /*DELIVERY OR TAKEAWAY*/
.c-basketSwitcher {
    background-color: #efedea;
    border-radius: 50rem;
    display: flex;
    height: 50px;
    justify-content: space-around;
    margin: 8px 0 16px;
    padding: 3px;
}

.c-basketSwitcher-switch--active {
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgb(27 35 36 / 2%), 0 2px 12px -2px rgb(27 35 36 / 8%), 0 3px 6px 0 rgb(27 35 36 / 6%);
    font-weight: 700;
    width: 60%;
}

.c-basketSwitcher-switch {
    align-items: center;
    border-radius: 50rem;
    display: flex;
    font-size: 14px;
    font-size: .875rem;
    justify-content: center;
    line-height: 1.43;
    transition-duration: 75ms;
    transition-property: font-size,padding,width,background-color,border-radius;
    width: 50%;
    margin-bottom: 0px;
}

.is-visuallyHidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.c-basketSwitcher-loader {
    animation: dotPulse 1.5s linear infinite;
    animation-delay: 0s;
    background-color: #fff;
    border-radius: 2px;
    color: #125fca;
    display: none;
    height: 4px;
    position: relative;
    width: 4px;
}

.c-basketSwitcher-eta-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 2px;
}

.c-pieIcon--BikeSmall {
    height: 20px;
    width: 20px;
}
.c-basketSwitcher-eta {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33;
}


.c-pieIcon--BagSmall, .c-pieIcon--TrashSmall {
    height: 18px;
    width: 18px;
}