body {
    margin: 0px;
    padding: 0px;
}

.menu_ {
    border-right: 1.5px solid white;
    padding-right: 12px;
    color: white!important;
    margin-right: 14px!important;
}

.cart-btns {
    padding: 4px 20px;
    font-size: 15px;
}

.overlay-progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.custom-progress-bar {
    width: 500px;
    max-width: 100%;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    padding: 2px;
    background: #fff;
}

    .custom-progress-bar span {
        display: inline-block;
        height: 100%;
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        transition: width .4s ease-in-out;
        position: relative;
        z-index: 9999;
        top: -12px;
        animation: animate-stripes 5s linear infinite;
    }

.blue span {
    background-color: #34c2e3;
    width: 100%;
}

@keyframes animate-stripes {

    0% {
        width: 0;
    }

    20% {
        width: 20%;
    }

    40% {
        width: 40%;
    }

    60% {
        width: 60%;
    }

    80% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.popuptable th, .table td {
    padding: 5px!important;
}

span #dlproduct {
    display: flex !important;
    flex-wrap: nowrap;
    width: 33%;
}

.topheadline {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
/*-----------popup-----------------*/

.accordion-heading {
    font-size: 18px!important;
    font-weight: 500!important;
}

.modelhead {
    padding: 15px 0px 15px 20px!important;
    border-bottom: 1px solid #e3e9ef !important;
}

.popupbody_cart {
    border: 1.2px solid #d8d8d8;
    border-radius: 15px;
    padding: 15px;
}

.iconupanddown {
    width: 35px!important;
    height: 35px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 15px!important;
}

.card-custom .table tbody tr th {
    width: 25%;
}

.card-custom {
    font-size: 14px!important;
}
/*.card-custom .table tbody tr td {
    text-align: right;
}*/

.table th, .table td {
    padding: 2px!important;
}

.tablemidhead {
    background: #e5e5e5;
    padding: 8px;
    border-radius: 8px;
}

#dlproduct {
    display: flex;
    flex-wrap: wrap;
}

    #dlproduct span {
        width: 32%;
        position: relative;
        flex: auto;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
        margin-right: 10px;
        margin-bottom: 15px;
    }

        #dlproduct span span {
            box-shadow: none;
        }

#dlproduct_lbaddcart {
    position: absolute;
    bottom: 0px;
}

.ffooter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.cards_grey {
    box-shadow: 1px 1px 3px 0px #d0d0d0;
    border: 1px solid #e1e1e1;
}

.shadow{
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.2) !important;
}

