

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
:root {
    --orange-bg-color: #d55c27;
    --blue-bg-color: #174791;
}

.numbersStep {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 12px 4px;
    background: aliceblue;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor:pointer;
}
    .numbersStep img {
        width: 45px;
        height:auto;
    }
    .numbersStep h4 {
        font-size: 18px;
        font-weight:500;
    }
.mainHeading {
    font-size: 21px;
    text-align: center;
    font-weight: normal;
}

    body.cart_header {
        background: #fff;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        font-family: 'Poppins', sans-serif !important;
        color: #212121;
        padding-top: 100px
    }

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}
a {
    color: #212121;
    text-decoration: none;
}
p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
}
.wrapper.pa-0 {
    position: relative;
    z-index: 999;
}
section.header-order-tracking {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: white;
    height: 100px;
    line-height: 100px;border-bottom:1px solid #ccc;
}

    .header-maindiv {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
.cart-header.companylogo {
    width: 25%;
}
.secureSlot .secure {
    float: right;
    letter-spacing: 3px;
    margin: 0 20px 0 0;
}
.secureSlot img {
    width: 50px;
    margin: -7px 5px 0 0;
}

/* ======================* Start home order Tracking section css by Nadeem*=========================== */
section.or-tracking {
    padding: 75px 0px 75px 0px;
}
.cart-header.ordertracking {
    line-height: 45px;
    width: 100%;
}
#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 32.33%;
    position: relative;
    font-weight: 400;
    display: inline-block;
}

#progressbar .step0:after {
    font-family: FontAwesome;
    content: "\f1ce";
    color: #212121
}

#progressbar li:after {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #d7d7d7;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

 /*   #progressbar li:after {
        content: '';
        width: 100%;
        height: 12px;
        background: #C5CAE9;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: 1
    }*/
.search-container a.btn-lg:hover {
    background: #ff00002b;
    transition: all .3s ease-in-out;
}

#progressbar li.active:after {
    background: #ff0000;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    animation: 1s linear infinite progress-bar-stripes;
    background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

#progressbar li.active.step0:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 102%;
    background: #ff0000;
    height: 8px;
    z-index: -1;
    animation: 1s linear infinite progress-bar-stripes;
    background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
#progressbar li.step0:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 102%;
    background: #d7d7d7;
    height: 8px;
    z-index: -1;
}

ul.ordertracking-address {
    text-align: center;
}
    ul.ordertracking-address li {
        width: 33.33%;
        float: left;
        display: flex;
        justify-content: center;
        font-size: 16px;
        align-items: center;
        letter-spacing: 3px;
    }
        ul.ordertracking-address li i {
            margin: 0px 10px 0 0;
        }

/* ======================* End home order Tracking section css by Nadeem*=========================== */

li.cart-item {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.cart-images img {
    width: 80px;
}

h5.cngtitle {
    font-size: 15px;
    color: #212121;
    margin: 3px 0px;
}

.cart-title {
    width: calc(100% - 78px);
    margin-left: 15px;
}

    .cart-title h6 a {
        color: #3fa53b;
        font-size: 18px;
    }

.cart-pro-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subtotal-titles {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.offcanvas-footer {
    padding: 1rem 1rem;
}

.delete-item-cart i {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #3fa53b;
    font-size: 14px;
    box-shadow: -2px 4px 1px #3fa53b;
}

    .delete-item-cart i.fa.fa-trash {
        background: #fff;
        box-shadow: -2px 4px 1px #fb2323;
        color: #fb2323;
    }

.offcanvas-body {
    overflow: scroll;
    overflow-x: hidden;
}

ul.minicart {
    height: 200px;
}

.offcanvas-cart-total-caption {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    border: 1px solid #ccc;
    margin: 0px 0px 0px 15px;
    width: 100% !important;
    height: 42px;
}

.offcanvas-body {
    height: 550px;
}
/* ======================*home cart section css by Nadeem*=========================== */
section.cart_section {
    padding: 0px 0px 40px;
}
.minicartSlot li.cart-item {
    display: flex;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.minicartSlot .cart-images img {
    width: 110px;
}
.cngtitleprice {
    font-size: 14px;
    color: #212121;
    margin: 5px 0px;
}
 
span.line-through {
    color: #9b9b9b;
    margin-left: 10px;
    text-decoration: line-through;
}
.cngtitleqty {
    font-size: 15px;
    color: #212121;
    margin: 5px 0px;
    background: #f1eeee;
    padding: 3px 5px;
    width: 80%;
}
.delete-item-cart {
    text-align: center;
}
.minicartSlot h6 {
    margin-bottom: 5px;
}
.price-details {
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
    .price-details h3 {
        font-size: 16px;
        background: #f1eeee;
        padding: 6px 10px;
        margin-bottom: 10px;
    }
.priceDetail-base-row {
    display: flex;
    width: 100%;
    margin: 10px 0px;
}
    .priceDetail-base-row label {
        width: 80%;
        font-size: 16px;
        font-weight: 500;
    }
    .priceDetail-base-row span {
        font-size: 14px;
        font-weight: 400;
        width: 30%;
    }
span.disSlot {
    color: #1095c7;
}


section.breadcrumbs {
    background: url('../images/bredcrumb.jpg') repeat scroll 50% 0;
    /*background: #219dd0 url(../images/breadcrumbs_bg.png);*/
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 33px 0px;
    background-size: contain;
    height: 130px;
    position:relative;
}

h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 11px 0px 0px 43px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: #898989;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
    position: absolute;
    bottom: -16px;
    width: 100%;
}

.breadcrumb-item.active {
    color: #fff !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #fff;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff !important;
    content: "/";
}


/* ======================****custon button css by Irfan*=========================== */
.cartList {
    position: relative !important;
    display: flex !important;
    justify-content: center;
}
.cartData {
    position: absolute;
    top: 40px;
    width: 292px;
    height: auto;
    background: #fff;
    z-index: 99;
    display: none;
    border-radius: 6px;
    transition: transform .3s cubic-bezier(0, 0, 0, 0.88), -webkit-transform .3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    right: -22px;
}
.cartHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 9px 0px;
    border-bottom: 1px solid #ddd;
}
.cartHeader i {
    font-size: 21px;
    color: #115b10;
}
.cartHeader p {
    font-weight: 500;
}
.productDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 20px 0px;
}
.productDetail img {
    width: 50px;
    height: auto;
}
.RightDetail p {
    margin: 0px;
}
.checkOut {
    font-size: 16px;
    background-color: #115b10;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    width: 60%;
    padding: 5px 10px;
    color: #fff;
}
.checkOut:hover {
    color: #fff;
    text-decoration: none;
}


    .submit_btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(19 135 12);
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

.submit_btn:hover::before {
    transform: translateX(0);
}
.submit_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    background-color: #115b10;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    border-radius: 4px;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s linear;
    /* transition: transform .3s ease-out, -webkit-transform .3s ease-out; */
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.cancel_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #212121;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .cancel_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }

ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

    ul.sizeSlot li a {
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: 600;
        cursor: pointer;
        min-width: 50px;
        height: 50px;
        border-radius: 100px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        color: #212121;
        text-decoration: initial;
        transition-duration: 0.6s;
    }

        ul.sizeSlot li a:hover {
            background: #124072;
            transform: translate(0px,-10px);
            transition-duration: 0.6s;
            color: #fff;
        }


button.mad-back-to-top.animated.stealthy {
    display: none;
}


.Username input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.Username input:focus {
    border-color: #3fa53b !important;
    box-shadow: none !important;
}

.Username label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 9px;
    left: 0px;
    font-size: 14px;
    font-weight: 400;
    /* background: #1fa1e4; */
    padding: 2px 14px;
    color: #212121;
    transition: all .3s ease;
}

.Username input:focus + label, .Username input:valid + label {
    font-size: 12px;
    top: -14px;
    left: 10px;
    background: white;
}

.Username input:focus + label {
    color: #212121;
    background: #ffffff;
    font-size: 12px;
}
.Username {
    position: relative;
    width: 100%;
}
.form-group {
    margin-bottom: 20px;
}
.Username select.form-select {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.form-select:focus {
    border-color: #3fa53b !important;
    outline: 0;
    box-shadow: none;
}
.Username label span {
    color: #f72424;
}
.contdetails .card-header {
    font-size: 20px;
    background: #0c2e03;
    color: #fff;
}
.current-address {
    border: 1px dotted #ccc;
    padding: 20px;
    border-radius: 5px;
}
.current-address-details {
    margin: 0px 0px 0px 30px;
}
.contdetails {
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
    .contdetails .card-body {
        padding: 1rem 0rem;
    }
footer.checkout-footer {
    border-top: 1px solid #ccc;
    background: #f9f6f6;
}
.payment-img img {
    width: 70px;
}
.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.contact-us {
    color: #3fa53b;
    font-size: 16px;
}

.continue-payment {
    /* padding: 15px 20px; */
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.tabsbar {
    width: 350px;
    background: #0f0f0f;
    height: 56vh;
}
.continue-payment .tab-content {
    width: 100%;
}
    .tabsbar .nav-link {
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 12px 8px;position:relative;
    }
        .tabsbar .nav-link i {
            margin-right: 8px;
        }
            .tabsbar .nav-link i g {
                fill: white;
            }

.tabBarcontentBlock {
    padding: 24px 32px;
    background: #fff;
}

.card-base-heading {
    font-size: 18px;
    margin: 0px 0px 10px;
}
.tabsbar .nav-link.active {
    background: #3fa53b;
    color: #fff;
}
/*    .tabsbar .nav-link.active:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 22px 22px;
        border-color: #073c53 transparent transparent transparent;
        position: absolute;
        top: 0px;
        right: -43px;
        transform: rotate( -90deg);
        z-index: 1;
    }*/
.card_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .card_icon img {
        width: 40px;
    }
label.form-check-label {
    color: #e32121;
}

.btn-close {
    background: url(../images/Close-btn.svg);
    background-size: 52%;
    background-repeat: no-repeat;
    opacity: 1;outline:none;
}

a.text-primary {
    color: #3fa53b !important;
}
.Checkoutdiv {
    text-align: right;
    margin: 30px 0px 0px;
}

@media(max-width:768px) {
    .cart-title h6 a {
        font-size: 15px;
    }
    h5.cngtitle {
        font-size: 14px;
        margin: 6px 0px;
    }
}

@media(max-width:767px) {

    .submit_btn{
        width:100% !important;
    }
    .cancel_btn {
        width: 100% !important;
    }
    .cart-header.companylogo {
        width: 40%;
    }
        .cart-header.companylogo img.logo_imgs {
            width: 100%;
        }
    .secureSlot img {
        width: 30px;
    }
    .secureSlot .secure {
        margin: 0;
    }
    h2.contact_Slot {
        font-size: 25px;
    }

    li.breadcrumb-item {
        font-size: 14px;
    }
    section.or-tracking {
        padding: 30px 0px 65px 0px;
    }
    ul.ordertracking-address li {
        font-size: 14px;
        letter-spacing: inherit;
    }
    #progressbar li:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    #progressbar li.step0:before {
        top: 10px;
    }
    #progressbar li.active.step0:before {
        top: 10px;
    }
    .cart-header.ordertracking {
        line-height: 30px;
    }
    .minicartSlot .cart-images img {
        width: 85px;
    }
    .cngtitleqty {
        font-size: 14px;
        width: 85%;
    }
    .cngtitleprice {
        font-size: 14px;
    }
    .Username label {
        font-size: 13px;
    }
    .payment-img img {
        width: 45px;
    }
    a.contact-us {
        font-size: 16px;
    }
    .d-flex.align-items-start.justify-content-between {
        flex-wrap: wrap;
    }
    .tabsbar {
        width: 100%;
        height: auto;
    }
    .tabBarcontentBlock {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .step-wrapper .new_s::before {
        content: "";
        position: absolute;
        height: 8px;
        width: 80%;
        top: 85px;
    }
    .cardNew {
        width: 100%;
    }
    .step-wrapper .new_s::before {
        background: transparent !important;
        border: none !important;
    }
    .cardNew {
        width: 100% !important;
    }
    .cart-header.companylogo img.logo_imgs {
        width: 64% !important;
    }
    .card-footer.New a {
        margin: 5px 0px;
    }
    .card-footer.New {
        flex-wrap: wrap;
    }
}