:root {
    --primColor: #e62d2e;
    --bannerColor: Black;
    --fontColor: white;
    --logoSize: 100px;
    --bg_color: white;
}


body {
    background-color: var(--bg_color);
    color: #71281B;
    font-family: "Arial";
}

select {
    width: 100%;
    height: 35px;
}


#topbanner, #hamMenu {
    background-color: var(--bannerColor);
    color: var(--fontColor);
}

.more {
    display: none;
}

.close {
    font-size: 2.5rem;
}

a {
    cursor: pointer;
}

#logo {
    text-decoration: none;
    margin-right: 15%;
    width: var(--logoSize);
}

.modal-header {
    padding: 9px;
}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
    }

    .modal-full-mobile {
        width: 100vw;
        height: 100vh;
    }
}

.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

#lblIsOpen {
    color: var(--fontColor);
}

#bottomBanner {
    background-color: #e5e5e9;
    height: 65px;
    border: solid;
    border-color: #e5e5e9;
}

h5 {
    margin-bottom: 10px;
}


.productImage {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

    .productImage[aria-expanded="false"] {
        display: block;
    }

    .productImage[aria-expanded="true"] {
        display: none;
    }

.card-header[aria-expanded="false"] {
    color: white;
    font: bold 10px "Arial";
    cursor: pointer;
    max-width: 1200px;
    border: solid;
    border-color: WhiteSmoke;
    border-spacing: 10px;
    background-color: WhiteSmoke;
    padding-top: 4px;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
    background-image: url(/Images/more.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    background-position-x: 98%;
    border-bottom-color: whitesmoke;
}

.card-headerx[aria-expanded="false"] {
    color: #71281B;
    font: bold 10px "Arial";
    cursor: pointer;
    max-width: 1200px;
    height: 140px;
    border: solid;
    border-color: WhiteSmoke;
    border-spacing: 10px;
    background-color: WhiteSmoke;
    padding-top: 4px;
    /*padding-left: 8px;*/
    margin-bottom: 10px;
    /*margin-left: 7px;
    margin-right: 7px;
    */ background-image: url(/Images/more.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    background-position-x: 98%;
}

.card-headerx[aria-expanded="true"] {
    background-image: url(/Images/less.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    background-position-x: 98%;
    color: white;
    font: bold 10px Arial;
    cursor: pointer;
    max-width: 1200px;
    height: 40px;
    border: solid;
    background-color: var(--primColor);
    border-color: var(--primColor);
    /*padding-top: 7px;*/
    padding-left: 8px;
    margin-left: 7px;
    margin-right: 7px;
}

.card-headery[aria-expanded="false"] {
    color: #71281B;
    font: bold 10px "Arial";
    cursor: pointer;
    max-width: 1200px;
    height: 140px;
    border: solid;
    border-color: WhiteSmoke;
    border-spacing: 10px;
    background-color: WhiteSmoke;
    padding-top: 7px;
    /*   padding-left: 8px;*/
    /*   margin-left: 7px;
    margin-right: 7px;*/
}

.card-header:active[aria-expanded="false"] {
    background-color: var(--primColor);
    color: white;
}


#ImageButton1 {
    background-image: url(/Images/more.png);
    /*background-repeat: no-repeat;
    background-position: right;*/
}


​
.hidden {
    color: black;
    font: bold 10px Arial;
    cursor: pointer;
    max-width: 1200px;
    height: 60px;
    border: solid;
    border-color: white;
    border-spacing: 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: whitesmoke;
    padding-top: 10px;
    padding-left: 8px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.accordion > .card:not(:first-of-type) .card-header:first-child[aria-expanded="false"] {
}

.card-header[aria-expanded="true"] {
    background-image: url(/Images/less.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    background-position-x: 98%;
    color: white;
    font: bold 10px Arial;
    cursor: pointer;
    max-width: 1200px;
    height: 55px;
    border: solid;
    background-color: darkgrey;
    border-color: darkgrey;
    padding-top: 10px;
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: unset;
}



#mySidebar {
    color: black;
}

#divDeliveryInfo {
    color: white;
}

.card-body {
    background-color: WhiteSmoke;
    font: normal 10px auto "Arial";
    border: 1px gray;
    width: auto;
    max-width: 1200px;
    padding: 4px;
    padding-top: 12px;
    height: 100%;
    overflow: hidden;
    margin-left: 14px;
    margin-right: 7px;
    /*color: white;*/
    margin-top: 1px;
}

.card {
    border: hidden;
    background-color: WhiteSmoke;
    border-color: WhiteSmoke;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pnl legend {
    color: black;
    font-size: 12px;
    font-weight: bold;
    font-stretch: expanded;
    margin-top: 10px;
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-width: inherit;
}

.pnl {
    /*margin-left: 10px;*/
}

#ddl {
    margin: auto;
    text-align: center;
    max-width: 1200px;
    margin-top: 100px;
}

.w3-top-ddl {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
}

.w3-top {
    z-index: 3;
}


.list {
    background-color: var(--bannerColor);
    color: var(--fontColor);
    width: 100%;
    Height: 50px;
    font-weight: bold;
    font-size: 16px;
    max-width: 1200px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}


#btnPrexNext {
    margin-right: 7%;
    margin-top: 20px;
    display: flex;
}

/*input[type="submit"] {*/
/*border-radius: 5px;*/
/*border-style: none;
    border-color: inherit;
    border-width: 0;
    box-shadow: 1px 2px 5px #666;
}

    input[type="submit"]:hover {
        border: 0;
        box-shadow: 1px 2px 5px #999;
    }*/

#btnSave {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    background-color: var(--primColor);
    color: Black;
    Font-Size: 15px;
    Height: 30px;
}

#divBtnOrder {
    margin-top: 10px;
}

#bottombar_btnOrder {
    max-width: 280px;
    width: 100%;
    color: black;
    font-weight: bold;
    background-color: white;
    Font-Size: 15px;
    Height: 40px;
}

.extraList {
    font-size: 8px;
    text-align: left;
}

.language {
    width: 75px;
}

.linkbutton, .ProductNameClass, .ProductDescriptionClass {
    width: 300px;
    font-size: 19px;
    margin-top: 15px;
    color: #71281B;
}



.lblProductName {
    width: 300px;
    font-size: 16px;
    margin-top: 15px;
    color: #71281B;
}


.textbox {
    /*height: 20px;*/
    width: 100%;
    border: 1px solid #c4c4c4;
    font-size: 11px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .textbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.content-wrapper {
    margin-left: 2px;
    margin-right: 2px;
}

#MainContent_divPlaceOrder {
    width: 100%;
    margin-top: 160px;
}

.lineDivider {
    border: solid;
    border-width: 1.0px;
    border-color: Black;
    margin-bottom: 15px;
}

#basket {
    width: 100%;
}

#lbltitle {
    color: var(--primColor);
    font-size: 60px;
}

#promobanner {
    margin: auto;
    margin-top: 200px;
    text-align: center;
    Font-Size: 17px;
    max-width: 1200px;
    color: red;
    font-weight: bold;
}

#MainContent_lblSubBanner {
    Font-Size: 12px;
    letter-spacing: normal;
}


.button {
    width: 90%;
    min-width: 150px;
    height: 100%;
    min-height: 35px;
    color: white;
    font-weight: bold;
    background-color: var(--primColor);
    Font-Size: 15px;
    Height: 35px;
}

#deliveryViewDetail {
    margin-right: 10px;
}

#MainContent_ddlDeliveryHours {
    margin: auto;
    width: 100%;
    text-align: center;
    height: 40px;
}

#MainContent_rblPayOption {
    margin: auto;
    width: 100%;
    text-align: center;
    height: 40px;
}


.headers {
    font-weight: bold;
    font-size: 17px;
    Background-color: var(--primColor);
    height: 35px;
    font-family: ChunkFive;
    color: white;
    line-height: 2;
}


.buttonx {
    width: 100%;
    min-width: 150px;
    height: 100%;
    min-height: 35px;
    color: white;
    font-weight: bold;
    background-color: var(--primColor);
    Font-Size: 15px;
    Height: 35px;
    display: none;
}

#nextBtn {
    height: 50%;
    width: 95%;
    margin-left: 20px;
}


#accMenu {
    overflow: hidden;
    height: 100%;
}

.button {
    background-color: var(--primColor);
    Font-Size: 15px;
    Width: 80%;
    Height: 30px;
    color: white;
    font-weight: bold;
}




.divMainProduct {
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--primColor);
    padding-left: 10px;
    min-height: 70px;
    height: auto;
    padding-top: 9px;
    color: white;
}

#divRepeater {
    margin: auto;
    max-width: 1200px;
    /*margin-bottom: 150px;*/
}



.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
    margin-right: 10px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: "Arial";
        /*content: "\f00c";*/
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


.checklist label {
    font-family: "Arial";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
    margin-right: 10px;
    color: #71281B;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 74px;
}

.input-group {
    width: 73%;
}

.col-5, .col-2 {
    padding: 0;
}

.radiolist {
    font-size: 9px;
}

    .radiolist label {
        font-family: "Arial";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 3px;
        margin-right: 10px;
        color: #71281B;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 74px;
    }


.w3-bar-item w3-button {
    font-weight: bold;
}

#button {
    display: inline-block;
    background-color: grey;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        /*font-family: FontAwesome;*/
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: darkgray;
    }

    #button:active {
        background-color: grey;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 500px) {


    #button {
        margin: 30px;
    }
}

.cartfooter {
    background-color: #f03530;
    color: red;
}



div.cartHeader {
    color: white;
    font: 20px Arial;
    font-stretch: ultra-expanded;
    font-weight: bold;
    border-color: white;
    border-spacing: 10px;
    background-color: var(--primColor);
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
    /*border-radius: 10px;*/
    text-align: center;
}

#cartCalc {
    color: #71281B;
    background-color: WhiteSmoke;
}

div.cart {
    /*height: 120px;*/
    color: #71281B;
    background-color: WhiteSmoke;
}

div.absolute {
    /*top: 200px;*/
    right: 30px;
    background-color: WhiteSmoke;
    /*border-radius: 10px;*/
}
/* Solid border */
div.solid {
    border-top: 2px solid #bbb;
    margin-top: 10px;
 /*   margin-left: 15px;
    margin-right: 15px;*/
}

div.blacksolid {
    border-top: 3px solid #bbb;
    margin-top: 5px;
    background-color: #bbb;
    margin-left: 15px;
    margin-right: 15px;
}

.cartBtn {
    width: 50%;
    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cartbar_btnOrder {
    font-size: 20px;
}

.divCartBar {
    height: auto;
}

.w3-bottom {
    z-index: 1000;
}
/* Hide all steps by default: */
.tab {
    display: none;
}


.btnComment {
    border: none;
    background-color: inherit;
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
    margin-left: -10px;
    color: var(--primColor);
    font-weight: bold;
}

.extraList {
    font-size: 10px;
    text-align: left;
    font-weight: normal;
}

.picMainProduct {
    padding-right: 10px;
    text-align: center;
}

.lblHeaderTotPrice {
    font-weight: bolder;
    Font-Size: 15px;
    color: Red;
}


.pic {
    width: 100%;
    height: 100px;
    margin-left: 10px;
    padding-right: 10px;
    object-fit: cover;
}


.txtComment {
    width: 250px;
    height: 50px;
}

.divComment {
    display: none;
    margin-bottom: 10px;
}

.informationText {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    background-color: #92101054;
    font-weight: bold;
}

.divinput {
    margin-bottom: 10px;
    font-size: 12px;
}

.divView {
    font-weight: lighter;
    margin-top: 10px;
    font-size: 12px;
}


#bottombar_ddlPayOption {
    width: 100%;
}


#divlandingpage {
    margin-top: 250px;
    text-align: center;
}

.lnkOptions {
    width: 170px;
}

.radio-toolbar {
    width: 97%;
    margin-left: 5px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 300px;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #ddd;
        padding: 10px;
        font-family: 'Arial';
        font-size: 12px;
        /*border: 2px solid #444;*/
        width: 100%;
        text-align: center;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: var(--primColor);
        border-color: black;
        color: white;
    }

    .radio-toolbar input[type="radio"]:focus + label {
    }


.plusmin {
    font-size: 24px;
    font-weight: bolder;
    margin-left: 4px;
}


@font-face {
    font-family: ChunkFive Roman;
    src: url('../fonts/chunkfive.ttf');
}

@font-face {
    font-family: Arial;
}

.itemPlaceholderContainer a {
    color: #71281B;
    font-weight: bold;
    text-align: center;
}


.itemPlaceholderContainer {
    color: black;
    border-spacing: 10px;
    /*    border-radius: 10px;*/
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 170px;
    background-color: WhiteSmoke;
}

#MainContent_manage {
    background-color: WhiteSmoke;
}

#MainContent_lblHeader {
    font-family: ChunkFive Roman;
}



/*-----------------------------------
 * Footer Section Style
 -----------------------------------*/
.footer-section {
    position: relative;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

    .footer-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        z-index: 0;
        background: var(--bannerColor);
    }

    .footer-section .contact-info {
        margin-bottom: 10px;
    }

        .footer-section .contact-info i {
            margin-right: 10px;
            color: var(--fontColor);
        }

        .footer-section .contact-info h6 {
            color: var(--fontColor);
        }

        .footer-section .contact-info h6 {
            color: var(--fontColor);
        }

        .footer-section .contact-info p {
            margin-bottom: 0;
            color: var(--fontColor);
        }

.footer-cta {
    border-bottom: 1px solid #373636;
}


.footer-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
    color: white;
}

    .footer-logo img {
        max-width: 50px;
        padding: 5px;
        background: -webkit-linear-gradient(180deg, var(--fontColor);
        , #126905);
        background: -o-linear-gradient(180deg, var(--fontColor);
        , #126905);
        background: linear-gradient(180deg, var(--fontColor);
        , #126905);
        border-radius: 50%;
    }

    .footer-logo h1 {
        color: var(--fontColor);
        ;
        font-size: 23px;
        margin-left: 10px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--fontColor);
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

    .footer-social-icon i:hover {
        color: #febb5c;
    }

.footer-widget-heading h3 {
    color: var(--fontColor);
    ;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #febb5c;
        margin-left: 10px;
    }

    .footer-widget ul li a {
        color: var(--fontColor);
        text-transform: capitalize;
    }

        .footer-widget ul li a i {
            margin-right: 10px;
        }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--color-primary);
    }

    .footer-menu li a {
        font-size: 14px;
        color: var(--fontColor);
    }

        .footer-menu li a:hover {
            color: #febb5c;
        }


.footer-area {
    text-align: center;
}

    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }

.copyright-area {
    background: var(--primColor);
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--fontColor);
}

    .copyright-text p a {
        color: var(--color-primary);
    }

@media screen and (max-width: 320px) and (min-width: 0px) {

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}

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

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}



.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: gray;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .back-to-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #5b5b5b;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .back-to-top:hover:before,
    .back-to-top:focus:before {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover,
    .back-to-top:focus {
        color: #ffffff;
    }

    .back-to-top.active {
        top: 90%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .back-to-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%;
    }

    .back-to-top:hover i:first-child,
    .back-to-top:focus i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
    }

    .back-to-top:hover i:last-child,
    .back-to-top:focus i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%;
    }

    .back-to-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
    }







.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px;
    min-width: 500px;
}

    .bs4-order-tracking li {
        list-style-type: none;
        font-size: 13px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
        color: #878788;
        text-align: center;
    }

        .bs4-order-tracking li:first-child:before {
            margin-left: 15px !important;
            padding-left: 11px !important;
            text-align: left !important
        }

        .bs4-order-tracking li:last-child:before {
            margin-right: 5px !important;
            padding-right: 11px !important;
            text-align: right !important
        }

        .bs4-order-tracking li > div {
            color: #fff;
            width: 29px;
            text-align: center;
            line-height: 29px;
            display: block;
            font-size: 12px;
            background: #878788;
            border-radius: 50%;
            margin: auto
        }

        .bs4-order-tracking li:after {
            content: '';
            width: 150%;
            height: 2px;
            background: #878788;
            position: absolute;
            left: 0%;
            right: 0%;
            top: 15px;
            z-index: -1
        }

        .bs4-order-tracking li:first-child:after {
            left: 50%
        }

        .bs4-order-tracking li:last-child:after {
            left: 0% !important;
            width: 0% !important
        }

        .bs4-order-tracking li.active {
            font-weight: bold;
            color: #dc3545
        }

            .bs4-order-tracking li.active > div {
                background: #dc3545
            }

            .bs4-order-tracking li.active:after {
                background: #dc3545
            }

.card-timeline {
    background-color: #fff;
    z-index: 0
}



#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
 
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;

}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}




.form-control {
    border-radius: 10px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}



.input-group-text {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    color: #666;
}

.input-group {
    position: relative;
}


.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

    .divider::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 45%;
        height: 1px;
        background: #eee;
    }

    .divider::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 45%;
        height: 1px;
        background: #eee;
    }

    .divider span {
        background: white;
        padding: 0 10px;
        color: #666;
        font-size: 0.9rem;
    }

.form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.password-toggle {
    cursor: pointer;
}

.register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
}


.btn-login {
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
}


/* --- Timeline Core Structure --- */
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-step {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .timeline-step:last-child {
        flex-grow: 0;
    }

        .timeline-step:last-child .timeline-line {
            display: none;
        }

/* --- Default (Inactive) State Styling --- */
.timeline-dot {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 3px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.timeline-line {
    height: 6px;
    background-color: #e9ecef;
    flex-grow: 1;
    margin: 0 10px;
    border-radius: 3px;
    transition: background-color 0.5s ease;
}

.timeline-label {
    color: #6c757d;
    font-weight: 500;
    transition: all 0.5s ease;
}

/* --- Active State (Current Stage) --- */
.timeline-step.active .timeline-dot {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
    border-color: #0d6efd;
    color: white;
    animation: pulse-dot 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* --- Completed State (Fills the line AFTER the dot) --- */
.timeline-step.completed .timeline-line {
    background-image: linear-gradient(90deg, #0d6efd, #0dcaf0);
    background-size: 200% 100%;
    animation: fill-line 0.7s forwards cubic-bezier(0.65, 0, 0.35, 1);
}

/* Ensure the dot stays blue if completed but no longer the 'active' pulse */
.timeline-step.completed .timeline-dot {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* --- Keyframe Animations --- */

/* The line-filling animation (same as before) */
@keyframes fill-line {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}

/* NEW: Keyframe animation for the pulsing dot highlight */
@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

/* NEW: Keyframe animation for the icon inside the dot */
@keyframes pop-in-icon {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* --- Timeline Core Structure --- */
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-step {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .timeline-step:last-child {
        flex-grow: 0;
    }

        .timeline-step:last-child .timeline-line {
            display: none;
        }

/* --- Default (Inactive) State Styling --- */
.timeline-dot {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 3px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.timeline-line {
    height: 6px;
    background-color: #e9ecef;
    flex-grow: 1;
    margin: 0 10px;
    border-radius: 3px;
    transition: background-color 0.5s ease;
}

.timeline-label {
    color: #6c757d;
    font-weight: 500;
    transition: all 0.5s ease;
}

/* --- Active State Styling & NEW Animations --- */
.timeline-step.active .timeline-dot {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
    border-color: #0d6efd;
    color: white;
    /* NEW: Apply the pulsing animation */
    animation: pulse-dot 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

    /* NEW: Animate the icon inside the dot when it becomes active */
    .timeline-step.active .timeline-dot span {
        display: inline-block; /* Required for transform */
        animation: pop-in-icon 0.5s forwards cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.timeline-step.active .timeline-label {
    font-weight: 700;
    color: #212529;
}

.timeline-step.active .timeline-line {
    background-image: linear-gradient(90deg, #0d6efd, #0dcaf0);
    background-size: 200% 100%;
    animation: fill-line 0.7s forwards cubic-bezier(0.65, 0, 0.35, 1);
}

/* --- Keyframe Animations --- */

/* The line-filling animation (same as before) */
@keyframes fill-line {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}

/* NEW: Keyframe animation for the pulsing dot highlight */
@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

/* NEW: Keyframe animation for the icon inside the dot */
@keyframes pop-in-icon {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.card {
    /*  border: none;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
*/
}

.card-header h2 {
    font-weight: 600;
    color: #333;
}


.badge {
    margin-left: 15px;
    font-size: 15px;
}
