/*
 * jQuery / jqLite Wizard Plugin
 * version: 0.0.4
 * Author: Girolamo Tomaselli http://bygiro.com
 *
 * Copyright (c) 2013 G. Tomaselli
 * Licensed under the MIT license.
 */

@font-face {
    font-family: 'wizard-font';
    font-weight: normal;
    font-style: normal;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDGQAAAC8AAAAYGNtYXD6RMuEAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5Zh39Yw4AAAGIAAAArGhlYWQGSx/bAAACNAAAADZoaGVhB8MDxwAAAmwAAAAkaG10eA9/ACAAAAKQAAAAHGxvY2EAbgCcAAACrAAAABBtYXhwAAkACQAAArwAAAAgbmFtZZ+vDy0AAALcAAABtnBvc3QAAwAAAAAElAAAACAAAwLgAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwWgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6jTqOPBa//3//wAAAAAAIOo06jjwWv/9//8AAf/jFdAVzQ+sAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAA/+AD4AOgAAYAAAkBESERIRED4P4g/gACAAHAAeD+4P6A/uAAAAEAIP/gBAADoAAGAAATAREhESERIAHgAgD+AAHA/iABIAGAASAAAAABAAAAQAGAA0AAAwAAEwkBEQABgP6AA0D+gP6AAwAAAAEAAAABAAB0IT+bXw889QALBAAAAAAA0ZXtrwAAAADRle2vAAD/4AQAA6AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAP//BAAAAQAAAAAAAAAAAAAAAAAAAAcEAAAAAAAAAAAAAAACAAAABAAAAAQAACABfwAAAAAAAAAKABQAHgAyAEYAVgABAAAABwAHAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0d2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0UmVndWxhcgBSAGUAZwB1AGwAYQByd2l6YXJkLWZvbnQAdwBpAHoAYQByAGQALQBmAG8AbgB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
}

[class^="wiz-icon-"], [class*=" wiz-icon-"] {
    font-family: 'wizard-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wiz-icon-chevron-right:before {
    /* content: "\f05a"; */
    font-size: 64px;
    position: absolute;
}

.wiz-icon-arrow-right:before {
    content: "\ea34";
    margin-left: 4px;
}

.wiz-icon-arrow-left:before {
    content: "\ea38";
    margin-right: 4px;
}

.wizard {
    border: none;
}

    .wizard .steps-index-container {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .wizard .steps-content {
        /*border-top: 1px solid #d4d4d4;*/
    }

    .wizard ul.steps {
        padding: 0;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        /* border: 1px solid #c1c1c1; */
        /*border-bottom: none;*/
    }

        .wizard ul.steps > li:last-child:after {
            width: 91%;
            width: 99%;
            ft: 7%;
        }

        .wizard ul.steps > li:first-child:after {
            width: 0px;
            right: 50%;
        }

        .wizard ul.steps > li.active:after, .wizard ul.steps > li.completed:after {
            background-color: #5cb85c;
        }

        .wizard ul.steps > li:after {
            content: '';
            background-color: #ccc;
            width: 100%;
            height: 3px;
            position: absolute;
            top: 22px;
            z-index: 11;
        }

        .wizard ul.steps > li {
            height: 71px;
            line-height: 46px;
            display: table-cell;
            list-style: none outside none;
            padding: 0;
            margin: 0;
            width: 22%;
            /* background: #ededed; */
            color: #b5b5b5;
            float: right;
            text-align: right;
            direction: rtl;
            position: relative;
            font-size: 12px;
            z-index: 1;
        }

            .wizard ul.steps > li:first-child {
            }

            .wizard ul.steps > li.active {
                /* background-color: #e5501f; */
                color: #ffffff;
            }

            .wizard ul.steps > li.completed .label {
                /* color: black !important; */
            }

            .wizard ul.steps > li.completed {
                cursor: pointer;
                /* background-color: #b5e4ab; */
                /* color: #446d3b; */
            }

            .wizard ul.steps > li > span {
                display: table-cell;
                vertical-align: middle;
            }

            .wizard ul.steps > li .step-index {
                /* z-index: 1; */
            }

            .wizard ul.steps > li[data-step="2"] .step-text {
                left: -32px;
            }

            .wizard ul.steps > li[data-step="3"] .step-text {
                left: -29px;
            }

            .wizard ul.steps > li .step-text {
                padding-right: 13px;
                color: black;
                margin-top: 23px;
                /* position: relative; */
                /* top: 25px; */
                width: 100%;
                display: inline-block;
                text-align: left;
                /* visibility: hidden; */
                position: absolute;
                left: -15px;
                top: 1px;
            }

            .wizard ul.steps > li .step-index .label {
                background-color: #e4e4e4;
                border-radius: 50%;
                width: 25px;
                height: 25px;
                display: block;
                line-height: 29px;
                /* margin-right: 87%; */

                text-align: center;
                position: absolute;
                top: 10px;
                z-index: 11111111111111111;
                left: -2px;
                color: transparent;
            }




            .wizard ul.steps > li.active .step-index .label {
                border: 3px solid #5cb85c;
                color: transparent;
            }

            .wizard ul.steps > li.completed .step-index .label {
                background-color: #5cb85c;
            }


            .wizard ul.steps > li:first-child .step-index {
            }

    .wizard .top-actions {
        z-index: 99;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 46px;
        height: 46px;
        float: right;
        vertical-align: middle;
        background-color: #e5e5e5;
        border-left: 1px solid #d4d4d4;
        padding: 0 10px;
        display: table;
        box-shadow: -3px 0 2px -1px #888;
        -webkit-box-shadow: -3px 0 2px -1px #888;
        -moz-box-shadow: -3px 0 2px -1px #888;
        -o-box-shadow: -3px 0 2px -1px #888;
    }

        .wizard .top-actions .btn-group {
            display: table-cell;
            vertical-align: middle;
        }

    .wizard .bottom-actions {
        width: 100%;
        float: right;
    }

        .wizard .bottom-actions .btn-next,
        .wizard .bottom-actions .btn-prev {
            /* margin: 10px; */
        }

.btn-next {
    border-radius: 9px;
    background-color: var(--btn-Extention);
    float: left;
    /* font-size: 13px; */
    /* padding: 13px 31px; */
}

.wizard .bottom-actions .btn-prev {
    background-color: #999;
    float: right;
}

.wizard .bottom-actions {
    margin-left: 0px;
    color: white;
    padding: 12px 6px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 25px;
    margin-left: 5px;
    min-width: 118px;
}

.btn-prev.disabled.hidden {
    display: none !important;
}

.wizard .bottom-actions .btn-prev {
    /* float: left; */
}

.wizard .steps-content .step-pane:not(.active) {
    display: none;
}

.wizard .steps-content .step-pane {
    /*padding: 20px 10px;*/
}

.wizard .btn-next,
.wizard .btn-prev {
    white-space: nowrap;
    font-size: 13px;
    padding: 13px 31px;
}

    .wizard .btn-next:not(.final-step) .finished-text {
        display: none;
    }

    .wizard .btn-next.final-step .next-text,
    .wizard .btn-next.final-step .wiz-icon-arrow-right {
        display: none;
    }

.wizard .wiz-icon-chevron-right.colorA::before {
    /* left: -23px; */
    /* top: -9.5px; */
    /* z-index: 2; */
    /* color: #ededed; */
    /* transform: rotate(180deg); */
}

.wizard .wiz-icon-chevron-right.colorB::before {
    left: -24px;
    top: -9.5px;
    z-index: 1;
    transform: rotate(180deg);
    /* color: #b5b5b5; */
    display: none;
}

.TitleInfo {
    position: absolute;
    top: 0px;
    width: 83%;
    left: 33px;
}

.wizard li.active .wiz-icon-chevron-right.colorA::before {
    /* color: #e5501f; */
}

.wizard li.completed .wiz-icon-chevron-right.colorA::before {
    /* color: #b5e4ab; */
}

.top-actions {
    display: none !important;
}

.step-index .label {
    padding: 0.22em .4em .3em;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .WizardContainer {
        margin-bottom: 76px;
    }

    .addtocartBottom {
        font-size: 12px;
    }

    .top-buffer {
        padding: 4px 7px;
    }

    .addtocartBottom .Cartleft {
        width: 82%;
        margin-left: 0px;
        color: rgba(19,19,19,1);
        padding: 0px;
        border: none;
    }

    .addtocartBottom {
        /* margin-bottom: 38px; */
    }

    .OrderDelete {
        position: absolute;
        width: 33px;
        height: 26px;
        background: transparent !important;
        left: -12px;
        top: -7px
    }

    .wizard .bottom-actions .btn-next, .wizard .bottom-actions .btn-prev, #btnPaymentOnline, #btnPaymentKart {
        position: relative;
        bottom: 19px;
        width: 100%;
        right: 0;
        margin: 0 !important;
        margin-top: 32px !important;
        border-radius: 4px !important;
        z-index: 11111111;
        display: inherit
    }

    .wizard .bottom-actions {
        position: fixed;
        bottom: 0px;
        background-color: white;
        box-shadow: 0px -3px 8px -5px #333;
        margin: 0px;
        left: 0px;
        right: 0px;
        height: 66px;
        padding: 3px 9px;
    }

    .wizard ul.steps > li[data-step="1"] .step-text {
        left: -13px;
    }

    .wizard ul.steps > li[data-step="2"] .step-text {
        left: -27px;
    }


    .wizard ul.steps > li[data-step="3"] .step-text {
        left: -24px;
    }

    .wizard ul.steps > li[data-step="4"] .step-text {
        left: -15px;
    }

    .step-text {
        font-size: 10px;
    }
}

@media only screen and (max-width: 590px) {
    .step-text {
        /* display: none !important; */
    }

    .wizard ul.steps > li .step-index {
        display: block;
        margin-top: 10px;
    }
}

.final-step, .btn-prev {
    /* display: none !important; */
}


.right-actions {
    width: 43%;
    display: inline-block;
    float: left;
}

.left-actions {
    width: 45%;
    /* display: inline-block; */
    float: right;
}


.btn-next.final-step.btn-infoz {
    display: none;
}
