body {
    /* background: rgb(241, 240, 240); */
    background: rgb(241, 240, 240);
    color: #000000;
    font-size: .9rem;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    /* overflow-y: hidden;         */
    /* font-family: 'Kalam', cursive;
    font-family: 'Poppins', sans-serif; */
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    /* transition: all 0.3s; */
}

a:hover {
    /* background-color: rgba(128, 128, 128, 0.308) !important; */
}

:root {
    --main-color: #131921;
    --secondary-color: #232f3e;
}

.btn-height {
    height: 33px !important;
    width: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px .4rem !important; */
}

@media (min-width: 993px) {
    .sidebar-container {
        display: none !important;
    }
}

/* ---------------------------------------NavbarCss----------------------------------- */

.navbar {
    padding: 0px 5px;
    /* background-color: #02816c !important; */
    /* background: white !important; */
    /* background: var(--secondary-color) !important; */
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    /* z-index: 99999; */
    /* position:fixed ; */
    width: 1;
}

.text-white {
    color: black !important
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

@media (max-width: 576px) {
    body {
        overflow-x: hidden !important;
    }

    .heading {
        display: none;

    }

    /* .headercropType{
    right: ;
    } */

}


@media (max-width: 992px) {
    .navbar {
        width: 100%;
        padding: 6px;
    }
}

.avatar {
    width: 10px;
}


@media (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

/* ---------------------------------------NavbarCss----------------------------------- */


/* ---------------------------------------SidebarCss----------------------------------- */

.sideview {
    height: 100%;
    /* background-image: url("../img/bg.jpg"); */
    /* background-repeat: repeat; */
    /* position: absolute; */

}

.sidebar-header {
    transition: all 0.5s
}


.yellow {
    background: #ff7d00;
    color: #fff;
}

.green {
    /* background-color: #02816c; */
    color: #fff;
}

.wrapper {
    display: flex;
    width: 100%;
    /* align-items: stretch; */
}

.delay {
    font-size: 14px;
    transition-property: font-size;
    transition-duration: 4s;
    transition-delay: 2s;
}

#sidebar {
    width: 230px;
    position: fixed;
    /* min-width: 230px;
    max-width: 230px; */
    /* background-color: #02816c !important; */

    /* background-color: var(--secondary-color); */
    /* color: rgb(14, 2, 2); */
    transition: all 0.9s;
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    /* transition: width 2s, height 2s, background-color 2s, transform 2s; */
    z-index: 999 !important;
    /* background-color: white; */
    background-color: var(--secondary-color);

}

.wi {
    /* margin-left: 230px !important; */
}

.k1 {
    font-weight: 500;

}

.navbar-shadow {
    box-shadow: 2px 2px 3px 2px rgba(172, 170, 170, 0.39);
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 0px;
    /* background-color: #232f3e !important; */
    align-items: center;
    text-align: center;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;

}

#sidebar ul li a {
    padding: 10px 10px;
    /* margin: 0px 20px; */
    font-size: 1.1em;
    display: block;
    border-radius: 0px;
    font-weight: 500;

}

#sidebar ul li a {
    /* color: rgb(253, 255, 255); */
    /* color: var(--main-color) !important; */
    color: white !important;
    font-weight: 500;
    font-size: 14px;
    /* background: #fff; */
    /* border-left: 5px solid rgb(50 129 145); */
}

#sidebar ul li a:hover {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    /* background: rgba(128, 128, 128, 0.438); */
    /* border-left: 5px solid #ffffff; */
    /* margin-left: 10px; */
    /* border-top-left-radius: 7px; */
    /* border-bottom-left-radius: 7px; */
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    /* color: rgb(255, 255, 255) !important; */
    font-weight: 500;
    /* background: #ff7d00 !important; */
    background: white !important;
    color: black !important;
    /* border-left: 5px solid #ffffff; */
    margin: 4px 0 !important;
    padding: 10px 10px !important;
    /* margin-left: 10px !important; */
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


.iconblock {
    width: 100%;
    height: 20px;
    /* color: var(--main-color); */
    /* color: white; */
}

#sidebar ul li.active>a,
a[aria-expanded="true"] .iconblock {
    color: black !important
}

#sidebar ul li.active>a,
a[aria-expanded="true"]::after {
    color: #000 !important;
}

.collapsed {
    color: white !important;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--secondary-color);
}

.dropdown-toggle::after {
    color: white !important;
    /* margin-left: 14px !important; */
    /* color: black !important; */
    /* display: none; */
}


.collapsed::after {
    color: white !important;
}

/* .nav-menu{
    background-color: #15616d;
}
.nav-menu-active{
    background-color: #001524;
} */

.logOutDropdown {
    position: absolute;
    background-color: rgb(221, 220, 220);
    text-align: start;
    padding: 1rem;
    right: 1rem;
    border-radius: 4px;
    top: 3.5rem;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


.farmer1 {
    color: #001524 !important;
    font-weight: bold;
    font-size: 18px;
}

.font_icons {
    font-size: 16px;
}

.fpo {
    padding: 0px 30px;
}



@media (max-width:992px) {

    .sideview {
        position: absolute;
        z-index: 99999;
        margin-top: 40px;
    }

    .sidebar-header {
        /* display: none; */
    }

}

.nav-menu {
    margin-left: 25px;
    /* list-style: disc; */
    color: white;
    font-size: 12px;
}


/* ---------------------------------------SidebarCss----------------------------------- */
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.chartBox {
    width: 500px;
    padding: 5px;
    border-radius: 20px;
    /* border: solid 3px rgba(255, 26, 104, 1); */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background: white;
}

#content {
    width: 100%;
    /* padding: 10px; */
    min-height: 100vh;
    transition: all 0.3s;
    margin-bottom: 30px;
    background-color: white;
}

.black {
    color: black;
    font-weight: 600;
}

.black {
    color: black;
    font-weight: 600;
    font-size: 15px;
}

#farmborder1 {
    border-radius: 10px !important;
}

.farmer2 {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(128, 128, 128, 0.164);
    width: 101%;
}

.farmer3 {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #fcc59179;
    /* background-color: white; */
}

.div1 {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    border-radius: 20px;
    margin-left: -8px;
    background-color: #fff;
    /* background-color: #ffecd1; */
}

.div2 {
    padding: 08px;
    margin: 17px;
    border-radius: 10px;
    background-color: white;
    border: 0.1px solid #ff7d00;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.active,
.div2:hover {
    /* background-color: #ff7d00; */
    background-color: transparent;
    padding-right: 35px;
}

.div2:hover .whitecolor {
    color: #000000;
    /* font-weight: bold; */
}

.div2:hover .img1 {
    background-color: transparent;
    border: 1px solid white;
}

.whitecolor {
    color: #001524;
    font-weight: 700;
}

/* .whitecolor:hover{
    color: #ffffff;
} */
.img1 {
    width: 40px;
    background-color: #ff7d00;
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
    margin-left: 15px;
}

/* .img1:hover{
    background-color: #ffffff !important;
} */
.btn1 {
    background-color: #ff7d00;
    color: white;
    padding: 2px 10px !important;
}

.divs1 {
    /* background-color: rgb(0 123 255 / 25%); */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: white;
    border-radius: 10px;
    /* height: 230px; */
}

.avtar {
    width: 30px;
}

.input {
    height: 40px;
    width: 100%;
    border: 2px solid #e4e4f0;
    color: #343958;
    padding: 0px 10px;
    border-radius: 5px;
}

table {
    /* border-radius: 20px; */
    text-align: center;
}

table,
th,
td {
    border: 1px solid #85acb3;
    border-collapse: collapse;
    /* padding: 10px; */
}

th {
    text-align: center !important;
}



table,
td {
    background-color: rgb(255, 255, 255);
    padding-left: 0.5rem;
    /* color: #02816c; */
    color: #000;
    font-size: 12px;
    text-align: left !important;
}



.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

::placeholder {
    color: #333333f1 !important
}

#style-3 {
    /* height: 100vh !important; */
}

#style-2 {
    height: 93vh !important;
}

table,
th {
    /* background-color: #02816c; */
    background-color: var(--secondary-color);
    color: #ffffff;
    font-weight: 500;
    padding: 08px 0px 08px 08px;
}

table,
tr:hover {
    /* background-color: coral; */
}






.popup-contents1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 30px 20px 30px;
    border: 1px solid #888;
    width: 95%;
    color: #000;
    border-top: 8px solid #15616d;
}

.popup-contents1 a.close {
    /* color: #aaaaaa; */
    float: right;
    font-size: 28px;
    /* font-weight: bold; */
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.popup-contents1 span:hover,
.popup-contents1 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-containers1:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

input:focus {
    border-color: #2684FF !important;
}






.popup-contents2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 30px 20px 30px;
    border: 1px solid #888;
    width: 95%;
    color: #000;
    border-top: 8px solid #15616d;
}

.popup-contents2 a.close {
    /* color: #aaaaaa; */
    float: right;
    font-size: 28px;
    /* font-weight: bold; */
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.popup-contents2 span:hover,
.popup-contents2 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-containers2:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/* end second popup */
.margin_bottom1 {
    margin-bottom: 0px;
}

.k2 {
    font-weight: 600;
}

.add2 {
    font-size: .9rem;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
}

/* .btn-success {
    background-color: #02816c !important;
}

.btn-danger {
    background-color: #ff7d00 !important;
    border: none;
} */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        transition: 0.3s;
        margin-top: 2px;

        /* margin-left: -250px; */
    }

    .sidebar-header {
        display: none;
    }

    #sidebar.active {
        margin-left: 0;
    }

    /* #sidebarCollapse span {
        display: none;
    } */
}

.sideiconsize {
    width: 17px;
    height: 17px;
}



.innerblock {
    width: 27px;
    height: 27px;
    /* background-color: white; */
    /* background-color: var(--secondary-color); */
    border-radius: 6px;
    margin-right: 10px;
    margin-top: -5px;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    /* width: 50%; */
}

.dashlogo {
    width: 56px;
    /* background-color: #000; */
    /* height: 41px; */
}

.avtar {
    border-radius: 50%;
    height: 33px;
    width: 35px;
}


.steffect {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

/* ----------------------------------------AddButtonCss---------------------------- */

.br-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background-color: #027479;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    transition: 0.3s;
}

.br-iconn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background-color: #02816c;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    transition: 0.3s;
}

.br-icon::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;

}

.br-iconn::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;

}

.br-icon:hover {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #ff7d00;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.br-iconn:hover {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #ff7d00;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.br-icon:hover::after {
    content: "Add";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    transition: 0.1s;
}

.br-iconn:hover::after {
    content: "जतन";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    transition: 0.1s;
}

.br-icon:hover::after {
    content: "Add";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

.br-iconn:hover::after {
    content: "जतन";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

/* ----------------------------------------AddButtonCss---------------------------- */

/*---------------------------------------- PopUpCss-------------------------------- */



.modal-content {
    border-radius: 10px;
    /* background-image: url(../images/background_image_full-02.png); */
}




.modal-dialog {
    margin-top: 50px;
    border-radius: 40px;
}

.btn-close {
    border-color: #ff7d00;
    background-color: #ff7d00;
    /* padding-top: -20px; */
    height: 30px;
    width: 30px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
    border: none;


}

.x {
    /* margin-top: -17px; */
    font-size: 20px;
    color: white;
    /* margin-bottom: 10px; */
    vertical-align: middle;
}

.popup-containers1 {
    visibility: hidden;
    /* overflow-y: auto; */
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 210px;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-contents1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 30px 20px 30px;
    border: 1px solid #888;
    width: 95%;
    color: #000;
    border-top: 8px solid #02816c;
}

.popup-contents1 a.close {
    /* color: #aaaaaa; */
    float: right;
    font-size: 28px;
    /* font-weight: bold; */
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.popup-contents1 span:hover,
.popup-contents1 span:focus {
    color: rgb(243, 67, 67);
    text-decoration: none;
    cursor: pointer;
}

.popup-containers1:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.popheding {
    /* background-color:  #02816c; */
    /* color: black; */
}

.modal-header {
    padding: 8px;
}

.textColor {
    color: white !important
}

.label {
    margin-left: 40px;
}

.close {
    color: white;
}

.cross:hover {
    background-color: none;


}

/*------------------------ PopUpCss--------------- */

/*------------------------MobilePopUpCss--------------- */
@media (max-width: 992px) {
    .modal-dialog {
        margin-top: 100px;
    }

}

/*------------------------MobilePopUpCss--------------- */

/* --------------------------LogInPageCss---------------- */
.mainbg {
    background: url("../img//nature_bg.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* font-family: 'Montserrat', sans-serif; */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

form {
    /* background-color: #FFFFFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    /* margin: 8px 0; */
    width: 100%;
}

.container {
    background-color: rgba(165, 194, 156, 0.89) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    /* overflow: hidden; */
    width: 384px;
    /* max-width: 100%; */
    min-height: 400px;
    margin-top: -100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* overflow-x: hidden; */
}

.container1 {
    background-color: rgba(165, 194, 156, 0.89);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    /* overflow: hidden; */
    width: 384px;
    /* max-width: 100%; */
    min-height: 400px;
    margin-top: -100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    /* transition: all 0.6s ease-in-out; */
}

.sign-in-container {
    left: 0;
    width: 100%;
    z-index: 2;
}


.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    /* overflow: hidden; */
    transition: transform 0.6s ease-in-out;
    z-index: 100;

}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;

}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding: 0 40px; */
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.log {
    color: rgb(104, 85, 224);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(104, 85, 224, 1);
    width: 200px;
    height: 40px;
    margin-top: 10px;
    border-radius: 10px;
}

.log:hover {
    color: white;
    /* width:; */
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.6) !important;
    background-color: rgba(104, 85, 224, 1) !important;


}

button:hover {}

@media (max-width:992px) {
    .container1 {
        display: none;
    }

    .container {
        border-radius: 10px;
        width: 284px;
        margin-top: -40px;


    }




}



/* --------------------------LogInPageCss---------------- */



/* -------------------------graphCss--------------------- */
.chartbg1 {
    background-color: #fff;
    color: #ffffff;
    border-radius: 0.5rem;
}

.card-chart {
    position: relative;
}

.card-chart .card-chart-right {
    position: absolute;
    right: 30px;
    top: 18px;
}

#sales-revenue-chart .c3-chart-arcs-title {
    font-size: 20px;
    color: #fff !important;
}

#sales-revenue-chart .c3-legend-item {
    display: none;
}

.progressbar-v-1 .chart,
.progressbar-v-2 .chart,
.progressbar-v-3 .chart {
    text-align: center;
}

/* -------------------------graphCss--------------------- */


.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.btn-show-pass {
    font-size: 15px;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 3px;
    right: 10px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.select-placeholder-text {
    color: #495057;
    font-weight: normal;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wi {
        margin-left: 0px !important;
    }
}


@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.table-responsive {
    overflow: auto;
    height: 50vh;
    width: 60wh;
}

.table-responsive table thead {
    position: sticky;
    top: 0;
}

.table-responsive {
    /* background-image: linear-gradient(to left , #f7ebd5ee, #fff); */
}

.fa-trash {
    color: orange;
    cursor: pointer;
}

.fa-pencil {
    color: cornflowerblue;
    cursor: pointer;
}

.fa-check {
    color: black;
    cursor: pointer;
}

.fa-times {
    color: black;
    cursor: pointer;
    font-weight: 700;
}

.fa-eye {
    cursor: pointer;
    color: brown;

}

input#session-date {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.close {
    border: none;
}

#style-2::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* border-radius: 10px; */
    /* background-color: #02816c; */
    /* background-color: var(--secondary-color); */
    background-color: #e7e7e7;
    border-radius: 20px;
}

#style-2::-webkit-scrollbar {
    width: 6px;
    /* background-color: #02816c; */
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    /* background-color: #ff7d00; */
    background-color: var(--secondary-color);
}

#style-4::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* border-radius: 10px; */
    /* background-color: #02816c; */
    /* background-color: var(--secondary-color); */
    background-color: #e7e7e7;
    border-radius: 20px;
}

#style-4::-webkit-scrollbar {
    width: 3px;
    height: 7px !important;
    margin-top: 3px !important;
    /* background-color: #02816c; */
}

#style-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    /* background-color: #ff7d00; */
    background-color: #ff7d00;
}

#style-3::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* border-radius: 10px; */
    background-color: #e7e7e7;
    border-radius: 5px;
    margin-top: 5px !important;

}

#style-3::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
    height: 10px !important;
    margin-top: 5px !important;

}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 30px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    /* background-color: #ff7d00; */
    background-color: #222f3d;
    /* background-color: #616161; */

}


.scrollbar {
    /* float: left; */
    height: 95vh;
    width: 100%;
    /* background: #02816c; */
    /* overflow: scroll; */
}

.inset {
    /* inset: 3px; */
}

.DDLCard {
    /* border: 1px solid rgba(238, 236, 236, 0.308); */
    margin-right: 8px;
    width: 50rem;
    border-radius: 4px;
    /* box-shadow: 2px 2px 5px 4px rgba(158, 158, 158, 0.555); */
    background-color: #8c8d8d31;
}

.graphscrollbar {
    /* float: left; */
    /* height: 95vh; */
    width: 100%;
    /* background: #02816c; */
    overflow: scroll;
}

.force-overflow {
    min-height: 100%;
}

.table-scrollbar {
    /* float: left; */
    /* height: 95vh; */
    /* width: 100%; */
    background: white;
    overflow-y: scroll;
}

.force-overfloww {
    min-height: 10%;
}

.logoutlist {
    list-style: none;
}

/* Ecommerce Css */

/*---------------------
  Featured
-----------------------*/
.a_section-title {
    margin-bottom: 50px;
    text-align: center;
}

.a_section-title h2 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
}

.a_section-title h2:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    height: 4px;
    width: 80px;
    /* background: #02816c; */
    background: var(--secondary-color);
    content: "";
    margin: 0 auto;
}

.a_featured {
    padding-top: 0px;
    padding-bottom: 0px;
}

.a_product-image {
    height: 270px;
    /* position: relative; */
    overflow: hidden;
    /* background-position: center center; */
    /* background-color: #fff; */
    /* margin-left: 20px; */
    top: 20px;
}

.a_product-image img {
    vertical-align: middle;
    border-style: none;

    height: 150px;

    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* padding-left: 50px; */
}



.a_featured__controls {
    text-align: center;
    /* margin-bottom: 50px; */
}

.a_featured__controls ul li {
    list-style: none;
    font-size: 14px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.a_featured__controls ul li.active:after {
    opacity: 1;
}

.a_featured__controls ul li:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    /* background: #02816c; */
    background: var(--secondary-color);
    content: "";
    opacity: 0;
}

.a_featured__controls ul li:last-child {
    margin-right: 0;
}

.a_featured__item {
    margin-bottom: 30px;
}

.a_featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 20px;
}

.a_featured__item1 {
    margin-bottom: 30px;
    background-color: white;
    border-radius: 10px;
}

.a_featured__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

h8 {
    color: #252525;
    font-size: 1rem;
    font-weight: 700;
}


.a_featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}



.a_featured__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.a_featured__item__pic__hover li:last-child {
    margin-right: 0;
}

.a_featured__item__pic__hover li:hover a {
    background: #02816c;
    border-color: #02816c;
}

.a_featured__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.a_featured__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.a_featured__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.a_featured__item__text {
    text-align: center;
    padding-bottom: 5px;
}

.cropname {
    color: white;
    text-transform: capitalize;
}

.a_featured__item__text h6 {
    margin-bottom: 10px;
}

.a_featured__item__text h6 a {
    color: #252525;
}

.a_featured__item__text h5 {
    color: #252525;
    font-weight: 700;
}

/*---------------------
  Categories
-----------------------*/


.a_categories__item {
    height: 270px;
    position: relative;
}

.a_categories__item h5 {
    position: absolute;
    left: 7px;
    width: 94%;
    padding: 0 20px;
    bottom: 20px;
    text-align: center;
}

/* 
.a_categories__item h5 a {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 0 10px;
    background: #ffffff;
    display: block;
} */

.a_categories__slider .col-lg-3 {
    max-width: 100%;
}

.carousel-item active {
    background-color: white !important;
}

.a_banner__pic img {
    width: 100%;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
    /* bottom: 160px; */
    /* display: none; */
    /* margin: 0 -25px; */
}



.a_maincarousel-section {
    padding-right: 5px !important;
    padding-left: 5px !important;

}

/* .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;

    background-color: #f3f6fb !important;
    /* height: 56px !important; */

@media (min-width:300px)and (max-width:350px) {
    .a_categories__item h5 {

        position: absolute;
        left: 7px;
        width: 94%;
        padding: 2px, 12px;
        bottom: 85px;
        text-align: center;
    }
}

@media (min-width:768px)and (max-width:980px) {
    .a_categories__item h5 {
        position: absolute;
        left: 7px;
        width: 94%;
        padding: 0 20px;
        bottom: 99px;
        text-align: center;
    }

    /* .owl-nav {
        display: flex;
        justify-content: space-between;

        position: relative;
        bottom: 201px;
        margin: 0 -25px;
    } */
}

/* ====================== v-ecommerce product carousel css ===========================  */


.v-latest-product {
    padding-top: 80px;
    padding-bottom: 0;
}

.v-latest-product__text h4 {
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 45px;
}

.v-latest-product__slider.owl-carousel .owl-nav {
    position: absolute;
    right: 20px;
    top: -57px;
}

.v-latest-product__slider .owl-carousel.owl-drag .owl-item.active {
    width: 410px !important;
    background-color: transparent !important;
}

.v-latest-product__slider.owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    background: #F3F6FA;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #636363;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}

.v-latest-product__slider.owl-carousel .owl-nav button span {
    font-weight: 700;
}

.v-latest-product__slider.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}

.v-latest-product__item {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.v-latest-product__item__pic {
    float: left;
    margin-right: 26px;
}

.v-latest-product__item__pic img {
    height: 110px;
    width: 110px;
}

.v-latest-product__item__text {
    overflow: hidden;
    padding-top: 10px;
}

.v-latest-product__item__text h6 {
    color: #252525;
    margin-bottom: 8px;
}

.v-latest-product__item__text span {
    font-size: 18px;
    display: block;
    color: #252525;
    font-weight: 700;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel {
    display: block !important;

}


.landingbanner .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 20px !important;
    display: none !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: none;
}

/* ====================== v-ecommerce footer css ===========================  */


.v-footer {
    /* background: #138161; */
    background: #E5E4E2;
    margin-top: 70px !important;
    padding-top: 20px;
    padding-bottom: 0;
}

.v-footer__about {
    margin-bottom: 30px;
}

.v-footer__about ul {
    padding: 0px;
}

.v-footer__about ul li {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    list-style: none;
}

.v-footer__about__logo {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 14px;
    padding: 10px;
}

.v-footer__about__logo img {
    width: 90%;
}

.v-footer__about__logo span {
    display: inline-block;
}

.v-footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.v-footer__widget h6 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.v-footer__widget ul {
    width: 50%;
    float: left;
    padding: 0px;

}

.v-footer__widget ul li {
    list-style: none;
}

.v-footer__widget ul li span {
    color: #000000;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.v-footer__widget p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}

.v-footer__widget form {
    position: relative;
    margin-bottom: 30px;
}

.v-footer__widget form input {
    width: 100%;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    height: 46px;
    border: 1px solid #ededed;
    background-color: white;
}

.v-footer__widget form input::placeholder {
    color: #ffffff;
}

.v-footer__widget form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 26px;
    height: 100%;
}

.v-footer__widget .v-footer__widget__social span {
    display: inline-block;
    height: 41px;
    width: 41px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 10px;
}

.v-footer__widget .v-footer__widget__social span:hover {
    background-color: #e7b834;
}

.v-footer__widget .footer__widget__social a:last-child {
    margin-right: 0;
}

.v-footer__widget .footer__widget__social a:hover {
    background: #02816c;
    color: #000000;
    border-color: #000000;
}

.v-footer__copyright {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    overflow: hidden;
    margin-top: 20px;
}

.v-footer__copyright__text {
    font-size: 14px;
    color: #000000;
    float: left;
    line-height: 25px;
}

.v-footer__copyright__text p {
    margin: 0px;
}

.v-footer__copyright__text span {
    color: #000000;
}

.v-footer__copyright__payment {
    /* float: right; */

}

.v-footer__copyright__payment img {
    width: 40px;
    margin: 0px 5px;
}

.v-footer__copyright__payment img:hover {
    cursor: pointer;
}

.v-site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #e7b834;
    border: none;
}

.cdatpunefooter {
    font-weight: bold;
    color: blue;
}

.v-footer-form {
    padding: 0;
}


/* ========================== v-blog css ==============================  */

.v-section-title h2:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #02816c;
    content: "";
    margin: 0 auto;
}

.v-section-title {
    margin-bottom: 50px;
    text-align: center;
}

.v-section-title h2 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
}

.v-from-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.v-from-blog .v-blog__item {
    margin-bottom: 30px;
}

.v-from-blog__title {
    margin-bottom: 70px;
}

.v-blog__item {
    margin-bottom: 60px;
}

.v-blog__item__pic img {
    width: 100%;
}

.v-blog__item__text {
    padding-top: 25px;
}

.v-blog__item__text ul {
    margin-bottom: 15px;
    padding-left: 0px;
}

.v-blog__item__text ul li {
    font-size: 16px;
    color: #b2b2b2;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.v-blog__item__text .i-m {
    margin-right: 7px;
}

.v-blog__item__text ul li:last-child {
    margin-right: 0;
}

.v-blog__item__text h5 {
    margin-bottom: 12px;
}

.v-blog__item__text h5 span {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
}

.v-blog__item__text p {
    margin-bottom: 25px;
}

.v-blog__item__text .blog__btn {
    display: inline-block;
    font-size: 14px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #b2b2b2;
    padding: 14px 20px 12px;
    border-radius: 25px;
}

.v-blog__item__text .blog__btn span {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.v-blog__pagination {
    padding-top: 5px;
    position: relative;
}

.v-blog__pagination:before {
    position: absolute;
    left: 0;
    top: -29px;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 0.1;
    content: "";
}

/* Counterup-Section */
.n_number {
    font-size: 50px;
    font-weight: 600;
    color: #89c74a
}

.n_counter_up {
    font-size: 22px;
    color: white
}

.n_counters_bg {
    background: linear-gradient(rgba(12, 11, 11, 0.6) 100%, rgba(255, 255, 255, 0.6)100%), url("../images/counters_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* GK Market Main Carousel */

@media (max-width: 576px) {
    .carousel-item {
        margin-top: 15px;
        width: 100%;
        height: 830px !important;
        background: linear-gradient(rgba(203, 224, 183, 0.9) 100%, rgba(203, 224, 183, 0.9)100%), url("images/flowers.jpg");
        background-attachment: fixed
    }

    .n_main_hero {
        background-image: url('../images/mobile_view-01.png');
        background-size: 100% 100%;
        height: 830px;
        /* margin-top: 90px; */
    }

    .n_gk_market {
        font-size: 35px !important;
    }

    .n_h2 {
        font-size: 25px !important;
        color: #02816c;
    }

    .hero_banner1 {
        width: 220px !important;
    }

    .n_shop_now a {
        color: #fff;
        font-size: 15px;
        text-decoration: none
    }
}

@media (min-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 88vh !important;
        background: linear-gradient(rgba(203, 224, 183, 0.9) 100%, rgba(203, 224, 183, 0.9)100%),
            url("../images/flowers.jpg");
        background-attachment: fixed
    }

    .n_main_hero {
        background-image: url('../images/main_banner22-_3_12_-01.png');
        background-size: 100% 100%;
        height: 550px;
    }

    .n_h2 {
        font-size: 42px;
        color: #02816c;
    }

    .hero_banner1 {
        width: 420px
    }

    .n_shop_now a {
        color: #fff;
        font-size: 18px;
        text-decoration: none
    }
}

@media (max-width:950px) {
    .n_logo {
        display: none;
    }

    .n_navbar ul {
        display: none;
    }

    /* 
    .n_navbar {
        display: none;
    } */
}


.n_navbg {
    /* background-color: #02816c */
}

.n_green_color {
    color: #02816c
}

.n_white {
    color: white !important;
}

.n_logo {
    width: 150px;
    /* padding-bottom: 12px; */
    /* background-color: white; */
}



.n_navbar {
    /* background-color: rgb(255, 255, 255); */
    /* background-color: #02816c; */
    /* background-color: #131921; */
    background-color: white;
    height: 55px;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 999;
}

.n_navbar ul {
    list-style-type: none;
    padding-top: 30px;

}

.n_navbar ul li {
    display: inline;
    padding-top: 10px;
    padding: 10px;
    font-size: 17px;
    color: black;
    font-weight: 500;
}

.n_badge {
    position: relative;
    top: -10px;
    left: -7px;
    font-size: 10px;
    border-radius: 100%;
    background-color: #ff6600;
}


.n_greens {
    background-color: #02816c;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #02816c !important;
}

.n_number {
    font-size: 50px;
    font-weight: 600;
    color: #89c74a
}

.n_counter_up {
    font-size: 22px;
    color: white
}

.hero_banner1 {
    width: 420px
}

.n_h2 {
    font-size: 42px;
}

.n_img_li {
    list-style-image: url('../images/dot.png');
    padding-top: 10px;
    font-size: 17px;
    color: #000;
    padding-left: 15px
}

.n_img_li li {
    padding: 02px 05px
}

.n_shop_now {
    padding: 13px 20px;
    background-color: #02816c
}

.n_shop_now a {
    color: #fff;
    text-decoration: none
}

/* ********************************* */
.n_mobileview_logo {
    width: 90px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

/* .n_sort {
    background-color: white !important;
    text-align: center;
    color: #02816c;
    position: absolute;
    top: 54px;
    z-index: 999999;
    width: 100vw;
} */

@media (max-width:992px) {
    .n_mobile_navbar {
        display: none;
    }

}

.n_mobile_navbar {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    z-index: 99;
    background-color: white;
    height: 80px !important;
}

.n_mobile_img {
    padding: 0px 2px;
}

.n_navbg_fixed {
    background-color: #02816c;
    position: fixed;
    height: 60px;
    top: 0px;
    width: 100vw;
    /* z-index: 99; */
}

.n_filter_fixed {
    overflow-y: auto;
    height: 580px;

    background-color: #f9f9f9 !important;
    border: 1px solid #e2dfdf !important;
}

/* width */
#n_filter::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#n_filter::-webkit-scrollbar-track {
    background: #f9f9f9;
}

/* Handle */
#n_filter::-webkit-scrollbar-thumb {
    background: #02816c;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: #02816c; 
  } */
.n_product_card {
    background-color: #f3f6fb;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    /* height: 230px; */
    width: 260px;
    margin: auto;
    position: relative;
}

.n_product_discription {
    background-color: white;
    height: 150px;
}

.n_blue_boreder {
    border: 1px solid #02816c;
}

.n_product_images {
    width: auto;
    height: 160px;
    padding: 0px 0px 5px 0px;
    opacity: 1;
    display: block;
    margin: auto;
    /* width: 100%; */
    /* height: auto; */
    transition: .5s ease;
    backface-visibility: hidden;
}

.n_span_discount {
    position: absolute;
    top: 13px;
    left: 21px;
    color: white;
}

.n_header1 {
    padding: 0 !important;
}

.n_header1 ul {
    padding: 15px 0px 0px 0px !important;
}

.n_header1 ul li {
    /* list-style-type: none; */
    display: inline-block;
    padding: 0px 15px;
}

.n_header1 li {
    list-style-type: none;
    padding: 0px 8px !important;
}

.n_header1 p {
    font-size: 10px;
}

.dropbtn {
    background-color: transparent !important;
    /* color: white; */
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none !important;
    cursor: pointer;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none; */
    margin-left: -44px !important;
    position: absolute;
    /* top: 30px; */
    background-color: #f1f1f1;
    min-width: 190px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.dropdown-content span:hover {
    background-color: #02816c;
    color: white;
    border-left: solid 5px orange;
}

.dropdown-content span {
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content2 {
    /* display: none; */
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    text-align: center;
}

.dropdown-content2 span {
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.n_ham_burgur {
    /* color: #02816c; */
    color: #000000;
    /* padding-top: 20px */
    padding: 0px 20px;
    font-size: 30px;
}

/* @media (max-width:950px) {
    .n_sidenav{
        width: 0px;
    }
} */


.n_sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 10000000 !important;
}

.n_sidenav a {
    font-size: 25px;
    color: #ffffff;
}

.n_sidenav a:hover {
    color: #f1f1f1;
}

.n_sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .n_sidenav {
        padding-top: 15px;
        /* width: 200px; */
    }

    .n_sidenav a {
        font-size: 18px;
    }
}

.n_hello {
    padding: 0px 28px;
    margin-top: -95px;
    position: absolute;
    top: 110px;
    font-size: 23px;
}

.n_sidebartop {
    background-color: #02816c !important;
    height: 50px;
    position: relative;
    top: -60px;
}

.open-bg {
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.open {
    transform: translateX(0px);
}



/* ------------------------- Buyer form ----------------------  */

.popup-content1 {
    background-image: url(../images/background_image_full-02.png);
    width: 56%;
    margin: auto;
    border-width: 7px 1px 1px;
    border-style: solid;
    border-color: rgb(2, 129, 108) rgb(136, 136, 136) rgb(136, 136, 136);
    border-image: initial;
    border-top: 7px solid rgb(2, 129, 108);
    border-radius: 20px;
    padding: 30px 106px 30px 90px !important;
}


.form-controls1 {
    width: 20vw;
    height: 35px;
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(106, 117, 117);
    border-image: initial;
    border-radius: 5px;
    background-color: white;
}

.form-controls2 {
    width: 20vw;
    height: 35px;
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(106, 117, 117);
    border-image: initial;
    border-radius: 5px;
    background-color: white;
}

.form-control3 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.validatebtn1 {
    background: rgb(143, 215, 132) !important;
}

.orange_hover1 {
    background-color: rgb(243, 98, 13);
    color: rgb(255, 255, 255);
    padding: 5px 8px;
    border-radius: 5px;
}

.greens_hover1 {
    background-color: rgb(2, 129, 108);
    color: rgb(255, 255, 255);
    padding: 5px 8px;
    border-radius: 5px;
}


/* ---------------------- buyer login --------------------------  */

.v-log {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;

}

.login-close {
    color: #02816c;
    /* float: right; */
    border: none;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.nb_popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.n_orange_color {
    color: #f3620d;
}

.n_greens_hover {
    width: 100px;
    background-color: #02816c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    transition: all 0.2s;
}

.n_greens_hover:hover {
    background-color: #f3620d;
}

.log_background {
    background-image: url(../images/background_image_full-02.png);
}

/* ----------------- owl css --------------------------  */
@media (min-width:300px)and (max-width:350px) {
    .a_categories__item h5 {

        position: absolute;
        left: 7px;
        width: 94%;
        padding: 2px, 12px;
        bottom: 85px;
        text-align: center;
    }
}

@media (min-width:768px)and (max-width:980px) {
    .a_categories__item h5 {
        position: absolute;
        left: 7px;
        width: 94%;
        padding: 0 20px;
        bottom: 99px;
        text-align: center;
    }

    .owl-nav {
        display: flex;
        justify-content: space-between;

        position: relative;
        bottom: 201px;
        margin: 0 -25px;
    }
}

@media (min-width:768px)and (max-width:1150px) {
    .a_product-image img {
        vertical-align: middle;
        border-style: none;

        height: 150px;

        position: absolute;

    }
}

.a_categories__slider.owl-nav {
    display: flex;
    /* justify-content: space-between; */

    position: relative;
    bottom: 160px;
    margin: 0 -25px;
}

.a_maincarousel-section {
    padding-right: 5px !important;
    padding-left: 5px !important;

}

/* .a_categories__slider.owl-carousel .owl-nav button.owl-prev,
.a_categories__slider.owl-carousel .owl-nav button.owl-next,
.a_categories__slider.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;

    background-color: #f3f6fb !important;
    /* height: 56px !important; */
/* display: none; */


*/
/* ----------------- popup validation -------------------  */

.popup-containervalidate {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 20px
}

.popup-contentvalidate {
    background-image: url(../images/background_image_full-02.png);
    margin: auto;
    border: 1px solid #888;
    width: 85%;
    border-bottom: 7px solid #02816c;
    border-radius: 20px
}

.popup-contentvalidate a.close {
    color: #ff6600;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: 0;
    padding: 0;
    padding-top: 13px;
    margin: 0 20px 0 0;
    text-decoration: none
}

.popup-contentvalidate span:hover,
.popup-contentvalidate span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popup-containervalidate:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.n_bg_blue {
    background-color: #02816c !important;
    color: white !important;
    padding: 15px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.n_verify {
    background-color: #02816c;
    color: white
}


.popup-content-validate {
    width: 56%;
    margin: auto;
    border-top: 7px solid rgb(2, 129, 108);
    border-radius: 20px;
    padding: 30px 106px 30px 90px !important;
}

/* .m-row{
    display: none;
} */
.scr {
    margin-top: -69px;
}

.zoom:hover {
    transform: scale(2.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom {
    /* padding: 50px; */
    /* background-color: green; */
    transition: transform .2s;
    /* Animation */
    /* width: 200px; */
    /* height: 200px; */
    /* margin: 0 auto; */
}

.ActionTooltip {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    /* height: 25px; */
    /* line-height: 30px; */
    border: 1px solid #9b9b9b;
    text-align: center;
    border-radius: 6px;
}

.productcard {
    position: relative !important;
}

.productcard .card {
    position: relative;
    width: 340px;
    height: 350px;
    background: #f3f6fb;
    /* border-radius: 20px; */
    overflow: hidden;
    margin-bottom: 30px;
    border: none;
}

.productcard .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #dee2ff; */
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}

.productcard .card:hover:before {
    clip-path: circle(300px at 80% -20%);
}

.productcard .card:after {
    content: "Nike";
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);

}

.productcard .card .imgBx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.productcard .card:hover .imgBx {
    top: 0%;
    transform: translateY(-25%);
    /* bug  */
}

.productcard .card .imgBx img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 270px;
}

.productcard .card .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 90;
}

.productcard .card:hover .contentBx {
    height: 190px;
}

.productcard .card .contentBx h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
}

.productcard .card .contentBx .size,
.productcard .card .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.productcard .card:hover .contentBx .size {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
}

.productcard .card:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s;
}

.productcard .card .contentBx .size h3,
.productcard .card .contentBx .color h3 {
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}

.productcard .card .contentBx .size span {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: #111;
    background: #fff;
    margin: 0 5px;
    transition: .5s;
    color: #111;
    border-radius: 4px;
    cursor: pointer;
}

.productcard .card .contentBx .size span:hover {
    /* other bug */
    background: #B90000;
}

.container .card .contentBx .color span {
    width: 20px;
    height: 20px;
    background: #ff0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.productcard .card .contentBx .color span:nth-child(2) {
    background: #1BBFE9;
}

.productcard .card .contentBx .color span:nth-child(3) {
    background: #1B2FE9;
}

.productcard .card .contentBx .color span:nth-child(4) {
    background: #080481;
}

.productcard .card .contentBx a {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s;
}

.productcard .card:hover .contentBx a {
    opacity: 1;
    transform: translateY(10px);
    transition-delay: .7s;
}

.scrollTop {
    margin-top: -60px;
    /* position: relative; */
    /* transform: translateY(150px); */
    /* opacity: 0; */
    /* transition: 2s all ease; */
    /* background-color: red; */
}

.product {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    margin: auto;
    padding: 2.5em 0;
    min-width: 600px;
    background-color: white;
    border-radius: 5px;
}

/* ----- Photo Section ----- */
.product__photo {
    position: relative;
}

.photo-container {
    position: absolute;
    left: -2.5em;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}

.photo-main {
    border-radius: 6px 6px 0 0;
    background-color: #9be010;
    background: radial-gradient(#e5f89e, #96e001);
}

.photo-main .controls {
    display: flex;
    justify-content: space-between;
    padding: 0.8em;
    color: #fff;

    /* i {
			cursor: pointer;
		} */
}


.photo-main img {
    position: absolute;
    left: -3.5em;
    top: 2em;
    max-width: 110%;
    filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
}


.photo-album {
    padding: 0.7em 1em;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.photo-album ul {
    display: flex;
    justify-content: space-around;
}

.photo-album li {
    float: left;
    width: 55px;
    height: 55px;
    padding: 7px;
    /* border: 1px solid $color-secondary; */
    border-radius: 3px;
}


/* ----- Informations Section ----- */
.product__info {
    padding: 0.8em 0;
}

.title h1 {
    margin-bottom: 0.1em;
    /* color: $color-primary; */
    font-size: 1.5em;
    font-weight: 900;
}

.title span {
    font-size: 0.7em;
    /* color: $color-secondary; */
}


.price {
    margin: 1.5em 0;
    /* color: $color-highlight; */
    font-size: 1.2em;
}

.price span {
    padding-left: 0.15em;
    font-size: 2.9em;
}


.variant {
    overflow: auto;
}

.variant h3 {
    margin-bottom: 1.1em;
}

.variant li {
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}

/* &:first-child,
		&:hover {
			border: 1px solid $color-secondary;
		}
	} */

/* li:not(:first-child) {
		margin-left: 0.1em;
	}
} */

.description {
    clear: left;
    margin: 2em 0;
}

.description h3 {
    margin-bottom: 1em;
}

.description ul {
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1em;
}

.description li {
    text-indent: -0.6em;
    margin-bottom: 0.5em;
}


.buy--btn {
    padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    /* background-color: $color-highlight; */
    /* box-shadow: 2px 2px 25px -7px $color-primary; */
    cursor: pointer;

    /* &:active {
		transform: scale(0.97);
	} */
}

/* ----- Footer Section ----- */


.parallelogram {
    width: 150px;
    height: 60px;
    margin: 0 0 0 -20px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: rgb(206, 16, 16);
    overflow: hidden;
    position: relative;
    margin-left: -40px;


}

.CategoryCard {
    width: 100%;
    margin-top: 90px;
    background-color: #ccf1f1;
    height: 300px;
    margin: 10px;
    border-radius: 20px;
}

.FpoName {
    margin-top: 40px;
}

.checked {
    color: orange;
}

.productcard1 {
    display: flex;
}

.item1 {
    background-color: #fff;
    /* border-radius: 20px; */
    width: 80px;
    height: 280px;
    margin-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    /* border: solid 1px #016e3c; */

}

.item2 {
    background-color: #fff;
    border-radius: 20px;
    width: 250px;
    height: 280px;
    margin-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.item1img {
    width: 100px;
    height: 100px;
    /* margin-top: 20px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
}

/* .BuyCarditem1{
    width: 120px;
    height: 100px;
    margin-top: 20px;
 } */
.item1imgbg {
    background-color: #fff;
    width: 100%;
    height: 150px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.BuyCarditem1bg {
    background-color: #fff;
    width: 100%;
    height: 150px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.list {
    display: flex;
}

.col:hover {
    text-decoration: underline;
}

.set-bg {
    background-color: rgb(255, 255, 255);
    width: 250x;
    height: 200px;
    border-radius: 20px;
}

.carouselimg {
    /* margin-left: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-success {
    background-color: #ffffff !important;
    border: 1px solid #027479 !important;
    color: #027479 !important;
}

.btn-success:hover {
    background-color: #027479 !important;
    color: white !important;
}

.btn-danger {
    background-color: #ffffff !important;
    border: 1px solid #ff7d00 !important;
    color: #ff7d00;
    border: none;
}

.btn-danger:hover {
    background-color: #ff7d00 !important;
}

.btnbuynow {
    width: 350px;
    height: 40px;
    border: none;
    background-color: #02816c;
    border-radius: 4px;
    cursor: pointer;
}

.btnaddtocart {
    width: 350px;
    height: 40px;
    border: none;
    background-color: #ff7d00;
    border-radius: 4px;
    cursor: pointer;
}

/* .btnaddtocart:hover {
    background-color: gray;
}

.btnbuynow:hover {
    background-color: gray;
} */

.catimg:hover {
    transform: scale(1.2);
    transition: transform .5s ease;

}

.Vegetablesheading {
    font-size: 40px;

}

.logpopheding {
    background-color: #09af6a;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.icon-position {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 20;
}

.icon-style {
    background-color: #232f3e;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    cursor: pointer;
    animation: movebtn 3s ease-in-out infinite;
    transition: all .5s ease-in-out;
}

.icon-style:hover {
    animation: none;
    background: #eba74f;
    color: #ffffff;
    border: 2px solid #eba74f;
}

.divcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes movebtn {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.webLoginLeftSide {
    background-color: var(--secondary-color);
    height: 520px;
    margin-left: -40px;
    margin-top: -77px;
    margin-bottom: -26px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.webLoginLeftSideimg {
    justify-content: center;

}

.webloginheading {
    /* background-color: var(--main-color); */
    border-radius: 20px;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--main-color);
}

.webloginheadingbg {
    color: #fff;
    margin-bottom: 10px;

}

.weblog {
    background-color: #ff7d00;
    /* width: 300px; */
    padding: 10px;
    height: 40px;
    color: #fff;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.MobileValidationbg {
    background-image: linear-gradient(rgba(12, 11, 11, 0.6) 100%, rgba(255, 255, 255, 0.6)100%), url("../img/nature_bg121.jpg");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.loginlogobg {
    /* background-color: white; */
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 100px;
    padding: 6px;

}

.active_product {
    border-bottom: #02816c 3px solid;
    /* font-weight: 700; */
}

.loadingcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .triangleIcon {
    margin-right: 10px;
    color: #EF7151;
    font-size: 17;
    margin-top: -8.5%;
} */

.norecordlabel {
    font-weight: bold;
    font-size: 17px !important;
    /* color: #ff6600; */
    color: var(--secondary-color);
    margin-top: 1%;
    padding-right: -10px;
}

/* ############### Product Page ##############  */

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.Plabel-success {
    background-color: #02816c;
}

.Plabel {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

h7 {
    font-size: 0.9rem;
    line-height: 35px;
    white-space: pre;
}

.Productposition {
    position: fixed;
    float: left;
}

.Descposition {
    /* float: right; */
    /* padding-left: 3rem !important; */
    /* padding-right: 1rem !important */
}

@media (max-width: 992px) {
    .Productposition {
        position: relative;
        float: 'center';
    }

    .Descposition {
        float: none;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

}

@media (max-width: 576px) {
    .Productposition {
        position: relative;
        float: 'center';
    }

    .Descposition {
        /* float: 'center'; */
    }

    /* .thumbnail {
        width: 100vw;
    } */
}

/* ########## */
/* *{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    
    
  } */



form {
    position: relative;
    top: 10px;
}

/* .menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
} */

section {
    position: relative;
    top: 3.98em;
}

section .container-fluid .thumbnail .caption .buttons {
    margin: 1px;
}

section .desc h5 .glyphicon {
    color: #5cb85c;
}

section .desc .breadcrumb {
    padding-left: 0;
}

section .desc button:hover {
    background-color: #fff;
    border: 1px solid #2874f0;
    color: #2874f0;
}



/* ############### Product Page ##############  */

.oredersyummarylist {
    list-style: none;
}

.OrderSummaryLogin {
    background-color: #02816c;
    color: #fff;
    height: 50px;
    cursor: pointer;
}

.OrderSummaryEmptyLogin {
    background-color: #eb9a9a;
    color: #fff;
    height: 50px;
    cursor: pointer;
}

.textareaa {
    width: 100%;
    /* height: 150px; */
}

.calculatecard {
    background-color: rgb(255, 255, 255);
    height: 400px;
    position: fixed;
    float: left !important;
}

.oredersyummarylist {
    float: right !important;
}

hr.new2 {
    border-top: 1px dashed rgb(28, 241, 64);
}

.fa-archive {
    color: orange
}

.Cropcheckbox {
    border: 1px solid rgb(3, 3, 3);
    /* background-color: #02816c; */
    width: 100%;
    border-radius: 4px;
    height: 200px;
    overflow-y: auto;
    /* scrollbar-width:thin !important ; */
    overflow-x: hidden;
}



#padding-bottom {
    padding-bottom: 4rem !important;
}


.selectCrop {
    background-color: #ffffff;
    padding: 3px;
    position: absolute;
    z-index: 999;
    margin-top: 70px;
    margin-left: 10px;

}

.AfterLoginImage {
    width: 40%;
    background-color: white;
    padding: 4px;
    border-radius: 6px;
}

.AfterLoginCartImage {
    width: 25%;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* background-color: white; */
    /* display: flex;
    position: relative; */
    /* float: right; */
    border-radius: 6px;
    margin-left: 50px;
    background-image: url("./assets/img/cart.png");
    cursor: pointer;
    /* background-size: 100% 100%; */
}

.toright {
    display: flex;
    position: relative;
    float: right;
}

nav {
    display: block;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav>ul>li {
    display: inline-block;
    padding: 0 6px;
}

#mainnav ul li {
    position: relative;
    cursor: pointer;
}

/* .header #mainnav > ul > li > a {
    line-height: 100px;
} */
#mainnav>ul>li.home>a {
    color: #fafafa;
}

#mainnav>ul>li>a {
    position: relative;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.1s ease-in-out;

}

#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 200px;
    margin-left: -50px;
    text-align: left;
    background-color: #ffffff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    /* border-radius: 7px; */
}

#mainnav ul.submenu li:first-child {
    border-top: none;
}

#mainnav ul.submenu>li {
    /* border-top: 1px solid #333333; */
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu>li>a {
    display: block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 15px;
}

#mainnav ul li:hover>ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.AddressCard {
    background: rgb(255, 255, 255);
    height: 250px;
    border-style: dashed;

    border-color: gray;
    border-radius: 13px;
    /* border-top: solid 5px green; */
}

.AddressCardDefault {
    background: rgb(255, 255, 255);
    height: 250px;
    /* border-style: dashed; */
    border-color: #02816c;
    border-radius: 13px;
    border-top: solid 55px #02816c;
}

.addaddress {
    width: 200px;
    cursor: pointer;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 85%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.addressaction {
    color: #1BBFE9;
}

.addressaction:hover {
    color: #d4a142;
}

.AddressList {
    padding: 15px 40px 25px 40px;
    border-radius: 15px;
    line-height: 25px;
}

.ReadOnly {
    background-color: #3A416F;
    padding: 8px;
    border-radius: 4px;
    color: white
}

.AddToCart {
    background-color: white;
}

.AddtocartTotal {
    background-color: white;
    height: 70vh;

}

.badge {
    content: attr(value);
    font-size: 16px;
    color: #fff;
    /* background: red; */
    border-radius: 50%;
    padding: 0 5px;
    position: relative;
    left: -10px;
    top: -10px;
    opacity: 0.9;
}

/* 
.AfterLoginCartImage:after{
    content:attr(value);
    font-size:12px;
    color: #fff;
    background: red;
    border-radius:50%;
    padding: 0 5px;
    position:relative;
    left:-8px;
    top:-10px;
    opacity:0.9;
} */

.statusIndicator {
    padding: 10px;
}

.approved {
    background-color: rgb(54, 87, 5);
    color: white;
    border: none;
    border-radius: 3px;
}

.unapproved {
    background-color: #eb560b;
    border: none;
    border-radius: 9px;
}

.bgunapproved {
    background-color: greenyellow;
    /* border: none; */
    /* border-radius: 9px; */

}

/* //------------------------------------------------Mobile Css--------------------------------------------------// */
@media (max-width:992px) {
    .scrollTop {
        margin-top: -99px;
    }

    .n_navbar {
        /* margin-top: -20px; */
        /* display: none; */
    }

    #myDropdown {
        z-index: 9999;
    }

    .n_navbg_fixed {
        z-index: 9999;
    }

    .icon-style {
        z-index: 999;
    }

    .webLoginLeftSide {
        display: none;
    }




}

/* //------------------------------------------------Mobile Css--------------------------------------------------// */

.CatcardBg {
    background-color: white;
    border-radius: 20px;
}

.bg-transparent {
    background-color: 'transparent';
}

.adjust {
    /* width: 135%; */
}

.oranges {
    border-radius: 10px;
}

.cardborder {
    padding: 0px 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin: 2px; */
    /* margin-top: 10px; */
    border-radius: 10px;
    background-color: whitesmoke !important;
    border: 0.1px solid #ff7d00;

    /* box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px; */
    /* box-shadow: rgb(0 0 0 / 50%) 0px 10px 29px, rgb(0 0 0 / 23%) 0px 6px 6px; */
}

.cardhead {
    /* font-size: medium; */
    font-size: 16px;
    /* font-weight: 600; */
}

.bgmaincard {
    height: 238px;
    border-radius: 30px;
    /* background-color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 10px;
}

.headercropType {
    top: 8px;
}

.dashcount {
    color: var(--secondary-color);
    line-height: 1.1;
    font-size: 2rem;
    font-weight: bold;
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.card {
    border-radius: 0.75rem;
    /* border: 0px !important; */
}

.active1 {
    background-color: white !important;
}

/* .tdhover:hover{
    transform: scale(1.1);
    transition: transform .5s ease;
} */

.btn-outline-danger1 {
    /* background-color: #ff7d00;  */
    background-color: transparent;
    border: 1px #ff7d00 solid;
    color: #ff7d00;
    font-size: 14px;
    /* letter-spacing: 0.8px; */
}

.btn-outline-danger1:focus {
    background-color: #ff7d00;
    color: white;
}

.btn-outline-danger1:hover {
    background-color: #ff7d00;
    color: white;
}

.scroll {
    overflow-x: scroll;
}

.defaulttext {
    background-color: #02816c;
    width: 80px;
    border-radius: 10px;
    padding: 5px;
    color: white;
}

.smallcardbg {
    background-image: linear-gradient(rgba(231, 228, 228, 0.6) 100%, rgba(255, 255, 255, 0.2)90%), url("../img/cropbg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.smallcardFarmerbg {
    background-image: linear-gradient(rgba(231, 228, 228, 0.6) 100%, rgba(255, 255, 255, 0.2)90%), url("../img/groupfarmer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.smallcardProjectedbg {
    background-image: linear-gradient(rgba(231, 228, 228, 0.6) 100%, rgba(255, 255, 255, 0.2)90%), url("../img/Projected.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.smallcardHarvestedbg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 100%, rgba(250, 248, 248, 0.2)100%), url("../img/.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.smallcardMarketablebg {
    background-image: linear-gradient(rgba(231, 228, 228, 0.6) 100%, rgba(255, 255, 255, 0.2)90%), url("../img/Marketable.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bemandimg {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.blink {
    color: rgb(255, 255, 255);
    font-size: 20px;
    background-color: #0b032b;
    padding: 10px;
    border-radius: 20px;

}

/* .Mohoutsav{
    z-index: 999;
    margin-left: 300px;
    margin-top: -200px;
    height: 40px;
    
} */

figure.snip0015 {
    font-family: 'Raleway', Arial, sans-serif;
    color: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    margin: 10px;
    /* min-width: 220px; */
    /* max-width: 310px; */
    /* max-height: 220px; */
    /* width: 100%; */
    /* background: #000000; */
    text-align: center;
}

figure.snip0015 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0015 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0015 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em 3em;
    width: 100%;
    height: 100%;
}

figure.snip0015 figcaption::before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(17, 17, 17, 0.8);
    border-bottom: 1px solid rgba(17, 17, 17, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015 h5,
figure.snip0015 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0015 h5 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015 h5 span {
    font-weight: 800;
}

figure.snip0015 p {
    font-weight: 200;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0015 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #000000;
}

figure.snip0015:hover img {
    opacity: 0.45;
}

figure.snip0015:hover figcaption h5 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015:hover figcaption p {
    opacity: 0.9;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.leftt {
    background-color: #02816c;
}

/* .nav {
    background-color: #02816c;
} */

.a_container .owl-next,
.a_container .owl-prev {
    position: absolute;
    top: 10%;
    width: 30px;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.a_container .owl-next {
    right: 0;
    font-size: 28px !important;
}

.a_container .owl-prev {
    left: 0;
    font-size: 28px !important;
}

.LatestProducts {
    background-color: #02816c;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 30px;
    font-size: 20px;
}

.set-bgg {
    background-color: rgb(255, 255, 255);
    width: 140x;
    height: 260px;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
}

.ProductHeader {
    background-color: rgb(255, 255, 255);
    width: 140x;
    height: 200px;
    font-weight: bold;
    /* border-radius: 20px; */
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
}

.Latest {
    vertical-align: middle;
    margin-top: 70px;
}

.rating {
    background-color: #02816c;
    padding: 3px;
    border-radius: 6px;
    color: white;
    font-weight: bold;

}

.fa-star {
    font-size: 12px;
}

.carousel_sectionn {
    background-color: white;
    height: 260px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 4px, rgba(0, 0, 0, 0.15) 0px 4px 4px;
}

.DemandRegister {
    margin-top: -40px;
    margin-right: 50px;
    margin-bottom: -30px;
}

.DemandRegisteButton {
    margin-bottom: 6px;
    margin-top: 24px;
}

.input [type="date"]:before {
    content: attr(placeholder);
}

.fa-sign-out,
.fa-shopping-cart,
.fa-address-card,
.fa-list-alt {
    color: orange
}

.submenu:hover {

    background-color: #02816c;
}

@media (min-width:992px) {
    .logoutmobile {
        display: none;
    }

}

@media (max-width:992px) {
    .GridButton {
        margin-top: -30px;
    }
}

@media (max-width:992px) {
    .avatar {
        display: none;
    }
}

@media (max-width:992px) {
    .Latest {
        font-size: 17px;
    }

    .btn-primary {
        font-size: 13px;
    }
}

.chart {
    position: relative;
}

.chartWrapper>canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.chart {
    width: 900px;
    overflow: auto;
}

.villageadd {
    margin-top: -38px;
    margin-left: 182px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    width: 38px;
    height: 38px;

}

@media (max-width:992px) {
    .villageadd {
        margin-left: 242px;
        position: absolute;
        z-index: 9999;
    }
}

@media (max-width:992px) {
    .villageadd {
        margin-left: 242px;
        position: absolute;
        z-index: 9999;
    }
}

@media (max-width:992px) {
    .sidebarclose {
        display: none;
    }

    .sidebarOpen {
        display: block;
    }

}

@media (max-width:992px) {
    .webimage {
        display: none;
    }
}

@media (max-width:992px) {
    .DemandRegisteButton {
        font-size: 10px;
    }
}

@media (max-width:992px) {
    .DemandWeb {
        display: none;
    }
}

@media (min-width:992px) {
    .DemandMobie {
        display: none;
    }
}


.nav-items {
    background-color: #02816c;
}

.nav-tabs .nav-link.active {
    background-color: #f1f0f0;
    border-bottom: solid 5px #eca869;
    border-radius: 8px;
    border-color: #eca869 !important;
    margin-left: 15px;
}

.nav {
    justify-content: center !important;
}

.Yorder {
    justify-content: center !important;

}

.Yorderbox {
    border-bottom: solid 8px #eca869;
    border-color: #eca869 !important;
    border-radius: 8px;

}

.Addtocartheading {
    background-color: #eca869;
    font-size: 20px;
    color: white;
    padding: 6px;
    margin-top: 10px;
    border-radius: 8px;
}

.loginlable {
    color: rgb(236, 57, 57)
}

@media (max-width:992px) {
    .mobilehedingdashboard {
        font-size: 15px;
    }

    .mobilecountdashboard {
        font-size: 20px;
    }

    .loginmobileleftside {
        display: none;
    }

    .languageweb {
        display: none;
    }
}

.Villageselectwidth {
    width: 180px
}

.btn-link {
    color: white;
}

.OrderSummaryLogin1 {
    background-color: #cdfef6;
    color: #000;
}

/* =============================================================landing page css ======================================*/
/* 
.mainaboutus {
    background-color: #c1ddd8;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    padding: 20px;
}

.aboutusborder {
    border-left: solid 10px red;

}

.mainvision {
    background-color: #cdfef6;
    height: 300px;
}

.visionbg {
    background-color: red;
    height: 50%;
    padding: 15px;
}

.visionleftcard {
    z-index: 999;
    margin-bottom: -90px;
    margin-top: 65px;

} */


/* =============================================================landing page css ======================================*/


.redboder {
    border: solid 1px #ced4da;
    padding: 7px;
    border-radius: 5px;
}

.exportbtn {
    height: 37px;
    background-color: #232f3e !important;
    margin-top: -5px;
    color: white;
}



.technology-carousel {
    padding: 0 1.8rem
}

.product-padding {
    padding: 0 3rem
}

.technology-carousel .owl-nav button {
    position: absolute;
    top: 0;
    height: 60%;
    width: 32px;
    outline: 0
}

.technology-carousel .owl-nav button span {
    font-size: 3rem
}

.technology-carousel .owl-nav button.owl-next {
    right: 0
}

.technology-carousel .owl-nav button.owl-prev {
    left: 0
}

.technology-carousel .owl-nav button:hover {
    color: var(--orange);
    outline: 0
}

.techno-block {
    background: transparent;
    height: 100%;
    align-items: center;
    padding: 10px;
    display: flex
}

.owl-carousel .owl-item .techno-block img {
    width: auto;
    margin: auto;
    align-self: center
}

/* .owl-item:nth-child(2n) .techno-block {
    background: #ececec
  } */

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: red;
    font: inherit;
    padding: 0 3rem!important;
} */

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.a_product-image1 img {
    vertical-align: middle;
    border-style: none;
    height: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* padding-left: 50px; */
}

.set-bg1 {
    background-color: rgb(255, 255, 255);
    width: 250x;
    height: 80px;
    border-radius: 10px;
}

.a_featured__item__text1 {
    text-align: center;
    padding-bottom: 5px;
    font-size: 13px;
    padding-top: 5px;
    background-color: #232f3e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -20px;
    color: white;

}

.bg-white {
    background-color: white;
    border-radius: 10px;
}

.listpadding {
    /* padding: 70px; */
    /* margin-top: -90px; */
    /* padding-left: 100px; */
}

.breadcrumb-item {
    color: #5c57ec;
}

.Breadcrumb {
    margin-top: 50px;
    /* position: fixed; */
    width: 100%;
    border-bottom-right-radius: 10px;
}

.kgbtn {
    justify-content: space-evenly;
    margin-top: 10px;
}

.kg1 {
    padding: 5px;
    width: 50px;
    border: none;
    background-color: grey;
    color: white;
    border-radius: 5px;
    justify-content: center;
    align-items: center;

}

.kg1:hover {
    background-color: #ff7d00;
    border: 0px solid transparent;
}

.kg1 .active {
    background-color: #ff7d00;
    border: none;
}

.orgamicimg {
    background-color: rgb(55, 233, 55);
    padding: 5px;

}

.pending {
    background-color: yellow;
    padding: 5px;
    border-radius: 6px;
}

.Rejected {
    background-color: rgb(219, 30, 30);
    padding: 5px;
    border-radius: 6px;
}

.Approved {
    background-color: rgb(132, 230, 53);
    padding: 5px;
    border-radius: 6px;
}

.organictop {
    margin-top: -70px;
}

.show-cart-wr .col-left img {
    width: 100%;
    max-width: 180px;
    height: auto;
    text-align: center;
}

.product-image-modal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

.show-cart-wr .col-right .total .price span {
    font-size: 20px;
    font-weight: 700;
}

.show-cart-wr .col-right .total .price span {
    color: #56bb3e;
}

.show-cart-wr .col-right span {
    margin-top: 0;
    text-align: left;
    display: inline-block;
    padding-left: 5px;
    font-weight: 400;
}

.show-cart-wr .col-right .total .price span {
    font-size: 20px;
    font-weight: 700;
}

.show-cart-wr .col-right .total .price span {
    color: #56bb3e;
}

.show-cart-wr .col-right span {
    margin-top: 0;
    text-align: left;
    display: inline-block;
    padding-left: 5px;
    font-weight: 400;
}

.show-cart-wr .col-right .button-continue .close-box {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #56bb3e;
    background-image: linear-gradient(45deg, #56bb3e, #044313);
}

.show-cart-wr .col-right {
    padding-left: 50px;
    text-align: center;
}

.show-cart-wr .col-right .button-continue {
    margin-top: 30px;
}

.show-cart-wr .col-right .button-continue .close-box {
    border-radius: 30px;
    position: unset;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.show-cart-wr .col-right .button-viewcart a {
    border-radius: 30px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.show-cart-wr .col-right .button-viewcart a {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #56bb3e;
    background-image: linear-gradient(45deg, #56bb3e, #044313);
}

/* .show-cart-wr .col-right .button-checks a:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    z-index: 9;
    border: 1px solid;
}

*, ::after, ::before {
    box-sizing: border-box;
} */
.show-cart-wr .col-right .button-checks a {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    position: relative;
}

.show-cart-wr .col-right .checkout-buttons button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 30px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.show-cart-wr .col-right .checkout-buttons button {
    color: #666;
    border: 1px solid #666666;
    background-color: #fff;
}

.show-cart-wr .col-left .product-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
}

.show-cart-wr .col-left .product-qty-popups,
.show-cart-wr .col-left .product-price-popups {
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.show-cart-wr .col-left .product-price-popups {
    padding: 0;
}

.show-cart-wr .col-left .product-qty-popups,
.show-cart-wr .col-left .product-price-popups {
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.template-cart h1 {
    text-align: center;
}

.create-an-account h1,
.login-page h1,
.my-account h1,
.page-header h1,
.template-cart h1 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    margin: 0 0 40px;
    outline: none;
    text-align: center;
}

#cart table tr td.image {
    position: relative;
    text-align: left;
}

#cart table tr td {
    padding: 20px 0;
    text-align: left;
}

.image {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

#cart table th,
.subtotal p.t-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* body {
    position: relative;
    margin: 0;
    height: 100vh;
    display: grid;
    place-content: center;
  } */
.borderless {
    /* border: 1px solid transparent !important; */
    border-bottom: 1px solid lightgray;
    border-left: hidden;
    border-right: hidden;
}

.text-red {
    text-decoration: line-through;
    color: red;
}

.ProductListHori {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    height: 33vh;
    /* height: 30vh; */

}

.ProductListHori1 {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;

    /* margin-left: 2px; */

}

.sugarmaindiv {
    background-color: #f9df80;
    padding: 4px;

}


.text-green {
    color: green;
    font-size: 18px;
}

.divcenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.productbg {
    background-color: red;
    border-radius: 10px;
}

.drip {
    /* background-color: #f8f7de; */
    border-radius: 10px;
    /* background:linear-gradient(0deg, rgba(248,247,222,0.1), rgba(248,247,222,0.3)), url("/assets/images/Products/bg.jpg"); */
    /* color: green; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 55px;
    color: rgb(0, 0, 0);
    filter: blur(50%);
}

.drip12 {
    /* background-color: #f8f7de; */
    border-radius: 10px;
    /* background:linear-gradient(0deg, rgba(248,247,222,0.1), rgba(248,247,222,0.3)), url("/assets/images/Products/bg.jpg"); */
    background: linear-gradient(0deg, rgba(248, 247, 222, 0.1), rgba(248, 247, 222, 0.3)), url("/assets/images/Products/bgproduct.png");
    /* color: green; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 55px;
    color: rgb(7, 4, 4);
    filter: blur(50%);
}

/* .drip1{
    background:linear-gradient(0deg, rgba(248,247,222,0.3), rgba(248,247,222,0.3)), url("/assets/images/Products/biobottal.png");
    background-size: 300px 300px;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(50%);
} */

.hedingleft {
    background: rgb(255, 102, 0);
    padding: 3px;
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}

.dripuse {
    background-color: transparent;
    border-radius: 10px;

    color: black;
}

.usehedingleft {
    font-weight: bold;
    /* color:#02816c ; */
    color: #ff7d00;
    font-size: 15px;

}

.usehedingright {
    /* font-weight: bold; */
    /* color:#02816c ; */
    color: #3bac0e;
    color: #ffffff;
    font-size: 15px;
    background: rgb(1, 133, 109);
    border-radius: 5px;
    padding: 3px;
    text-align: center;
}

.useinfo {
    font-size: 13px;
    color: #000;
    color: black;
    font-weight: 600;
}

.cardmargin {
    margin-bottom: -50px;

}

.prime1515 {
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .shadow1 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)!important;
} */

.allfont {
    font-size: 16px;
    font-weight: bold;
}

.normalfont {
    font-size: 16px;
}

.infobg {
    background: url('./../images/Products/we.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    /* box-shadow: -3px 0px 5px 0px #aaaaaa; */
    border: solid 1px rgba(224, 224, 224, 0.568);
}

.Productdetails {
    border: solid 2px #f0f0f0;
    border-radius: 10px;
}

.editor {
    height: 30px;
}

/* .hedingleft .ul  */
.li::marker {
    /* list-style: none !important; */
    display: none !important;
}

/* //============================================================================EDITOR CSS ============================================================================// */

.rdw-colorpicker-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}

.rdw-link-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}

.rdw-embedded-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}

.rdw-remove-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}

.rdw-dropdown-wrapper {
    height: 30px;
    background: white;
    cursor: pointer;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    margin: 0 3px;
    text-transform: capitalize;
    background: white;
    display: none !important;
}

.rdw-image-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}

.rdw-option-wrapper[title="Superscript"] {
    /* border: 1px solid #F1F1F1; */
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
    display: none !important;
}

.rdw-option-wrapper[title="Subscript"] {
    /* border: 1px solid #F1F1F1; */
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
    display: none !important;
}

.rdw-option-wrapper[title="Indent"] {
    /* border: 1px solid #F1F1F1; */
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
    display: none !important;
}

.rdw-option-wrapper[title="Outdent"] {
    /* border: 1px solid #F1F1F1; */
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
    display: none !important;
}

.rdw-option-wrapper[title="Left"],
[title="Right"],
[title="Center"],
[title="Justify"] {
    /* border: 1px solid #F1F1F1; */
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
    display: none !important;
}

.rdw-emoji-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap;
    display: none !important;
}



/* //============================================================================EDITOR CSS ============================================================================// */


/* Sidebar css */

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    /* font-size: 16px; */
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* min-width: 160px; */
    /* width: ; */
    right: -38px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
}

/* .dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  } */

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}