@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(font-awesome.min.css);

html, body {
    padding: 0;
    margin: 0;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

body {
    background-color: white !important;
    font-family: "Roboto";
    font-size: 14px !important;
    color: #666;
    position: relative;
    -webkit-text-size-adjust: none;
    padding: 47px 0px 60px 0px;
}

.header-search {
    margin-top: 7px;
}

    .header-search input[type="text"] {
        width: 78% !important;
        padding: 1%;
        border: none;
    }

    .header-search input[type="button"], .header-search input[type="submit"] {
        width: 16%;
        border: none;
        padding: 1%;
        font-size: 12px;
    }

.desc {
    margin: 20px 0 5px;
}

    .desc h6 {
        font-size: 14px;
        color: #333;
    }

* {
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
}

h1, h2, h3 {
    font-size: 18px;
}

h2 {
    font-size: 20px !important;
}

h4, h5, h6 {
    font-size: 16px;
}

p {
    margin: 0 0 10px 0;
}

.back {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

    .back:hover {
        color: #fff;
        text-decoration: none;
    }

    .back i {
        font-size: 19px;
        margin-right: 5px;
        box-sizing: border-box;
    }

nav:not(.mm-menu) {
    display: none;
}

#header-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    /*width: 100%;*/
    z-index: 9999;
}

.header {
    text-align: center;
    position: relative;
    z-index: 999;
}

.header, .content, .footer {
    padding: 0px 2%;
}

.header,
.footer {
    background: #f4fffd;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    padding: 10px 50px;
}

.footer {
    display: none;
}

.header {
    text-align: left;
    padding: 0px;
}

    .header .searchicon i {
        font-size: 23px;
        color: #000;
    }

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

.footer {
    height: auto;
    padding: 0px;
    font-weight: normal;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    line-height: 40px;
}

    .footer.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
    }

.header a.menu {
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 10px;
}

.content {
    margin: 20px 0px;
}

#product {
}

.product-home {
    margin: 0px auto 20px auto;
    display: table;
    border: solid 0px #ccc;
    padding: 2%;
    box-shadow: 0px 0px 0px #ccc;
    margin: 10px;
    background: #fff;
    width: 91%;
}

    .product-home .pro-img {
        width: 35%;
        float: left;
        margin-right: 5%;
    }

        .product-home .pro-img img {
            width: 100%;
            height: 125px;
            object-fit: cover;
        }

.product {
    margin: 0px auto 20px auto;
    display: table;
    border: solid 0px #ccc;
    padding: 2%;
    box-shadow: 0px 0px 0px #ccc;
    margin: 10px;
    background: #fff;
    width: 91%;
}

    .product .pro-img {
        width: 35%;
        float: left;
        margin-right: 5%;
    }

        .product .pro-img img {
            width: 100%;
            height: 125px;
            object-fit: cover;
        }

    .product .pro-data {
        width: 60%;
        float: left;
    }

        .product .pro-data h4 {
            text-transform: capitalize;
            margin: 0px 0px 10px 0px;
            padding: 0px;
            font-size: 12px;
            font-weight: 600;
            color: black;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 33px;
            overflow: hidden;
        }

        .product .pro-data h3 {
            font-size: 13px;
            color: #666;
            margin: 5px 0px;
            padding: 0px;
        }

            .product .pro-data h3 i {
                font-weight: 300;
            }

            .product .pro-data h3 strong:first-child {
                text-decoration: line-through;
                font-size: 13px;
                color: #a3a3a3;
            }

            .product .pro-data h3 fw-bold {
                font-weight: 600;
                font-size: 13px;
                color: #000;
            }

        .product .pro-data small {
            color: #999;
        }

.addtocart {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #CC3300;
    text-align: center;
    padding: 5px 0px;
    background: #CC3300;
    color: #fff;
    background: linear-gradient(140deg, #19b16a 0%, #00a859 61%);
    border: none;
    border-radius: 3px;
}

    .addtocart:hover {
        background: #ffc43c;
        color: #333;
    }

    .addtocart i {
        margin-right: 10px;
    }

.product .pro-data .incart {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #CC3300;
    text-align: center;
    padding: 5px 0px;
    background: #009688;
    color: #333;
    border: none;
    color: #fff;
}

    .product .pro-data .incart i {
        margin-right: 10px;
    }

#header-bottom a {
    color: #fff;
}

#header-bottom {
    background: #bc1841;
    font-size: 14px;
    color: #fff;
    padding: 14px 10px 8px 10px;
}

    #header-bottom #header-left {
        float: left;
    }

    #header-bottom #header-right {
        float: right;
    }

.clr {
    clear: both;
}

#header-bottom h3 {
    font-size: 11px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
    text-align: center;
}

    #header-bottom h3 i {
        display: block;
        font-size: 22px;
        text-align: center;
        margin-bottom: 5px;
    }

#header-bottom #header-right h3 {
    margin-right: 0px;
}

.logo {
    width: 70px;
    position: relative;
    padding-right: 5px;
}

.top-box {
    background: rgb(255,148,90);
    background: linear-gradient(0deg, rgba(255,148,90,1) 0%, rgba(255,205,178,1) 100%);
    border-radius: 10px;
    color: #fff;
    margin: 15px;
    overflow: hidden;
    /*padding: 10px 10px 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;*/
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background-color: #393333 !important;
}

.carousel-indicators {
    bottom: -24px !important;
}

#cart {
}

.cart {
    width: 98%;
    margin: 0px auto 10px auto;
    display: table;
    border: solid 1px #d5d5d5;
    padding: 2%;
    box-shadow: 0px 0px 0px #ccc;
    background: #fff;
    border-radius: 5px;
}

    .cart .cart-img {
        width: 25%;
        float: left;
        margin-right: 5%;
    }

        .cart .cart-img img {
            width: 100%;
        }

    .cart .cart-data {
        width: 70%;
        float: left;
    }

        .cart .cart-data h4 {
            text-transform: capitalize;
            margin: 0px 0px 5px 0px;
            padding: 0px;
            font-size: 14px;
            width: 80%;
        }

            .cart .cart-data h4 a {
                float: right;
            }

        .cart .cart-data h3 {
            font-size: 20px;
            color: #666;
            margin: 5px 0px;
            padding: 0px;
        }

            .cart .cart-data h3 i {
                font-weight: 300;
            }

        .cart .cart-data small {
            color: #999;
        }

        .cart .cart-data .addtocart {
            display: block;
            margin-top: 10px;
            font-size: 18px;
            text-decoration: none;
            border: solid 1px #CC3300;
            text-align: center;
            padding: 5px 0px;
            background: #CC3300;
            color: #fff;
        }

            .cart .cart-data .addtocart:hover {
                background: #ffc43c;
                color: #333;
            }

            .cart .cart-data .addtocart i {
                margin-right: 10px;
            }

    .cart table td {
        padding: 5px;
        font-size: 14px;
    }

    .cart table th {
        padding: 5px;
        text-align: left;
        font-size: 14px;
    }

    .cart table input[type="text"] {
        width: 50px;
        outline: none;
    }

    .cart .cart-data .remove {
        float: right;
        color: #ff0000;
        font-size: 20px;
    }

.button1 {
    width: 100%;
    display: block;
    padding: 8px 0px;
    text-align: center;
    background: #ffc43c;
    font-weight: 700;
    text-decoration: none !important;
    /*margin: 5px 0px;*/
    color: #333;
    border: 0px;
    cursor: pointer;
    outline: none;
    background: linear-gradient(90deg, #00a859 0%, #06703f 100%);
    color: #fff;
    border-radius: 5px;
    font-size: 12px !important;
}

.button2 {
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    background: #9a4a36;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none !important;
    margin: 5px 0px;
    color: #fff !important;
    border-radius: 3px;
}

.btn {
    font-size: 14px !important;
}

#login h2 {
    text-align: center;
}

    #login h2 i {
        display: block;
        font-size: 50px;
        margin-bottom: 10px;
    }

.form input[type="text"], .form input[type="email"], .form input[type="password"], .form textarea {
    width: 100%;
    padding: 6px 10px;
    border: solid 1px #ccc;
    outline: none;
    color: #666;
    font-size: 15px;
    border-radius: 5px;
}

.form-control {
    padding: 6px 10px !important;
    font-size: 14px !important;
}

.form select {
    width: 100%;
    padding: 8px;
    border: solid 1px #ccc;
    color: #666;
    font-size: 16px;
    outline: none;
}

.form td {
    padding: 10px;
}

.form a {
    color: #666;
    display: block;
    text-align: center;
}

.form span {
    position: absolute;
    margin-top: 11px;
    z-index: 1;
    color: #000 !important;
    margin-left: -90px;
}

.total-amount {
    padding: 10px;
    background: #fbfbfb;
    border-radius: 5px;
    border: #d7d7d7 1px solid;
}

    .total-amount td {
        padding: 5px;
        font-size: 18px;
    }

.thanks h3 {
    text-align: center;
    color: #999;
}

.thanks i {
    font-size: 60px;
    display: block;
    margin: 30px;
    color: #ccc;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    left: 0;
    /*text-align: center;
    bottom: 0;
    padding-top: 70%;*/
    z-index: 9999999999 !important;
    background: rgb(0 0 0 / 35%);
    display: none;
}

    #loading div {
        color: #fff;
        font-size: 35px;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
    }

.no-internet {
    text-align: center;
}

    .no-internet i {
        font-size: 30px;
        position: relative;
        top: -10px;
    }

    .no-internet h3 {
        font-size: 35px;
    }

        .no-internet h3 strong {
            font-weight: 300;
            font-size: 20px;
            display: block;
        }

.mm-menu.mm-offcanvas {
    top: 0px !important;
}

html.mm-opening .mm-slideout {
    margin-top: -10px;
}

#menumobile {
    display: none;
}

.slicknav_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9 !important;
    background: none !important;
}

.slicknav_nav {
    background-image: linear-gradient( 109.6deg, rgba(162,2,63,1) 11.2%, rgba(231,62,68,1) 53.6%, rgba(255,129,79,1) 91.1% );
    margin-top: 40px !important;
    max-height: 90vh !important;
    overflow-y: scroll !important;
}

.slicknav_btn {
    position: fixed !important;
    background-color: #f5664a !important;
    font-size: 14px !important;
}

.user-panel {
    border: solid 0px #9bbdd2;
}

    .user-panel .tabs {
    }

        .user-panel .tabs td {
            height: 40px;
            line-height: 40px;
            font-weight: bold;
            font-size: 12px;
            padding: 0 5px;
        }

            .user-panel .tabs td.active {
                background: #fb725f;
            }

            .user-panel .tabs td:hover {
                background: #fb725f;
            }

            .user-panel .tabs td:last-child {
                border: none;
            }


#order-list-top {
    border: solid 1px #ccc;
    border-bottom: 0px;
    padding: 10px;
    font-weight: 600;
}

.order-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.order-list li {
    text-shadow: 1px 1px 1px #fff;
    border: solid 1px #ccc;
    color: #000;
    margin-bottom: 10px;
}

.order-list li th {
    border-bottom: solid 1px #ccc;
    padding: 10px;
    font-weight: normal;
}

.order-list li td {
    padding: 5px;
}

.order-list li .more-order-details {
    background: #fff;
    display: none;
}

.order-list li .oredr-list-li {
}

.order-list li .more-order-details .heading {
    color: #fff;
    text-shadow: none;
    background: #afb0b2;
    text-align: left;
}

.cart-box a {
    text-align: center;
    font-size: 11px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 0;
    border: 0px solid #fff;
    box-sizing: border-box;
    width: 55px;
    height: auto;
    /*background: #0003;*/
}

.cart-box a i {
    display: block;
    font-size: 18px;
}

.cart-box a span {
    display: block;
    }

.searchicon {
}

.searchicon img {
    width: 20px;
    position: relative;
}

.search-textbox {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 999;
    top: 46px;
    box-shadow: 0px 20px 20px rgba(0,0,0,.3);
    display: none;
}

.search-textbox input[type="text"] {
    width: 100%;
    border: none;
    padding-left: 20px;
    background: #222;
    color: #fff;
    outline: 0;
    line-height: 40px;
    box-shadow: none !important;
}



.showsearch {
    display: block !important;
}

.banner-btn {
    display: none;
}

#accordion .card-link {
    border-bottom: 1px solid #0001;
}

#accordion .card-link i {
    float: right;
}

#accordion .ssmenu {
    padding-left: 0px;
    background-color: #fff;
    text-transform: uppercase;
}

#accordion .ssmenu a {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dashed #0001;
}

.account-page .user-panel {
    width: inherit;
}

.table-data {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-data th, .table-data td {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

.discount {
    width: 79px;
    height: 17px;
    background: url(/images/ribbon.png) no-repeat;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    margin-left: -28px;
    /* margin-top: 20px;*/
    padding-left: 15px;
    font-size: 9px;
    line-height: 18px;
    font-weight: bold;
    top: 42px;
}

.discount span:after {
    content: "% OFF";
    padding-left: 2px;
}

.discount2 {
    width: 79px;
    height: 17px;
    background: url(/images/ribbon.png) no-repeat;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    margin-left: -28px;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 9px;
    line-height: 18px;
    font-weight: bold;
}

.discount2 span:after {
    content: "% OFF";
    padding-left: 2px;
}

.table td, .table th {
    padding: 5px !important;
    text-align: center;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
}

.modal-backdrop {
    z-index: 9999 !important;
}

.modal-dialog {
    margin: 0 15px !important;
}

.modal-dialog {
    top: 10%;
}

.modal-header {
    border-bottom: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.modal-header img {
    background: #ffe69c;
    padding: 5px 50px;
}

.modal-header h4 {
    text-align: center;
    margin-top: 10px;
}

.modal-content {
    border-radius: 1.3rem !important;
    overflow: hidden;
}

.modal-footer {
    border-top: 0 !important;
    padding: 0 !important;
}

#offers .carousel-caption {
    background-color: #e00;
    color: #fff;
}

#offers .carousel-control-prev,
#offers .carousel-control-next {
    width: 24px;
    height: 24px;
    background-color: #000 !important;
    right: 0px;
    left: inherit;
}

#offers .carousel-control-prev {
    right: 25px;
}

.offers {
    background-color: #f4fffd;
    padding: 0 0 5px;
    text-shadow: 0px 0px #0009;
    color: #fff;
}

.offers marquee {
    background-color: #a40e12;
    margin: 0;
    color: white;
    padding: 5px 0;
    font-size: 18px;
}

.offers hr {
    border-top: 1px solid #0006;
    border-bottom: 1px solid #fff6;
    margin: 5px 0px;
}

.offers a {
    color: #f00;
}

.offers p, .news span {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.offers p small {
    display: block;
    font-size: 13px;
    color: #ff0;
}

.offers span small {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    background-color: #f00;
    padding: 3px 5px;
    margin: 0 5px 0 20px;
    border-radius: 4px;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

label {
    margin-bottom: 2px !important;
}

#footer {
    background: #fff;
    padding: 10px 0px 5px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 15px 15px 0 0;
    border-top: black 1px solid;
    z-index: 999;
    /*box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75);*/
}

#footer a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

#footer i {
    color: black;
    display: block;
    font-size: 20px;
}

.main {
    margin-top: -1px;
}

.carousel-caption {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding-bottom: 0 !important;
}

.login-form span {
    border: none;
    color: #000;
    font-weight: 400;
    border-radius: 100px !important;
    width: 40px;
    padding: 0 12px;
    /* position:absolute;*/
    right: 0;
}

.form {
    position: relative;
}

.form .fa-search {
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 15px !important;
    color: #000;
}

.form span {
    position: absolute;
    background: #ffcdb2;
    right: 6px;
    top: -7px;
    height: 27px;
    line-height: 25px;
    padding: 6px 2px 2px;
    border-radius: 5px;
    border-left: 0px solid #d1d5db;
}

.left-pan {
    padding-left: 7px;
}

.left-pan i {
    /*padding-left: 10px;*/
    padding: 0 8px;
    font-size: 15px !important;
}

.form-input {
    height: 55px;
    /* text-indent: 33px;*/
    border-radius: 10px;
    padding: 6px 10px 5px 30px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.form-input:focus {
    box-shadow: none;
    border: none;
}

.owl-carousel .owl-item img {
    border: #dbdbdb 1px solid;
    border-radius: 10px;
    padding: 5px;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.close2 {
    background: #a40e12;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-shadow: -3px 11px 27px -6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.close2 i {
    font-size: 20px;
    color: white;
}

.Notification {
    color: #fff;
    position: absolute;
    background: #ff0018;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: -10px;
    left: 5px;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}

.carousel-caption {
    padding: 0 !important;
}

.mainnav .follow-us {
    margin-left: 15px;
    overflow: hidden;
}

.mainnav .follow-us strong {
    font-size: 14px;
    padding-top: 5px;
    color: #fb6c19;
    padding-left: 5px;
}

.mainnav .follow-us a {
    float: left;
    padding: 0 5px;
    margin: 5px 0;
}

.mainnav .follow-us a i {
    font-size: 16px;
}


.top-pics-products {
    border: #dbdbdb 1px solid;
    padding: 3px;
    border-radius: 10px;
}

.top-pics-products img {
    margin-bottom: 4px;
}

.top-pics-products h4 {
    font-size: 13px;
    font-weight: 600;
    color: black;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 106px;
    text-align: center;
}

.qr-dryfruits {
    margin: auto;
    text-align: center;
    margin-top: 9px;
}

img.qr-web {
    width: 93px;
    background: #a54d1e;
    padding: 10px;
    border-radius: 14px;
    margin: auto;
}

.qr-dryfruits h2 {
    font-weight: 600;
    font-size: 16px !important;
    color: #a54d1e;
    margin: 5px 0;
}


.quantity-product {
    background: #eaeaea;
    text-align: center;
    border: 1px solid #c4c4c4;
    width: 87px;
    margin: 5px auto;
    padding: 2px;
}

.quantity-product span {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    color: #3a0d0d;
    font-weight: 400;
}
/*.quantity-arrow{
    margin-top: -6px;
    margin-right: 11px;
}*/
.popup-product {
    margin-bottom: 10px !important;
}

.popup-box {
    overflow-x: auto !important;
}

.popup-product .addtocart {
    bottom: 12px;
    width: 90%;
    right: 8px;
}

.js-offcanvas-close {
    width: 45px;
    height: 45px;
    margin-top: -24px;
    background: #162c4d !important;
}

.js-offcanvas-close .fa-xmark:before {
    content: "\f0d7";
    color: white;
    font-size: 30px;
}

.c-button--close-right-top {
    right: 8% !important;
    top: 5px !important;
}

.l-wrapper {
    padding-right: 11px !important;
}

.popup-product img {
    width: 80px;
    height: 80px;
    margin-left: 11px;
    margin-top: 2px;
}

.popup-product .pro-data {
    margin-top: 6px;
}

.popup-product .discount {
    width: 70px;
    margin-left: -27px;
    height: 17px;
    padding-left: 19px;
    line-height: 17px;
    font-weight: 600;
    top: 30px;
    left: 20px;
}

.out-of-stock {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
}

.ui-dialog {
    background: #6b6b6b;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 1px solid #7b3e1c;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 18px;
    font-weight: 700;
    color: yellow;
}

.ui-dialog .ui-dialog-content {
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 14px;
    margin-bottom: 0;
}

.ui-dialog .ui-dialog-buttonset button {
    background: white;
    padding: 5px 35px;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
}
.product-display-quantity {
    margin: 0;
}

.footer-pages {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;
    background: aliceblue;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    flex-wrap: wrap;
}

.footer-pages a {
    color: #404447;
    text-align: center;
    font-weight: 550;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 30px;
}

.parmanent-action {
    background: #ffa54e;
    border-radius: 8px;
    padding: 8px;
}

.action-head {
    background: white;
    border-radius: 6px;
    padding: 10px;
}

.action-head h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}

.action-head p {
    color: #262627;
    font-size: 15px;
    margin: 0;
}

.dropdown-form h5 {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

.action-head i {
    color: #ffa54e;
    font-size: 20px;
}

.dropdown-form select {
    padding: 10px 3px;
    width: 100%;
}

.delete-submit {
    background: #ffa54e;
    border: none;
    padding: 5px 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.order-list-table {
    overflow: auto;
}
.order-list-table table {
    min-width: 580px;
}

.terms-header {
    background: #ffcdb2;
    padding: 10px;
}

.terms-header i {
    color: #a54d1e;
    font-size: 30px;
}

.login-id {
    background: linear-gradient(to right, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 15px;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    margin: 20px 0;
    border-radius: 10px;
}

.logins-form {
    text-align: center;
}

.logins-form .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}

.logins-form .form-group input {
    margin-bottom: 20px;
    border-radius: 50px;
    background: white;
    height: 45px;
}

.logins-form .form-group input:autofill {
    background-color: white !important;
}

.logins-form .form-group input:last-child {
    margin-bottom: 0;
}

.logins-form .form-group input:focus {
    border-color: transparent;
}

.logins-form img {
    text-align: center;
}

.login-id-submit {
    background: #5A3F37; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C7744, #5A3F37); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C7744, #5A3F37); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    outline: none;
    border: none;
    padding: 6px 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    height: 45px;
    width: 100%;
}

.typeahead__field input {
    border: 1px solid #82cfaa !important;
}


.upload-inputs select {
    width: 100%;
    height: 45px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.upload-inputs label {
    margin-bottom: 3px;
}

.upload-inputs input[type="file"] {
    height: auto;
}

.esclation {
    background: #f4fffd;
    border-radius: 20px;
    padding: 12px;
    border: 1px solid #d4f4ee;
    margin-bottom: 15px;
}

.esclation h4 {
    text-transform: capitalize;
    color: #625d5d;
    font-size: 17px;
    margin: 5px 0;
    letter-spacing: normal;
    font-weight: 600;
}

.closed-box {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #6bc26b;
}

.closed-box h5 {
    font-size: 17px;
    color: #817973;
    font-weight: 600;
    margin-bottom: 5px;
}

.closed-box p {
    font-weight: 700;
    color: #46423f;
    font-size: 17px;
    margin-bottom: 0;
    margin-bottom: 5px;
}

.priority a {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    color: #a40e12;
}

.summery-head {
    margin: 10px 0;
    padding: 0;
    font-weight:600;
}

.delivered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    background: #eaf3ea;
    padding: 10px;
    border-radius: 5px;
}
.delivered h6{
    margin:0;
}
.delivered p {
    margin: 0;
    background: #00a859;
    color: white;
    padding: 3px 22px;
    border-radius: 5px;
}
.total-collection{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:5px 0;
}
.total-collection h3{
    margin:0;
    font-weight:600;
    font-size:16px;
}
.total-collection h3 i{
    font-size:14px;
}
.cashed-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
}
.cashed-container:last-child {
    margin-bottom: 0;
}
.cashed h5 {
    font-size: 14px;
    font-weight: 500;
    color: #868d8a;
    margin: 0;
}
.collectd h5 {
    font-size: 14px;
    font-weight: 600;
    color: #494d4b;
    margin: 0;
}




