﻿.navbar {
    background-color: #676765;
    /*background-color: #676765;*/
    /*background-color: rgba(100,100,100,1);*/
    color: white;
}

.nav-link {
    color: #79b92f;
}

.banner-img {
    min-width: 100%;
    /*min-height: 100vh;*/
    /*object-fit: contain;*/
}

.footer {
    background-color: #676765;
}

.e-card {
    /*font-size: 1rem;*/
    justify-content: flex-start;
    font-family: Poppins !important;
    color: black;
    font-weight: 400;
}

    .e-card .e-card-header {
        padding: 8px;
        background-color: #79b92f;
    }

        .e-card .e-card-header .e-card-header-caption .e-card-header-title {
            font-size:20px;
            font-weight: 600;
            text-align: center;
            color: black;
        }

.productcatogery {
    /*background-color: rgb(1,1,1);*/
    /*z-index:-1;*/
}

.catogerylist{
    /*z-index:1;*/
    /*offset:;*/
}

.section {
    max-width: 75vw;
    margin: 20px auto;
}

.address {
    font-size: 14px;
    color: #79b92f;
}

.e-btn.e-primary, .e-css.e-btn.e-primary {
    background: #676765;
    border-color: #676765;
    color: #79b92f;
}

.e-btn.e-outline.e-success, .e-css.e-btn.e-outline.e-success {
    background: rgba(0, 0, 0, 0);
    border-color: #79b92f;
    color: #79b92f;
    border-color: #79b92f;
    color: #79b92f;
}

.e-btn.e-outline.e-primary, .e-css.e-btn.e-outline.e-primary {
    background: rgba(0, 0, 0, 0);
    border-color: #676765;
    color: #676765;
}

/*Customize scrollbar*/

/* width */

::-webkit-scrollbar {
    width: 10px;
}



/* Track */

::-webkit-scrollbar-track {
    background: white;
}



/* Handle */

::-webkit-scrollbar-thumb {
    background: #79b92f;
}



    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Customize scrollbar end*/

fieldset {
    border: 1px groove #96989B !important;
    border-radius: 5px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 1rem;
}

.pricedetail {
    background-color:#676765;
    padding: 8px;
    color: #79b92f;
    text-align:center;
    width:100%;
    font:28px;
}